summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-0718-62/+11
* asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-074-40/+1
* asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-0712-135/+12
* xtensa: switch to generic version of pte allocationMike Rapoport2020-08-071-22/+19
* opeinrisc: switch to generic version of pte allocationMike Rapoport2020-08-071-30/+3
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-07117-111/+16
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-072-3/+3
* Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-064-8/+0
|\
| * Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-2716-50/+95
| |\
| * \ Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman2020-07-20216-953/+1330
| |\ \
| * | | um: line, remove put_charJiri Slaby2020-06-244-8/+0
* | | | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-061-2/+2
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown2020-07-311-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: dts: motorola-mapphone-common: remove unneeded "simple-graph-card"Kuninori Morimoto2020-07-011-2/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-0662-1202/+1502
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-08-036-10/+22
| |\ \ \ \ \
| | * | | | | s390/kvm: diagnose 0x318 sync and resetCollin Walling2020-06-234-4/+19
| | * | | | | s390/setup: diag 318: refactor structCollin Walling2020-06-232-6/+3
| | | |/ / / | | |/| | |
| * | | | | KVM: SVM: Fix sev_pin_memory() error handlingDan Carpenter2020-08-021-10/+10
| * | | | | KVM: LAPIC: Set the TDCR settable bitsWanpeng Li2020-07-311-1/+1
| * | | | | KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson2020-07-305-10/+10
| * | | | | KVM: x86/mmu: Rename max_page_level to max_huge_page_levelSean Christopherson2020-07-301-7/+7
| * | | | | KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson2020-07-306-14/+21
| * | | | | KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatchSean Christopherson2020-07-301-10/+0
| * | | | | KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson2020-07-306-13/+27
| * | | | | KVM: VMX: Make vmx_load_mmu_pgd() staticSean Christopherson2020-07-302-2/+1
| * | | | | KVM: x86/mmu: Add separate helper for shadow NPT root page role calcSean Christopherson2020-07-301-5/+25
| * | | | | KVM: VMX: Drop a duplicate declaration of construct_eptp()Sean Christopherson2020-07-301-2/+0
| * | | | | KVM: nSVM: Correctly set the shadow NPT root level in its MMU roleSean Christopherson2020-07-302-1/+3
| * | | | | KVM: Using macros instead of magic valuesHaiwei Li2020-07-271-1/+2
| * | | | | MIPS: KVM: Fix build error caused by 'kvm_run' cleanupHuacai Chen2020-07-271-1/+1
| * | | | | KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPFPaolo Bonzini2020-07-101-7/+0
| * | | | | KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal2020-07-104-1/+29
| * | | | | KVM: VMX: optimize #PF injection when MAXPHYADDR does not matchPaolo Bonzini2020-07-101-0/+10
| * | | | | KVM: VMX: Add guest physical address check in EPT violation and misconfigMohammed Gamal2020-07-102-4/+23
| * | | | | KVM: VMX: introduce vmx_need_pf_interceptPaolo Bonzini2020-07-103-12/+23
| * | | | | KVM: x86: update exception bitmap on CPUID changesPaolo Bonzini2020-07-101-0/+1
| * | | | | KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini2020-07-104-7/+6
| * | | | | KVM: x86: mmu: Add guest physical address check in translate_gpa()Mohammed Gamal2020-07-101-0/+6
| * | | | | KVM: x86: mmu: Move translate_gpa() to mmu.cMohammed Gamal2020-07-102-6/+6
| * | | | | KVM: x86: Add helper functions for illegal GPA checking and page fault injectionMohammed Gamal2020-07-103-0/+28
| * | | | | KVM: x86: drop superfluous mmu_check_root() from fast_pgd_switch()Vitaly Kuznetsov2020-07-101-2/+1
| * | | | | KVM: nSVM: use nested_svm_load_cr3() on guest->host switchVitaly Kuznetsov2020-07-101-10/+7
| * | | | | KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switchVitaly Kuznetsov2020-07-102-9/+31
| * | | | | KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context()Vitaly Kuznetsov2020-07-101-6/+8
| * | | | | KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()Vitaly Kuznetsov2020-07-101-2/+19
| * | | | | KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()Vitaly Kuznetsov2020-07-103-14/+22
| * | | | | KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failureVitaly Kuznetsov2020-07-101-0/+2
| * | | | | KVM: MMU: stop dereferencing vcpu->arch.mmu to get the context for MMU initPaolo Bonzini2020-07-101-11/+10
| * | | | | KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()Vitaly Kuznetsov2020-07-103-9/+28