summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * rtc: imxdi: fix trivial typosTales L. da Aparecida2020-07-021-2/+2
| * rtc: cpcap: fix rangeSebastian Reichel2020-07-021-1/+1
* | Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-1225-136/+511
|\ \
| * | ceph: handle zero-length feature mask in session messagesJeff Layton2020-08-051-2/+4
| * | ceph: use frag's MDS in either modeYanhu Cao2020-08-041-2/+1
| * | ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton2020-08-044-28/+20
| * | ceph: set sec_context xattr on symlink creationJeff Layton2020-08-041-0/+4
| * | ceph: remove redundant initialization of variable mdsColin Ian King2020-08-031-1/+1
| * | ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-031-1/+2
| * | ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang2020-08-031-6/+4
| * | ceph: delete repeated words in fs/ceph/Randy Dunlap2020-08-033-3/+3
| * | ceph: send client provided metric flags in client metadataXiubo Li2020-08-032-2/+71
| * | ceph: periodically send perf metrics to MDSesXiubo Li2020-08-037-1/+276
| * | ceph: check the sesion state and return false in case it is closedXiubo Li2020-08-031-0/+1
| * | libceph: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-036-6/+6
| * | ceph: remove unnecessary cast in kfree()Xu Wang2020-08-031-6/+6
| * | libceph: just have osd_req_op_init() return a pointerJeff Layton2020-08-032-24/+17
| * | ceph: do not access the kiocb after aio requestsXiubo Li2020-08-031-2/+3
| * | ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton2020-08-031-6/+4
| * | ceph: fix potential mdsc use-after-free crashXiubo Li2020-08-031-1/+13
| * | ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li2020-08-031-11/+35
| * | ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-035-12/+7
| * | ceph: add check_session_state() helper and make it globalXiubo Li2020-08-032-20/+30
| * | libceph: dump class and method names on method callsIlya Dryomov2020-08-031-0/+3
| * | libceph: use target_copy() in send_linger()Ilya Dryomov2020-08-031-3/+1
* | | Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-125-8/+70
|\ \ \
| * | | parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin2020-08-121-0/+61
| * | | parisc: mask out enable and reserved bits from sba imaskSven Schnelle2020-08-121-1/+1
| * | | parisc: Whitespace cleanups in atomic.hHelge Deller2020-08-111-4/+4
| * | | parisc/kernel/ftrace: Remove function callback castsOscar Carter2020-08-111-1/+2
| * | | sections.h: dereference_function_descriptor() returns void pointerHelge Deller2020-08-111-2/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-1283-2636/+3479
|\ \ \
| * | | KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanupXingxing Su2020-08-111-2/+1
| * | | x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabledJon Doron2020-08-101-0/+1
| * | | MIPS: KVM: Convert a fallthrough comment to fallthroughJiaxun Yang2020-08-101-1/+1
| * | | MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64Huacai Chen2020-08-091-0/+2
| * | | Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-08-0916-244/+647
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Rework secure mem slot droppingLaurent Dufour2020-07-281-17/+35
| | * | | KVM: PPC: Book3S HV: Move kvmppc_svm_page_out upLaurent Dufour2020-07-281-76/+90
| | * | | KVM: PPC: Book3S HV: Migrate hot plugged memoryLaurent Dufour2020-07-283-12/+39
| | * | | KVM: PPC: Book3S HV: In H_SVM_INIT_DONE, migrate remaining normal-GFNs to sec...Ram Pai2020-07-282-22/+134
| | * | | KVM: PPC: Book3S HV: Track the state GFNs associated with secure VMsRam Pai2020-07-281-19/+172
| | * | | KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_STARTRam Pai2020-07-282-35/+89
| | * | | KVM: PPC: Book3S HV: Fix function definition in book3s_hv_uvmem.cRam Pai2020-07-281-11/+10
| | * | | KVM: PPC: Clean up redundant kvm_run parameters in assemblyTianjia Zhang2020-07-236-50/+45
| | * | | KVM: PPC: Protect kvm_vcpu_read_guest with srcu locksAlexey Kardashevskiy2020-07-214-12/+29
| | * | | KVM: PPC: Book3S HV: Increase KVMPPC_NR_LPIDS on POWER8 and POWER9Cédric Le Goater2020-07-212-3/+8
| | * | | KVM: PPC: Book3SHV: Enable support for ISA v3.1 guestsAlistair Popple2020-07-212-2/+11
| | | |/ | | |/|
| * | | x86: Expose SERIALIZE for supported cpuidPaolo Bonzini2020-08-091-1/+2
| * | | Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-0962-2376/+2813
| |\ \ \