| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-02-18 | 3 | -17/+28 |
|\ |
|
| * | workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long | Tejun Heo | 2011-02-16 | 1 | -1/+3 |
| * | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' | Tejun Heo | 2011-02-16 | 3 | -16/+16 |
| * | workqueue: wake up a worker when a rescuer is leaving a gcwq | Tejun Heo | 2011-02-14 | 1 | -0/+9 |
* | | PM / Hibernate: Return error code when alloc_image_page() fails | Stanislaw Gruszka | 2011-02-16 | 1 | -5/+2 |
| | | |
| \ | |
*-. \ | Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://g... | Linus Torvalds | 2011-02-15 | 2 | -7/+5 |
|\ \ \ |
|
| | * | | timer debug: Hide kernel addresses via %pK in /proc/timer_list | Kees Cook | 2011-02-12 | 1 | -2/+2 |
| * | | | Revert "lockdep, timer: Fix del_timer_sync() annotation" | Peter Zijlstra | 2011-02-08 | 1 | -5/+3 |
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-02-15 | 1 | -2/+8 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | watchdog, nmi: Lower the severity of error messages | Don Zickus | 2011-02-10 | 1 | -2/+8 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-02-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | security: add cred argument to security_capable() | Chris Wright | 2011-02-11 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | ptrace: use safer wake up on ptrace_detach() | Tejun Heo | 2011-02-11 | 1 | -1/+1 |
|/ / |
|
* | | cap_syslog: accept CAP_SYS_ADMIN for now | Linus Torvalds | 2011-02-10 | 1 | -19/+35 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-02-09 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | blktrace: Don't output messages if NOTIFY isn't set. | Tao Ma | 2011-01-19 | 1 | -0/+7 |
* | | CRED: Fix memory and refcount leaks upon security_prepare_creds() failure | Tetsuo Handa | 2011-02-07 | 1 | -2/+2 |
* | | CRED: Fix BUG() upon security_cred_alloc_blank() failure | Tetsuo Handa | 2011-02-07 | 1 | -4/+8 |
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-02-06 | 1 | -1/+5 |
|\ \ |
|
| * | | lockdep, timer: Fix del_timer_sync() annotation | Peter Zijlstra | 2011-02-04 | 1 | -1/+5 |
* | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2011-02-04 | 5 | -41/+43 |
|\ \ \
| |/ /
|/| | |
|
| * | | tracing: Replace syscall_meta_data struct array with pointer array | Steven Rostedt | 2011-02-03 | 1 | -9/+10 |
| * | | tracepoints: Fix section alignment using pointer array | Mathieu Desnoyers | 2011-02-03 | 2 | -23/+24 |
| * | | tracing: Replace trace_event struct array with pointer array | Steven Rostedt | 2011-02-02 | 2 | -9/+9 |
* | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-02-03 | 1 | -3/+11 |
|\ \ \ |
|
| * | | | genirq: Prevent irq storm on migration | Thomas Gleixner | 2011-02-02 | 1 | -3/+11 |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-02-03 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | sched: Fix update_curr_rt() | Peter Zijlstra | 2011-02-03 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-02-03 | 2 | -29/+24 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | perf: Fix reading in perf_event_read() | Peter Zijlstra | 2011-02-03 | 1 | -3/+4 |
| |/ / |
|
| * | | watchdog: Don't change watchdog state on read of sysctl | Marcin Slusarz | 2011-01-31 | 1 | -4/+6 |
| * | | watchdog: Fix sysctl consistency | Marcin Slusarz | 2011-01-31 | 1 | -6/+7 |
| * | | watchdog: Fix broken nowatchdog logic | Marcin Slusarz | 2011-01-31 | 1 | -14/+6 |
| * | | perf: Fix alloc_callchain_buffers() | Eric Dumazet | 2011-01-27 | 1 | -2/+1 |
* | | | Fix prlimit64 for suid/sgid processes | Kacper Kornet | 2011-01-31 | 1 | -1/+2 |
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-01-28 | 1 | -8/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | sched: Use rq->clock_task instead of rq->clock for correctly maintaining load... | Paul Turner | 2011-01-26 | 1 | -1/+1 |
| * | | sched: Fix/remove redundant cfs_rq checks | Paul Turner | 2011-01-26 | 1 | -4/+1 |
| * | | sched: Fix sign under-flows in wake_affine | Paul Turner | 2011-01-26 | 1 | -3/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2011-01-26 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent | Andy Whitcroft | 2011-01-24 | 1 | -1/+2 |
* | | | | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 2011-01-26 | 1 | -46/+54 |
| |/ /
|/| | |
|
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-25 | 1 | -19/+27 |
|\ \ \ |
|
| * | | | perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/ | Oleg Nesterov | 2011-01-21 | 1 | -1/+1 |
| * | | | perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat | Peter Zijlstra | 2011-01-21 | 1 | -0/+3 |
| * | | | perf: Fix perf_event_init_task()/perf_event_free_task() interaction | Oleg Nesterov | 2011-01-19 | 1 | -5/+4 |
| * | | | perf: Fix find_get_context() vs perf_event_exit_task() race | Oleg Nesterov | 2011-01-19 | 1 | -14/+20 |
| | |/
| |/| |
|
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-01-25 | 1 | -3/+4 |
|\ \ \ |
|
| * | | | hrtimers: Notify hrtimer users of switches to NOHZ mode | Stephen Boyd | 2011-01-19 | 1 | -3/+4 |
| |/ / |
|
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-01-25 | 1 | -25/+53 |
|\ \ \ |
|