aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-22x86/syscall/compat: Remove ia32_unistd.hBrian Gerst2-12/+1
2024-03-22x86/syscall/compat: Remove unused macro __SYSCALL_ia32_NRBrian Gerst1-1/+0
2024-03-21x86/boot: Simplify boot stack setupBrian Gerst1-4/+2
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-84/+91
2024-03-20x86/percpu: Move raw_percpu_xchg_op() to a better placeUros Bizjak1-12/+11
2024-03-20x86/percpu: Convert this_percpu_xchg_op() from asm() to C code, to generate b...Uros Bizjak1-21/+11
2024-03-20x86/asm: Use "m" operand constraint in WRUSSQ asm templateUros Bizjak1-2/+2
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2024-03-19x86/asm: Use %a instead of %P operand modifier in asm templatesUros Bizjak1-1/+1
2024-03-19x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak5-16/+16
2024-03-19x86/asm: Remove %P operand modifier from altinstr asm templatesUros Bizjak3-6/+6
2024-03-18KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OPPaolo Bonzini1-0/+23
2024-03-18Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into ...Paolo Bonzini1-1/+0
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-28/+309
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-26/+19
2024-03-13Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-0/+5
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-12Merge tag 'x86-boot-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-11/+13
2024-03-12Merge tag 'x86-apic-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+9
2024-03-12Revert "x86/bugs: Use fixed addressing for VERW operand"Dave Hansen1-1/+1
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar65-454/+1068
2024-03-11Merge tag 'x86_tdx_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+8
2024-03-11Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+5
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-115/+226
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-55/+49
2024-03-11Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-99/+121
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+14
2024-03-11Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-39/+137
2024-03-11Merge tag 'x86_cache_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+90
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-45/+360
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-105/+155
2024-03-11Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2-0/+9
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+8
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-4/+11
2024-03-11Merge tag 'kvm-x86-vmx-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2024-03-11Merge tag 'kvm-x86-mmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+9
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-10/+7
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini4-14/+24
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini5-11/+11
2024-03-09x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-0/+1
2024-03-07x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)1-2/+4
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu1-4/+4
2024-03-06mm/treewide: drop pXd_large()Peter Xu1-12/+7
2024-03-06mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu1-1/+0