| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel/sys.c: fix missing rcu protection for sys_getpriority() | Tetsuo Handa | 2010-02-22 | 1 | -0/+2 |
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-22 | 1 | -6/+5 |
|\ |
|
| * | perf_events: Fix FORK events | Peter Zijlstra | 2010-02-14 | 1 | -6/+5 |
* | | kfifo: Don't use integer as NULL pointer | Anton Vorontsov | 2010-02-16 | 1 | -1/+1 |
* | | kfifo: Make kfifo_initialized work after kfifo_free | Anton Vorontsov | 2010-02-16 | 1 | -0/+1 |
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-02-15 | 1 | -10/+5 |
|\ \ |
|
| * | | hrtimer, softirq: Fix hrtimer->softirq trampoline | Peter Zijlstra | 2010-02-03 | 1 | -10/+5 |
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-02-15 | 2 | -1/+25 |
|\ \ \ |
|
| * | | | tracing/kprobes: Fix probe parsing | Heiko Carstens | 2010-02-14 | 1 | -1/+1 |
| * | | | tracing: Fix circular dead lock in stack trace | Lai Jiangshan | 2010-02-02 | 1 | -0/+24 |
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-15 | 2 | -2/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | perf: Make bp_len type to u64 generic across the arch | Mahesh Salgaonkar | 2010-02-04 | 2 | -2/+2 |
| | |/
| |/| |
|
* | | | Export the symbol of getboottime and mmonotonic_to_bootbased | Jason Wang | 2010-02-09 | 1 | -0/+2 |
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-04 | 3 | -6/+45 |
|\ \ \
| |/ /
|/| | |
|
| * | | futex: Handle futex value corruption gracefully | Thomas Gleixner | 2010-02-03 | 1 | -2/+19 |
| * | | futex: Handle user space corruption gracefully | Thomas Gleixner | 2010-02-03 | 1 | -0/+7 |
| * | | futex_lock_pi() key refcnt fix | Mikael Pettersson | 2010-02-03 | 1 | -1/+1 |
| * | | softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resume | Jason Wessel | 2010-02-01 | 2 | -3/+18 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2010-02-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | kernel/cred.c: use kmem_cache_free | Julia Lawall | 2010-02-03 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | cgroups: fix to return errno in a failure path | Li Zefan | 2010-02-02 | 1 | -2/+5 |
* | | | kfifo: fix kernel-doc notation | Randy Dunlap | 2010-02-02 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lockdep: Fix check_usage_backwards() error message | Oleg Nesterov | 2010-01-27 | 1 | -1/+1 |
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-01 | 2 | -10/+49 |
|\ \ |
|
| * | | perf, hw_breakpoint, kgdb: Do not take mutex for kernel debugger | Jason Wessel | 2010-01-30 | 1 | -10/+42 |
| * | | x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint API | Jason Wessel | 2010-01-30 | 1 | -0/+3 |
| * | | hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails. | Mahesh Salgaonkar | 2010-01-28 | 1 | -0/+4 |
| |/ |
|
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-02-01 | 3 | -32/+32 |
|\ \ |
|
| * | | sched: Correct printk whitespace in warning from cpu down task check | Frans Pop | 2010-01-28 | 1 | -4/+4 |
| * | | sched: Fix incorrect sanity check | Peter Zijlstra | 2010-01-28 | 1 | -1/+1 |
| * | | sched: Fix fork vs hotplug vs cpuset namespaces | Peter Zijlstra | 2010-01-21 | 2 | -27/+27 |
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-02-01 | 1 | -3/+15 |
|\ \ \ |
|
| * | | | clocksource: Prevent potential kgdb dead lock | Thomas Gleixner | 2010-01-26 | 1 | -3/+15 |
| | |/
| |/| |
|
* | | | tracing/documentation: Cover new frame pointer semantics | Mike Frysinger | 2010-01-26 | 1 | -3/+1 |
* | | | ring-buffer: Check for end of page in iterator | Steven Rostedt | 2010-01-26 | 1 | -3/+8 |
* | | | ring-buffer: Check if ring buffer iterator has stale data | Steven Rostedt | 2010-01-26 | 1 | -0/+13 |
* | | | tracing: Prevent kernel oops with corrupted buffer | Steven Rostedt | 2010-01-25 | 1 | -0/+5 |
|/ / |
|
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-01-24 | 1 | -1/+2 |
|\ \ |
|
| * | | clockevent: Don't remove broadcast device when cpu is dead | Xiaotian Feng | 2010-01-18 | 1 | -1/+2 |
* | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33 | Linus Torvalds | 2010-01-24 | 3 | -1/+7 |
|\ \ \ |
|
| * | | | kmsg_dump: Dump on crash_kexec as well | KOSAKI Motohiro | 2009-12-31 | 3 | -1/+7 |
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-01-21 | 2 | -2/+10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | perf: Honour event state for aux stream data | Peter Zijlstra | 2010-01-21 | 1 | -0/+9 |
| * | | | perf: Fix perf_event_do_pending() fallback callsite | Peter Zijlstra | 2010-01-21 | 1 | -2/+1 |
| | |/
| |/| |
|
* | | | sched: Reassign prev and switch_count when reacquire_kernel_lock() fail | Yong Zhang | 2010-01-21 | 1 | -1/+4 |
* | | | sched: Fix vmark regression on big machines | Mike Galbraith | 2010-01-21 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-01-16 | 1 | -15/+12 |
|\ \ |
|
| * | | futexes: Remove rw parameter from get_futex_key() | KOSAKI Motohiro | 2010-01-13 | 1 | -15/+12 |
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-01-16 | 3 | -14/+25 |
|\ \ \ |
|