summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Simplify task_clock_event_read()Peter Zijlstra2011-02-231-10/+3
* perf_events: Fix rcu and locking issues with cgroup supportStephane Eranian2011-02-231-11/+29
* Revert "tracing: Add unstable sched clock note to the warning"Ingo Molnar2011-02-181-6/+2
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-02-174-62/+40
|\
| * tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt2011-02-081-0/+4
| * tracing: Remove obsolete sched_switch tracerSteven Rostedt2011-02-081-48/+0
| * tracing: Add unstable sched clock note to the warningJiri Olsa2011-02-081-2/+6
| * tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie2011-02-071-0/+3
| * tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie2011-02-071-7/+14
| * tracing/syscalls: Make arch_syscall_addr weakIan Munsie2011-02-071-1/+1
| * tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie2011-02-071-4/+4
| * tracing/syscalls: Don't add events for unmapped syscallsIan Munsie2011-02-071-0/+8
* | perf: Optimize hrtimer eventsPeter Zijlstra2011-02-161-3/+32
* | perf: Optimize throttling codePeter Zijlstra2011-02-162-20/+25
* | perf: Add cgroup supportStephane Eranian2011-02-162-35/+626
* | cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra2011-02-162-17/+20
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-02-167-32/+64
|\ \
| * | perf: Fix throttle logicPeter Zijlstra2011-02-161-4/+15
| | |
| | \
| *-. \ Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://g...Linus Torvalds2011-02-152-7/+5
| |\ \ \
| | | * | timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook2011-02-121-2/+2
| | * | | Revert "lockdep, timer: Fix del_timer_sync() annotation"Peter Zijlstra2011-02-081-5/+3
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-151-2/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-02-111-1/+1
| |\ \ \ \ \
| | * | | | | security: add cred argument to security_capable()Chris Wright2011-02-111-1/+1
| | | |_|/ / | | |/| | |
| * | | | | ptrace: use safer wake up on ptrace_detach()Tejun Heo2011-02-111-1/+1
| |/ / / /
| * | | | cap_syslog: accept CAP_SYS_ADMIN for nowLinus Torvalds2011-02-101-19/+35
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-02-091-0/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | blktrace: Don't output messages if NOTIFY isn't set.Tao Ma2011-01-191-0/+7
* | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-02-142-8/+46
|\ \ \ \ \
| * | | | | ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-02-112-8/+46
* | | | | | tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu2011-02-141-1/+1
* | | | | | Merge remote branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo2011-02-112-8/+18
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | watchdog, nmi: Lower the severity of error messagesDon Zickus2011-02-101-2/+8
| | |/ / / | |/| | |
| * | | | CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-02-071-2/+2
| * | | | CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-02-071-4/+8
* | | | | tracing/kprobes: Add bitfield typeMasami Hiramatsu2011-02-071-1/+103
* | | | | tracing/kprobes: Support longer (>128 bytes) commandMasami Hiramatsu2011-02-071-1/+1
* | | | | tracing/kprobes: Cleanup strict_strtol() using codeMasami Hiramatsu2011-02-071-3/+2
| |_|_|/ |/| | |
* | | | Merge branch 'linus' into perf/coreIngo Molnar2011-02-0710-75/+84
|\ \ \ \ | |/ / /
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-02-061-1/+5
| |\ \ \ | | |/ / | |/| |
| | * | lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra2011-02-041-1/+5
| * | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-02-045-41/+43
| |\ \ \ | | |/ / | |/| |
| | * | tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-031-9/+10
| | * | tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-032-23/+24
| | * | tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-022-9/+9
| * | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-031-3/+11
| |\ \ \
| | * | | genirq: Prevent irq storm on migrationThomas Gleixner2011-02-021-3/+11
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-02-031-1/+1
| |\ \ \ \
| | * | | | sched: Fix update_curr_rt()Peter Zijlstra2011-02-031-1/+1
| | |/ / /
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-032-29/+24
| |\ \ \ \ | | |/ / / | |/| | |
OpenPOWER on IntegriCloud