Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-05 | 5 | -39/+29 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | genirq: Fix spurious irq seqfile conversion | Thomas Gleixner | 2009-11-20 | 1 | -1/+1 | |
| | * | | | | | | genirq: switch /proc/irq/*/spurious to seq_file | Alexey Dobriyan | 2009-11-18 | 1 | -15/+21 | |
| | * | | | | | | irq: Do not attempt to create subdirectories if /proc/irq/<irq> failed | Cyrill Gorcunov | 2009-11-08 | 1 | -0/+2 | |
| | * | | | | | | irq: Remove unused debug_poll_all_shared_irqs() | Thomas Gleixner | 2009-11-04 | 2 | -19/+1 | |
| | * | | | | | | irq: Fix docbook comments | Liuweni | 2009-11-04 | 1 | -3/+3 | |
| | * | | | | | | irq: trivial: Fix typo in comment for #endif | Michael Neuling | 2009-10-23 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2009-12-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | softlockup: Fix hung_task_check_count sysctl | Anton Blanchard | 2009-11-27 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-05 | 3 | -18/+52 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | signal: Print warning message when dropping signals | Naohiro Ooiwa | 2009-11-09 | 2 | -15/+42 | |
| | * | | | | | | | | signal: Fix alternate signal stack check | Sebastian Andrzej Siewior | 2009-11-04 | 1 | -3/+10 | |
| * | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-05 | 20 | -581/+1234 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | rcu: Make RCU's CPU-stall detector be default | Paul E. McKenney | 2009-12-03 | 1 | -1/+1 | |
| | * | | | | | | | | | rcu: Add expedited grace-period support for preemptible RCU | Paul E. McKenney | 2009-12-03 | 5 | -27/+260 | |
| | * | | | | | | | | | rcu: Enable fourth level of TREE_RCU hierarchy | Paul E. McKenney | 2009-12-03 | 2 | -3/+18 | |
| | * | | | | | | | | | rcu: Rename "quiet" functions | Paul E. McKenney | 2009-12-03 | 3 | -36/+45 | |
| | * | | | | | | | | | rcu: Re-arrange code to reduce #ifdef pain | Paul E. McKenney | 2009-11-22 | 6 | -117/+118 | |
| | * | | | | | | | | | rcu: Eliminate unneeded function wrapping | Paul E. McKenney | 2009-11-22 | 5 | -40/+15 | |
| | * | | | | | | | | | rcu: Fix grace-period-stall bug on large systems with CPU hotplug | Paul E. McKenney | 2009-11-22 | 3 | -43/+85 | |
| | * | | | | | | | | | rcu: Eliminate __rcu_pending() false positives | Paul E. McKenney | 2009-11-14 | 1 | -2/+4 | |
| | * | | | | | | | | | rcu: Further cleanups of use of lastcomp | Paul E. McKenney | 2009-11-14 | 1 | -7/+6 | |
| | * | | | | | | | | | rcu: Simplify association of forced quiescent states with grace periods | Paul E. McKenney | 2009-11-13 | 1 | -24/+3 | |
| | * | | | | | | | | | rcu: Accelerate callback processing on CPUs not detecting GP end | Paul E. McKenney | 2009-11-13 | 1 | -1/+17 | |
| | * | | | | | | | | | rcu: Mark init-time-only rcu_bootup_announce() as __init | Paul E. McKenney | 2009-11-11 | 1 | -2/+2 | |
| | * | | | | | | | | | rcu: Simplify association of quiescent states with grace periods | Paul E. McKenney | 2009-11-10 | 2 | -3/+3 | |
| | * | | | | | | | | | rcu: Rename dynticks_completed to completed_fqs | Paul E. McKenney | 2009-11-10 | 2 | -4/+4 | |
| | * | | | | | | | | | rcu: Enable synchronize_sched_expedited() fastpath | Paul E. McKenney | 2009-11-10 | 1 | -0/+1 | |
| | * | | | | | | | | | rcu: Remove inline from forward-referenced functions | Paul E. McKenney | 2009-11-10 | 2 | -3/+3 | |
| | * | | | | | | | | | rcu: Fix note_new_gpnum() uses of ->gpnum | Paul E. McKenney | 2009-11-10 | 1 | -5/+27 | |
| | * | | | | | | | | | rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counter | Paul E. McKenney | 2009-11-10 | 2 | -48/+83 | |
| | * | | | | | | | | | rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->... | Paul E. McKenney | 2009-11-10 | 2 | -41/+34 | |
| | * | | | | | | | | | Merge branch 'core/urgent' into core/rcu | Ingo Molnar | 2009-11-10 | 5 | -27/+53 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() calls | Lai Jiangshan | 2009-11-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | rcu: Fix TINY_RCU #elif condition | Paul E. McKenney | 2009-10-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | rcu: Simplify creating of lockdep class for root rcu_node | Peter Zijlstra | 2009-10-26 | 1 | -3/+4 | |
| | * | | | | | | | | | | rcu: Do tiny cleanups in rcutiny | Ingo Molnar | 2009-10-26 | 2 | -30/+25 | |
| | * | | | | | | | | | | rcu: Improve rcutorture diagnostics when bad torture_type specified | Paul E. McKenney | 2009-10-26 | 1 | -1/+5 | |
| | * | | | | | | | | | | rcu: Add synchronize_srcu_expedited() to the documentation | Paul E. McKenney | 2009-10-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | rcu: Add synchronize_srcu_expedited() to the rcutorture test suite | Paul E. McKenney | 2009-10-26 | 1 | -3/+22 | |
| | * | | | | | | | | | | rcu: Add synchronize_srcu_expedited() | Paul E. McKenney | 2009-10-26 | 2 | -23/+52 | |
| | * | | | | | | | | | | rcu: "Tiny RCU", The Bloatwatch Edition | Paul E. McKenney | 2009-10-26 | 7 | -0/+435 | |
| | * | | | | | | | | | | rcu: Update trace.txt documentation for blocked-tasks lists | Paul E. McKenney | 2009-10-15 | 1 | -7/+16 | |
| | * | | | | | | | | | | rcu: Update trace.txt documentation to reflect recent changes | Paul E. McKenney | 2009-10-15 | 1 | -198/+33 | |
| | * | | | | | | | | | | rcu: Add rnp->blocked_tasks to tracing | Paul E. McKenney | 2009-10-15 | 1 | -2/+6 | |
| * | | | | | | | | | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-05 | 8 | -37/+61 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | ratelimit: Make suppressed output messages more useful | Christian Borntraeger | 2009-10-23 | 4 | -8/+10 | |
| | * | | | | | | | | | | | printk: Remove ratelimit.h from kernel.h | Ingo Molnar | 2009-09-22 | 7 | -3/+10 | |
| | * | | | | | | | | | | | ratelimit: Fix/allow use in atomic contexts | Ingo Molnar | 2009-09-22 | 1 | -1/+9 | |
| | * | | | | | | | | | | | ratelimit: Use per ratelimit context locking | Ingo Molnar | 2009-09-22 | 2 | -26/+33 |