aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar25-170/+175
2009-05-07tracing/events: fix concurrent access to ftrace_events list, fixLi Zefan1-2/+3
2009-05-07tracing/filters: support for operator reserved characters in stringsFrederic Weisbecker1-0/+10
2009-05-07tracing/filters: support for filters of dynamic sized arraysFrederic Weisbecker1-3/+41
2009-05-06tracing: add hierarchical enabling of eventsSteven Rostedt1-0/+140
2009-05-06tracing: reset ring buffer when removing modules with eventsSteven Rostedt3-0/+21
2009-05-06ring-buffer: change test to be more latency friendlySteven Rostedt1-0/+31
2009-05-06ring-buffer: make moving the tail page a separate functionSteven Rostedt1-40/+49
2009-05-06ring-buffer: check for failed allocation in ring buffer benchmarkSteven Rostedt1-0/+3
2009-05-06ring-buffer: remove unneeded conditional in rb_reserve_nextSteven Rostedt1-5/+3
2009-05-06tracing: trace_output.c, fix false positive compiler warningJaswinder Singh Rajput1-1/+1
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle1-4/+4
2009-05-06blktrace: correct remap namesAlan D. Brunelle1-12/+12
2009-05-06tracepoint: trace_sched_migrate_task(): remove parameterMathieu Desnoyers1-1/+1
2009-05-06tracing/events: fix concurrent access to ftrace_events listLi Zefan4-17/+33
2009-05-06tracing/events: fix memory leak when unloading moduleLi Zefan2-7/+33
2009-05-06ring-buffer: add benchmark and testerSteven Rostedt3-0/+396
2009-05-05ring-buffer: move big if statement downSteven Rostedt1-107/+111
2009-05-05tracing: use proper export symbol for tracing apiSteven Rostedt1-3/+3
2009-05-05ring-buffer: disable writers when resetting buffersSteven Rostedt1-0/+4
2009-05-05ring-buffer: have read page swap increment counter with page entriesSteven Rostedt1-25/+3
2009-05-05Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+11
2009-05-05Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2009-05-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-05-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2009-05-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-05-05ring-buffer: record page entries in buffer page descriptorSteven Rostedt1-26/+13
2009-05-05ring-buffer: convert cpu buffer entries to local_tSteven Rostedt1-9/+12
2009-05-05tracing: export stats of ring buffers to userspaceSteven Rostedt1-0/+42
2009-05-05ring-buffer: add counters for commit overrun and nmi dropped entriesSteven Rostedt1-3/+49
2009-05-05ring-buffer: export symbolsSteven Rostedt1-0/+3
2009-05-02mm: prevent divide error for small values of vm_dirty_bytesAndrea Righi1-1/+4
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()john stultz1-1/+11
2009-05-01Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner1-2/+0
2009-04-30kernel/posix-cpu-timers.c: fix sparse warningH Hartley Sweeten1-4/+4
2009-04-29sched: account system time properlyEric Dumazet1-1/+1
2009-04-29tracing: fix build failure on s390Heiko Carstens2-2/+2
2009-04-29tracing/filters: a better event parserTom Zanussi3-289/+883
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi4-10/+27
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi3-46/+74
2009-04-29tracing: fix ref count in splice pagesSteven Rostedt1-0/+1
2009-04-29ring-buffer: fix printk outputSteven Rostedt1-1/+1
2009-04-29tracing: have splice only copy full pagesSteven Rostedt1-1/+1
2009-04-29tracing: only add splice page if entries existSteven Rostedt1-2/+6
2009-04-29tracing: fix ref count in splice pagesSteven Rostedt1-0/+1
2009-04-28tracing: convert ftrace_dump spinlocks to rawSteven Rostedt1-3/+6
2009-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-2/+2
2009-04-27ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov1-2/+2
2009-04-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2009-04-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-9/+15