summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-8/+16
2023-08-29Merge tag 'for-linus-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2023-08-29Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-12/+18
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+12
2023-08-29Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2023-08-29Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-254/+51
2023-08-29Merge tag 'x86_sev_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2023-08-29Merge tag 'x86_boot_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+19
2023-08-29Merge tag 'smp-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki1-8/+16
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford1-3/+3
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel1-1/+3
2023-08-21x86/xen: Make virt_to_pfn() a static inlineLinus Walleij1-1/+4
2023-08-16x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra1-0/+11
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra1-14/+5
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra1-3/+3
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra1-4/+4
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-0/+5
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra1-4/+5
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu1-3/+0
2023-08-14x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)1-0/+1
2023-08-13x86/microcode: Move core specific defines to local headerThomas Gleixner3-225/+47
2023-08-13x86/microcode/intel: Rename get_datasize() since its used externallyAshok Raj1-3/+4
2023-08-13x86/microcode: Make reload_early_microcode() staticThomas Gleixner1-2/+0
2023-08-13x86/microcode: Include vendor headers into microcode.hAshok Raj3-5/+4
2023-08-13x86/microcode/intel: Move microcode functions out of cpu/intel.cThomas Gleixner1-26/+2
2023-08-13x86/microcode: Hide the config knobThomas Gleixner3-5/+5
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-6/+0
2023-08-12Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2023-08-11Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+2
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann1-0/+2
2023-08-09x86/cpu: Update HybridsPeter Zijlstra1-5/+7
2023-08-09x86/cpu: Fix Crestmont uarchPeter Zijlstra1-3/+2
2023-08-09x86/cpu: Fix Gracemont uarchPeter Zijlstra1-1/+2
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede1-0/+2
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2-0/+3
2023-08-09x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.hJinghao Jia1-1/+1
2023-08-08x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit ke...Xin Li1-1/+1
2023-08-08Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+12
2023-08-08Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-6/+32
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel2-2/+7
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel1-0/+4
2023-08-07x86/decompressor: Factor out kernel decompression and relocationArd Biesheuvel1-0/+8
2023-08-05Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann1-0/+2
2023-08-03x86/paravirt: Silence unused native_pv_lock_init() function warningArnd Bergmann2-6/+8
2023-08-03x86/asm: Avoid unneeded __div64_32 function definitionArnd Bergmann1-0/+6
2023-07-31x86/cpu: Fix amd_check_microcode() declarationArnd Bergmann2-2/+3
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+3