Age | Commit message (Expand) | Author |
2009-12-14 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner |
2009-12-14 | smp: Convert smplocks to raw_spinlocks | Thomas Gleixner |
2009-12-14 | rtmutes: Convert rtmutex.lock to raw_spinlock | Thomas Gleixner |
2009-12-14 | sched: Convert pi_lock to raw_spinlock | Thomas Gleixner |
2009-12-14 | sched: Convert cpupri lock to raw_spinlock | Thomas Gleixner |
2009-12-14 | sched: Convert rt_runtime_lock to raw_spinlock | Thomas Gleixner |
2009-12-14 | sched: Convert rq->lock to raw_spinlock | Thomas Gleixner |
2009-12-14 | plist: Make plist debugging raw_spinlock aware | Thomas Gleixner |
2009-12-14 | locking: Cleanup the name space completely | Thomas Gleixner |
2009-12-14 | locking: Further name space cleanups | Thomas Gleixner |
2009-12-14 | locking: Implement new raw_spinlock | Thomas Gleixner |
2009-12-14 | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner |
2009-12-14 | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner |
2009-12-14 | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner |
2009-12-14 | locking: Reorder functions in spinlock.c | Thomas Gleixner |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds |
2009-12-12 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2009-12-11 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2009-12-11 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-12-11 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2009-12-11 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds |
2009-12-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds |
2009-12-11 | tty: Move the leader test in disassociate | Alan Cox |
2009-12-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds |
2009-12-11 | kgdb: Always process the whole breakpoint list on activate or deactivate | Jason Wessel |
2009-12-11 | kgdb: continue and warn on signal passing from gdb | Jason Wessel |
2009-12-11 | kgdb: allow for cpu switch when single stepping | Jason Wessel |
2009-12-11 | kgdb: Read buffer overflow | Jason Wessel |
2009-12-10 | sched: Remove forced2_migrations stats | Ingo Molnar |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2009-12-10 | perf_event: Fix variable initialization in other codepaths | Xiao Guangrong |
2009-12-10 | sched: Fix memory leak in two error corner cases | Phil Carmody |
2009-12-10 | hrtimer: move timer stats helper functions to hrtimer.c | Heiko Carstens |
2009-12-10 | hrtimer: Tune hrtimer_interrupt hang logic | Thomas Gleixner |
2009-12-10 | sched: Fix build warning in get_update_sysctl_factor() | Mike Galbraith |
2009-12-10 | lockdep: Avoid out of bounds array reference in save_trace() | Luck, Tony |
2009-12-10 | Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar |
2009-12-10 | perf_event: Fix perf_swevent_hrtimer() variable initialization | Xiao Guangrong |
2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2009-12-09 | tracing: Remove comparing of NULL to va_list in trace_array_vprintk() | Carsten Emde |
2009-12-09 | tracing: Fix function graph trace_pipe to properly display failed entries | Jiri Olsa |
2009-12-09 | tracing: Add full state to trace_seq | Johannes Berg |
2009-12-09 | tracing: Buffer the output of seq_file in case of filled buffer | Steven Rostedt |
2009-12-09 | tracing: Only call pipe_close if pipe_close is defined | Steven Rostedt |
2009-12-09 | Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2009-12-09 | tracing/kprobes: Fix field creation's bad error handling | Frederic Weisbecker |
2009-12-09 | sched: Update normalized values on user updates via proc | Christian Ehrhardt |
2009-12-09 | sched: Make tunable scaling style configurable | Christian Ehrhardt |
2009-12-09 | sched: Fix missing sched tunable recalculation on cpu add/remove | Christian Ehrhardt |