summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/rcu' into core/locking, to prepare the kernel/locking/ fil...Ingo Molnar2013-11-0613-103/+251
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-10-1813-103/+251
| |\
| | * rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-1512-18/+38
| | * Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney2013-10-156-24/+41
| | |\
| | | * rcu: Consistent rcu_is_watching() namingPaul E. McKenney2013-09-254-24/+24
| | | * rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney2013-09-251-1/+1
| | | * rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2013-09-252-2/+15
| | | * rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney2013-09-251-0/+2
| | | * rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney2013-09-252-3/+11
| | | * rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney2013-09-251-8/+2
| | * | Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney2013-10-153-15/+78
| | |\ \
| | | * | rcu: Avoid sparse warnings in rcu_nocb_wake trace eventPaul E. McKenney2013-09-231-1/+1
| | | * | rcu: Track rcu_nocb_kthread()'s sleeping and awakeningPaul E. McKenney2013-09-231-1/+14
| | | * | rcu: Distinguish between NOCB and non-NOCB rcu_callback trace eventsPaul E. McKenney2013-09-231-2/+4
| | | * | rcu: Add tracing for rcuo no-CBs CPU wakeup handshakePaul E. McKenney2013-09-231-1/+13
| | | * | rcu: Add tracing of normal (non-NOCB) grace-period requestsPaul E. McKenney2013-09-231-1/+7
| | | * | rcu: Add tracing to rcu_gp_kthread()Paul E. McKenney2013-09-231-0/+18
| | | * | rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney2013-09-231-1/+1
| | | * | rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney2013-09-231-3/+8
| | | * | rcu: Improve grace-period start logicPaul E. McKenney2013-09-231-5/+12
| | | |/
| | * | rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU maskKirill Tkhai2013-09-231-1/+6
| | * | rcu: Have rcutiny tracepoints use tracepoint_string()Paul E. McKenney2013-09-233-14/+17
| | * | rcu: Reject memory-order-induced stall-warning false positivesPaul E. McKenney2013-09-231-5/+40
| | * | rcu: Micro-optimize rcu_cpu_has_callbacks()Paul E. McKenney2013-09-231-4/+7
| | * | rcu: Silence unused-variable warningsPaul E. McKenney2013-09-231-2/+4
| | * | rcu: Replace __get_cpu_var() usesChristoph Lameter2013-09-232-18/+18
| | * | rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()Paul E. McKenney2013-09-231-1/+1
| | * | rcu: Convert local functions to staticPaul E. McKenney2013-09-232-3/+3
| | * | rcu: Use proper cpp macro for ->gp_flagsPaul E. McKenney2013-09-201-1/+1
| | |/
* | | Merge tag 'v3.12' into core/locking to pick up mutex upatesIngo Molnar2013-11-0617-66/+247
|\ \ \
| * | | perf: Fix perf ring buffer memory orderingPeter Zijlstra2013-10-291-4/+27
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-10-271-15/+50
| |\ \ \
| | * | | clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-10-231-15/+50
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-271-0/+4
| |\ \ \ \
| | * \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-10-201-0/+4
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2013-10-171-0/+4
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-271-16/+16
| |\ \ \ \ \
| | * | | | | mutex: Avoid gcc version dependent __builtin_constant_p() usageTetsuo Handa2013-10-181-16/+16
| | |/ / / /
| * | | | | Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-261-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | PM / hibernate: Move software_resume to late_initcall_syncRuss Dill2013-10-251-1/+1
| | |/ / /
| * | | | Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-10-221-8/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar2013-10-131-3/+3
| | * | | cgroup: fix cgroup post-order descendant walk of empty subtreeTejun Heo2013-09-101-5/+3
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-081-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | perf: Fix perf_pmu_migrate_contextPeter Zijlstra2013-10-041-3/+3
| * | | | Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-042-1/+12
| |\ \ \ \
| | * | | | PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2013-09-302-1/+12
| | |/ / /
| * | | | Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-10-021-3/+12
| |\ \ \ \
| | * | | | irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker2013-10-011-3/+12
| | |/ / /
| * | | | pidns: fix free_pid() to handle the first fork failureOleg Nesterov2013-09-301-0/+5
OpenPOWER on IntegriCloud