aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+2
2020-08-20amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro1-4/+1
2020-08-20i386: propagate the calling conventions change down to csum_partial_copy_generic()Al Viro1-12/+6
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro2-25/+16
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro2-5/+3
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-0/+1
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel1-10/+0
2020-08-20x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam1-1/+0
2020-08-19x86/cpu: Fix typos and improve the comments in sync_core()Ingo Molnar1-8/+8
2020-08-18perf/x86/intel: Support TopDown metrics on Ice LakeKan Liang2-0/+4
2020-08-18perf/x86: Add a macro for RDPMC offset of fixed countersKan Liang1-0/+3
2020-08-18perf/x86/intel: Generic support for hardware TopDown metricsKan Liang2-0/+48
2020-08-18perf/x86/intel: Move BTS index to 47Kan Liang1-2/+2
2020-08-18perf/x86/intel: Introduce the fourth fixed counterKan Liang1-3/+20
2020-08-18perf/x86/intel: Name the global status bit in NMI handlerKan Liang1-9/+11
2020-08-18x86/cpu: Use XGETBV and XSETBV mnemonics in fpu/internal.hUros Bizjak1-5/+2
2020-08-17x86/cpu: Use SERIALIZE in sync_core() when availableRicardo Neri2-8/+24
2020-08-15x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel1-2/+0
2020-08-15x86/paravirt: Avoid needless paravirt step clearing page table entriesJuergen Gross1-6/+6
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross3-13/+4
2020-08-15x86/entry/32: Simplify CONFIG_XEN_PV build dependencyJuergen Gross1-2/+2
2020-08-15x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRTJuergen Gross2-2/+2
2020-08-15x86/paravirt: Clean up paravirt macrosJuergen Gross1-15/+0
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross4-138/+12
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-2/+2
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+12
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-3/+0
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley1-0/+12
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2-2/+2
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+2
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-41/+2
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport1-15/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-25/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+4
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-73/+41
2020-08-06Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"Linus Torvalds1-0/+2
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-1/+1
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2-10/+1
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner1-1/+2
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar2-14/+19
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-13/+55