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-15
x86/cpu/topology: Use a data structure for topology info
Thomas Gleixner
1
-30
/
+29
2024-02-15
x86/cpu/topology: Simplify APIC registration
Thomas Gleixner
1
-20
/
+3
2024-02-15
x86/cpu/topology: Confine topology information
Thomas Gleixner
3
-75
/
+74
2024-02-15
x86/acpi: Dont invoke topology_register_apic() for XEN PV
Thomas Gleixner
1
-2
/
+6
2024-02-15
x86/mpparse: Use new APIC registration function
Thomas Gleixner
2
-9
/
+10
2024-02-15
x86/of: Use new APIC registration functions
Thomas Gleixner
1
-1
/
+1
2024-02-15
x86/jailhouse: Use new APIC registration function
Thomas Gleixner
1
-1
/
+1
2024-02-15
x86/acpi: Use new APIC registration functions
Thomas Gleixner
1
-37
/
+7
2024-02-15
x86/cpu/topology: Provide separate APIC registration functions
Thomas Gleixner
1
-18
/
+95
2024-02-15
x86/cpu/topology: Move registration out of APIC code
Thomas Gleixner
3
-188
/
+193
2024-02-15
x86/apic: Use a proper define for invalid ACPI CPU ID
Thomas Gleixner
1
-1
/
+1
2024-02-15
x86/apic: Remove yet another dubious callback
Thomas Gleixner
5
-13
/
+0
2024-02-15
x86/apic: Remove the pointless writeback of boot_cpu_physical_apicid
Thomas Gleixner
8
-37
/
+0
2024-02-15
x86/mpparse: Remove the physid_t bitmap wrapper
Thomas Gleixner
5
-35
/
+21
2024-02-15
x86/mm/numa: Move early mptable evaluation into common code
Thomas Gleixner
1
-0
/
+2
2024-02-15
x86/mpparse: Switch to new init callbacks
Thomas Gleixner
4
-16
/
+7
2024-02-15
x86/jailhouse: Prepare for separate mpparse callbacks
Thomas Gleixner
1
-12
/
+20
2024-02-15
x86/dtb: Rename x86_dtb_init()
Thomas Gleixner
2
-2
/
+2
2024-02-15
x86/mpparse: Prepare for callback separation
Thomas Gleixner
2
-2
/
+12
2024-02-15
x86/mpparse: Rename default_find_smp_config()
Thomas Gleixner
3
-6
/
+4
2024-02-15
x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()
Thomas Gleixner
4
-19
/
+0
2024-02-15
x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()
Thomas Gleixner
1
-3
/
+2
2024-02-15
x86/ioapic: Make io_apic_get_unique_id() simpler
Thomas Gleixner
1
-17
/
+5
2024-02-15
x86/apic: Get rid of get_physical_broadcast()
Thomas Gleixner
2
-37
/
+22
2024-02-15
x86/ioapic: Replace some more set bit nonsense
Thomas Gleixner
1
-4
/
+2
2024-02-15
x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_ids
Thomas Gleixner
1
-1
/
+1
2024-02-15
x86/cpu/topology: Make the APIC mismatch warnings complete
Thomas Gleixner
2
-13
/
+14
2024-02-15
x86/apic/uv: Remove the private leaf 0xb parser
Thomas Gleixner
1
-43
/
+9
2024-02-15
x86/apic: Remove unused phys_pkg_id() callback
Thomas Gleixner
10
-61
/
+0
2024-02-15
x86/cpu: Remove x86_coreid_bits
Thomas Gleixner
1
-1
/
+0
2024-02-15
x86/cpu: Remove topology.c
Thomas Gleixner
2
-143
/
+1
2024-02-15
x86/cpu: Make topology_amd_node_id() use the actual node info
Thomas Gleixner
1
-5
/
+2
2024-02-15
x86/cpu: Use common topology code for HYGON
Thomas Gleixner
5
-154
/
+4
2024-02-15
x86/cpu: Use common topology code for AMD
Thomas Gleixner
3
-149
/
+5
2024-02-15
x86/smpboot: Teach it about topo.amd_node_id
Thomas Gleixner
1
-4
/
+8
2024-02-15
x86/cpu: Provide an AMD/HYGON specific topology parser
Thomas Gleixner
8
-7
/
+213
2024-02-15
x86/cpu/amd: Provide a separate accessor for Node ID
Thomas Gleixner
4
-7
/
+7
2024-02-15
x86/cpu: Use common topology code for Intel
Thomas Gleixner
5
-117
/
+4
2024-02-15
x86/cpu: Provide a sane leaf 0xb/0x1f parser
Thomas Gleixner
3
-1
/
+143
2024-02-15
x86/cpu: Move __max_die_per_package to common.c
Thomas Gleixner
2
-3
/
+3
2024-02-15
x86/cpu: Use common topology code for Centaur and Zhaoxin
Thomas Gleixner
3
-11
/
+8
2024-02-15
x86/cpu: Add legacy topology parser
Thomas Gleixner
3
-1
/
+51
2024-02-15
x86/cpu: Provide cpu_init/parse_topology()
Thomas Gleixner
6
-18
/
+277
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
12
-46
/
+53
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
107
-2571
/
+2950
2024-02-12
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
1
-0
/
+5
2024-02-11
Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+5
2024-02-08
x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)
Paolo Bonzini
2
-3
/
+3
2024-02-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+2
2024-02-07
kvmclock: Unexport kvmclock clocksource
Peter Hilber
1
-2
/
+1
[prev]
[next]