Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-12 | 3 | -2/+48 | |
|\ | ||||||
| * | genirq: Always force thread affinity | Thomas Gleixner | 2012-11-12 | 1 | -2/+21 | |
| * | irq: Set CPU affinity right on thread creation | Sankara Muthukrishnan | 2012-11-01 | 1 | -0/+2 | |
| * | genirq: Provide means to retrigger parent | Thomas Gleixner | 2012-11-01 | 3 | -0/+25 | |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-12 | 14 | -352/+1014 | |
|\ \ | ||||||
| * \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2012-12-03 | 14 | -352/+1014 | |
| |\ \ | ||||||
| | * | | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 2012-11-30 | 4 | -67/+92 | |
| | * | | sched: Mark RCU reader in sched_show_task() | Paul E. McKenney | 2012-11-16 | 1 | -1/+5 | |
| | * | | rcu: Separate accounting of callbacks from callback-free CPUs | Paul E. McKenney | 2012-11-16 | 3 | -3/+5 | |
| | * | | rcu: Add callback-free CPUs | Paul E. McKenney | 2012-11-16 | 4 | -16/+498 | |
| | | | | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | *-------. \ | Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ... | Paul E. McKenney | 2012-11-16 | 12 | -268/+417 | |
| | |\ \ \ \ \ \ | ||||||
| | | | | | | * | | rcu: Fix precedence error in cpu_needs_another_gp() | Paul E. McKenney | 2012-10-23 | 1 | -1/+1 | |
| | | | | | | * | | rcu: Add a module parameter to force use of expedited RCU primitives | Antti P Miettinen | 2012-10-23 | 7 | -7/+48 | |
| | | | | | | * | | rcu: Remove rcu_switch() | Frederic Weisbecker | 2012-10-23 | 1 | -1/+1 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
| | | | | | * | | rcu: Add tracing for synchronize_sched_expedited() | Paul E. McKenney | 2012-11-08 | 1 | -0/+37 | |
| | | | | | * | | rcu: Remove old debugfs interfaces and also RCU flavor name | Michael Wang | 2012-11-08 | 1 | -146/+44 | |
| | | | | | * | | rcu: split 'rcuhier' to each flavor | Michael Wang | 2012-11-08 | 1 | -0/+24 | |
| | | | | | * | | rcu: split 'rcugp' to each flavor | Michael Wang | 2012-11-08 | 1 | -0/+26 | |
| | | | | | * | | rcu: split 'rcuboost' to each flavor | Michael Wang | 2012-11-08 | 1 | -1/+10 | |
| | | | | | * | | rcu: split 'rcubarrier' to each flavor | Michael Wang | 2012-11-08 | 1 | -0/+27 | |
| | | | | | * | | rcu: Fix tracing formatting | Paul E. McKenney | 2012-11-08 | 2 | -11/+14 | |
| | | | | | * | | rcu: Remove the interface "rcudata.csv" | Michael Wang | 2012-11-08 | 1 | -76/+0 | |
| | | | | | * | | rcu: Replace the old interface with the new one | Michael Wang | 2012-11-08 | 1 | -124/+24 | |
| | | | | | * | | rcu: Optimize the 'rcu_pending' for RCU trace | Michael Wang | 2012-11-08 | 1 | -6/+35 | |
| | | | | | * | | rcu: Optimize the 'rcudata.csv' for RCU trace | Michael Wang | 2012-11-08 | 1 | -0/+42 | |
| | | | | | * | | rcu: Optimize the 'rcudata' for RCU trace | Michael Wang | 2012-11-08 | 1 | -0/+31 | |
| | | | | | * | | rcu: Fundamental facility for 'CPU units sequence reading' | Michael Wang | 2012-11-08 | 1 | -0/+30 | |
| | | | | | * | | rcu: Create directory for each flavor of rcu | Michael Wang | 2012-11-08 | 1 | -0/+8 | |
| | | | | | * | | rcu: Instrument synchronize_rcu_expedited() for debugfs tracing | Paul E. McKenney | 2012-11-08 | 2 | -3/+24 | |
| | | | | | * | | rcu: Move synchronize_sched_expedited() state to rcu_state | Paul E. McKenney | 2012-11-08 | 2 | -11/+12 | |
| | | | | | * | | rcu: Avoid counter wrap in synchronize_sched_expedited() | Paul E. McKenney | 2012-11-08 | 1 | -18/+44 | |
| | | | | | * | | rcu: Rename ->onofflock to ->orphan_lock | Paul E. McKenney | 2012-11-08 | 3 | -11/+11 | |
| | | | | | * | | rcu: Make rcutorture give diagnostics if CPU offline fails | Paul E. McKenney | 2012-10-23 | 1 | -1/+8 | |
| | | | | | * | | rcu: Fix comment about _rcu_barrier()/orphanage exclusion | Paul E. McKenney | 2012-10-23 | 1 | -2/+2 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| | | | | * | | rcu: Dump number of callbacks in stall warning messages | Paul E. McKenney | 2012-10-23 | 1 | -4/+11 | |
| | | | | * | | rcu: Add grace-period information to RCU CPU stall warnings | Paul E. McKenney | 2012-10-23 | 1 | -3/+5 | |
| | | | | * | | rcu: Print remote CPU's stacks in stall warnings | Paul E. McKenney | 2012-10-23 | 2 | -1/+30 | |
| | | |_|/ / | | |/| | | | ||||||
| | | | * | | rcutorture: Use DEFINE_STATIC_SRCU() | Lai Jiangshan | 2012-10-28 | 1 | -35/+6 | |
| | | | * | | srcu: Export process_srcu() | Lai Jiangshan | 2012-10-23 | 1 | -4/+2 | |
| | | | * | | srcu: Credit Lai Jiangshan with SRCU rewrite | Lai Jiangshan | 2012-10-23 | 1 | -0/+2 | |
| | | |/ / | | |/| | | ||||||
| | | * | | rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle check | Paul E. McKenney | 2012-11-13 | 1 | -1/+1 | |
| | | * | | rcu: Clarify memory-ordering properties of grace-period primitives | Paul E. McKenney | 2012-11-13 | 2 | -4/+33 | |
| | | * | | rcu: Add new rcutorture module parameters to start/end test messages | Paul E. McKenney | 2012-11-13 | 1 | -0/+4 | |
| | | * | | rcu: Fix batch-limit size problem | Eric Dumazet | 2012-11-13 | 1 | -7/+8 | |
| | | * | | rcu: Accelerate callbacks for CPU initiating a grace period | Paul E. McKenney | 2012-10-20 | 1 | -2/+24 | |
| | |/ / | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:... | Linus Torvalds | 2012-12-12 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| | * | | | | timers, sched: Correct the comments for tick_sched_timer() | Chuansheng Liu | 2012-10-24 | 1 | -1/+1 | |
| * | | | | | lockdep: Use KSYM_NAME_LEN'ed buffer for __get_key_name() | Cyrill Gorcunov | 2012-10-24 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-12-11 | 2 | -2/+12 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge 3.7-rc6 into tty-next | Greg Kroah-Hartman | 2012-11-17 | 1 | -19/+22 | |
| |\ \ \ \ \ |