aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney14-55/+661
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney6-9/+14
2009-08-23rcu: Use debugfs_remove_recursive() simplify code.Paul E. McKenney1-30/+15
2009-08-23rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney1-9/+5
2009-08-23rcu: Fix online/offline indication for rcudata.csv trace filePaul E. McKenney1-1/+1
2009-08-23rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.hPaul E. McKenney3-24/+44
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney10-63/+95
2009-08-23rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney4-211/+241
2009-08-22rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney2-4/+4
2009-08-19rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney1-1/+2
2009-08-15rcu: Fix typo in rcu_irq_exit() comment headerJosh Triplett1-1/+1
2009-08-15rcu: Make rcupreempt_trace.c look at offline CPUsPaul E. McKenney1-2/+3
2009-08-15rcu: Make preemptable RCU scan all CPUs when summing RCU countersPaul E. McKenney1-7/+1
2009-08-15rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney3-36/+22
2009-08-15cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU casePaul E. McKenney1-5/+12
2009-08-15rcu: Split hierarchical RCU initialization into boot-time and CPU-online piecesPaul E. McKenney1-20/+33
2009-08-15Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2538-36388/+70259
2009-08-13Linux 2.6.31-rc6Linus Torvalds1-1/+1
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds1-10/+7
2009-08-13Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-190/+429
2009-08-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-11/+37
2009-08-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-37/+48
2009-08-13Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds16-135/+357
2009-08-13Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-20/+56
2009-08-13Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds26-26/+26
2009-08-13Make sock_sendpage() use kernel_sendpage()Linus Torvalds1-1/+1
2009-08-13perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra1-2/+2
2009-08-13perf_counter: Fix an ipi-deadlockPeter Zijlstra1-1/+5
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra2-83/+238
2009-08-13perf_counter: Fix swcounter context invariancePeter Zijlstra1-26/+18
2009-08-13perf report: Don't show unresolved DSOs and symbols when -S/-d is usedArnaldo Carvalho de Melo1-2/+3
2009-08-13perf tools: Add a general option to enable raw sample recordsFrederic Weisbecker1-0/+5
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker2-1/+11
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2-1/+11
2009-08-13perf list: Fix large list output by using the pagerArnaldo Carvalho de Melo1-1/+2
2009-08-13sh: fix i2c init order on ap325rxa V2Magnus Damm1-1/+1
2009-08-13sh: fix i2c init order on Migo-R V2Magnus Damm1-1/+1
2009-08-13sh: convert processor device setup functions to arch_initcall()Magnus Damm24-24/+24
2009-08-13md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown1-0/+1
2009-08-13md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown1-2/+9
2009-08-13md/raid5: make sure a reshape restarts at the correct address.NeilBrown1-1/+1
2009-08-13md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown1-1/+20
2009-08-13md: never advance 'events' counter by more than 1.NeilBrown1-8/+5
2009-08-12Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-11/+1
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle1-11/+1
2009-08-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-19/+41
2009-08-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds3-6/+18
2009-08-12Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds1-0/+0
2009-08-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds6-27/+103
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust4-21/+16