summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-281-1/+1
|\
| * iscsi_ibft: Fix finding the iBFT under Xen Dom 0Ross Lagerwall2023-06-261-1/+1
* | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-282-27/+52
|\ \
| * | x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=yIngo Molnar2023-06-091-1/+1
| * | Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf2023-06-072-21/+2
| * | x86/unwind/orc: Add 'unwind_debug' cmdline optionJosh Poimboeuf2023-05-161-1/+48
| * | x86/unwind/orc: Use swap() instead of open coding itJiapeng Chong2023-05-161-4/+1
* | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-274-13/+13
|\ \ \
| * | | locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland2023-06-054-13/+13
| |/ /
* | | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-274-81/+80
|\ \ \
| * | | x86/tsc: Provide sched_clock_noinstr()Peter Zijlstra2023-06-052-11/+31
| * | | x86/sched: Rewrite topology setupPeter Zijlstra2023-06-051-51/+43
| * | | x86/sched: Add the SD_ASYM_PACKING flag to the die domain of hybrid processorsChen Yu2023-05-081-1/+1
| * | | x86/sched/itmt: Give all SMT siblings of a core the same priorityRicardo Neri2023-05-081-18/+5
| * | | x86/sched: Remove SD_ASYM_PACKING from the SMT domain flagsRicardo Neri2023-05-081-1/+1
* | | | Merge tag 'x86_sgx_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-1/+3
|\ \ \ \
| * | | | x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()Jakob Koschel2023-06-131-1/+3
* | | | | Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-5/+0
|\ \ \ \ \
| * | | | | x86/sev: Get rid of special sev_es_enable_keyBorislav Petkov (AMD)2023-05-081-5/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-2710-447/+661
|\ \ \ \ \
| * | | | | x86/mtrr: Unify debugging printingBorislav Petkov (AMD)2023-06-014-40/+29
| * | | | | x86/mtrr: Remove unused codeJuergen Gross2023-06-011-9/+0
| * | | | | x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross2023-06-011-2/+2
| * | | | | x86/mtrr: Use new cache_map in mtrr_type_lookup()Juergen Gross2023-06-011-194/+43
| * | | | | x86/mtrr: Add mtrr=debug command line optionJuergen Gross2023-06-011-19/+45
| * | | | | x86/mtrr: Construct a memory map with cache modesJuergen Gross2023-06-013-2/+314
| * | | | | x86/mtrr: Add get_effective_type() service functionJuergen Gross2023-06-011-20/+19
| * | | | | x86/mtrr: Allocate mtrr_value array dynamicallyJuergen Gross2023-06-011-1/+7
| * | | | | x86/mtrr: Move 32-bit code from mtrr.c to legacy.cJuergen Gross2023-06-014-75/+98
| * | | | | x86/mtrr: Have only one set_mtrr() variantJuergen Gross2023-06-011-20/+8
| * | | | | x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross2023-06-017-29/+31
| * | | | | x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross2023-06-013-2/+74
| * | | | | x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross2023-06-014-43/+35
| * | | | | x86/mtrr: Remove physical address size calculationJuergen Gross2023-05-094-64/+29
| |/ / / /
* | | | | Merge tag 'x86_microcode_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-06-271-9/+4
|\ \ \ \ \
| * | | | | x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)2023-06-121-1/+1
| * | | | | x86/microcode/amd: Remove unneeded pointer arithmeticNathan Fontenot2023-05-081-2/+0
| * | | | | x86/microcode/AMD: Get rid of __find_equiv_id()Borislav Petkov (AMD)2023-05-081-6/+3
| |/ / / /
* | | | | Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-275-4/+3
|\ \ \ \ \
| * | | | | x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()YueHaibing2023-06-211-1/+0
| * | | | | x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()Arnd Bergmann2023-05-181-0/+1
| * | | | | x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann2023-05-181-0/+1
| * | | | | x86: Add dummy prototype for mk_early_pgtbl_32()Arnd Bergmann2023-05-181-0/+1
| * | | | | x86/ftrace: Move prepare_ftrace_return prototype to headerArnd Bergmann2023-05-181-3/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-2/+2
|\ \ \ \ \
| * | | | | x86/mm: Fix enc_status_change_finish_noop()Kirill A. Shutemov2023-06-071-1/+1
| * | | | | x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov2023-06-061-1/+1
* | | | | | Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-271-123/+195
|\ \ \ \ \ \
| * | | | | | x86/platform/uv: Update UV[23] platform code for SNCSteve Wahl2023-05-311-4/+38
| * | | | | | x86/platform/uv: Remove remaining BUG_ON() and BUG() callsSteve Wahl2023-05-311-2/+4