summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-07-06Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2012-07-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-07-05sched: Fix fork() error path to not crashSalman Qazi
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-07-02rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameterPaul E. McKenney
2012-07-02rcu: Round FAST_NO_HZ lazy timeout to nearest secondPaul E. McKenney
2012-07-02rcu: The rcu_needs_cpu() function is not a quiescent statePaul E. McKenney
2012-07-02rcu: Dump only the current CPU's buffers for idle-entry/exit warningsPaul E. McKenney
2012-07-02rcu: Add check for CPUs going offline with callbacks queuedPaul E. McKenney
2012-07-02rcu: Disable preemption in rcu_blocking_is_gp()Paul E. McKenney
2012-07-02rcu: Prevent uninitialized string in RCU CPU stall infoCarsten Emde
2012-07-02rcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCUPaul E. McKenney
2012-07-02rcu: Split RCU core processing out of __call_rcu()Paul E. McKenney
2012-07-02rcu: Prevent __call_rcu() from invoking RCU core on offline CPUsPaul E. McKenney
2012-07-02rcu: Make __call_rcu() handle invocation from idlePaul E. McKenney
2012-07-02rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementationsPaul E. McKenney
2012-07-02rcu: Add ACCESS_ONCE() to ->qlen accessesPaul E. McKenney
2012-07-02rcu: Consolidate duplicate callback-list initializationPaul E. McKenney
2012-07-02rcu: Fix detection of abruptly-ending stallPaul E. McKenney
2012-07-02rcu: Make rcutorture fakewriters invoke rcu_barrier()Paul E. McKenney
2012-07-02rcu: Fix diagnostic-printk typo in rcutorturePaul E. McKenney
2012-07-02rcu: Fix bug in rcu_barrier() torture testPaul E. McKenney
2012-07-02rcu: Test srcu_barrier() from rcutorture test suitePaul E. McKenney
2012-07-02rcu: Rationalize ordering of torture_ops listPaul E. McKenney
2012-07-02rcu: RCU_SAVE_DYNTICK code no longer ever deadPaul E. McKenney
2012-07-02rcu: Use for_each_rcu_flavor() in TREE_RCU tracingPaul E. McKenney
2012-07-02rcu: Introduce for_each_rcu_flavor() and use itPaul E. McKenney
2012-07-02rcu: Remove unneeded __rcu_process_callbacks() argumentPaul E. McKenney
2012-07-02rcu: Add rcu_barrier() statistics to debugfs tracingPaul E. McKenney
2012-07-02rcu: Add tracing for _rcu_barrier()Paul E. McKenney
2012-07-02rcu: Increase rcu_barrier() concurrencyPaul E. McKenney
2012-07-02rcu: Remove needless initializationPaul E. McKenney
2012-07-02rcu: Move rcu_barrier_mutex to rcu_state structurePaul E. McKenney
2012-07-02rcu: Move rcu_barrier_completion to rcu_state structurePaul E. McKenney
2012-07-02rcu: Move rcu_barrier_cpu_count to rcu_state structurePaul E. McKenney
2012-07-02rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structuresPaul E. McKenney
2012-07-02rcu: Place pointer to call_rcu() in rcu_data structurePaul E. McKenney
2012-07-02rcu: Prevent excessive line length in RCU_STATE_INITIALIZER()Paul E. McKenney
2012-07-02rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUSPaul E. McKenney
2012-07-02rcu: Four-level hierarchy is no longer experimentalPaul E. McKenney
2012-07-02rcu: Control RCU_FANOUT_LEAF from boot-time parameterPaul E. McKenney
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney
2012-06-30printk.c: fix kernel-doc warningsRandy Dunlap
2012-06-30Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-06-29printk: Optimize if statement logic where newline existsSteven Rostedt
2012-06-29ring-buffer: Fix accounting of entries when removing pagesVaibhav Nagarnaik
2012-06-29ring-buffer: Fix crash due to uninitialized new_pages list headVaibhav Nagarnaik
2012-06-29printk: flush continuation lines immediately to consoleKay Sievers