summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-7/+8
2011-12-11rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney1-5/+112
2011-12-11events: Make events use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11rcu: Make RCU use the new is_idle_task() APIPaul E. McKenney2-4/+4
2011-12-11rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney1-0/+2
2011-12-11rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney1-4/+64
2011-12-11rcu: Fix idle-task checksPaul E. McKenney2-4/+4
2011-12-11rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney3-33/+132
2011-12-11rcu: Add more information to the wrong-idle-task complaintPaul E. McKenney2-4/+20
2011-12-11rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney3-26/+44
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker1-1/+1
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-12/+13
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2-37/+58
2011-12-11rcu: Inform the user about extended quiescent state on PROVE_RCU warningFrederic Weisbecker1-0/+22
2011-12-11rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker3-0/+4
2011-12-11rcu: Remove redundant return from rcu_report_exp_rnp()Thomas Gleixner1-1/+0
2011-12-11rcu: Omit self-awaken when setting up expedited grace periodThomas Gleixner3-7/+14
2011-12-11rcu: Disable preemption in rcu_is_cpu_idle()Paul E. McKenney1-3/+7
2011-12-11rcu: Add failure tracing to rcutorturePaul E. McKenney2-0/+28
2011-12-11trace: Allow ftrace_dump() to be called from modulesPaul E. McKenney1-0/+1
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney5-106/+278
2011-12-11rcu: Make synchronize_sched_expedited() better at work sharingPaul E. McKenney1-1/+1
2011-12-11rcu: Avoid RCU-preempt expedited grace-period botchPaul E. McKenney1-2/+5
2011-12-11rcu: ->signaled better named ->fqs_statePaul E. McKenney3-11/+11
2011-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+9
2011-12-09sys_getppid: add missing rcu_dereferenceMandeep Singh Baines1-1/+1
2011-12-09printk: avoid double lock acquirePeter Zijlstra1-1/+2
2011-12-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2011-12-07perf: Do no try to schedule task events if there are noneGleb Natapov1-2/+2
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+11
2011-12-06lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang1-1/+7
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+95
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+4
2011-12-05Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds1-1/+4
2011-12-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-34/+146
2011-12-05ftrace: Fix hash record accounting bugSteven Rostedt1-1/+3
2011-12-05jump_label: jump_label_inc may return before the code is patchedGleb Natapov1-1/+2
2011-12-05ftrace: Remove force undef config value left for testingSteven Rostedt1-1/+0
2011-12-05tracing: Restore system filter behaviorLi Zefan1-1/+6
2011-12-05tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2011-12-05Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-3/+3
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra3-2/+90
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-12-02genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2011-12-01trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo1-3/+3
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2011-11-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-6/+10