aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-15
* Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney2013-10-15
|\
| * rcu: Consistent rcu_is_watching() namingPaul E. McKenney2013-09-25
| * rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney2013-09-25
| * rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2013-09-25
| * rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney2013-09-25
| * rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney2013-09-25
| * rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney2013-09-25
* | Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney2013-10-15
|\ \
| * | rcu: Avoid sparse warnings in rcu_nocb_wake trace eventPaul E. McKenney2013-09-23
| * | rcu: Track rcu_nocb_kthread()'s sleeping and awakeningPaul E. McKenney2013-09-23
| * | rcu: Distinguish between NOCB and non-NOCB rcu_callback trace eventsPaul E. McKenney2013-09-23
| * | rcu: Add tracing for rcuo no-CBs CPU wakeup handshakePaul E. McKenney2013-09-23
| * | rcu: Add tracing of normal (non-NOCB) grace-period requestsPaul E. McKenney2013-09-23
| * | rcu: Add tracing to rcu_gp_kthread()Paul E. McKenney2013-09-23
| * | rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney2013-09-23
| * | rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney2013-09-23
| * | rcu: Improve grace-period start logicPaul E. McKenney2013-09-23
| |/
* | Merge branches 'doc.2013.09.25b' and 'fixes.2013.09.23b' into HEADPaul E. McKenney2013-10-15
|\ \
| * | rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU maskKirill Tkhai2013-09-23
| * | rcu: Have rcutiny tracepoints use tracepoint_string()Paul E. McKenney2013-09-23
| * | rcu: Reject memory-order-induced stall-warning false positivesPaul E. McKenney2013-09-23
| * | rcu: Micro-optimize rcu_cpu_has_callbacks()Paul E. McKenney2013-09-23
| * | rcu: Silence unused-variable warningsPaul E. McKenney2013-09-23
| * | rcu: Replace __get_cpu_var() usesChristoph Lameter2013-09-23
| * | rcu: Make list_splice_init_rcu() account for RCU readersPaul E. McKenney2013-09-23
| * | rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()Paul E. McKenney2013-09-23
| * | rcu: Convert local functions to staticPaul E. McKenney2013-09-23
| * | rcu: Use proper cpp macro for ->gp_flagsPaul E. McKenney2013-09-20
| * | mm: Place preemption point in do_mlockall() loopPaul E. McKenney2013-09-20
| |/
* | rcu: Fix occurrence of "the the" in checklist.txtMichael Opdenacker2013-09-25
* | kthread: Add pointer to vmstat-avoidance patchPaul E. McKenney2013-09-25
* | rcu: Update stall-warning documentationPaul E. McKenney2013-09-25
|/
* Linux 3.12-rc1Linus Torvalds2013-09-16
* Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-09-16
|\
| * clocksource: armada-370-xp: Add detailed clock requirements in devicetree bin...Ezequiel Garcia2013-09-02
| * clocksource: armada-370-xp: Get reference fixed-clock by nameEzequiel Garcia2013-09-02
| * clocksource: armada-370-xp: Replace WARN_ON with BUG_ONEzequiel Garcia2013-09-02
| * clocksource: armada-370-xp: Fix device-tree bindingEzequiel Garcia2013-09-02
| * clocksource: armada-370-xp: Introduce new compatiblesEzequiel Garcia2013-09-02
| * clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLAREEzequiel Garcia2013-09-02
| * clocksource: armada-370-xp: Simplify TIMER_CTRL register accessEzequiel Garcia2013-09-02
| * clocksource: armada-370-xp: Use BIT()Ezequiel Garcia2013-09-02
| * ARM: timer-sp: Set dynamic irq affinityViresh Kumar2013-08-21
| * ARM: nomadik: add dynamic irq flag to the timerDaniel Lezcano2013-08-21
| * clocksource: sh_cmt: 32-bit control register supportMagnus Damm2013-08-21
| * clocksource: em_sti: Convert to devm_* managed helpersLaurent Pinchart2013-08-21
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-09-16
|\ \
| * | cifs: update cifs.txt and remove some outdated infosBjörn Jacke2013-09-13
| * | cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu2013-09-13