summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig2020-09-083-49/+49
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-1/+2
|\
| * vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-1/+2
* | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-142-2/+2
|\ \
| * | x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-112-2/+2
* | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-141-0/+12
|\ \ \
| * | | x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley2020-08-111-0/+12
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-121-1/+1
|\ \ \ \
| * | | | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* | | | | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-3/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel2020-07-291-3/+0
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | * | | x86: Remove dev->archdata.iommu pointerJoerg Roedel2020-06-301-3/+0
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-103-11/+2
|\ \ \ \ \ \
| * | | | | | locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-1/+1
| * | | | | | x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-062-10/+1
| * | | | | | Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar2020-08-062-14/+19
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | 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-072-41/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | 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-071-1/+0
* | | | | | | | | 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 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-073-5/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | x86: switch to ->regset_get()Al Viro2020-07-272-4/+4
| * | | | | | | x86: kill dump_fpu()Al Viro2020-06-261-1/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-066-73/+41
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson2020-07-301-2/+2
| * | | | | | | KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson2020-07-301-2/+2
| * | | | | | | KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson2020-07-301-1/+2
| * | | | | | | KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal2020-07-101-1/+1
| * | | | | | | KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini2020-07-101-1/+1
| * | | | | | | KVM: x86: mmu: Move translate_gpa() to mmu.cMohammed Gamal2020-07-101-6/+0
| * | | | | | | KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-092-13/+7
| * | | | | | | KVM: x86/mmu: Make __GFP_ZERO a property of the memory cacheSean Christopherson2020-07-091-0/+1
| * | | | | | | KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arraysSean Christopherson2020-07-091-1/+2
| * | | | | | | KVM: x86/mmu: Track the associated kmem_cache in the MMU cachesSean Christopherson2020-07-091-0/+1
| * | | | | | | x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-092-2/+10
| * | | | | | | KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li2020-07-091-1/+1
| * | | | | | | KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan2020-07-081-0/+1
| * | | | | | | x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan2020-07-081-0/+1
| * | | | | | | KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-onlySean Christopherson2020-07-081-44/+2
| * | | | | | | KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.hUros Bizjak2020-07-081-1/+1
| * | | | | | | kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson2020-07-081-0/+3
| * | | | | | | KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson2020-07-081-1/+1
| * | | | | | | Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini2020-07-082-0/+5
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov2020-06-151-0/+7
* | | | | | | | | Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"Linus Torvalds2020-08-061-0/+2
| |_|_|_|_|_|_|/ |/| | | | | | |