Age | Commit message (Expand) | Author |
2008-09-24 | posix-timers: lock_timer: make it readable | Oleg Nesterov |
2008-09-24 | posix-timers: lock_timer: kill the bogus ->it_id check | Oleg Nesterov |
2008-09-24 | posix-timers: kill ->it_sigev_signo and ->it_sigev_value | Oleg Nesterov |
2008-09-24 | posix-timers: sys_timer_create: cleanup the error handling | Oleg Nesterov |
2008-09-24 | posix-timers: move the initialization of timer->sigq from send to create path | Oleg Nesterov |
2008-09-24 | posix-timers: sys_timer_create: simplify and s/tasklist/rcu/ | Oleg Nesterov |
2008-09-24 | posix-timers: sys_timer_create: remove the buggy PF_EXITING check | Oleg Nesterov |
2008-09-24 | posix-timers: always do get_task_struct(timer->it_process) | Oleg Nesterov |
2008-09-24 | posix-timers: don't switch to ->group_leader if ->it_process dies | Oleg Nesterov |
2008-09-23 | timers: fix itimer/many thread hang, v2 | Frank Mayhar |
2008-09-14 | timers: fix itimer/many thread hang, cleanups | Ingo Molnar |
2008-09-14 | timers: fix itimer/many thread hang, fix | Ingo Molnar |
2008-09-14 | timers: fix itimer/many thread hang | Frank Mayhar |
2008-09-13 | cpuset: avoid changing cpuset's cpus when -errno returned | Li Zefan |
2008-09-09 | clockevents: remove WARN_ON which was used to gather information | Thomas Gleixner |
2008-09-08 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2008-09-06 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2008-09-06 | Merge branch 'sched/cpuset' into sched/urgent | Ingo Molnar |
2008-09-06 | sched: arch_reinit_sched_domains() must destroy domains to force rebuild | Max Krasnyansky |
2008-09-06 | ntp: fix calculation of the next jiffie to trigger RTC sync | Maciej W. Rozycki |
2008-09-06 | clockevents: broadcast fixup possible waiters | Thomas Gleixner |
2008-09-05 | sched: fix process time monotonicity | Balbir Singh |
2008-09-05 | sched_clock: fix NOHZ interaction | Peter Zijlstra |
2008-09-05 | clockevents: prevent endless loop lockup | Thomas Gleixner |
2008-09-05 | clockevents: prevent multiple init/shutdown | Thomas Gleixner |
2008-09-05 | clockevents: enforce reprogram in oneshot setup | Thomas Gleixner |
2008-09-05 | clockevents: prevent endless loop in periodic broadcast handler | Thomas Gleixner |
2008-09-05 | clockevents: prevent clockevent event_handler ending up handler_noop | Venkatesh Pallipadi |
2008-09-04 | forgotten refcount on sysctl root table | Al Viro |
2008-09-02 | pm_qos_requirement might sleep | John Kacur |
2008-09-02 | pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits | Oleg Nesterov |
2008-09-02 | pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing | Oleg Nesterov |
2008-09-02 | Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2008-09-02 | softlockup: minor cleanup, don't check task->state twice | Oleg Nesterov |
2008-09-02 | kernel/resource.c: fix new kernel-doc warning | Randy Dunlap |
2008-09-01 | [PATCH] audit: Moved variable declaration to beginning of function | Cordelia |
2008-08-29 | Resource handling: add 'insert_resource_expand_to_fit()' function | Linus Torvalds |
2008-08-29 | Don't trigger softlockup detector on network fs blocked tasks | Andi Kleen |
2008-08-28 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2008-08-28 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2008-08-28 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2008-08-28 | ftrace: disable tracing for hibernation | Rafael J. Wysocki |
2008-08-28 | sched: rt-bandwidth accounting fix | Peter Zijlstra |
2008-08-28 | sched: fix sched_rt_rq_enqueue() resched idle | John Blackwood |
2008-08-27 | ftrace: disable tracing for suspend to ram | Steven Rostedt |
2008-08-27 | exit signals: use of uninitialized field notify_count | Steve VanDeBogart |
2008-08-27 | lockdep: fix invalid list_del_rcu in zap_class | Zhu Yi |
2008-08-26 | lockstat: repair erronous contention statistics | Joe Korty |
2008-08-26 | lockstat: fix numerical output rounding error | Joe Korty |
2008-08-25 | smp: have smp_call_function_single() detect invalid CPUs | H. Peter Anvin |