summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-04-104-469/+435
|\
| *-. Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney2013-03-264-469/+435
| |\ \
| | | * rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney2013-03-261-18/+32
| | | * rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney2013-03-263-99/+130
| | | * rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney2013-03-262-11/+11
| | | * rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney2013-03-262-17/+12
| | | * rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney2013-03-261-30/+32
| | | * rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney2013-03-261-4/+2
| | | * rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-264-297/+119
| | | * rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney2013-03-261-8/+13
| | | * rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney2013-03-261-11/+20
| | | * rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-263-5/+8
| | | * rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney2013-03-261-0/+30
| | | * rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney2013-03-261-0/+7
| | | * rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney2013-03-263-20/+127
| | | * rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney2013-03-261-0/+14
| | | * rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney2013-03-123-127/+55
| | |/ | |/|
| | * rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney2013-03-131-1/+2
| | * rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney2013-03-132-1/+8
| | * rcu: Delete unused rcu_node "wakemask" fieldPaul E. McKenney2013-03-121-3/+0
| | * rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat2013-03-121-5/+0
| | * rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney2013-03-121-1/+2
| | * rcu: Fix spacing problemJiang Fang2013-03-121-1/+1
| |/
* | Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-082-9/+9
|\ \
| * | ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2013-04-081-2/+3
| * | ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-081-6/+2
| * | tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)2013-04-081-1/+4
* | | Revert "lockdep: check that no locks held at freeze time"Paul Walmsley2013-03-312-9/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-283-1/+15
|\ \ \
| * | | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-272-0/+4
| * | | userns: Don't allow creation if the user is chrootedEric W. Biederman2013-03-271-0/+9
| * | | pid: Handle the exit of a multi-threaded init.Eric W. Biederman2013-03-261-1/+2
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-03-251-1/+2
|\ \ \ \
| * | | | clockevents: Don't allow dummy broadcast timersMark Rutland2013-03-071-1/+2
* | | | | poweroff: change orderly_poweroff() to use schedule_work()Oleg Nesterov2013-03-221-25/+32
* | | | | printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2013-03-221-41/+39
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-216-26/+88
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-184-21/+78
| |\ \ \ \
| | * | | | tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-144-16/+65
| | * | | | tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-141-1/+5
| | * | | | tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-141-4/+8
| * | | | | perf: Generate EXIT event only once per task contextNamhyung Kim2013-03-181-2/+5
| * | | | | perf: Reset hwc->last_period on sw clock eventsNamhyung Kim2013-03-181-0/+1
| * | | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-142-3/+4
| |\| | | | | | |_|/ / | |/| | |
| | * | | tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-131-2/+2
| | * | | tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-121-1/+2
* | | | | Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-03-181-19/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | workqueue: fix possible pool stall bug in wq_unbind_fn()Lai Jiangshan2013-03-081-19/+25
| | |/ / | |/| |
* | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-132-3/+7
|\ \ \ \
| * | | | workqueue: convert to idr_alloc()Tejun Heo2013-03-131-3/+4