Age | Commit message (Expand) | Author | Files | Lines |
2009-12-05 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 11 | -208/+589 |
2009-12-05 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -26/+15 |
2009-12-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -32/+28 |
2009-12-05 | Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -1/+1 |
2009-12-05 | Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -13/+33 |
2009-12-05 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -362/+1040 |
2009-12-05 | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -3/+7 |
2009-12-05 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -160/+358 |
2009-12-05 | Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -8/+48 |
2009-12-03 | mutex: Fix missing conditions to build mutex_spin_on_owner() | Frederic Weisbecker | 1 | -1/+1 |
2009-12-03 | mutex: Better control mutex adaptive spinning config | Frederic Weisbecker | 2 | -2/+5 |
2009-12-03 | rcu: Add expedited grace-period support for preemptible RCU | Paul E. McKenney | 5 | -27/+260 |
2009-12-03 | rcu: Enable fourth level of TREE_RCU hierarchy | Paul E. McKenney | 2 | -3/+18 |
2009-12-03 | rcu: Rename "quiet" functions | Paul E. McKenney | 3 | -36/+45 |
2009-12-03 | Merge branch 'master' into next | James Morris | 51 | -720/+1879 |
2009-12-02 | modules: don't export section names of empty sections via sysfs | Helge Deller | 1 | -1/+4 |
2009-12-01 | SLOW_WORK: Move slow_work's proc file to debugfs | David Howells | 4 | -12/+18 |
2009-12-01 | SLOW_WORK: Fix the CONFIG_MODULES=n case | David Howells | 1 | -17/+29 |
2009-11-27 | softlockup: Fix hung_task_check_count sysctl | Anton Blanchard | 1 | -1/+1 |
2009-11-25 | ring-buffer-benchmark: Add parameters to set produce/consumer priorities | Steven Rostedt | 1 | -2/+56 |
2009-11-24 | remove CONFIG_SECURITY_FILE_CAPABILITIES compile option | Serge E. Hallyn | 1 | -2/+0 |
2009-11-24 | Silence the existing API for capability version compatibility check. | Andrew G. Morgan | 1 | -2/+2 |
2009-11-23 | tracing, function tracer: Clean up strstrip() usage | Ingo Molnar | 1 | -5/+4 |
2009-11-23 | ring-buffer benchmark: Run producer/consumer threads at nice +19 | Ingo Molnar | 1 | -0/+6 |
2009-11-22 | rcu: Re-arrange code to reduce #ifdef pain | Paul E. McKenney | 3 | -104/+104 |
2009-11-22 | rcu: Eliminate unneeded function wrapping | Paul E. McKenney | 3 | -35/+15 |
2009-11-22 | rcu: Fix grace-period-stall bug on large systems with CPU hotplug | Paul E. McKenney | 3 | -43/+85 |
2009-11-20 | genirq: Fix spurious irq seqfile conversion | Thomas Gleixner | 1 | -1/+1 |
2009-11-19 | SLOW_WORK: Allow a requeueable work item to sleep till the thread is needed | David Howells | 1 | -9/+85 |
2009-11-19 | SLOW_WORK: Allow the work items to be viewed through a /proc file | David Howells | 4 | -11/+333 |
2009-11-19 | SLOW_WORK: Add delayed_slow_work support | Jens Axboe | 1 | -2/+127 |
2009-11-19 | SLOW_WORK: Add support for cancellation of slow work | Jens Axboe | 1 | -6/+75 |
2009-11-19 | SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional | Jens Axboe | 1 | -20/+16 |
2009-11-19 | SLOW_WORK: Wait for outstanding work items belonging to a module to clear | David Howells | 1 | -6/+126 |
2009-11-18 | generic-ipi: Add smp_call_function_any() | Rusty Russell | 1 | -0/+45 |
2009-11-18 | genirq: switch /proc/irq/*/spurious to seq_file | Alexey Dobriyan | 1 | -15/+21 |
2009-11-17 | workqueue: fix race condition in schedule_on_each_cpu() | Tejun Heo | 1 | -15/+13 |
2009-11-17 | tracing: Prevent build warning: 'ftrace_graph_buf' defined but not used | Lai Jiangshan | 1 | -1/+1 |
2009-11-17 | tracing: Fix trace_marker output | Carsten Emde | 1 | -25/+14 |
2009-11-17 | ring-buffer: Move access to commit_page up into function used | Steven Rostedt | 1 | -6/+3 |
2009-11-14 | rcu: Eliminate __rcu_pending() false positives | Paul E. McKenney | 1 | -2/+4 |
2009-11-14 | rcu: Further cleanups of use of lastcomp | Paul E. McKenney | 1 | -7/+6 |
2009-11-13 | locking: Reduce ifdefs in kernel/spinlock.c | Thomas Gleixner | 1 | -131/+127 |
2009-11-13 | locking: Make inlining decision Kconfig based | Thomas Gleixner | 2 | -28/+227 |
2009-11-13 | rcu: Simplify association of forced quiescent states with grace periods | Paul E. McKenney | 1 | -24/+3 |
2009-11-13 | rcu: Accelerate callback processing on CPUs not detecting GP end | Paul E. McKenney | 1 | -1/+17 |
2009-11-11 | tracing: do not disable interrupts for trace_clock_local | Steven Rostedt | 1 | -3/+5 |
2009-11-11 | ring-buffer: Add multiple iterations between benchmark timestamps | Steven Rostedt | 1 | -9/+16 |
2009-11-11 | tracing: Fix return value of tracing_stats_read() | Roel Kluin | 1 | -1/+1 |
2009-11-11 | rcu: Mark init-time-only rcu_bootup_announce() as __init | Paul E. McKenney | 1 | -2/+2 |