summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-0322-143/+16
* um/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-031-154/+2
* sh/tlb: Convert SH to generic mmu_gatherPeter Zijlstra2019-04-032-129/+10
* ia64/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-033-257/+47
* arm/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-031-241/+13
* asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra2019-04-037-8/+9
* asm-generic/tlb, ia64: Conditionally provide tlb_migrate_finish()Peter Zijlstra2019-04-031-0/+2
* asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()Peter Zijlstra2019-04-031-1/+40
* asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra2019-04-035-12/+87
* asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-038-61/+11
* asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-0314-49/+39
* asm-generic/tlb: Provide a commentPeter Zijlstra2019-04-031-3/+116
* Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2019-04-011-188/+150
|\
| * aio: move sanity checks and request allocation to io_submit_one()Al Viro2019-03-171-66/+53
| * deal with get_reqs_available() in aio_get_req() itselfAl Viro2019-03-171-6/+6
| * aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro2019-03-171-9/+8
| * make aio_read()/aio_write() return intAl Viro2019-03-171-6/+6
| * Fix aio_poll() racesAl Viro2019-03-171-50/+40
| * aio: store event at final iocb_put()Al Viro2019-03-171-16/+17
| * aio: keep io_event in aio_kiocbAl Viro2019-03-171-18/+13
| * aio: fold lookup_kiocb() into its sole callerAl Viro2019-03-171-22/+7
| * pin iocb through aio.Linus Torvalds2019-03-171-16/+21
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-014-13/+14
|\ \
| * | debugfs: fix use-after-free on symlink traversalAl Viro2019-04-011-4/+9
| * | ubifs: fix use-after-free on symlink traversalAl Viro2019-04-011-3/+1
| * | jffs2: fix use-after-free on symlink traversalAl Viro2019-04-012-6/+4
| |/
* | Linux 5.1-rc3v5.1-rc3Linus Torvalds2019-03-311-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-3160-201/+409
|\ \
| * \ Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-03-289-75/+133
| |\ \
| | * | KVM: arm/arm64: Comments cleanup in mmu.cZenghui Yu2019-03-281-14/+9
| | * | KVM: arm/arm64: vgic-its: Make attribute accessors staticYueHaibing2019-03-201-5/+5
| | * | KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose2019-03-202-16/+45
| | * | KVM: arm/arm64: Enforce PTE mappings at stage2 when neededSuzuki K Poulose2019-03-191-22/+21
| | * | KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier2019-03-191-3/+10
| | * | KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-194-6/+28
| | * | arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier2019-03-192-6/+12
| | * | KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier2019-03-191-3/+3
| | |/
| * | Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONPaolo Bonzini2019-03-281-8/+10
| * | KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-281-0/+17
| * | KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
| * | KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
| * | KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
| * | KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
| * | KVM: x86: update %rip after emulating IOSean Christopherson2019-03-282-10/+27
| * | x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov2019-03-281-2/+7
| * | kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li2019-03-281-1/+2
| * | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-284-14/+13
| * | kvm: don't redefine flags as something elseSebastian Andrzej Siewior2019-03-281-3/+3
| * | kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon2019-03-281-2/+5
| * | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-2833-20/+18