aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-09-23Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-10/+30
2008-09-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2008-09-23kexec: fix segmentation fault in kimage_add_entryGravatar Jonathan Steel 1-1/+7
2008-09-23timers: fix build error in !oneshot caseGravatar Ingo Molnar 1-0/+1
2008-09-23clockevents: prevent mode mismatch on cpu onlineGravatar Thomas Gleixner 3-1/+12
2008-09-23clockevents: check broadcast device not tick deviceGravatar Thomas Gleixner 1-2/+2
2008-09-23clockevents: prevent stale tick_next_period for onlining CPUsGravatar Thomas Gleixner 1-0/+3
2008-09-23clockevents: prevent cpu online to interfere with nohzGravatar Thomas Gleixner 3-7/+12
2008-09-23sched: fix init_hrtick() section mismatch warningGravatar Rakib Mullick 1-1/+1
2008-09-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+7
2008-09-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-8/+19
2008-09-16clockevents: make device shutdown robustGravatar Thomas Gleixner 4-8/+19
2008-09-13cpuset: avoid changing cpuset's cpus when -errno returnedGravatar Li Zefan 1-22/+15
2008-09-11sched: fix deadlock in setting scheduler parameter to zeroGravatar Hiroshi Shimamoto 1-0/+6
2008-09-11sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomlyGravatar Zhang, Yanmin 1-0/+1
2008-09-09clockevents: remove WARN_ON which was used to gather informationGravatar Thomas Gleixner 1-10/+8
2008-09-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-136/+195
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-29/+103
2008-09-06Merge branch 'sched/cpuset' into sched/urgentGravatar Ingo Molnar 2-136/+195
2008-09-06sched: arch_reinit_sched_domains() must destroy domains to force rebuildGravatar Max Krasnyansky 1-6/+13
2008-09-06ntp: fix calculation of the next jiffie to trigger RTC syncGravatar Maciej W. Rozycki 1-1/+1
2008-09-06clockevents: broadcast fixup possible waitersGravatar Thomas Gleixner 1-1/+36
2008-09-05sched: fix process time monotonicityGravatar Balbir Singh 2-3/+62
2008-09-05sched_clock: fix NOHZ interactionGravatar Peter Zijlstra 1-0/+3
2008-09-05clockevents: prevent endless loop lockupGravatar Thomas Gleixner 3-16/+34
2008-09-05clockevents: prevent multiple init/shutdownGravatar Thomas Gleixner 1-7/+13
2008-09-05clockevents: enforce reprogram in oneshot setupGravatar Thomas Gleixner 1-4/+14
2008-09-05clockevents: prevent endless loop in periodic broadcast handlerGravatar Thomas Gleixner 1-3/+8
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopGravatar Venkatesh Pallipadi 2-2/+2
2008-09-04forgotten refcount on sysctl root tableGravatar Al Viro 1-0/+1
2008-09-02pm_qos_requirement might sleepGravatar John Kacur 1-16/+9
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsGravatar Oleg Nesterov 2-50/+34
2008-09-02pid_ns: zap_pid_ns_processes: fix the ->child_reaper changingGravatar Oleg Nesterov 1-3/+6
2008-09-02Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2008-09-02softlockup: minor cleanup, don't check task->state twiceGravatar Oleg Nesterov 1-5/+2
2008-09-02kernel/resource.c: fix new kernel-doc warningGravatar Randy Dunlap 1-1/+1
2008-09-01[PATCH] audit: Moved variable declaration to beginning of functionGravatar Cordelia 1-1/+2
2008-08-29Resource handling: add 'insert_resource_expand_to_fit()' functionGravatar Linus Torvalds 1-25/+63
2008-08-29Don't trigger softlockup detector on network fs blocked tasksGravatar Andi Kleen 1-0/+4
2008-08-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-6/+7
2008-08-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+7
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+7
2008-08-28ftrace: disable tracing for hibernationGravatar Rafael J. Wysocki 1-3/+10
2008-08-28sched: rt-bandwidth accounting fixGravatar Peter Zijlstra 1-6/+5
2008-08-28sched: fix sched_rt_rq_enqueue() resched idleGravatar John Blackwood 1-0/+2
2008-08-27ftrace: disable tracing for suspend to ramGravatar Steven Rostedt 1-1/+4
2008-08-27exit signals: use of uninitialized field notify_countGravatar Steve VanDeBogart 1-2/+2
2008-08-27lockdep: fix invalid list_del_rcu in zap_classGravatar Zhu Yi 1-2/+2
2008-08-26lockstat: repair erronous contention statisticsGravatar Joe Korty 1-1/+1
2008-08-26lockstat: fix numerical output rounding errorGravatar Joe Korty 1-1/+2