aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-08-28sched: clean up __might_sleep()Ingo Molnar1-14/+19
2008-08-28make might_sleep() display the oopsing processJoe Korty1-2/+2
2008-08-28sched: call resched_task() conditionally from new task wake up pathBharata B Rao1-1/+8
2008-08-28sched: fix sched_rt_rq_enqueue() resched idleJohn Blackwood1-0/+2
2008-08-27ftrace: disable tracing for suspend to ramSteven Rostedt1-1/+4
2008-08-27rcuclassic: fix compiler warningHiroshi Shimamoto1-1/+1
2008-08-27exit signals: use of uninitialized field notify_countSteve VanDeBogart1-2/+2
2008-08-27lockdep: fix invalid list_del_rcu in zap_classZhu Yi1-2/+2
2008-08-26lockstat: repair erronous contention statisticsJoe Korty1-1/+1
2008-08-26lockstat: fix numerical output rounding errorJoe Korty1-1/+2
2008-08-26sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txtKevin Diggs1-0/+56
2008-08-26Merge branch 'linus' into sched/develIngo Molnar19-85/+128
2008-08-25smp: have smp_call_function_single() detect invalid CPUsH. Peter Anvin1-3/+7
2008-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-50/+34
2008-08-25[module] Don't let gcc inline load_module()Linus Torvalds1-1/+1
2008-08-25sched_clock: fix cpu_clock()Peter Zijlstra1-50/+34
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk5-5/+0
2008-08-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-08-22Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-08-22wait_task_inactive: "improve" the returned value for ->nvcsw == 0Oleg Nesterov1-1/+1
2008-08-22wait_task_inactive(): don't consider task->nivcswOleg Nesterov1-5/+2
2008-08-22sched: do_wait_for_common: use signal_pending_state()Oleg Nesterov1-4/+1
2008-08-22dma-coherent: export dma_[alloc|release]_from_coherent methodsIngo Molnar1-0/+2
2008-08-22genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov1-7/+10
2008-08-22ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanupRoman Zippel1-36/+40
2008-08-21rcu: use irq-safe locksPaul E. McKenney1-6/+10
2008-08-21migrate_timers: add comment, use spinlock_irq()Oleg Nesterov2-10/+12
2008-08-21nohz: fix wrong event handler after online an offlined cpuMiao Xie1-1/+5
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz2-0/+59
2008-08-21clocksource: introduce clocksource_forward_now()Roman Zippel1-38/+33
2008-08-21clocksource: keep track of original clocksource frequencyJohn Stultz2-0/+4
2008-08-21rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap1-0/+1
2008-08-21sched: enable LB_BIAS by defaultPeter Zijlstra1-1/+1
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen1-4/+4
2008-08-20printk: robustify printk, update commentJiri Kosina1-3/+0
2008-08-20printk: robustify printk, fix #2Peter Zijlstra1-1/+1
2008-08-19tracehook: fix SA_NOCLDWAITRoland McGrath1-2/+3
2008-08-19sched: rt-bandwidth fixesPeter Zijlstra1-62/+63
2008-08-19sched: extract walk_tg_tree()Peter Zijlstra1-33/+46
2008-08-19sched: rt-bandwidth group disable fixesPeter Zijlstra2-2/+12
2008-08-19sched: rt-bandwidth accounting fixPeter Zijlstra1-6/+5
2008-08-19sched: rt-bandwidth for user grouping interfacePeter Zijlstra1-2/+2
2008-08-19rcuclassic: fix compilation NGHiroshi Shimamoto1-0/+2
2008-08-19rcu: fix locking cleanup falloutPaul E. McKenney1-14/+22
2008-08-18rcu: remove redundant ACCESS_ONCE definition from rcupreempt.cPaul E. McKenney1-8/+0
2008-08-18lockdep: fix spurious 'inconsistent lock state' warningDmitry Baryshkov1-1/+1
2008-08-17rcu: fix classic RCU locking cleanup lockdep problemPaul E. McKenney1-2/+4
2008-08-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-13/+21
2008-08-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+6
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-11/+15