summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-06-11tracing: Fix file mode of free_bufferWang YanQing
2013-06-11tracing/trivial: Consolidate error return conditionHarsh Prateek Bora
2013-06-11tracing: Add function probe to trigger a ftrace dump of current CPU traceSteven Rostedt (Red Hat)
2013-06-11tracing: Add function probe to trigger a ftrace dump to consoleSteven Rostedt (Red Hat)
2013-06-11PM / wakeup: Adjust messaging for wake events during suspendBernie Thompson
2013-06-11idle: Add the stack canary init to cpu_startup_entry()Thomas Gleixner
2013-06-11tracing: Fix outputting formats of x86-tsc and counter when use trace_clockYoshihiro YUNOMAE
2013-06-11genirq: Set irq thread to RT priority on creationIvo Sieben
2013-06-10Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear
2013-06-10Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney
2013-06-10rcu: Shrink TINY_RCU by reworking CPU-stall ifdefsPaul E. McKenney
2013-06-10rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney
2013-06-10rcu: Consolidate rcutiny_plugin.h ifdefsPaul E. McKenney
2013-06-10rcu: Remove check_cpu_stall_preempt()Paul E. McKenney
2013-06-10rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney
2013-06-10rcu: Remove rcu_preempt_process_callbacks()Paul E. McKenney
2013-06-10rcu: Remove rcu_preempt_remove_callbacks()Paul E. McKenney
2013-06-10rcu: Remove rcu_preempt_check_callbacks()Paul E. McKenney
2013-06-10rcu: Remove show_tiny_preempt_stats()Paul E. McKenney
2013-06-10rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney
2013-06-10rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().Paul E. McKenney
2013-06-10rcu: Merge adjacent identical ifdefsPaul E. McKenney
2013-06-10rcu: Drive quiescent-state-forcing delay from HZPaul E. McKenney
2013-06-10rcu: Remove "Experimental" flagsPaul E. McKenney
2013-06-10rcu: Move redundant call to note_gp_changes() into called functionPaul E. McKenney
2013-06-10rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()Paul E. McKenney
2013-06-10rcu: Eliminate check_for_new_grace_period() wrapper functionPaul E. McKenney
2013-06-10rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney
2013-06-10rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney
2013-06-10rcu: Convert rcutree_plugin.h printk callsPaul E. McKenney
2013-06-10rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney
2013-06-10rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney
2013-06-10rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney
2013-06-10rcu: Convert rcutree.c printk callsPaul E. McKenney
2013-06-10rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney
2013-06-10rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt
2013-06-10irqdomain: Beef up debugfs outputGrant Likely
2013-06-10irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely
2013-06-10irqdomain: Eliminate revmap typeGrant Likely
2013-06-10irqdomain: merge linear and tree reverse mappings.Grant Likely
2013-06-10irqdomain: Add a name fieldGrant Likely
2013-06-10irqdomain: Replace LEGACY mapping with LINEARGrant Likely
2013-06-10irqdomain: Relax failure path on setting up mappingsGrant Likely
2013-06-10Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/nextGrant Likely
2013-06-09cpuset: remove async hotplug propagation workLi Zefan
2013-06-09cpuset: let hotplug propagation work wait for task attachingLi Zefan
2013-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-06-08Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-06-08irqdomain: document the simple domain first_irqLinus Walleij
2013-06-08kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.Chen Gang