summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-02-08tracing/syscalls: Make arch_syscall_addr weakIan Munsie
2011-02-08tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie
2011-02-08tracing/syscalls: Don't add events for unmapped syscallsIan Munsie
2011-02-08tracing/filter: Remove synchronize_sched() from __alloc_preds()Steven Rostedt
2011-02-08tracing/filter: Swap entire filter of eventsSteven Rostedt
2011-02-08tracing/filter: Increase the max preds to 2^14Steven Rostedt
2011-02-08tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt
2011-02-08tracing/filter: Optimize filter by folding the treeSteven Rostedt
2011-02-08tracing/filter: Check the created pred treeSteven Rostedt
2011-02-08tracing/filter: Optimize short ciruit checkSteven Rostedt
2011-02-08tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt
2011-02-08tracing/filter: Free pred array on disabling of filterSteven Rostedt
2011-02-08tracing/filter: Allocate the preds in an arraySteven Rostedt
2011-02-08tracing/filter: Call synchronize_sched() just once for system filtersSteven Rostedt
2011-02-08tracing/filter: Dynamically allocate predsSteven Rostedt
2011-02-08tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt
2011-02-08tracing/filter: Have no filter return a matchSteven Rostedt
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-02-07tracing/kprobes: Add bitfield typeMasami Hiramatsu
2011-02-07tracing/kprobes: Support longer (>128 bytes) commandMasami Hiramatsu
2011-02-07tracing/kprobes: Cleanup strict_strtol() using codeMasami Hiramatsu
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar
2011-02-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-02-04Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2011-02-04lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra
2011-02-03Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-02-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-02-03Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2011-02-03sched: Fix update_curr_rt()Peter Zijlstra
2011-02-03perf: Fix reading in perf_event_read()Peter Zijlstra
2011-02-03perf: Cure task_oncpu_function_call() racesPeter Zijlstra
2011-02-03tracing: Replace trace_event struct array with pointer arraySteven Rostedt
2011-02-02genirq: Prevent irq storm on migrationThomas Gleixner
2011-01-31watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz
2011-01-31watchdog: Fix sysctl consistencyMarcin Slusarz
2011-01-31watchdog: Fix broken nowatchdog logicMarcin Slusarz
2011-01-31Fix prlimit64 for suid/sgid processesKacper Kornet
2011-01-27Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-01-27perf: Fix alloc_callchain_buffers()Eric Dumazet
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2011-01-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-01-24Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds