aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-16perf: Optimize hrtimer eventsPeter Zijlstra1-3/+32
2011-02-16perf: Optimize throttling codePeter Zijlstra2-20/+25
2011-02-16perf: Add cgroup supportStephane Eranian2-35/+626
2011-02-16cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra2-17/+20
2011-02-16Merge branch 'perf/urgent' into perf/coreIngo Molnar7-32/+64
2011-02-16perf: Fix throttle logicPeter Zijlstra1-4/+15
2011-02-15Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-7/+5
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+8
2011-02-14Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar2-8/+46
2011-02-14tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu1-1/+1
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook1-2/+2
2011-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+1
2011-02-11ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2011-02-11ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2-8/+46
2011-02-11Merge remote branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo2-8/+18
2011-02-11security: add cred argument to security_capable()Chris Wright1-1/+1
2011-02-10cap_syslog: accept CAP_SYS_ADMIN for nowLinus Torvalds1-19/+35
2011-02-10watchdog, nmi: Lower the severity of error messagesDon Zickus1-2/+8
2011-02-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+7
2011-02-08Revert "lockdep, timer: Fix del_timer_sync() annotation"Peter Zijlstra1-5/+3
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa1-2/+2
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa1-4/+8
2011-02-07tracing/kprobes: Add bitfield typeMasami Hiramatsu1-1/+103
2011-02-07tracing/kprobes: Support longer (>128 bytes) commandMasami Hiramatsu1-1/+1
2011-02-07tracing/kprobes: Cleanup strict_strtol() using codeMasami Hiramatsu1-3/+2
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar10-75/+84
2011-02-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+5
2011-02-04Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar5-41/+43
2011-02-04lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra1-1/+5
2011-02-03Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+11
2011-02-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-02-03Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-29/+24
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt1-9/+10
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2-23/+24
2011-02-03sched: Fix update_curr_rt()Peter Zijlstra1-1/+1
2011-02-03perf: Fix reading in perf_event_read()Peter Zijlstra1-3/+4
2011-02-03perf: Cure task_oncpu_function_call() racesPeter Zijlstra2-117/+172
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt2-9/+9
2011-02-02genirq: Prevent irq storm on migrationThomas Gleixner1-3/+11
2011-01-31watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz1-4/+6
2011-01-31watchdog: Fix sysctl consistencyMarcin Slusarz1-6/+7
2011-01-31watchdog: Fix broken nowatchdog logicMarcin Slusarz1-14/+6
2011-01-31Fix prlimit64 for suid/sgid processesKacper Kornet1-1/+2
2011-01-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+5
2011-01-27perf: Fix alloc_callchain_buffers()Eric Dumazet1-2/+1
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load averagesPaul Turner1-1/+1
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner1-4/+1
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner1-3/+3
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-46/+54