| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-10-30 |
|\ |
|
| * | fanotify: limit number of listeners per user | Eric Paris | 2010-10-28 |
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-10-29 |
|\ \
| |/
|/| |
|
| * | sched, cgroup: Fixup broken cgroup movement | Peter Zijlstra | 2010-10-22 |
* | | signals: move cred_guard_mutex from task_struct to signal_struct | KOSAKI Motohiro | 2010-10-27 |
* | | signals: annotate lock_task_sighand() | Namhyung Kim | 2010-10-27 |
* | | kernel: remove PF_FLUSHER | Peter Zijlstra | 2010-10-26 |
* | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 |
|\ \ |
|
| * | | Fix compile error in blk-exec.c for !CONFIG_DETECT_HUNG_TASK | Mark Lord | 2010-09-25 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 |
|\ \ \
| | |/
| |/| |
|
| * | | sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq time | Venkatesh Pallipadi | 2010-10-18 |
| * | | sched: Add a PF flag for ksoftirqd identification | Venkatesh Pallipadi | 2010-10-18 |
| * | | sched: Fix softirq time accounting | Venkatesh Pallipadi | 2010-10-18 |
| * | | sched: Remove unused PF_ALIGNWARN flag | Dave Young | 2010-09-13 |
| * | | sched: Add book scheduling domain | Heiko Carstens | 2010-09-09 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 |
|\ \ |
|
| * | | perf: Provide a separate task context for swevents | Peter Zijlstra | 2010-09-09 |
| * | | perf: Multiple task contexts | Peter Zijlstra | 2010-09-09 |
| |/ |
|
* | | rcu: Add a TINY_PREEMPT_RCU | Paul E. McKenney | 2010-08-20 |
* | | credentials: rcu annotation | Arnd Bergmann | 2010-08-19 |
* | | cgroups: __rcu annotations | Arnd Bergmann | 2010-08-19 |
|/ |
|
* | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 |
* | oom: badness heuristic rewrite | David Rientjes | 2010-08-09 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-06 |
|\ |
|
| * | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2010-08-05 |
| |\ |
|
| | * | sched: Revert nohz_ratelimit() for now | Peter Zijlstra | 2010-07-17 |
| * | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-07-21 |
| |\| |
|
| * | | sched: Add asymmetric group packing option for sibling domain | Michael Neuling | 2010-06-09 |
| * | | sched: Fix capacity calculations for SMT4 | Srivatsa Vaddagiri | 2010-06-09 |
| * | | sched: Change nohz idle load balancing logic to push model | Venkatesh Pallipadi | 2010-06-09 |
| * | | sched_clock: Add local_clock() API and improve documentation | Peter Zijlstra | 2010-06-09 |
| * | | sched: add hooks for workqueue | Tejun Heo | 2010-06-08 |
* | | | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 2010-08-05 |
|\ \ \ |
|
| * | | | lockup_detector: Fix forgotten config conversion | Frederic Weisbecker | 2010-05-12 |
| * | | | lockup_detector: Touch_softlockup cleanups and softlockup_tick removal | Don Zickus | 2010-05-12 |
| * | | | lockup_detector: Combine nmi_watchdog and softlockup detector | Don Zickus | 2010-05-12 |
* | | | | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 |
|\ \ \ \ |
|
| * | | | | CRED: Fix __task_cred()'s lockdep check and banner comment | David Howells | 2010-07-29 |
| | |_|/
| |/| | |
|
* / | | | tracing: Remove special traces | Frederic Weisbecker | 2010-07-20 |
|/ / / |
|
* | / | sched: Cure nr_iowait_cpu() users | Peter Zijlstra | 2010-07-01 |
| |/
|/| |
|
* | | proc: turn signal_struct->count into "int nr_threads" | Oleg Nesterov | 2010-05-27 |
* | | proc: get_nr_threads() doesn't need ->siglock any longer | Oleg Nesterov | 2010-05-27 |
* | | kill the obsolete thread_group_cputime_free() helper | Oleg Nesterov | 2010-05-27 |
* | | signals: kill the awful task_rq_unlock_wait() hack | Oleg Nesterov | 2010-05-27 |
* | | signals: make task_struct->signal immutable/refcountable | Oleg Nesterov | 2010-05-27 |
* | | exit: change zap_other_threads() to count sub-threads | Oleg Nesterov | 2010-05-27 |
* | | cpusets: new round-robin rotor for SLAB allocations | Jack Steiner | 2010-05-27 |
* | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 2010-05-25 |
* | | cpuset,mm: fix no node to alloc memory when changing cpuset's mems | Miao Xie | 2010-05-25 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-05-18 |
|\ \ |
|