summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-051-3/+9
|\
| * x86/kexec: fix memory leak of elf header bufferBaoquan He2022-06-011-3/+9
* | Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-053-6/+115
|\ \
| * | x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi2022-06-023-6/+115
* | | Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-051-4/+4
|\ \ \
| * | | x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)Fanjun Kong2022-05-271-4/+4
* | | | Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-053-112/+20
|\ \ \ \
| * | | | x86/microcode: Remove unnecessary perf callbackBorislav Petkov2022-05-311-3/+0
| * | | | x86/microcode: Taint and warn on late loadingBorislav Petkov2022-05-311-0/+5
| * | | | x86/microcode: Default-disable late loadingBorislav Petkov2022-05-313-1/+19
| * | | | x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov2022-05-312-112/+0
| |/ / /
* | | | Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-055-71/+66
|\ \ \ \
| * | | | x86: Fix all occurences of the "the the" typoBo Liu2022-05-273-3/+3
| * | | | x86/idt: Remove unused headerssunliming2022-05-251-3/+0
| * | | | x86/Kconfig: Fix indentation of arch/x86/Kconfig.debugJuerg Haefliger2022-05-251-15/+14
| * | | | x86/Kconfig: Fix indentation and add endif comments to arch/x86/KconfigJuerg Haefliger2022-05-251-52/+49
| |/ / /
* | | | Merge tag 'x86-boot-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-051-3/+3
|\ \ \ \
| * | | | x86/setup: Use strscpy() to replace deprecated strlcpy()XueBing Chen2022-05-251-3/+3
| |/ / /
* | | | Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-051-1/+1
|\ \ \ \
| * | | | perf/x86/intel: Fix event constraints for ICLKan Liang2022-05-251-1/+1
| |/ / /
* | | | Merge tag 'perf-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-051-6/+6
|\ \ \ \
| * | | | perf/x86/Kconfig: Fix indentation in the Kconfig fileJuerg Haefliger2022-05-251-6/+6
| |/ / /
* | | | Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-054-5/+10
|\ \ \ \
| * | | | x86/extable: Annotate ex_handler_msr_mce() as a dead endBorislav Petkov2022-05-271-2/+6
| * | | | x86: Always inline on_thread_stack() and current_top_of_stack()Peter Zijlstra2022-05-271-2/+2
| * | | | x86/cpu: Elide KCSAN for cpu_has() and friendsPeter Zijlstra2022-05-271-1/+1
| * | | | objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf2022-05-271-0/+1
* | | | | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-6/+6
|\ \ \ \ \
| * | | | | KVM: x86: hyper-v: replace bitmap_weight() with hweight64()Yury Norov2022-06-031-2/+2
| * | | | | KVM: x86: hyper-v: fix type of valid_bank_maskYury Norov2022-06-031-2/+2
| * | | | | arch/x86: replace nodes_weight with nodes_empty where appropriateYury Norov2022-06-032-3/+3
| * | | | | arch/x86: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-033-9/+9
| * | | | | KVM: x86: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-021-4/+4
* | | | | | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-041-3/+0
|\ \ \ \ \ \
| * | | | | | xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-3/+0
* | | | | | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-2/+1
|\ \ \ \ \ \ \
| * | | | | | | ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-05-111-2/+1
* | | | | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-034-15/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-074-14/+13
| * | | | | | | | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
| |/ / / / / / /
* | | | | | | | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | um: Fix out-of-bounds read in LDT setupVincent Whitchurch2022-05-271-2/+4
* | | | | | | | | Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-032-1/+10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel2022-06-011-0/+9
| * | | | | | | | efi: x86: Fix config name for setting the NX-compatibility flag in the PE headerLukas Bulwahn2022-06-011-1/+1
* | | | | | | | | Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-021-20/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy2022-05-241-20/+0
* | | | | | | | | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-313-93/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | asm-generic: compat: Cleanup duplicate definitionsGuo Ren2022-04-261-68/+12
| * | | | | | | | | fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-261-0/+1