index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-06-28
1
-1
/
+1
|
\
|
*
iscsi_ibft: Fix finding the iBFT under Xen Dom 0
Ross Lagerwall
2023-06-26
1
-1
/
+1
*
|
Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-28
2
-27
/
+52
|
\
\
|
*
|
x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=y
Ingo Molnar
2023-06-09
1
-1
/
+1
|
*
|
Revert "x86/orc: Make it callthunk aware"
Josh Poimboeuf
2023-06-07
2
-21
/
+2
|
*
|
x86/unwind/orc: Add 'unwind_debug' cmdline option
Josh Poimboeuf
2023-05-16
1
-1
/
+48
|
*
|
x86/unwind/orc: Use swap() instead of open coding it
Jiapeng Chong
2023-05-16
1
-4
/
+1
*
|
|
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-27
4
-13
/
+13
|
\
\
\
|
*
|
|
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
2023-06-05
4
-13
/
+13
|
|
/
/
*
|
|
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-06-27
4
-81
/
+80
|
\
\
\
|
*
|
|
x86/tsc: Provide sched_clock_noinstr()
Peter Zijlstra
2023-06-05
2
-11
/
+31
|
*
|
|
x86/sched: Rewrite topology setup
Peter Zijlstra
2023-06-05
1
-51
/
+43
|
*
|
|
x86/sched: Add the SD_ASYM_PACKING flag to the die domain of hybrid processors
Chen Yu
2023-05-08
1
-1
/
+1
|
*
|
|
x86/sched/itmt: Give all SMT siblings of a core the same priority
Ricardo Neri
2023-05-08
1
-18
/
+5
|
*
|
|
x86/sched: Remove SD_ASYM_PACKING from the SMT domain flags
Ricardo Neri
2023-05-08
1
-1
/
+1
*
|
|
|
Merge tag 'x86_sgx_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-06-27
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()
Jakob Koschel
2023-06-13
1
-1
/
+3
*
|
|
|
|
Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-06-27
1
-5
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
x86/sev: Get rid of special sev_es_enable_key
Borislav Petkov (AMD)
2023-05-08
1
-5
/
+0
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-06-27
10
-447
/
+661
|
\
\
\
\
\
|
*
|
|
|
|
x86/mtrr: Unify debugging printing
Borislav Petkov (AMD)
2023-06-01
4
-40
/
+29
|
*
|
|
|
|
x86/mtrr: Remove unused code
Juergen Gross
2023-06-01
1
-9
/
+0
|
*
|
|
|
|
x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALID
Juergen Gross
2023-06-01
1
-2
/
+2
|
*
|
|
|
|
x86/mtrr: Use new cache_map in mtrr_type_lookup()
Juergen Gross
2023-06-01
1
-194
/
+43
|
*
|
|
|
|
x86/mtrr: Add mtrr=debug command line option
Juergen Gross
2023-06-01
1
-19
/
+45
|
*
|
|
|
|
x86/mtrr: Construct a memory map with cache modes
Juergen Gross
2023-06-01
3
-2
/
+314
|
*
|
|
|
|
x86/mtrr: Add get_effective_type() service function
Juergen Gross
2023-06-01
1
-20
/
+19
|
*
|
|
|
|
x86/mtrr: Allocate mtrr_value array dynamically
Juergen Gross
2023-06-01
1
-1
/
+7
|
*
|
|
|
|
x86/mtrr: Move 32-bit code from mtrr.c to legacy.c
Juergen Gross
2023-06-01
4
-75
/
+98
|
*
|
|
|
|
x86/mtrr: Have only one set_mtrr() variant
Juergen Gross
2023-06-01
1
-20
/
+8
|
*
|
|
|
|
x86/mtrr: Replace vendor tests in MTRR code
Juergen Gross
2023-06-01
7
-29
/
+31
|
*
|
|
|
|
x86/mtrr: Support setting MTRR state for software defined MTRRs
Juergen Gross
2023-06-01
3
-2
/
+74
|
*
|
|
|
|
x86/mtrr: Replace size_or_mask and size_and_mask with a much easier concept
Juergen Gross
2023-06-01
4
-43
/
+35
|
*
|
|
|
|
x86/mtrr: Remove physical address size calculation
Juergen Gross
2023-05-09
4
-64
/
+29
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'x86_microcode_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-06-27
1
-9
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
x86/microcode/AMD: Load late on both threads too
Borislav Petkov (AMD)
2023-06-12
1
-1
/
+1
|
*
|
|
|
|
x86/microcode/amd: Remove unneeded pointer arithmetic
Nathan Fontenot
2023-05-08
1
-2
/
+0
|
*
|
|
|
|
x86/microcode/AMD: Get rid of __find_equiv_id()
Borislav Petkov (AMD)
2023-05-08
1
-6
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-06-27
5
-4
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()
YueHaibing
2023-06-21
1
-1
/
+0
|
*
|
|
|
|
x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()
Arnd Bergmann
2023-05-18
1
-0
/
+1
|
*
|
|
|
|
x86: Avoid missing-prototype warnings for doublefault code
Arnd Bergmann
2023-05-18
1
-0
/
+1
|
*
|
|
|
|
x86: Add dummy prototype for mk_early_pgtbl_32()
Arnd Bergmann
2023-05-18
1
-0
/
+1
|
*
|
|
|
|
x86/ftrace: Move prepare_ftrace_return prototype to header
Arnd Bergmann
2023-05-18
1
-3
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-27
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
x86/mm: Fix enc_status_change_finish_noop()
Kirill A. Shutemov
2023-06-07
1
-1
/
+1
|
*
|
|
|
|
x86/mm: Allow guest.enc_status_change_prepare() to fail
Kirill A. Shutemov
2023-06-06
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-06-27
1
-123
/
+195
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/platform/uv: Update UV[23] platform code for SNC
Steve Wahl
2023-05-31
1
-4
/
+38
|
*
|
|
|
|
|
x86/platform/uv: Remove remaining BUG_ON() and BUG() calls
Steve Wahl
2023-05-31
1
-2
/
+4
[next]