summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
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/k...Linus Torvalds1-1/+5
2011-02-04Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo 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/kern...Linus Torvalds1-3/+11
2011-02-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2011-02-03Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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/ke...Linus 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...Paul 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