summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: Remove arch timer workqueueChristoffer Dall2018-12-192-31/+7
* KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall2018-12-193-13/+15
* KVM: arm/arm64: vgic: Consider priority and active state for pending irqChristoffer Dall2018-12-191-1/+6
* KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()Gustavo A. R. Silva2018-12-191-1/+1
* KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximumMarc Zyngier2018-12-181-2/+2
* KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELSChristoffer Dall2018-12-182-10/+8
* KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabledJulien Thierry2018-12-181-21/+0
* KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal2018-12-186-6/+143
* KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2018-12-184-19/+32
* KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2018-12-184-11/+33
* KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2018-12-184-5/+61
* KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal2018-12-183-4/+32
* KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal2018-12-183-6/+18
* KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on faultPunit Agrawal2018-12-181-13/+15
* KVM: arm/arm64: Share common code in user_mem_abort()Punit Agrawal2018-12-181-19/+30
* KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring stateChristoffer Dall2018-12-181-1/+16
* KVM: arm/arm64: Log PSTATE for unhandled sysregsMark Rutland2018-12-182-6/+6
* KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall2018-12-181-12/+11
* arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-189-93/+46
* arm64: KVM: Skip MMIO insn after emulationMark Rutland2018-12-181-5/+6
* 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-192-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-246-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
| * | | XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-052-1/+56
| * | | XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-052-17/+25
| * | | XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-052-85/+69
| * | | XArray: Regularise xa_reserveMatthew Wilcox2018-11-054-12/+105
| * | | nilfs2: Use xa_erase_irqMatthew Wilcox2018-11-051-3/+1
| * | | XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox2018-11-051-3/+3
| * | | XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2018-11-052-1/+31
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2018-11-2411-444/+159
|\ \ \ \