Thomas Gleixner ([email protected])

Number of posts: 23303 (3.19 per day)
First post: 2004-06-07 15:42:13
Last post: 2024-06-11 07:33:53

Date List Subject
2023-06-14 00:05:46 linux-kernel [patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
2023-06-13 23:48:24 linux-kernel [patch 12/17] init: Invoke arch_cpu_finalize_init() earlier
2023-06-13 23:48:22 linux-kernel [patch 14/17] x86/init: Initialize signal frame size late
2023-06-13 23:48:20 linux-kernel [patch 16/17] x86/fpu: Mark init functions __init
2023-06-13 23:48:20 linux-kernel [patch 07/17] mips/cpu: Switch to arch_cpu_finalize_init()
2023-06-13 23:48:18 linux-kernel [patch 11/17] init: Remove check_bugs() leftovers
2023-06-13 23:48:14 linux-kernel [patch 10/17] um/cpu: Switch to arch_cpu_finalize_init()
2023-06-13 23:48:14 linux-kernel [patch 03/17] ARM: cpu: Switch to arch_cpu_finalize_init()
2023-06-13 23:48:10 linux-kernel [patch 01/17] init: Provide arch_cpu_finalize_init()
2023-06-13 23:48:05 linux-kernel [patch 08/17] sh/cpu: Switch to arch_cpu_finalize_init()
2023-06-13 23:47:40 linux-kernel [patch 05/17] loongarch/cpu: Switch to arch_cpu_finalize_init()
2023-06-13 23:47:27 linux-kernel [patch 09/17] sparc/cpu: Switch to arch_cpu_finalize_init()
2023-06-13 23:46:36 linux-kernel [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
2023-06-13 23:46:09 linux-kernel [patch 13/17] init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
2023-06-13 23:42:30 linux-kernel [patch 15/17] x86/fpu: Remove cpuinfo argument from init functions
2023-06-13 23:41:47 linux-kernel [patch 04/17] ia64/cpu: Switch to arch_cpu_finalize_init()
2023-06-13 23:41:40 linux-kernel [patch 06/17] m68k/cpu: Switch to arch_cpu_finalize_init()
2023-06-13 23:41:26 linux-kernel [patch 02/17] x86/cpu: Switch to arch_cpu_finalize_init()
2023-06-13 20:29:05 linux-kernel Re: [PATCH v23 4/8] crash: memory and CPU hotplug sysfs attributes
2023-06-13 19:26:33 linux-kernel Re: [PATCH 3/9] cpu/SMT: Store the current/max number of threads
2023-06-13 12:33:13 linux-kernel [patch V2 4/8] x86/smp: Acquire stopping_cpu unconditionally
2023-06-13 12:32:59 linux-kernel [patch V2 6/8] x86/smp: Cure kexec() vs. mwait_play_dead() breakage
2023-06-13 12:32:56 linux-kernel [patch V2 3/8] x86/smp: Remove pointless wmb() from native_stop_other_cpus()
2023-06-13 12:31:50 linux-kernel [patch V2 5/8] x86/smp: Use dedicated cache-line for mwait_play_dead()
2023-06-13 12:30:53 linux-kernel [patch V2 7/8] x86/smp: Split sending INIT IPI out into a helper function
2023-06-13 12:29:46 linux-kernel [patch V2 1/8] x86/smp: Make stop_other_cpus() more robust
2023-06-13 12:26:57 linux-kernel [patch V2 2/8] x86/smp: Dont access non-existing CPUID leaf
2023-06-13 12:26:00 linux-kernel [patch V2 8/8] x86/smp: Put CPUs into INIT on shutdown if possible
2023-06-13 12:19:58 linux-kernel [patch V2 0/8] x86/smp: Cure stop_other_cpus() and kexec() troubles
2023-06-12 17:30:55 linux-kernel Re: [PATCH] cpu/bugs: Disable CPU mitigations at compilation time
2023-06-12 17:30:33 linux-kernel Re: [PATCH 2/2] x86/microcode: Add a "microcode=" command line option
2023-06-12 17:20:50 linux-kernel Re: [PATCH 8/9] powerpc: Add HOTPLUG_SMT support
2023-06-12 16:48:15 linux-kernel Re: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry
2023-06-12 15:54:03 linux-kernel Re: [PATCH 2/2] x86/microcode: Add a "microcode=" command line option
2023-06-12 15:43:19 linux-kernel Re: [PATCH v2] ftrace: Allow inline functions not inlined to be traced
2023-06-12 09:26:01 linux-kernel [PATCH] MAINTAINERS: Add CPU HOTPLUG entry
2023-06-12 07:54:37 linux-kernel Re: + kthread-unify-kernel_thread-and-user_mode_thread.patch added to mm-nonmm-unstable branch
2023-06-12 07:51:20 linux-kernel Re: [PATCH] time: clocksource-wdtest: Remove unnecessary initialization of variable 'ret'
2023-06-12 07:49:26 linux-kernel Re: [PATCH] time: clocksource: remove unnecessary (void*) conversions
2023-06-11 00:18:43 linux-kernel Re: [PATCH 5/9] cpu/SMT: Create topology_smt_thread_allowed()
2023-06-10 23:54:44 linux-kernel Re: [PATCH] cpu/bugs: Disable CPU mitigations at compilation time
2023-06-10 23:20:26 linux-kernel Re: [merged mm-hotfixes-stable] lazy-tlb-fix-hotplug-exit-race-with-mmu_lazy_tlb_shootdown.patch removed from -mm tree
2023-06-10 22:37:51 linux-kernel Re: [PATCH 4/9] cpu/SMT: Create topology_smt_threads_supported()
2023-06-10 22:35:51 linux-kernel Re: [PATCH 3/9] cpu/SMT: Store the current/max number of threads
2023-06-10 22:06:04 linux-kernel Re: [PATCH 3/9] cpu/SMT: Store the current/max number of threads
2023-06-10 22:06:03 linux-kernel Re: [PATCH 8/9] powerpc: Add HOTPLUG_SMT support
2023-06-10 20:35:09 linux-kernel Re: [PATCH 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
2023-06-10 20:22:18 linux-kernel Re: [PATCH 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
2023-06-10 20:21:52 linux-kernel Re: + lazy-tlb-fix-hotplug-exit-race-with-mmu_lazy_tlb_shootdown.patch added to mm-hotfixes-unstable branch
2023-06-10 19:14:42 linux-kernel Re: [PATCH RFC 0/4] x86/fixmap: Unify FIXADDR_TOP
2023-06-10 12:49:10 linux-kernel Re: [PATCH] time: alarmtimer: Optimization function return value