Age | Commit message (Expand) | Author | Files | Lines |
2008-09-09 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -136/+195 |
2008-09-07 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -29/+103 |
2008-09-06 | Merge branch 'sched/cpuset' into sched/urgent | Ingo Molnar | 2 | -136/+195 |
2008-09-06 | sched: arch_reinit_sched_domains() must destroy domains to force rebuild | Max Krasnyansky | 1 | -6/+13 |
2008-09-06 | ntp: fix calculation of the next jiffie to trigger RTC sync | Maciej W. Rozycki | 1 | -1/+1 |
2008-09-06 | clockevents: broadcast fixup possible waiters | Thomas Gleixner | 1 | -1/+36 |
2008-09-05 | sched: fix process time monotonicity | Balbir Singh | 2 | -3/+62 |
2008-09-05 | sched_clock: fix NOHZ interaction | Peter Zijlstra | 1 | -0/+3 |
2008-09-05 | clockevents: prevent endless loop lockup | Thomas Gleixner | 3 | -16/+34 |
2008-09-05 | clockevents: prevent multiple init/shutdown | Thomas Gleixner | 1 | -7/+13 |
2008-09-05 | clockevents: enforce reprogram in oneshot setup | Thomas Gleixner | 1 | -4/+14 |
2008-09-05 | clockevents: prevent endless loop in periodic broadcast handler | Thomas Gleixner | 1 | -3/+8 |
2008-09-05 | clockevents: prevent clockevent event_handler ending up handler_noop | Venkatesh Pallipadi | 2 | -2/+2 |
2008-09-04 | forgotten refcount on sysctl root table | Al Viro | 1 | -0/+1 |
2008-09-03 | pm_qos_requirement might sleep | John Kacur | 1 | -16/+9 |
2008-09-03 | pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits | Oleg Nesterov | 2 | -50/+34 |
2008-09-03 | pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing | Oleg Nesterov | 1 | -3/+6 |
2008-09-02 | Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+2 |
2008-09-02 | softlockup: minor cleanup, don't check task->state twice | Oleg Nesterov | 1 | -5/+2 |
2008-09-02 | kernel/resource.c: fix new kernel-doc warning | Randy Dunlap | 1 | -1/+1 |
2008-09-02 | [PATCH] audit: Moved variable declaration to beginning of function | Cordelia | 1 | -1/+2 |
2008-08-30 | Resource handling: add 'insert_resource_expand_to_fit()' function | Linus Torvalds | 1 | -25/+63 |
2008-08-30 | Don't trigger softlockup detector on network fs blocked tasks | Andi Kleen | 1 | -0/+4 |
2008-08-28 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -6/+7 |
2008-08-28 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+7 |
2008-08-28 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+7 |
2008-08-28 | ftrace: disable tracing for hibernation | Rafael J. Wysocki | 1 | -3/+10 |
2008-08-28 | sched: rt-bandwidth accounting fix | Peter Zijlstra | 1 | -6/+5 |
2008-08-28 | sched: fix sched_rt_rq_enqueue() resched idle | John Blackwood | 1 | -0/+2 |
2008-08-28 | ftrace: disable tracing for suspend to ram | Steven Rostedt | 1 | -1/+4 |
2008-08-27 | exit signals: use of uninitialized field notify_count | Steve VanDeBogart | 1 | -2/+2 |
2008-08-27 | lockdep: fix invalid list_del_rcu in zap_class | Zhu Yi | 1 | -2/+2 |
2008-08-26 | lockstat: repair erronous contention statistics | Joe Korty | 1 | -1/+1 |
2008-08-26 | lockstat: fix numerical output rounding error | Joe Korty | 1 | -1/+2 |
2008-08-26 | smp: have smp_call_function_single() detect invalid CPUs | H. Peter Anvin | 1 | -3/+7 |
2008-08-25 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -50/+34 |
2008-08-25 | [module] Don't let gcc inline load_module() | Linus Torvalds | 1 | -1/+1 |
2008-08-25 | sched_clock: fix cpu_clock() | Peter Zijlstra | 1 | -50/+34 |
2008-08-23 | removed unused #include <linux/version.h>'s | Adrian Bunk | 5 | -5/+0 |
2008-08-22 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2008-08-22 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2008-08-21 | nohz: fix wrong event handler after online an offlined cpu | Miao Xie | 1 | -1/+5 |
2008-08-21 | rcu: fix synchronize_rcu() so that kernel-doc works | Randy Dunlap | 1 | -0/+1 |
2008-08-21 | sched: enable LB_BIAS by default | Peter Zijlstra | 1 | -1/+1 |
2008-08-21 | fix setpriority(PRIO_PGRP) thread iterator breakage | Ken Chen | 1 | -4/+4 |
2008-08-20 | tracehook: fix SA_NOCLDWAIT | Roland McGrath | 1 | -2/+3 |
2008-08-18 | lockdep: fix spurious 'inconsistent lock state' warning | Dmitry Baryshkov | 1 | -1/+1 |
2008-08-17 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -13/+21 |
2008-08-17 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -4/+6 |
2008-08-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -11/+15 |