summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney4-469/+435
2013-03-26rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney1-18/+32
2013-03-26rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney3-99/+130
2013-03-26rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney2-11/+11
2013-03-26rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney2-17/+12
2013-03-26rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney1-30/+32
2013-03-26rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney1-4/+2
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney4-297/+119
2013-03-26rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney1-8/+13
2013-03-26rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney1-11/+20
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney3-5/+8
2013-03-26rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney1-0/+30
2013-03-26rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney1-0/+7
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney3-20/+127
2013-03-26rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney1-0/+14
2013-03-13rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney1-1/+2
2013-03-13rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney2-1/+8
2013-03-12rcu: Delete unused rcu_node "wakemask" fieldPaul E. McKenney1-3/+0
2013-03-12rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat1-5/+0
2013-03-12rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney1-1/+2
2013-03-12rcu: Fix spacing problemJiang Fang1-1/+1
2013-03-12rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney3-127/+55
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann1-1/+1
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+9
2013-03-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+3
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan1-2/+4
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds6-127/+62
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2013-03-02kdb: Remove unhandled ssb commandVincent4-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel1-2/+6
2013-03-02kdb: Remove the ll commandJason Wessel1-65/+0
2013-03-02kdb_main: fix help printJason Wessel1-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel1-9/+21
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein3-6/+23
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin1-2/+2
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood1-1/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds1-0/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+77
2013-02-28irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker1-6/+1
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds25-779/+120
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin12-71/+46
2013-02-27kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov1-3/+1
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold2-610/+1
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu1-1/+1
2013-02-27kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu1-1/+2
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang1-1/+2