summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | tracing: Remove unused ftrace_trace_addr helperFrederic Weisbecker2009-10-131-4/+0
| | * | tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker2009-10-131-2/+2
| | * | ftrace: add kernel command line graph function filteringStefan Assmann2009-10-122-0/+41
| * | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-13327-1960/+5508
| |\ \ \ | | |/ / | |/| |
| * | | testmmiotrace.c: Add and use pr_fmt(fmt)Joe Perches2009-10-121-15/+14
| * | | ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmtJoe Perches2009-10-121-3/+5
| * | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-014522-129271/+350326
| |\ \ \
| * | | | tracing: Pushdown the bkl tracepoints callsFrederic Weisbecker2009-09-282-17/+26
| * | | | tracing/filters: Unify the regex parsing helpersFrederic Weisbecker2009-09-243-70/+23
| * | | | tracing/filters: Provide basic regex supportFrederic Weisbecker2009-09-242-25/+157
| * | | | tracing/event: Cleanup the useless dentry variableFrederic Weisbecker2009-09-241-12/+11
| * | | | tracing/filters: Cleanup useless headersFrederic Weisbecker2009-09-241-2/+0
| * | | | tracing/bkl: Add bkl ftrace eventsFrederic Weisbecker2009-09-243-9/+82
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-052-27/+16
|\ \ \ \ \
| * | | | | tracing: Fix trace_marker outputCarsten Emde2009-11-171-25/+14
| * | | | | tracing: Fix event format exportJohannes Berg2009-11-131-1/+1
| * | | | | tracing: Fix return value of tracing_stats_read()Roel Kluin2009-11-111-1/+1
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-055-39/+29
|\ \ \ \ \ \
| * | | | | | genirq: Fix spurious irq seqfile conversionThomas Gleixner2009-11-201-1/+1
| * | | | | | genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan2009-11-181-15/+21
| * | | | | | irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov2009-11-081-0/+2
| * | | | | | irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner2009-11-042-19/+1
| * | | | | | irq: Fix docbook commentsLiuweni2009-11-041-3/+3
| * | | | | | irq: trivial: Fix typo in comment for #endifMichael Neuling2009-10-231-1/+1
* | | | | | | Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2009-12-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | softlockup: Fix hung_task_check_count sysctlAnton Blanchard2009-11-271-1/+1
* | | | | | | | Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-053-18/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | signal: Print warning message when dropping signalsNaohiro Ooiwa2009-11-092-15/+42
| * | | | | | | | signal: Fix alternate signal stack checkSebastian Andrzej Siewior2009-11-041-3/+10
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-0520-581/+1234
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rcu: Make RCU's CPU-stall detector be defaultPaul E. McKenney2009-12-031-1/+1
| * | | | | | | | | rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney2009-12-035-27/+260
| * | | | | | | | | rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney2009-12-032-3/+18
| * | | | | | | | | rcu: Rename "quiet" functionsPaul E. McKenney2009-12-033-36/+45
| * | | | | | | | | rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney2009-11-226-117/+118
| * | | | | | | | | rcu: Eliminate unneeded function wrappingPaul E. McKenney2009-11-225-40/+15
| * | | | | | | | | rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney2009-11-223-43/+85
| * | | | | | | | | rcu: Eliminate __rcu_pending() false positivesPaul E. McKenney2009-11-141-2/+4
| * | | | | | | | | rcu: Further cleanups of use of lastcompPaul E. McKenney2009-11-141-7/+6
| * | | | | | | | | rcu: Simplify association of forced quiescent states with grace periodsPaul E. McKenney2009-11-131-24/+3
| * | | | | | | | | rcu: Accelerate callback processing on CPUs not detecting GP endPaul E. McKenney2009-11-131-1/+17
| * | | | | | | | | rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney2009-11-111-2/+2
| * | | | | | | | | rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney2009-11-102-3/+3
| * | | | | | | | | rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney2009-11-102-4/+4
| * | | | | | | | | rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney2009-11-101-0/+1
| * | | | | | | | | rcu: Remove inline from forward-referenced functionsPaul E. McKenney2009-11-102-3/+3
| * | | | | | | | | rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney2009-11-101-5/+27
| * | | | | | | | | rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2009-11-102-48/+83
| * | | | | | | | | rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2009-11-102-41/+34
| * | | | | | | | | Merge branch 'core/urgent' into core/rcuIngo Molnar2009-11-105-27/+53
| |\ \ \ \ \ \ \ \ \