index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-01-09
4
-22
/
+25
|
\
|
*
x86/crash: use SZ_1M macro instead of hardcoded value
Yuntao Wang
2024-01-05
1
-1
/
+1
|
*
x86/crash: remove the unused image parameter from prepare_elf_headers()
Yuntao Wang
2024-01-05
1
-5
/
+5
|
*
x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()
Yuntao Wang
2023-12-29
1
-1
/
+1
|
*
x86/kexec: fix incorrect argument passed to kexec_dprintk()
Yuntao Wang
2023-12-29
1
-1
/
+1
|
*
x86/kexec: use pr_err() instead of kexec_dprintk() when an error occurs
Yuntao Wang
2023-12-29
1
-1
/
+1
|
*
x86/kexec: simplify the logic of mem_region_callback()
Yuntao Wang
2023-12-21
1
-5
/
+2
|
*
kexec_file, x86: print out debugging message if required
Baoquan He
2023-12-21
2
-11
/
+16
|
*
merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changes
Andrew Morton
2023-12-13
1
-1
/
+1
|
|
\
|
*
|
x86: sta2x11: include header for sta2x11_get_instance() prototype
Arnd Bergmann
2023-12-11
1
-0
/
+1
*
|
|
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
3
-38
/
+4
|
\
\
\
|
*
|
|
mm/mglru: add dummy pmd_dirty()
Kinsey Ho
2024-01-05
1
-0
/
+1
|
*
|
|
mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNG
Kinsey Ho
2024-01-05
2
-6
/
+1
|
*
|
|
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
2023-12-20
2
-3
/
+3
|
|
\
\
\
|
*
|
|
|
NUMA: optimize detection of memory with no node id assigned by firmware
Liam Ni
2023-12-11
1
-32
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2024-01-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
Vlastimil Babka
2023-12-05
1
-1
/
+1
*
|
|
|
|
Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-01-09
18
-114
/
+550
|
\
\
\
\
\
|
*
|
|
|
|
perf/x86/intel/uncore: Factor out topology_gidnid_map()
Alexander Antonov
2023-11-30
1
-37
/
+40
|
*
|
|
|
|
perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()
Alexander Antonov
2023-11-30
1
-2
/
+8
|
*
|
|
|
|
perf/x86/amd: Reject branch stack for IBS events
Namhyung Kim
2023-11-30
1
-0
/
+3
|
*
|
|
|
|
perf/x86/intel/uncore: Support Sierra Forest and Grand Ridge
Kan Liang
2023-11-24
1
-0
/
+2
|
*
|
|
|
|
perf/x86/intel/uncore: Support IIO free-running counters on GNR
Kan Liang
2023-11-24
1
-1
/
+11
|
*
|
|
|
|
perf/x86/intel/uncore: Support Granite Rapids
Kan Liang
2023-11-24
3
-0
/
+101
|
*
|
|
|
|
perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets array
Kan Liang
2023-11-24
5
-10
/
+11
|
*
|
|
|
|
perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPR
Kan Liang
2023-11-24
1
-11
/
+23
|
*
|
|
|
|
perf/x86/intel/cstate: Add Grand Ridge support
Kan Liang
2023-11-17
1
-3
/
+12
|
*
|
|
|
|
perf/x86/intel/cstate: Add Sierra Forest support
Kan Liang
2023-11-17
1
-4
/
+109
|
*
|
|
|
|
x86/smp: Export symbol cpu_clustergroup_mask()
Kan Liang
2023-11-17
1
-0
/
+1
|
*
|
|
|
|
perf/x86/intel/cstate: Cleanup duplicate attr_groups
Kan Liang
2023-11-17
1
-33
/
+11
|
*
|
|
|
|
Merge branch 'tip/perf/urgent'
Peter Zijlstra
2023-11-15
222
-3319
/
+4267
|
|
\
|
|
|
|
|
*
|
|
|
|
perf/x86/intel: Support branch counters logging
Kan Liang
2023-10-27
7
-8
/
+204
|
*
|
|
|
|
perf/x86/intel: Reorganize attrs and is_visible
Kan Liang
2023-10-27
1
-15
/
+15
|
*
|
|
|
|
perf: Add branch_sample_call_stack
Kan Liang
2023-10-27
1
-1
/
+1
|
*
|
|
|
|
perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flag
Kan Liang
2023-10-27
2
-3
/
+12
|
*
|
|
|
|
perf: Add branch stack counters
Kan Liang
2023-10-27
4
-5
/
+5
*
|
|
|
|
|
Merge tag 'x86-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-01-09
2
-14
/
+31
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/entry: Harden return-to-user
Peter Zijlstra
2023-11-21
1
-10
/
+8
|
*
|
|
|
|
|
x86/entry: Optimize common_interrupt_return()
Peter Zijlstra
2023-11-21
2
-5
/
+24
*
|
|
|
|
|
|
Merge tag 'x86-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-01-09
1
-2
/
+18
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram
Peter Zijlstra
2023-11-29
1
-2
/
+9
|
*
|
|
|
|
|
|
x86: Add a comment about the "magic" behind shadow sti before mwait
Frederic Weisbecker
2023-11-29
1
-0
/
+9
*
|
|
|
|
|
|
|
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-09
65
-90
/
+88
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
arch/x86: Fix typos
Bjorn Helgaas
2024-01-03
60
-72
/
+72
|
*
|
|
|
|
|
|
|
x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()
Uros Bizjak
2023-12-13
1
-1
/
+1
|
*
|
|
|
|
|
|
|
x86/Kconfig: Remove obsolete config X86_32_SMP
Lukas Bulwahn
2023-11-28
1
-4
/
+0
|
*
|
|
|
|
|
|
|
x86/io: Remove the unused 'bw' parameter from the BUILDIO() macro
Yuntao Wang
2023-11-23
1
-4
/
+4
|
*
|
|
|
|
|
|
|
x86/mtrr: Document missing function parameters in kernel-doc
Borislav Petkov (AMD)
2023-11-20
1
-4
/
+10
|
*
|
|
|
|
|
|
|
x86/setup: Make relocated_ramdisk a local variable of relocate_initrd()
Yuntao Wang
2023-11-13
2
-5
/
+1
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge tag 'x86-build-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-01-09
5
-41
/
+11
|
\
\
\
\
\
\
\
\
[next]