aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-17/+28
2011-02-16PM / Hibernate: Return error code when alloc_image_page() failsGravatar Stanislaw Gruszka 1-5/+2
2011-02-16workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longGravatar Tejun Heo 1-1/+3
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Gravatar Tejun Heo 3-16/+16
2011-02-15Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://g...Gravatar Linus Torvalds 2-7/+5
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+8
2011-02-14workqueue: wake up a worker when a rescuer is leaving a gcwqGravatar Tejun Heo 1-0/+9
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listGravatar Kees Cook 1-2/+2
2011-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+1
2011-02-11ptrace: use safer wake up on ptrace_detach()Gravatar Tejun Heo 1-1/+1
2011-02-11security: add cred argument to security_capable()Gravatar Chris Wright 1-1/+1
2011-02-10cap_syslog: accept CAP_SYS_ADMIN for nowGravatar Linus Torvalds 1-19/+35
2011-02-10watchdog, nmi: Lower the severity of error messagesGravatar Don Zickus 1-2/+8
2011-02-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+7
2011-02-08Revert "lockdep, timer: Fix del_timer_sync() annotation"Gravatar Peter Zijlstra 1-5/+3
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureGravatar Tetsuo Handa 1-2/+2
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureGravatar Tetsuo Handa 1-4/+8
2011-02-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+5
2011-02-04Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Ingo Molnar 5-41/+43
2011-02-04lockdep, timer: Fix del_timer_sync() annotationGravatar Peter Zijlstra 1-1/+5
2011-02-03Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+11
2011-02-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2011-02-03Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-29/+24
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arrayGravatar Steven Rostedt 1-9/+10
2011-02-03tracepoints: Fix section alignment using pointer arrayGravatar Mathieu Desnoyers 2-23/+24
2011-02-03sched: Fix update_curr_rt()Gravatar Peter Zijlstra 1-1/+1
2011-02-03perf: Fix reading in perf_event_read()Gravatar Peter Zijlstra 1-3/+4
2011-02-02tracing: Replace trace_event struct array with pointer arrayGravatar Steven Rostedt 2-9/+9
2011-02-02genirq: Prevent irq storm on migrationGravatar Thomas Gleixner 1-3/+11
2011-01-31watchdog: Don't change watchdog state on read of sysctlGravatar Marcin Slusarz 1-4/+6
2011-01-31watchdog: Fix sysctl consistencyGravatar Marcin Slusarz 1-6/+7
2011-01-31watchdog: Fix broken nowatchdog logicGravatar Marcin Slusarz 1-14/+6
2011-01-31Fix prlimit64 for suid/sgid processesGravatar Kacper Kornet 1-1/+2
2011-01-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+5
2011-01-27perf: Fix alloc_callchain_buffers()Gravatar Eric Dumazet 1-2/+1
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Gravatar Paul Turner 1-1/+1
2011-01-26sched: Fix/remove redundant cfs_rq checksGravatar Paul Turner 1-4/+1
2011-01-26sched: Fix sign under-flows in wake_affineGravatar Paul Turner 1-3/+3
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+2
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Gravatar Torben Hohn 1-46/+54
2011-01-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-19/+27
2011-01-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2011-01-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-25/+53
2011-01-24Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentGravatar Andy Whitcroft 1-1/+2
2011-01-24sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugGravatar Yong Zhang 1-25/+53
2011-01-24module: show version information for built-in modules in sysfsGravatar Dmitry Torokhov 1-11/+54
2011-01-21Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+17
2011-01-21perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/Gravatar Oleg Nesterov 1-1/+1
2011-01-21perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splatGravatar Peter Zijlstra 1-0/+3
2011-01-21genirq: Remove __do_IRQGravatar Thomas Gleixner 2-114/+0