aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney
2012-11-13rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle checkPaul E. McKenney
2012-11-13rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney
2012-11-13rcu: Add new rcutorture module parameters to start/end test messagesPaul E. McKenney
2012-11-13rcu: Fix batch-limit size problemEric Dumazet
2012-11-08rcu: Add tracing for synchronize_sched_expedited()Paul E. McKenney
2012-11-08rcu: Remove old debugfs interfaces and also RCU flavor nameMichael Wang
2012-11-08rcu: split 'rcuhier' to each flavorMichael Wang
2012-11-08rcu: split 'rcugp' to each flavorMichael Wang
2012-11-08rcu: split 'rcuboost' to each flavorMichael Wang
2012-11-08rcu: split 'rcubarrier' to each flavorMichael Wang
2012-11-08rcu: Fix tracing formattingPaul E. McKenney
2012-11-08rcu: Remove the interface "rcudata.csv"Michael Wang
2012-11-08rcu: Replace the old interface with the new oneMichael Wang
2012-11-08rcu: Optimize the 'rcu_pending' for RCU traceMichael Wang
2012-11-08rcu: Optimize the 'rcudata.csv' for RCU traceMichael Wang
2012-11-08rcu: Optimize the 'rcudata' for RCU traceMichael Wang
2012-11-08rcu: Fundamental facility for 'CPU units sequence reading'Michael Wang
2012-11-08rcu: Create directory for each flavor of rcuMichael Wang
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney
2012-11-08rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney
2012-10-27rcutorture: Use DEFINE_STATIC_SRCU()Lai Jiangshan
2012-10-23rcu: Dump number of callbacks in stall warning messagesPaul E. McKenney
2012-10-23rcu: Add grace-period information to RCU CPU stall warningsPaul E. McKenney
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney
2012-10-23srcu: Export process_srcu()Lai Jiangshan
2012-10-23srcu: Credit Lai Jiangshan with SRCU rewriteLai Jiangshan
2012-10-23rcu: Fix precedence error in cpu_needs_another_gp()Paul E. McKenney
2012-10-23rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker
2012-10-23rcu: Make rcutorture give diagnostics if CPU offline failsPaul E. McKenney
2012-10-23rcu: Fix comment about _rcu_barrier()/orphanage exclusionPaul E. McKenney
2012-10-20rcu: Accelerate callbacks for CPU initiating a grace periodPaul E. McKenney
2012-10-19use clamp_t in UNAME26 fixKees Cook
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-16printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12audit: make audit_inode take struct filenameJeff Layton
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton
2012-10-12vfs: define struct filename and have getname() return itJeff Layton