index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
x86/mpparse: Provide separate early/late callbacks
Thomas Gleixner
2024-02-15
1
-0
/
+4
|
*
|
x86/mpparse: Rename default_find_smp_config()
Thomas Gleixner
2024-02-15
8
-20
/
+13
|
*
|
x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()
Thomas Gleixner
2024-02-15
6
-28
/
+0
|
*
|
x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()
Thomas Gleixner
2024-02-15
1
-3
/
+2
|
*
|
x86/ioapic: Make io_apic_get_unique_id() simpler
Thomas Gleixner
2024-02-15
1
-17
/
+5
|
*
|
x86/apic: Get rid of get_physical_broadcast()
Thomas Gleixner
2024-02-15
2
-37
/
+22
|
*
|
x86/ioapic: Replace some more set bit nonsense
Thomas Gleixner
2024-02-15
2
-7
/
+2
|
*
|
x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_ids
Thomas Gleixner
2024-02-15
3
-3
/
+1
|
*
|
x86/cpu/topology: Make the APIC mismatch warnings complete
Thomas Gleixner
2024-02-15
3
-16
/
+16
|
*
|
x86/apic/uv: Remove the private leaf 0xb parser
Thomas Gleixner
2024-02-15
2
-43
/
+14
|
*
|
x86/xen/smp_pv: Remove cpudata fiddling
Thomas Gleixner
2024-02-15
1
-3
/
+0
|
*
|
x86/apic: Remove unused phys_pkg_id() callback
Thomas Gleixner
2024-02-15
12
-68
/
+0
|
*
|
x86/cpu: Remove x86_coreid_bits
Thomas Gleixner
2024-02-15
2
-3
/
+0
|
*
|
x86/cpu: Remove topology.c
Thomas Gleixner
2024-02-15
2
-143
/
+1
|
*
|
x86/cpu: Make topology_amd_node_id() use the actual node info
Thomas Gleixner
2024-02-15
2
-7
/
+4
|
*
|
x86/mm/numa: Use core domain size on AMD
Thomas Gleixner
2024-02-15
2
-19
/
+21
|
*
|
x86/cpu: Use common topology code for HYGON
Thomas Gleixner
2024-02-15
5
-154
/
+4
|
*
|
x86/cpu: Use common topology code for AMD
Thomas Gleixner
2024-02-15
4
-151
/
+5
|
*
|
x86/smpboot: Teach it about topo.amd_node_id
Thomas Gleixner
2024-02-15
1
-4
/
+8
|
*
|
x86/cpu: Provide an AMD/HYGON specific topology parser
Thomas Gleixner
2024-02-15
9
-7
/
+215
|
*
|
x86/cpu/amd: Provide a separate accessor for Node ID
Thomas Gleixner
2024-02-15
9
-12
/
+23
|
*
|
x86/cpu: Use common topology code for Intel
Thomas Gleixner
2024-02-15
5
-117
/
+4
|
*
|
x86/cpu: Provide a sane leaf 0xb/0x1f parser
Thomas Gleixner
2024-02-15
3
-1
/
+143
|
*
|
x86/cpu: Move __max_die_per_package to common.c
Thomas Gleixner
2024-02-15
2
-3
/
+3
|
*
|
x86/cpu: Use common topology code for Centaur and Zhaoxin
Thomas Gleixner
2024-02-15
3
-11
/
+8
|
*
|
x86/cpu: Add legacy topology parser
Thomas Gleixner
2024-02-15
3
-1
/
+51
|
*
|
x86/cpu: Provide cpu_init/parse_topology()
Thomas Gleixner
2024-02-15
7
-18
/
+296
|
*
|
x86/cpu: Provide cpuid_read() et al.
Thomas Gleixner
2024-02-15
1
-0
/
+36
*
|
|
Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-03-11
43
-562
/
+3198
|
\
\
\
|
*
|
|
timer/migration: Fix quick check reporting late expiry
Frederic Weisbecker
2024-03-06
1
-9
/
+15
|
*
|
|
tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=n
Arnd Bergmann
2024-02-29
1
-1
/
+1
|
*
|
|
vdso/datapage: Quick fix - use asm/page-def.h for ARM64
Anna-Maria Behnsen
2024-02-26
1
-0
/
+4
|
*
|
|
timers: Assert no next dyntick timer look-up while CPU is offline
Frederic Weisbecker
2024-02-26
1
-3
/
+3
|
*
|
|
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
2024-02-26
5
-13
/
+8
|
*
|
|
tick: Shut down low-res tick from dying CPU
Frederic Weisbecker
2024-02-26
3
-10
/
+29
|
*
|
|
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
2024-02-26
4
-26
/
+26
|
*
|
|
tick: Move individual bit features to debuggable mask accesses
Frederic Weisbecker
2024-02-26
3
-43
/
+73
|
*
|
|
tick: Move got_idle_tick away from common flags
Frederic Weisbecker
2024-02-26
1
-1
/
+1
|
*
|
|
tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
Frederic Weisbecker
2024-02-26
1
-1
/
+1
|
*
|
|
tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2024-02-26
4
-8
/
+5
|
*
|
|
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2024-02-26
2
-2
/
+2
|
*
|
|
tick: Start centralizing tick related CPU hotplug operations
Frederic Weisbecker
2024-02-26
4
-11
/
+23
|
*
|
|
tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()
Frederic Weisbecker
2024-02-26
1
-5
/
+0
|
*
|
|
tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()
Frederic Weisbecker
2024-02-26
1
-2
/
+2
|
*
|
|
tick: Use IS_ENABLED() whenever possible
Frederic Weisbecker
2024-02-26
2
-12
/
+6
|
*
|
|
tick/sched: Remove useless oneshot ifdeffery
Frederic Weisbecker
2024-02-26
1
-5
/
+1
|
*
|
|
tick/nohz: Remove duplicate between lowres and highres handlers
Peng Liu
2024-02-26
1
-60
/
+36
|
*
|
|
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
2024-02-26
3
-23
/
+20
|
*
|
|
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
2024-02-22
1
-1
/
+2
|
*
|
|
timers: Always queue timers on the local CPU
Anna-Maria Behnsen
2024-02-22
2
-31
/
+19
[prev]
[next]