aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| | * | tracing: Support multiple pids in set_pid_ftrace filejolsa@redhat.com2009-10-14
| | * | function-graph/x86: Replace unbalanced ret with jmpSteven Rostedt2009-10-14
| | * | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-10-13
| | |\ \
| | | * | tracing: Remove unused ftrace_trace_addr helperFrederic Weisbecker2009-10-13
| | | * | tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker2009-10-13
| | | * | ftrace: add kernel command line graph function filteringStefan Assmann2009-10-12
| | * | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-13
| | |\ \ \ | | | |/ / | | |/| |
| | * | | testmmiotrace.c: Add and use pr_fmt(fmt)Joe Perches2009-10-12
| | * | | ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmtJoe Perches2009-10-12
| | * | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-01
| | |\ \ \
| | * | | | tracing: Pushdown the bkl tracepoints callsFrederic Weisbecker2009-09-28
| | * | | | tracing/filters: Unify the regex parsing helpersFrederic Weisbecker2009-09-24
| | * | | | tracing/filters: Provide basic regex supportFrederic Weisbecker2009-09-24
| | * | | | tracing/event: Cleanup the useless dentry variableFrederic Weisbecker2009-09-24
| | * | | | tracing/filters: Cleanup useless headersFrederic Weisbecker2009-09-24
| | * | | | tracing/bkl: Add bkl ftrace eventsFrederic Weisbecker2009-09-24
| * | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-05
| |\ \ \ \ \
| | * | | | | tracing: Fix trace_marker outputCarsten Emde2009-11-17
| | * | | | | tracing: Fix event format exportJohannes Berg2009-11-13
| | * | | | | tracing: Fix return value of tracing_stats_read()Roel Kluin2009-11-11
| * | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-05
| |\ \ \ \ \ \
| | * | | | | | genirq: Fix spurious irq seqfile conversionThomas Gleixner2009-11-20
| | * | | | | | genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan2009-11-18
| | * | | | | | irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov2009-11-08
| | * | | | | | irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner2009-11-04
| | * | | | | | irq: Fix docbook commentsLiuweni2009-11-04
| | * | | | | | irq: trivial: Fix typo in comment for #endifMichael Neuling2009-10-23
| * | | | | | | Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2009-12-05
| |\ \ \ \ \ \ \
| | * | | | | | | softlockup: Fix hung_task_check_count sysctlAnton Blanchard2009-11-27
| * | | | | | | | Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-05
| |\ \ \ \ \ \ \ \
| | * | | | | | | | signal: Print warning message when dropping signalsNaohiro Ooiwa2009-11-09
| | * | | | | | | | signal: Fix alternate signal stack checkSebastian Andrzej Siewior2009-11-04
| * | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-05
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | rcu: Make RCU's CPU-stall detector be defaultPaul E. McKenney2009-12-03
| | * | | | | | | | | rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney2009-12-03
| | * | | | | | | | | rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney2009-12-03
| | * | | | | | | | | rcu: Rename "quiet" functionsPaul E. McKenney2009-12-03
| | * | | | | | | | | rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney2009-11-22
| | * | | | | | | | | rcu: Eliminate unneeded function wrappingPaul E. McKenney2009-11-22
| | * | | | | | | | | rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney2009-11-22
| | * | | | | | | | | rcu: Eliminate __rcu_pending() false positivesPaul E. McKenney2009-11-14
| | * | | | | | | | | rcu: Further cleanups of use of lastcompPaul E. McKenney2009-11-14
| | * | | | | | | | | rcu: Simplify association of forced quiescent states with grace periodsPaul E. McKenney2009-11-13
| | * | | | | | | | | rcu: Accelerate callback processing on CPUs not detecting GP endPaul E. McKenney2009-11-13
| | * | | | | | | | | rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney2009-11-11
| | * | | | | | | | | rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney2009-11-10
| | * | | | | | | | | rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney2009-11-10
| | * | | | | | | | | rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney2009-11-10
| | * | | | | | | | | rcu: Remove inline from forward-referenced functionsPaul E. McKenney2009-11-10
| | * | | | | | | | | rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney2009-11-09