summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-29/+103
2008-09-06ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki-1/+1
2008-09-06clockevents: broadcast fixup possible waitersThomas Gleixner-1/+36
2008-09-05sched: fix process time monotonicityBalbir Singh-3/+62
2008-09-05sched_clock: fix NOHZ interactionPeter Zijlstra-0/+3
2008-09-05clockevents: prevent endless loop lockupThomas Gleixner-16/+34
2008-09-05clockevents: prevent multiple init/shutdownThomas Gleixner-7/+13
2008-09-05clockevents: enforce reprogram in oneshot setupThomas Gleixner-4/+14
2008-09-05clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner-3/+8
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi-2/+2
2008-09-04forgotten refcount on sysctl root tableAl Viro-0/+1
2008-09-02pm_qos_requirement might sleepJohn Kacur-16/+9
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov-50/+34
2008-09-02pid_ns: zap_pid_ns_processes: fix the ->child_reaper changingOleg Nesterov-3/+6
2008-09-02Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+2
2008-09-02softlockup: minor cleanup, don't check task->state twiceOleg Nesterov-5/+2
2008-09-02kernel/resource.c: fix new kernel-doc warningRandy Dunlap-1/+1
2008-09-01[PATCH] audit: Moved variable declaration to beginning of functionCordelia-1/+2
2008-08-29Resource handling: add 'insert_resource_expand_to_fit()' functionLinus Torvalds-25/+63
2008-08-29Don't trigger softlockup detector on network fs blocked tasksAndi Kleen-0/+4
2008-08-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+7
2008-08-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+7
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+7
2008-08-28ftrace: disable tracing for hibernationRafael J. Wysocki-3/+10
2008-08-28sched: rt-bandwidth accounting fixPeter Zijlstra-6/+5
2008-08-28sched: fix sched_rt_rq_enqueue() resched idleJohn Blackwood-0/+2
2008-08-27ftrace: disable tracing for suspend to ramSteven Rostedt-1/+4
2008-08-27exit signals: use of uninitialized field notify_countSteve VanDeBogart-2/+2
2008-08-27lockdep: fix invalid list_del_rcu in zap_classZhu Yi-2/+2
2008-08-26lockstat: repair erronous contention statisticsJoe Korty-1/+1
2008-08-26lockstat: fix numerical output rounding errorJoe Korty-1/+2
2008-08-25smp: have smp_call_function_single() detect invalid CPUsH. Peter Anvin-3/+7
2008-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-50/+34
2008-08-25[module] Don't let gcc inline load_module()Linus Torvalds-1/+1
2008-08-25sched_clock: fix cpu_clock()Peter Zijlstra-50/+34
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk-5/+0
2008-08-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2008-08-22Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2008-08-21nohz: fix wrong event handler after online an offlined cpuMiao Xie-1/+5
2008-08-21rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap-0/+1
2008-08-21sched: enable LB_BIAS by defaultPeter Zijlstra-1/+1
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen-4/+4
2008-08-19tracehook: fix SA_NOCLDWAITRoland McGrath-2/+3
2008-08-18lockdep: fix spurious 'inconsistent lock state' warningDmitry Baryshkov-1/+1
2008-08-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+21
2008-08-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+6
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-11/+15
2008-08-15lockdep: fix build if CONFIG_PROVE_LOCKING not definedStephen Hemminger-6/+6
2008-08-15sched: scale sysctl_sched_shares_ratelimit with nr_cpusPeter Zijlstra-2/+4
2008-08-15completions: uninline try_wait_for_completion and completion_doneDave Chinner-0/+46