summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-05-1410-298/+1073
|\
| *---. Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-119-182/+752
| |\ \ \
| | | | * rcu: Add rcutorture test for call_srcu()Lai Jiangshan2012-04-301-4/+40
| | | | * rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan2012-04-301-62/+300
| | | | * rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan2012-04-301-13/+14
| | | | * rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan2012-04-301-1/+8
| | | | * rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan2012-04-301-80/+69
| | | | * rcu: Improve SRCU's wait_idx() commentsLai Jiangshan2012-04-301-40/+37
| | | | * rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan2012-04-301-36/+56
| | | | * rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan2012-04-301-10/+9
| | | | * rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan2012-04-301-24/+1
| | | | * rcu: Direct algorithmic SRCU implementationPaul E. McKenney2012-04-302-96/+190
| | | | * rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney2012-04-301-8/+186
| | | | * rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney2012-04-241-3/+16
| | | * | rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-023-32/+28
| | | * | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-024-13/+4
| | | |/
| | * | timer: Fix mod_timer_pinned() header commentPaul E. McKenney2012-04-261-1/+7
| | * | rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney2012-04-241-0/+32
| | * | rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2012-04-242-8/+4
| | |/
| * | rcu: Make rcu_barrier() less disruptivePaul E. McKenney2012-05-093-88/+222
| * | rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney2012-05-091-4/+16
| * | rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney2012-05-091-3/+21
| * | rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney2012-05-011-5/+8
| * | rcu: Add warning for RCU_FAST_NO_HZ timer firingPaul E. McKenney2012-04-261-0/+1
| * | rcu: Make RCU_FAST_NO_HZ account for pauses out of idlePaul E. McKenney2012-04-243-4/+56
| * | rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimerPaul E. McKenney2012-04-241-28/+12
| * | rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney2012-04-241-0/+1
| |/
* | namespaces, pid_ns: fix leakage on fork() failureMike Galbraith2012-05-101-0/+3
* | compat: Fix RT signal mask corruption via sigprocmaskJan Kiszka2012-05-101-17/+46
* | Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-04-291-6/+22
|\ \
| * | PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver2012-04-241-6/+22
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-271-1/+0
|\ \
| * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-04-251-1/+0
| |\ \ | | |/ | |/|
| | * rcu: Permit call_rcu() from CPU_DYING notifiersPaul E. McKenney2012-04-171-1/+0
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-04-273-14/+27
|\ \ \
| * | | sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo2012-04-261-6/+16
| * | | sched: Fix more load-balancing falloutPeter Zijlstra2012-04-262-8/+11
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-274-6/+13
|\ \ \
| * | | perf: Fix perf_event_for_each() to use siblingMichael Ellerman2012-04-261-1/+1
| * | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-04-253-5/+12
| |\ \ \ | | |/ / | |/| |
| | * | tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt2012-04-191-0/+5
| | * | tracing: Fix regression with tracing_onSteven Rostedt2012-04-161-3/+5
| | * | tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown2012-04-131-2/+2
* | | | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-271-19/+19
|\ \ \ \
| * | | | irq: hide debug macros so they don't collide with others.Paul Gortmaker2012-04-231-19/+19
| |/ / /
* | | | tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha2012-04-191-1/+2
* | | | tick: Ensure that the broadcast device is initializedThomas Gleixner2012-04-191-0/+3
* | | | tick: Fix oneshot broadcast setup reallyThomas Gleixner2012-04-181-6/+1
|/ / /
* | | Merge branch 'systemh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-131-0/+1
|\ \ \ | |/ / |/| |
| * | irq_work: fix compile failure on tile from missing includeChris Metcalf2012-04-131-0/+1
| |/