summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-02-08Revert "lockdep, timer: Fix del_timer_sync() annotation"Peter Zijlstra1-5/+3
2011-02-08tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie1-0/+3
2011-02-08tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie1-7/+14
2011-02-08tracing/syscalls: Make arch_syscall_addr weakIan Munsie1-1/+1
2011-02-08tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie1-4/+4
2011-02-08tracing/syscalls: Don't add events for unmapped syscallsIan Munsie1-0/+8
2011-02-08tracing/filter: Remove synchronize_sched() from __alloc_preds()Steven Rostedt1-23/+7
2011-02-08tracing/filter: Swap entire filter of eventsSteven Rostedt1-105/+146
2011-02-08tracing/filter: Increase the max preds to 2^14Steven Rostedt1-1/+8
2011-02-08tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt1-0/+2
2011-02-08tracing/filter: Optimize filter by folding the treeSteven Rostedt2-10/+235
2011-02-08tracing/filter: Check the created pred treeSteven Rostedt1-1/+71
2011-02-08tracing/filter: Optimize short ciruit checkSteven Rostedt1-3/+9
2011-02-08tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt2-46/+194
2011-02-08tracing/filter: Free pred array on disabling of filterSteven Rostedt1-0/+4
2011-02-08tracing/filter: Allocate the preds in an arraySteven Rostedt2-23/+10
2011-02-08tracing/filter: Call synchronize_sched() just once for system filtersSteven Rostedt1-17/+63
2011-02-08tracing/filter: Dynamically allocate predsSteven Rostedt2-36/+110
2011-02-08tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt2-34/+20
2011-02-08tracing/filter: Have no filter return a matchSteven Rostedt1-1/+6
2011-02-08CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa1-2/+2
2011-02-08CRED: 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-05Merge branch 'irq/urgent' into irq/coreThomas Gleixner10-147/+237
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: Add yield_to(task, preempt) functionalityMike Galbraith2-0/+105
2011-02-03sched: Use a buddy to implement yield_task_fair()Rik van Riel4-69/+90
2011-02-03sched: Limit the scope of clear_buddiesRik van Riel1-7/+23
2011-02-03sched: Check the right ->nr_running in yield_task_fair()Rik van Riel1-1/+1
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-03tracing: Replace trace_event struct array with pointer arraySteven Rostedt2-9/+9
2011-02-03genirq: Prevent irq storm on migrationThomas Gleixner1-3/+11
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran3-2/+446
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner2-9/+10
2011-02-02posix-timers: Add support for fd based clocksRichard Cochran1-1/+1
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran2-0/+53
2011-02-02time: Splitout compat timex accessorsRichard Cochran1-48/+65
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran1-0/+11