aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-05-01Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner
2009-04-30kernel/posix-cpu-timers.c: fix sparse warningH Hartley Sweeten
2009-04-29sched: account system time properlyEric Dumazet
2009-04-29tracing: fix build failure on s390Heiko Carstens
2009-04-29tracing/filters: a better event parserTom Zanussi
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi
2009-04-29tracing: fix ref count in splice pagesSteven Rostedt
2009-04-29ring-buffer: fix printk outputSteven Rostedt
2009-04-29tracing: have splice only copy full pagesSteven Rostedt
2009-04-29tracing: only add splice page if entries existSteven Rostedt
2009-04-29tracing: fix ref count in splice pagesSteven Rostedt
2009-04-28tracing: convert ftrace_dump spinlocks to rawSteven Rostedt
2009-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-04-27ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov
2009-04-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-04-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-04-26tracing/events: make modules have their own file_operations structureSteven Rostedt
2009-04-24tracing/events: reuse trace event ids after overflowSteven Rostedt
2009-04-24PM/Hibernate: Fix waiting for image device to appear on resumeRafael J. Wysocki
2009-04-24Delete slow-work timers properlyJonathan Corbet
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar
2009-04-24ring_buffer: compressed event headerLai Jiangshan
2009-04-23tracing: add size checks for exported ftrace internal structuresSteven Rostedt
2009-04-23tracing: increase size of number of possible eventsSteven Rostedt
2009-04-23tracing/wakeup: move access to wakeup_cpu into spinlockSteven Rostedt
2009-04-23locking: clarify kernel-taint warning messageIngo Molnar
2009-04-22tracing/events: make struct trace_entry->type to be int typeLi Zefan
2009-04-21clocksource: add enable() and disable() callbacksMagnus Damm
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm
2009-04-21ring-buffer: only warn on wrap if buffer is bigger than two pagesSteven Rostedt
2009-04-21tracing/filters: allow user-input to be integer-like stringLi Zefan
2009-04-21tracing/filters: don't remove old filters when failed to write subsys->filterLi Zefan
2009-04-20No need for crossing to mountpoint in audit_tag_tree()Al Viro
2009-04-20tracing: use nowakeup version of commit for function event trace testsSteven Rostedt
2009-04-20tracing: use recursive counter over irq levelSteven Rostedt
2009-04-20tracing: remove recursive test from ring_buffer_event_discardSteven Rostedt
2009-04-20tracing: fix recursive test level calculationSteven Rostedt
2009-04-20tracing/events: call the correct event trace selftest init functionSteven Rostedt
2009-04-20tracing: rename EVENT_TRACER config to ENABLE_EVENT_TRACINGSteven Rostedt
2009-04-20tracing: create menuconfig for tracing infrastructureSteven Rostedt
2009-04-20tracing: change branch profiling to a choice selectionSteven Rostedt
2009-04-20tracing/ring-buffer: Add unlock recursion protection on discardFrederic Weisbecker
2009-04-19tracing/core: Add current context on tracing recursion warningFrederic Weisbecker
2009-04-19PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki
2009-04-18Remove 'recurse into child resources' logic from 'reserve_region_with_split()'Linus Torvalds
2009-04-17tracing: protect trace_printk from recursionSteven Rostedt
2009-04-17tracing: add same level recursion detectionSteven Rostedt
2009-04-17tracing: add EXPORT_SYMBOL_GPL for trace commitsSteven Rostedt
2009-04-17tracing/filters: add filter_mutex to protect filter predicatesTom Zanussi