- 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 18 years ago
- b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 18 years ago
- 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 18 years ago
- 1481a3d x86: move cpu_exit_clear to process_32.c by Glauber Costa · 18 years ago
- 9302213 Merge commit 'v2.6.26-rc9' into x86/cpu by Ingo Molnar · 18 years ago
- f34bfb1 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
- 75118a8 x86: fix NULL pointer deref in __switch_to by Suresh Siddha · 18 years ago
- e765ee9 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
- 00dba56 x86: move more common idle functions/variables to process.c by Thomas Gleixner · 18 years ago
- 6ddd2a2 x86: simplify idle selection by Thomas Gleixner · 18 years ago
- 870568b x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stack by Suresh Siddha · 18 years ago
- 6cd8a4b ftrace: trace preempt off critical timings by Steven Rostedt · 18 years ago
- 7f424a8 fix idle (arch, acpi and apm) and lockdep by Peter Zijlstra · 18 years ago
- a4928cf "make namespacecheck" fixes by Ingo Molnar · 18 years ago
- aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 18 years ago
- 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 18 years ago
- 529e25f x86: implement prctl PR_GET_TSC and PR_SET_TSC by Erik Bosman · 18 years ago
- 120d5bf x86: remove vm86.h inclusion from process_32.c by Jacek Luczak · 18 years ago
- 13af483 x86: improve default idle by Ingo Molnar · 18 years ago
- 3b22ec7 x86: always enable irqs when entering idle by Glauber de Oliveira Costa · 18 years ago
- 5b0e508 x86: prevent unconditional writes to DebugCtl MSR by Jan Beulich · 18 years ago
- 513ad84 x86: de-macro start_thread() by Ingo Molnar · 18 years ago
- 92bc205 x86: change most X86_32 pt_regs members to unsigned long by Harvey Harrison · 18 years ago
- 783e391 x86: Simplify cpu_idle_wait by Venki Pallipadi · 18 years ago
- b4ef95d x86: disable BTS ptrace extensions for now by Ingo Molnar · 18 years ago
- 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 18 years ago
- 7fa3031 aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT by David Howells · 18 years ago
- 7bb308a x86: small sparse fix in process_32.c by Harvey Harrison · 18 years ago
- 4c02ad1 x86: fix section mismatch warning in process_*.c by Sam Ravnborg · 18 years ago
- 27415a4 x86: move warning message of polling idle and HT enabled by Hiroshi Shimamoto · 18 years ago
- 0c07ee3 x86: use the correct cpuid method to detect MWAIT support for C states by Andi Kleen · 18 years ago
- 0723a69 x86: fix synchronize_rcu(): high latency on idle system by Benjamin LaHaise · 18 years ago
- 5bc27dc x86: pull bp calculation earlier into the backtrace path by Arjan van de Ven · 18 years ago
- 60b3b9a x86: x86 user_regset cleanup by Roland McGrath · 18 years ago
- bdb4f15 i386: hard_{en,dis}able_TSC can be static by Jan Beulich · 18 years ago
- 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 18 years ago
- eee3af4 x86, ptrace: support for branch trace store(BTS) by Markus Metzger · 18 years ago
- 6612538 x86: clean up process_32/64.c by Hiroshi Shimamoto · 18 years ago
- faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 18 years ago
- 0f53409 x86: x86-32 thread_struct.debugreg by Roland McGrath · 18 years ago
- 153d5f2 x86: use generic register names in struct user_regs_struct by H. Peter Anvin · 18 years ago
- 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 18 years ago
- 7e99160 x86: debugctlmsr context switch by Roland McGrath · 18 years ago
- e1f2877 x86 single_step: TIF_FORCED_TF by Roland McGrath · 18 years ago
- efd1ca5 x86: TLS cleanup by Roland McGrath · 18 years ago
- c1d171a x86: randomize brk by Jiri Kosina · 18 years ago
- 718fc13 x86: move debug related declarations to kdebug.h by Thomas Gleixner · 18 years ago
- 5ee613b x86: idle wakeup event in the HLT loop by Ingo Molnar · 18 years ago
- 40d6a14 Kick CPUS that might be sleeping in cpus_idle_wait by Steven Rostedt · 18 years ago
- 3446fa0 x86_32: select_idle_routine() must be __cpuinit by Adrian Bunk · 18 years ago
- 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 19 years ago
- 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 19 years ago
- 9d975eb i386: consolidate show_regs and show_registers for i386 by Pavel Emelyanov · 19 years ago
- 835c34a Delete filenames in comments. by Dave Jones · 19 years ago
- 9a163ed i386: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/process_32.c]
- b4f127b i386: prepare shared kernel/process.c by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/process.c]
- bb1995d x86: Make Alt-SysRq-p display the debug register contents by Alan Stern · 19 years ago
- cf99aba make seccomp zerocost in schedule by Andrea Arcangeli · 19 years ago
- f1d1a84 SLUB: i386 support by Christoph Lameter · 19 years ago
- e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 19 years ago
- 7c3576d [PATCH] i386: Convert PDA into the percpu section by Jeremy Fitzhardinge · 19 years ago
- a75c54f [PATCH] i386: i386 separate hardware-defined TSS from Linux additions by Rusty Russell · 19 years ago
- f039b75 [PATCH] x86: Don't use MWAIT on AMD Family 10 by Andi Kleen · 19 years ago
- ea3d522 Revert "[PATCH] i386: add idle notifier" by Linus Torvalds · 19 years ago
- 7416734 [PATCH] i386 prepare for dyntick by Ingo Molnar · 19 years ago
- 2ff2d3d [PATCH] i386: add idle notifier by Stephane Eranian · 19 years ago
- 8b15114 [PATCH] i386: iOPL handling for paravirt guests by Zachary Amsden · 19 years ago
- 9226d12 [PATCH] i386: paravirt CPU hypercall batching mode by Zachary Amsden · 19 years ago
- 464d1a7 [PATCH] i386: Convert i386 PDA code to use %fs by Jeremy Fitzhardinge · 19 years ago
- 0888f06 [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle code by Ingo Molnar · 19 years ago
- 8c89812 [PATCH] i386: remove IOPL check on task switch by Chuck Ebbert · 20 years ago
- 72690a2 [PATCH] x86: Don't use nested idle loops by Andi Kleen · 20 years ago
- ec7fcaa [PATCH] i386: Implement "current" with the PDA by Jeremy Fitzhardinge · 20 years ago
- 66e10a4 [PATCH] i386: Fix places where using %gs changes the usermode ABI by Jeremy Fitzhardinge · 20 years ago
- f95d47c [PATCH] i386: Use %gs as the PDA base-segment in the kernel by Jeremy Fitzhardinge · 20 years ago
- acc2076 [PATCH] i386: add sleazy FPU optimization by Chuck Ebbert · 20 years ago
- dc1829a [PATCH] i386/x86_64: ACPI cpu_idle_wait() fix by Ingo Molnar · 20 years ago
- 8cf2c51 [PATCH] x86: Revert new unwind kernel stack termination by Andi Kleen · 20 years ago
- 991528d ACPI: Processor native C-states using MWAIT by Venkatesh Pallipadi · 20 years ago
- 51ec28e [PATCH] x86: Terminate the kernel stacks for the unwinder by Andi Kleen · 20 years ago
- 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 20 years ago
- 52978be [PATCH] kmemdup: some users by Alexey Dobriyan · 20 years ago
- 78be370 [PATCH] i386: Allow a kernel not to be in ring 0 by Rusty Russell · 20 years ago
- 02ba1a3 [PATCH] i386: move kernel_thread_helper into entry.S by Andi Kleen · 20 years ago
- c16b63e [PATCH] i386/x86-64: Don't randomize stack top when no randomization personality is set by Andi Kleen · 20 years ago
- facf014 [PATCH] i386: switch_to(): misplaced parentheses by Chuck Ebbert · 20 years ago
- b3cf257 [PATCH] i386: use thread_info flags for debug regs and IO bitmaps by Stephane Eranian · 20 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
- 495ab9c [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status by Andi Kleen · 20 years ago
- 176a271 [PATCH] i386: reliable stack trace support (i386) by Jan Beulich · 20 years ago
- 0cb3463 [PATCH] unexport get_wchan by Adrian Bunk · 20 years ago
- c6fd91f [PATCH] kretprobe instance recycled by parent process by bibo mao · 20 years ago
- db753bd [PATCH] i386: fix uses of user_mode() vs. user_mode_vm() by Jan Beulich · 20 years ago
- b53e8f6 [PATCH] i386: print kernel version in register dumps by Chuck Ebbert · 20 years ago
- 65e0fdf [PATCH] i386: task_stack_page() by Al Viro · 20 years ago
- 07b047f [PATCH] i386: fix task_pt_regs() by akpm@osdl.org · 20 years ago
- 06b425d [PATCH] i386: task_thread_info() by Al Viro · 20 years ago
- 64ca900 [PATCH] Make vm86 support optional by Matt Mackall · 20 years ago
- 2684927 [PATCH] x86: Deprecate useless bug by Zachary Amsden · 20 years ago
- ff6e8c0 [PATCH] x86: Cr4 is valid on some 486s by Zachary Amsden · 20 years ago