- 73fbad2 Merge branch 'next' into for-linus by James Morris · 15 years ago
- 4200efd sched: properly define the sched_group::cpumask and sched_domain::span fields by Ingo Molnar · 15 years ago
- 2d02494 sched, timers: cleanup avenrun users by Thomas Gleixner · 16 years ago
- dce48a8 sched, timers: move calc_load() to scheduler by Thomas Gleixner · 16 years ago
- 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 16 years ago
- d254117 Merge branch 'master' into next by James Morris · 16 years ago
- 3bcac02 SELinux: Don't flush inherited SIGKILL during execve() by David Howells · 16 years ago
- e3c8ca8 sched: do not count frozen tasks toward load by Nathan Lynch · 16 years ago
- 1551260 Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 5e34437 Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
- 9efe21c Merge branch 'linus' into irq/threaded by Ingo Molnar · 16 years ago
- 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
- 1b0f7ff pids: kill signal_struct-> __pgrp/__session and friends by Oleg Nesterov · 16 years ago
- 52ee2df pids: refactor vnr/nr_ns helpers to make them safe by Oleg Nesterov · 16 years ago
- 6dda81f pids: document task_pgrp/task_session is not safe without tasklist/rcu by Oleg Nesterov · 16 years ago
- 39c626a forget_original_parent: split out the un-ptrace part by Oleg Nesterov · 16 years ago
- 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 16 years ago
- 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
- 9de1581 get_mm_hiwater_xxx: trivial, s/define/inline/ by Oleg Nesterov · 16 years ago
- 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 16 years ago
- c4e1aa6 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
- 831576f Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 8aef2d2 function-graph: ignore times across schedule by Steven Rostedt · 16 years ago
- 3aa551c genirq: add threaded interrupt handler support by Thomas Gleixner · 16 years ago
- 703a3cd Merge branch 'master' into next by James Morris · 16 years ago
- 17d85bc Merge commit 'v2.6.29-rc8' into cpus4096 by Ingo Molnar · 16 years ago
- f6411fe Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 16 years ago
- 480c93d Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
- 3c1f67d Merge branch 'linus' into core/locking by Ingo Molnar · 16 years ago
- 76e6eee cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed. by Rusty Russell · 16 years ago
- f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
- a1413c8 Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
- a140fea Merge commit 'v2.6.29-rc7' into core/locking by Ingo Molnar · 16 years ago
- 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
- a1be621 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core by Ingo Molnar · 16 years ago
- 5512b3e Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 16 years ago
- 54e9912 sched: don't allow setuid to succeed if the user does not have rt bandwidth by Dhaval Giani · 16 years ago
- 1b49061 Merge branch 'sched/clock' into tracing/ftrace by Ingo Molnar · 16 years ago
- b342501 sched: allow architectures to specify sched_clock_stable by Ingo Molnar · 16 years ago
- 5274f83 Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/core by Ingo Molnar · 16 years ago
- cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 16 years ago
- 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- f8a6b2b Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
- 871cafc Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
- f9ce1f1 Add in_execve flag into task_struct. by Kentaro Takeda · 16 years ago
- 4da94d49 timers: fix TIMER_ABSTIME for process wide cpu timers by Peter Zijlstra · 16 years ago
- 3fccfd6 timers: split process wide cpu clocks/timers, fix by Peter Zijlstra · 16 years ago
- 17406b8 softlockup: remove timestamp checking from hung_task by Mandeep Singh Baines · 16 years ago
- 4ad476e Merge commit 'v2.6.29-rc4' into tracing/core by Ingo Molnar · 16 years ago
- 140573d Merge branches 'sched/rt' and 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
- 673f820 Merge branch 'linus' into core/locking by Ingo Molnar · 16 years ago
- 7d8e23d timers: split process wide cpu clocks/timers, remove spurious warning by Ingo Molnar · 16 years ago
- 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 16 years ago
- 4cd4c1b timers: split process wide cpu clocks/timers by Peter Zijlstra · 16 years ago
- 32bd671 signal: re-add dead task accumulation stats. by Peter Zijlstra · 16 years ago
- 3562612 sched: add missing kernel-doc in sched.h by Randy Dunlap · 16 years ago
- dc573f9 Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- 5e54f59 softlockup: remove unused definition for spawn_softlockup_task by Mandeep Singh Baines · 16 years ago
- 9df04e1 epoll: drop max_user_instances and rely only on max_user_watches by Davide Libenzi · 16 years ago
- 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
- 3386c05 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 7e49fcc trace, lockdep: manual preempt count adding for local_bh_disable by Steven Rostedt · 16 years ago
- b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
- e162b39 softlockup: decouple hung tasks check from softlockup detection by Mandeep Singh Baines · 16 years ago
- 34cb613 sched: fix !CONFIG_SCHEDSTATS build failure by Ingo Molnar · 16 years ago
- 831451a sched: introduce avg_wakeup by Peter Zijlstra · 16 years ago
- 0d66bf6 mutex: implement adaptive spinning by Peter Zijlstra · 16 years ago
- 41719b0 mutex: preemption fixes by Peter Zijlstra · 16 years ago
- baf48f6 softlock: fix false panic which can occur if softlockup_thresh is reduced by Mandeep Singh Baines · 16 years ago
- 0a6d4e1 Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/linux-2.6-hacks into sched/rt by Ingo Molnar · 16 years ago
- 490dea4 itimers: remove the per-cpu-ish-ness by Peter Zijlstra · 16 years ago
- cfa97f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 16 years ago
- d9be28e Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent by Ingo Molnar · 16 years ago
- c70f22d sched: clean up arch_reinit_sched_domains() by Li Zefan · 16 years ago
- 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
- b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
- a9de18e Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
- 47fea2a sched: sched.c declare variables before they get used by Jaswinder Singh Rajput · 16 years ago
- 917b627 sched: create "pushable_tasks" list to limit pushing to one attempt by Gregory Haskins · 16 years ago
- 967fc04 sched: add sched_class->needs_post_schedule() member by Gregory Haskins · 16 years ago
- a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 06aaf76 sched: move test_sd_parent() to an SMP section of sched.h by Ingo Molnar · 16 years ago
- 100fdae sched: add SD_BALANCE_NEWIDLE at MC and CPU level for sched_mc>0 by Vaidyanathan Srinivasan · 16 years ago
- afb8a9b sched: framework for sched_mc/smt_power_savings=N by Gautham R Shenoy · 16 years ago
- 716707b sched: convert BALANCE_FOR_xx_POWER to inline functions by Vaidyanathan Srinivasan · 16 years ago
- 9c2c480 schedstat: consolidate per-task cpu runtime stats by Ken Chen · 16 years ago
- 45ab6b0 Merge branch 'sched/core' into cpus4096 by Ingo Molnar · 16 years ago
- 81444a7 Merge branch 'tracing/fastboot' into cpus4096 by Ingo Molnar · 16 years ago
- c1dfdc7 Merge commit 'v2.6.28-rc8' into sched/core by Ingo Molnar · 16 years ago
- c272477 x86, bts: provide in-kernel branch-trace interface by Markus Metzger · 16 years ago
- 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 16 years ago
- ea4e2bc ftrace: graph of a single function by Steven Rostedt · 16 years ago
- b8307db Merge commit 'v2.6.28-rc7' into tracing/core by Ingo Molnar · 16 years ago
- ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
- a64d31b Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago