index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
x86, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
8
-10
/
+23
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
3
-3
/
+3
2024-02-22
x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace
Sean Christopherson
1
-0
/
+2
2024-02-22
kexec: Allocate kernel above bzImage's pref_address
Chris Koch
1
-1
/
+4
2024-02-22
x86/mm: delete unused cpu argument to leave_mm()
Yosry Ahmed
1
-1
/
+1
2024-02-22
x86/resctrl: Remove lockdep annotation that triggers false positive
James Morse
1
-9
/
+0
2024-02-21
x86/apm_32: Remove dead function apm_get_battery_status()
Kunwu Chan
1
-29
/
+0
2024-02-20
x86/pat: Simplify the PAT programming protocol
Kirill A. Shutemov
1
-3
/
+4
2024-02-19
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
2
-12
/
+6
2024-02-19
x86/resctrl: Separate arch and fs resctrl locks
James Morse
5
-27
/
+111
2024-02-16
x86/resctrl: Move domain helper migration into resctrl_offline_cpu()
James Morse
2
-16
/
+18
2024-02-16
x86/resctrl: Add CPU offline callback for resctrl work
James Morse
2
-20
/
+29
2024-02-16
x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPU
James Morse
5
-21
/
+70
2024-02-16
x86/resctrl: Add CPU online callback for resctrl work
James Morse
2
-4
/
+12
2024-02-16
x86/resctrl: Add helpers for system wide mon/alloc capable
James Morse
4
-26
/
+24
2024-02-16
x86/resctrl: Make rdt_enable_key the arch's decision to switch
James Morse
1
-6
/
+5
2024-02-16
x86/resctrl: Move alloc/mon static keys into helpers
James Morse
2
-9
/
+4
2024-02-16
x86/resctrl: Make resctrl_mounted checks explicit
James Morse
3
-8
/
+28
2024-02-16
x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
James Morse
3
-3
/
+40
2024-02-16
x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
James Morse
1
-20
/
+5
2024-02-16
x86/resctrl: Queue mon_event_read() instead of sending an IPI
James Morse
2
-3
/
+25
2024-02-16
x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
James Morse
2
-7
/
+37
2024-02-16
x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
James Morse
1
-24
/
+38
2024-02-16
x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
James Morse
3
-5
/
+61
2024-02-16
x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
James Morse
1
-6
/
+12
2024-02-16
x86/resctrl: Track the number of dirty RMID a CLOSID has
James Morse
1
-10
/
+65
2024-02-16
x86/resctrl: Allow RMID allocation to be scoped by CLOSID
James Morse
4
-12
/
+37
2024-02-16
x86/resctrl: Access per-rmid structures by index
James Morse
4
-45
/
+83
2024-02-16
x86/resctrl: Track the closid with the rmid
James Morse
4
-35
/
+56
2024-02-16
x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()
James Morse
1
-9
/
+26
2024-02-16
x86/resctrl: Create helper for RMID allocation and mondata dir creation
James Morse
1
-15
/
+27
2024-02-16
x86/resctrl: Free rmid_ptrs from resctrl_exit()
James Morse
3
-0
/
+22
2024-02-16
x86/cpu/topology: Get rid of cpuinfo::x86_max_cores
Thomas Gleixner
7
-10
/
+6
2024-02-16
x86/CPU/AMD: Do the common init on future Zens too
Borislav Petkov (AMD)
1
-7
/
+7
2024-02-15
x86/cpu/topology: Provide __num_[cores|threads]_per_package
Thomas Gleixner
2
-1
/
+13
2024-02-15
x86/cpu/topology: Rename smp_num_siblings
Thomas Gleixner
6
-10
/
+10
2024-02-15
x86/cpu/topology: Retrieve cores per package from topology bitmaps
Thomas Gleixner
3
-15
/
+57
2024-02-15
x86/cpu/topology: Use topology logical mapping mechanism
Thomas Gleixner
3
-123
/
+5
2024-02-15
x86/cpu/topology: Provide logical pkg/die mapping
Thomas Gleixner
1
-0
/
+28
2024-02-15
x86/cpu/topology: Simplify cpu_mark_primary_thread()
Thomas Gleixner
1
-4
/
+1
2024-02-15
x86/cpu/topology: Mop up primary thread mask handling
Thomas Gleixner
1
-27
/
+2
2024-02-15
x86/cpu/topology: Use topology bitmaps for sizing
Thomas Gleixner
5
-45
/
+26
2024-02-15
x86/cpu/topology: Let XEN/PV use topology from CPUID/MADT
Thomas Gleixner
2
-18
/
+9
2024-02-15
x86/cpu/topology: Assign hotpluggable CPUIDs during init
Thomas Gleixner
1
-11
/
+18
2024-02-15
x86/cpu/topology: Reject unknown APIC IDs on ACPI hotplug
Thomas Gleixner
1
-0
/
+4
2024-02-15
x86/topology: Add a mechanism to track topology via APIC IDs
Thomas Gleixner
1
-2
/
+46
2024-02-15
x86/cpu: Detect real BSP on crash kernels
Thomas Gleixner
1
-38
/
+59
2024-02-15
x86/cpu/topology: Rework possible CPU management
Thomas Gleixner
3
-80
/
+111
2024-02-15
x86/cpu/topology: Sanitize the APIC admission logic
Thomas Gleixner
1
-82
/
+77
2024-02-15
x86/smpboot: Make error message actually useful
Thomas Gleixner
1
-3
/
+7
[prev]
[next]