summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-11-283-20/+35
|\
| * spi: omap2-mcspi: Add missing suspend and resume callsTony Lindgren2018-11-161-12/+25
| * spi: mediatek: use correct mata->xfer_len when in fifo transferLeilk Liu2018-10-311-2/+2
| * spi: uniphier: fix incorrect property itemsKeiji Hayashibara2018-10-241-6/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-11-287-72/+118
|\ \
| * | kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson2018-11-271-5/+15
| * | kvm: mmu: Fix race in emulated page table writesJunaid Shahid2018-11-271-18/+9
| * | KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION even when copied from...Liran Alon2018-11-271-5/+5
| * | KVM: nVMX: Verify eVMCS revision id match supported eVMCS version on eVMCS VM...Liran Alon2018-11-271-1/+24
| * | KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-11-274-18/+17
| * | x86/kvm/vmx: fix old-style function declarationYi Wang2018-11-271-4/+4
| * | KVM: x86: fix empty-body warningsYi Wang2018-11-271-1/+1
| * | KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changesLiran Alon2018-11-271-5/+16
| * | KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon2018-11-271-0/+1
| * | KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPERV_ENLIGHTENED_VMCS...Liran Alon2018-11-271-6/+6
| * | svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang2018-11-271-8/+11
| * | KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li2018-11-271-1/+2
| * | KVM: LAPIC: Fix pv ipis use-before-initializationWanpeng Li2018-11-271-0/+5
| * | KVM: VMX: re-add ple_gap module parameterLuiz Capitulino2018-11-271-0/+1
| * | Merge tag 'kvm-ppc-fixes-4.20-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2018-11-251-0/+1
| |\ \
| | * | KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTEDMichael Roth2018-11-151-0/+1
* | | | ia64: export node_distance functionMatias Bjørling2018-11-273-4/+12
* | | | Merge tag 'hwmon-for-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-264-11/+5
|\ \ \ \
| * | | | hwmon: (w83795) temp4_type has writable permissionHuacai Chen2018-11-181-1/+1
| * | | | hwmon: (mlxreg-fan) Fix macros for tacho fault readingVadim Pasternak2018-11-161-1/+1
| * | | | hwmon: (ina2xx) Fix current value calculationNicolin Chen2018-11-141-1/+1
| * | | | hwmon: (raspberrypi) Fix initial notifyStefan Wahren2018-11-131-6/+0
| * | | | hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen2018-11-131-2/+2
| | |/ / | |/| |
* | | | Linux 4.20-rc4v4.20-rc4Linus Torvalds2018-11-251-2/+2
* | | | Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-252-2/+3
|\ \ \ \
| * | | | swiotlb: Skip cache maintenance on map errorRobin Murphy2018-11-211-1/+2
| * | | | dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy2018-11-211-1/+1
* | | | | Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-257-37/+66
|\ \ \ \ \
| * | | | | flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-223-12/+32
| * | | | | NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-222-20/+21
| * | | | | NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-202-5/+13
| | |_|/ / | |/| | |
* | | | | MAINTAINERS: change Sparse's maintainerLuc Van Oostenryck2018-11-252-2/+5
* | | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-256-185/+387
|\ \ \ \ \
| * | | | | XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
| * | | | | dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1
| * | | | | dax: Fix huge page faultsMatthew Wilcox2018-11-171-8/+4
| * | | | | dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8
| * | | | | dax: Reinstate RCU protection of inodeMatthew Wilcox2018-11-161-3/+19
| * | | | | dax: Make sure the unlocking entry isn't lockedMatthew Wilcox2018-11-161-0/+1
| * | | | | dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox2018-11-161-5/+2
| * | | | | XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-161-2/+2
| * | | | | XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3
| * | | | | XArray: Fix DocumentationMatthew Wilcox2018-11-053-8/+12
| * | | | | XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-052-12/+29
| * | | | | XArray: Unify xa_store and __xa_storeMatthew Wilcox2018-11-051-33/+25