summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-1115-2927/+1293
|\
| * Merge branch 'linus' into core/rcuIngo Molnar2009-09-0410-51/+68
| |\
| * | rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-293-11/+14
| * | rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-292-5/+66
| * | rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney2009-08-251-0/+2
| * | rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney2009-08-242-0/+26
| * | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-233-1855/+0
| * | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-237-47/+571
| * | rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-233-5/+13
| * | rcu: Use debugfs_remove_recursive() simplify code.Paul E. McKenney2009-08-231-30/+15
| * | rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney2009-08-231-9/+5
| * | rcu: Fix online/offline indication for rcudata.csv trace filePaul E. McKenney2009-08-231-1/+1
| * | rcu: Renamings to increase RCU clarityPaul E. McKenney2009-08-236-49/+69
| * | rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney2009-08-233-0/+241
| * | rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney2009-08-191-1/+2
| * | rcu: Fix typo in rcu_irq_exit() comment headerJosh Triplett2009-08-151-1/+1
| * | rcu: Make rcupreempt_trace.c look at offline CPUsPaul E. McKenney2009-08-151-2/+3
| * | rcu: Make preemptable RCU scan all CPUs when summing RCU countersPaul E. McKenney2009-08-151-7/+1
| * | rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney2009-08-153-36/+22
| * | rcu: Split hierarchical RCU initialization into boot-time and CPU-online piecesPaul E. McKenney2009-08-151-20/+33
| * | Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2009-08-1563-1340/+2244
| |\ \
| * | | rcu: Add synchronize_sched_expedited() torture testsPaul E. McKenney2009-07-031-92/+110
| * | | rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney2009-07-032-2/+152
| * | | rcu: Remove Classic RCUPaul E. McKenney2009-06-242-808/+0
* | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-09-111-57/+118
|\ \ \ \
| * | | | printk: Fix "printk: Enable the use of more than one CON_BOOT (early console)"Sonic Zhang2009-08-081-1/+1
| * | | | printk: Restore previous console_loglevel when re-enabling loggingFrans Pop2009-07-101-1/+10
| * | | | printk: Ensure that "console enabled" messages are printed on the consoleRobin Getz2009-07-101-15/+29
| * | | | printk: Enable the use of more than one CON_BOOT (early console)Robin Getz2009-07-031-54/+92
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-115-506/+648
|\ \ \ \ \
| * | | | | locking: Allow arch-inlined spinlocksHeiko Carstens2009-08-311-0/+56
| * | | | | locking: Move spinlock function bodies to header fileHeiko Carstens2009-08-311-146/+28
| * | | | | Merge commit 'v2.6.31-rc8' into core/lockingIngo Molnar2009-08-3138-439/+836
| |\ \ \ \ \
| * | | | | | lockdep: Remove recursion stattisticsMing Lei2009-08-292-12/+0
| * | | | | | lockdep: Simplify lock_stat seqfile codeLi Zefan2009-08-171-22/+7
| * | | | | | lockdep: Simplify lockdep_chains seqfile codeLi Zefan2009-08-171-30/+7
| * | | | | | lockdep: Simplify lockdep seqfile codeLi Zefan2009-08-171-41/+5
| * | | | | | lockdep: Fix missing entries in /proc/lock_chainsLi Zefan2009-08-171-4/+4
| * | | | | | lockdep: Fix missing entry in /proc/lock_statLi Zefan2009-08-171-1/+1
| * | | | | | lockdep: Fix memory usage info of BFSMing Lei2009-08-021-1/+2
| * | | | | | lockdep: Reintroduce generation count to make BFS fasterMing Lei2009-08-021-5/+6
| * | | | | | lockdep: Deal with many similar locksPeter Zijlstra2009-08-021-12/+77
| * | | | | | lockdep: Introduce lockdep_assert_held()Peter Zijlstra2009-08-022-0/+35
| * | | | | | lockdep: Fix style nitsPeter Zijlstra2009-08-021-3/+8
| * | | | | | lockdep: Fix backtracesPeter Zijlstra2009-08-021-1/+11
| * | | | | | lockdep: Fix BFS buildIngo Molnar2009-08-021-0/+2
| * | | | | | lockdep: BFS cleanupPeter Zijlstra2009-07-242-209/+172
| * | | | | | lockdep: Add statistics info for max bfs queue depthMing Lei2009-07-243-2/+9
| * | | | | | lockdep: Update memory usage introduced by BFSMing Lei2009-07-241-1/+5
| * | | | | | lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei2009-07-241-27/+25