aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-05rcu: add grace-period age and more kthread state to tracingPaul E. McKenney3-10/+44
2011-05-05rcu: fix tracing bug thinko on boost-balk attributionPaul E. McKenney1-1/+1
2011-05-05rcu: make rcutorture version numbers available through debugfsPaul E. McKenney3-3/+70
2011-05-05rcu: add tracing for RCU's kthread run states.Paul E. McKenney4-4/+44
2011-05-05rcu: add callback-queue information to rcudata outputPaul E. McKenney1-2/+19
2011-05-05rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney3-4/+125
2011-05-05rcu: eliminate unused boosting statisticsPaul E. McKenney1-9/+1
2011-05-05rcu: avoid hammering sched with yet another bound RT kthreadPaul E. McKenney1-3/+3
2011-05-05rcu: put per-CPU kthread at non-RT priority during CPU hotplug operationsPaul E. McKenney1-0/+26
2011-05-05rcu: Force per-rcu_node kthreads off of the outgoing CPUPaul E. McKenney2-8/+24
2011-05-05rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney3-50/+410
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney4-7/+347
2011-05-05rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney4-83/+117
2011-05-05rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney4-90/+68
2011-05-05rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney3-49/+1
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven1-1/+1
2011-04-30Merge branch 'fixes-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+7
2011-04-29Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-04-29Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+5
2011-04-29workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo1-1/+7
2011-04-29hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyThomas Gleixner1-5/+5
2011-04-28kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdogHillf Danton1-1/+4
2011-04-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-1/+1
2011-04-23Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds3-3/+19
2011-04-21ftrace: Build without frame pointers on MicroblazeMichal Simek1-1/+1
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki1-0/+7
2011-04-19Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+9
2011-04-18PM: Fix error code paths executed after failing syscore_suspend()Rafael J. Wysocki2-3/+12
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds1-1/+4
2011-04-18posix clocks: Replace mutex with reader/writer semaphoreRichard Cochran1-15/+9
2011-04-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-7/+13
2011-04-16Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-for-linus', 'timer-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-9/+19
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe1-6/+12
2011-04-16block: let io_schedule() flush the plug inlineJens Axboe1-1/+1
2011-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-20/+3
2011-04-15futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setupDarren Hart1-1/+1
2011-04-13block: don't flush plugged IO on forced preemtion schedulingLinus Torvalds1-10/+10
2011-04-12block: fixup block IO unplug trace callJens Axboe1-3/+3
2011-04-12block: remove block_unplug_timer() trace pointJens Axboe1-17/+0
2011-04-11fix XEN_SAVE_RESTORE Kconfig dependenciesShriram Rajagopalan1-1/+1
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki1-1/+5
2011-04-11sched: Fix erroneous all_pinned logicKen Chen1-7/+4
2011-04-11sched: Fix sched-domain avg_load calculationKen Chen1-1/+2
2011-04-11perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec()Stephane Eranian1-0/+12
2011-04-08signal.c: fix erroneous syscall kernel-docRandy Dunlap1-2/+2
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-4/+16
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds40-55/+55
2011-04-05sched: Clean up rebalance_domains() load-balance interval calculationPeter Zijlstra2-4/+15
2011-04-04kernel/signal.c: add kernel-doc notation to syscallsRandy Dunlap1-2/+63
2011-04-04kernel/signal.c: fix typos and coding styleRandy Dunlap1-42/+48