- ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 14 years ago
- c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 14 years ago
- febb72a IA32 emulation: Fix build problem for modular ia32 a.out support by Larry Finger · 14 years ago
- a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- 6b8212a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- f05e798 Disintegrate asm/system.h for X86 by David Howells · 14 years ago
- 90e2401 x86: Merge the x86_32 and x86_64 cpu_idle() functions by Richard Weinberger · 14 years ago
- 35cb8d9 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- c5c7fb8 Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for-linus', 'x86-process-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 15 years ago
- 42dfc43 x86_64: Record stack pointer before task execution begins by Siddhesh Poyarekar · 14 years ago
- 00194b2e x32: Only clear TIF_X32 flag once by Bobby Powers · 14 years ago
- ce5f7a9 x32: Make sure TS_COMPAT is cleared for x32 tasks by Bobby Powers · 14 years ago
- 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 14 years ago
- d1a797f x32: Handle process creation by H. Peter Anvin · 14 years ago
- bb21272 x32: Add a thread flag for x32 processes by H. Peter Anvin · 14 years ago
- 6bd3300 x86: Factor out TIF_IA32 from 32-bit address space by H. Peter Anvin · 14 years ago
- 7e16838 i387: support lazy restore of FPU state by Linus Torvalds · 14 years ago
- cea20ca i387: fix up some fpu_counter confusion by Linus Torvalds · 14 years ago
- 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 14 years ago
- 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 14 years ago
- b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 14 years ago
- cf3f335 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- e37e112 x86: Enter rcu extended qs after idle notifier call by Frederic Weisbecker · 15 years ago
- 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 15 years ago
- 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 15 years ago
- cced402 x86: Use kmemdup() in copy_thread(), rather than duplicating its implementation by Thomas Meyer · 15 years ago
- b227e23 x86, nmi: Add in logic to handle multiple events and unknown NMIs by Don Zickus · 15 years ago
- a0bfa13 cpuidle: stop depending on pm_idle by Len Brown · 15 years ago
- dac853a exec: delay address limit change until point of no return by Mathias Krause · 15 years ago
- 375906f x86: mark associated mm when running a task in 32 bit compatibility mode by Stephen Wilson · 15 years ago
- f77cfe4 cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer by Thomas Renninger · 15 years ago
- 25e4193 perf: Clean up power events by introducing new, more generic ones by Thomas Renninger · 15 years ago
- a4d4fbc x86-64, fpu: Disable preemption when using TS_USEDFPU by Brian Gerst · 16 years ago
- c882e0f x86, perf: Add power_end event to process_*.c cpu_idle routine by Robert Schöne · 16 years ago
- 41d5910 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 16 years ago
- 3ca5049 Merge commit 'v2.6.34-rc6' into perf/core by Ingo Molnar · 16 years ago
- 7ce5a2b x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero by H. Peter Anvin · 16 years ago
- faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 16 years ago
- a7f16d1 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 1252f23 x86: set_personality_ia32() misses force_personality32 by Oleg Nesterov · 16 years ago
- 05d43ed x86: get rid of the insane TIF_ABI_PENDING bit by H. Peter Anvin · 16 years ago
- 3bef444 x86: Merge show_regs() by Brian Gerst · 16 years ago
- d015a09 x86: Use KERN_DEFAULT log-level in __show_regs() by Pekka Enberg · 16 years ago
- ab1eebe Merge branch 'x86/asm' into x86/urgent by Ingo Molnar · 16 years ago
- df59e7b x86: Merge kernel_thread() by Brian Gerst · 16 years ago
- f443ff4 x86: Sync 32/64-bit kernel_thread by Brian Gerst · 16 years ago
- fa4b8f8 x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread() by Brian Gerst · 16 years ago
- 3bd95df x86, 64-bit: Move kernel_thread to C by Brian Gerst · 16 years ago
- f839bbc x86: Merge sys_clone by Brian Gerst · 16 years ago
- 11cf88b x86: Merge sys_execve by Brian Gerst · 16 years ago
- 814e2c8 x86: Factor duplicated code out of __show_regs() into show_regs_common() by Andy Isaacson · 16 years ago
- e7522ed Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 6ec22f9 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 17 years ago
- 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 17 years ago
- 89240ba x86, fs: Fix x86 procfs stack information for threads on 64-bit by Stefani Seibold · 17 years ago
- a489ca3 x86: Make sure we also print a Code: line for show_regs() by Arjan van de Ven · 17 years ago
- e634d8f x86-64: merge the standard and compat start_thread() functions by H. Peter Anvin · 17 years ago
- a6f05a6 x86-64: make compat_start_thread() match start_thread() by H. Peter Anvin · 17 years ago
- dca2d6a Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 17 years ago
- 55e0715 Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- bdf977b x86, percpu: Collect hot percpu variables into one cacheline by Tejun Heo · 17 years ago
- 17950c5 x86-64: move clts into batch cpu state updates when preloading fpu by Jeremy Fitzhardinge · 17 years ago
- 16d9dbf x86-64: move unlazy_fpu() into lazy cpu state part of context switch by Jeremy Fitzhardinge · 17 years ago
- eadb8a0 Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 17 years ago
- 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- be15f9d Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 66cb591 hw-breakpoints: use the new wrapper routines to access debug registers in process/thread code by K.Prasad · 17 years ago
- bf78ad6 x86: process.c, remove useless headers by Amerigo Wang · 17 years ago
- 9d62dcd x86: merge process.c a bit by Amerigo Wang · 17 years ago
- 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 17 years ago
- 2311f0d x86, ds: add leakage warning by Markus Metzger · 17 years ago
- 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 17 years ago
- 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 17 years ago
- 7fd7d83 x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch by Jeremy Fitzhardinge · 17 years ago
- 389d1fb x86: unify chunks of kernel/process*.c by Jeremy Fitzhardinge · 17 years ago
- 5c79d2a x86: fix x86_32 stack protector bugs by Tejun Heo · 17 years ago
- 92e2d50 Merge branch 'x86/urgent' into core/percpu by Ingo Molnar · 17 years ago
- 48ec4d9 x86, 64-bit: print DMI info in the oops trace by Kyle McMartin · 17 years ago
- 0d974d4 x86: remove pda.h by Brian Gerst · 17 years ago
- c6e50f93 x86: cleanup stack protector by Tejun Heo · 17 years ago
- b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 17 years ago
- c2558e0 x86-64: Move isidle from PDA to per-cpu. by Brian Gerst · 17 years ago
- 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 17 years ago
- 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 17 years ago
- c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 17 years ago
- a9de18e Merge branch 'linus' into stackprotector by Ingo Molnar · 17 years ago
- bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 17 years ago
- c272477 x86, bts: provide in-kernel branch-trace interface by Markus Metzger · 17 years ago
- 8b96f01 tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions by Frederic Weisbecker · 17 years ago
- 057316c Merge branch 'linus' into test by Len Brown · 18 years ago
- c7d87d7 x86 allow modules to register idle notifiers by Venkatesh Pallipadi · 18 years ago
- b2aaf8f Merge branch 'linus' into stackprotector by Ingo Molnar · 18 years ago
- e2ce07c x86: __show_registers() and __show_regs() API unification by Pekka Enberg · 18 years ago
- eceb138 Merge branches 'core/signal' and 'x86/spinlocks' into x86/xen by Ingo Molnar · 18 years ago
- 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 18 years ago
- e1e23bb x86: avoid dereferencing beyond stack + THREAD_SIZE by David Rientjes · 18 years ago