summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-03-03Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...Frederic Weisbecker2-169/+754
2011-02-23perf: Simplify task_clock_event_read()Peter Zijlstra1-10/+3
2011-02-23perf_events: Fix rcu and locking issues with cgroup supportStephane Eranian1-11/+29
2011-02-18Revert "tracing: Add unstable sched clock note to the warning"Ingo Molnar1-6/+2
2011-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar4-62/+40
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://g...Linus Torvalds2-7/+5
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+8
2011-02-14Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo 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/jmo...Linus 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-08tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt1-0/+4
2011-02-08tracing: Remove obsolete sched_switch tracerSteven Rostedt1-48/+0
2011-02-08tracing: Add unstable sched clock note to the warningJiri Olsa1-2/+6
2011-02-08Revert "lockdep, timer: Fix del_timer_sync() annotation"Peter Zijlstra1-5/+3
2011-02-07tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie1-0/+3
2011-02-07tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie1-7/+14
2011-02-07tracing/syscalls: Make arch_syscall_addr weakIan Munsie1-1/+1
2011-02-07tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie1-4/+4
2011-02-07tracing/syscalls: Don't add events for unmapped syscallsIan Munsie1-0/+8
2011-02-07tracing/filter: Remove synchronize_sched() from __alloc_preds()Steven Rostedt1-23/+7
2011-02-07tracing/filter: Swap entire filter of eventsSteven Rostedt1-105/+146
2011-02-07tracing/filter: Increase the max preds to 2^14Steven Rostedt1-1/+8
2011-02-07tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt1-0/+2
2011-02-07tracing/filter: Optimize filter by folding the treeSteven Rostedt2-10/+235
2011-02-07tracing/filter: Check the created pred treeSteven Rostedt1-1/+71
2011-02-07tracing/filter: Optimize short ciruit checkSteven Rostedt1-3/+9
2011-02-07tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt2-46/+194
2011-02-07tracing/filter: Free pred array on disabling of filterSteven Rostedt1-0/+4
2011-02-07tracing/filter: Allocate the preds in an arraySteven Rostedt2-23/+10
2011-02-07tracing/filter: Call synchronize_sched() just once for system filtersSteven Rostedt1-17/+63
2011-02-07tracing/filter: Dynamically allocate predsSteven Rostedt2-36/+110
2011-02-07tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt2-34/+20
2011-02-07tracing/filter: Have no filter return a matchSteven Rostedt1-1/+6
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