summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-072-3/+3
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2020-08-051-1/+1
| |\
| | * xen: Remove redundant initialization of irqColin Ian King2020-07-241-1/+1
| * | PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-2/+2
| |/
* | Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-072-18/+25
|\ \
| * | x86/ftrace: Do not jump to direct code in created trampolinesSteven Rostedt (VMware)2020-06-292-0/+16
| * | x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)2020-06-292-9/+1
| * | x86/ftrace: Make non direct case the default in ftrace_regs_callerSteven Rostedt (VMware)2020-06-291-16/+15
* | | Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-071-2/+0
|\ \ \
| * | | kill elf_fpxregs_tAl Viro2020-07-271-2/+0
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0716-61/+9
|\ \ \
| * | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-072-3/+0
| * | | mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual2020-08-071-4/+1
| * | | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-3/+3
| * | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+1
| * | | asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-15/+0
| * | | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-25/+1
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-0712-10/+2
| * | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* | | | Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-071-1/+1
|\ \ \ \
| * | | | xen: hypercall.h: fix duplicated wordRandy Dunlap2020-08-031-1/+1
* | | | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-2/+0
|\ \ \ \ \
| * | | | | initrd: remove support for multiple floppiesChristoph Hellwig2020-07-301-2/+0
* | | | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-0710-281/+88
|\ \ \ \ \ \
| * | | | | | x86: switch to ->regset_get()Al Viro2020-07-279-259/+83
| * | | | | | x86: kill dump_fpu()Al Viro2020-06-262-17/+0
| * | | | | | x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel bufferAl Viro2020-06-261-6/+6
| | |_|_|/ / | |/| | | |
* | | | | | x86/mm/64: Do not dereference non-present PGD entriesJoerg Roedel2020-08-071-18/+13
| |_|_|/ / |/| | | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-0635-831/+1282
|\ \ \ \ \
| * | | | | 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
| * | | | | 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