summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-11-16rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney3-3/+5
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney4-16/+498
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney12-268/+417
2012-11-14rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle checkPaul E. McKenney1-1/+1
2012-11-14rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney2-4/+33
2012-11-14rcu: Add new rcutorture module parameters to start/end test messagesPaul E. McKenney1-0/+4
2012-11-14rcu: Fix batch-limit size problemEric Dumazet1-7/+8
2012-11-08rcu: Add tracing for synchronize_sched_expedited()Paul E. McKenney1-0/+37
2012-11-08rcu: Remove old debugfs interfaces and also RCU flavor nameMichael Wang1-146/+44
2012-11-08rcu: split 'rcuhier' to each flavorMichael Wang1-0/+24
2012-11-08rcu: split 'rcugp' to each flavorMichael Wang1-0/+26
2012-11-08rcu: split 'rcuboost' to each flavorMichael Wang1-1/+10
2012-11-08rcu: split 'rcubarrier' to each flavorMichael Wang1-0/+27
2012-11-08rcu: Fix tracing formattingPaul E. McKenney2-11/+14
2012-11-08rcu: Remove the interface "rcudata.csv"Michael Wang1-76/+0
2012-11-08rcu: Replace the old interface with the new oneMichael Wang1-124/+24
2012-11-08rcu: Optimize the 'rcu_pending' for RCU traceMichael Wang1-6/+35
2012-11-08rcu: Optimize the 'rcudata.csv' for RCU traceMichael Wang1-0/+42
2012-11-08rcu: Optimize the 'rcudata' for RCU traceMichael Wang1-0/+31
2012-11-08rcu: Fundamental facility for 'CPU units sequence reading'Michael Wang1-0/+30
2012-11-08rcu: Create directory for each flavor of rcuMichael Wang1-0/+8
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney2-3/+24
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney2-11/+12
2012-11-08rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney1-18/+44
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney3-11/+11
2012-10-28rcutorture: Use DEFINE_STATIC_SRCU()Lai Jiangshan1-35/+6
2012-10-24rcu: Dump number of callbacks in stall warning messagesPaul E. McKenney1-4/+11
2012-10-24rcu: Add grace-period information to RCU CPU stall warningsPaul E. McKenney1-3/+5
2012-10-24rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney2-1/+30
2012-10-24srcu: Export process_srcu()Lai Jiangshan1-4/+2
2012-10-24srcu: Credit Lai Jiangshan with SRCU rewriteLai Jiangshan1-0/+2
2012-10-24rcu: Fix precedence error in cpu_needs_another_gp()Paul E. McKenney1-1/+1
2012-10-24rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen7-7/+48
2012-10-24rcu: Remove rcu_switch()Frederic Weisbecker1-1/+1
2012-10-24rcu: Make rcutorture give diagnostics if CPU offline failsPaul E. McKenney1-1/+8
2012-10-24rcu: Fix comment about _rcu_barrier()/orphanage exclusionPaul E. McKenney1-2/+2
2012-10-21rcu: Accelerate callbacks for CPU initiating a grace periodPaul E. McKenney1-2/+24
2012-10-20use clamp_t in UNAME26 fixKees Cook1-1/+1
2012-10-20MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells3-28/+25
2012-10-20pidns: remove recursion from free_pid_ns()Cyrill Gorcunov1-7/+14
2012-10-20kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook1-5/+7
2012-10-17printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney1-1/+0
2012-10-15Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-27/+578
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds4-5/+50
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+12
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+6
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-99/+199
2012-10-13audit: make audit_inode take struct filenameJeff Layton1-2/+23
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton1-3/+3
2012-10-13audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+23