summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-1218-255/+145
|\
| * irqchip: bcm2835: Convert to use IRQCHIP_DECLARE macroAxel Lin2013-11-073-44/+12
| * Merge branch 'irq/core-v6' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-10-0214-206/+138
| |\
| | * powerpc: Tell about irq stack coverageFrederic Weisbecker2013-10-011-0/+1
| | * x86: Tell about irq stack coverageFrederic Weisbecker2013-10-011-0/+1
| | * irq: Optimize softirq stack selection in irq exitFrederic Weisbecker2013-10-012-4/+20
| | * irq: Justify the various softirq stack choicesFrederic Weisbecker2013-10-011-1/+10
| | * irq: Improve a bit softirq debuggingFrederic Weisbecker2013-10-011-2/+2
| | * irq: Optimize call to softirq on hardirq exitFrederic Weisbecker2013-10-011-1/+1
| | * irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-0111-202/+98
| * | Merge tag 'v3.12-rc3' into irq/coreIngo Molnar2013-10-028331-255006/+576021
| |\ \
| * | | x86/irq: Correct comment about i8259 initializationYanchuan Nian2013-09-041-2/+1
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-1224-190/+464
|\ \ \ \
| * \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-10-1824-190/+464
| |\ \ \ \
| | * | | | rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-1515-62/+105
| | * | | | Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney2013-10-159-36/+72
| | |\ \ \ \
| | | * | | | rcu: Consistent rcu_is_watching() namingPaul E. McKenney2013-09-257-38/+46
| | | * | | | rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney2013-09-251-1/+1
| | | * | | | rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2013-09-255-6/+30
| | | * | | | rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney2013-09-251-0/+2
| | | * | | | rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney2013-09-252-3/+11
| | | * | | | rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney2013-09-251-8/+2
| | * | | | | Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney2013-10-154-29/+144
| | |\ \ \ \ \
| | | * | | | | rcu: Avoid sparse warnings in rcu_nocb_wake trace eventPaul E. McKenney2013-09-232-6/+6
| | | * | | | | rcu: Track rcu_nocb_kthread()'s sleeping and awakeningPaul E. McKenney2013-09-232-1/+18
| | | * | | | | rcu: Distinguish between NOCB and non-NOCB rcu_callback trace eventsPaul E. McKenney2013-09-231-2/+4
| | | * | | | | rcu: Add tracing for rcuo no-CBs CPU wakeup handshakePaul E. McKenney2013-09-232-1/+50
| | | * | | | | rcu: Add tracing of normal (non-NOCB) grace-period requestsPaul E. McKenney2013-09-232-1/+8
| | | * | | | | rcu: Add tracing to rcu_gp_kthread()Paul E. McKenney2013-09-232-9/+37
| | | * | | | | rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney2013-09-231-1/+1
| | | * | | | | rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney2013-09-231-3/+8
| | | * | | | | rcu: Improve grace-period start logicPaul E. McKenney2013-09-231-5/+12
| | | |/ / / /
| | * | | | | Merge branches 'doc.2013.09.25b' and 'fixes.2013.09.23b' into HEADPaul E. McKenney2013-10-157-51/+119
| | |\ \ \ \ \
| | | * | | | | rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU maskKirill Tkhai2013-09-231-1/+6
| | | * | | | | rcu: Have rcutiny tracepoints use tracepoint_string()Paul E. McKenney2013-09-233-14/+17
| | | * | | | | rcu: Reject memory-order-induced stall-warning false positivesPaul E. McKenney2013-09-231-5/+40
| | | * | | | | rcu: Micro-optimize rcu_cpu_has_callbacks()Paul E. McKenney2013-09-231-4/+7
| | | * | | | | rcu: Silence unused-variable warningsPaul E. McKenney2013-09-231-2/+4
| | | * | | | | rcu: Replace __get_cpu_var() usesChristoph Lameter2013-09-232-18/+18
| | | * | | | | rcu: Make list_splice_init_rcu() account for RCU readersPaul E. McKenney2013-09-231-2/+21
| | | * | | | | rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()Paul E. McKenney2013-09-231-1/+1
| | | * | | | | rcu: Convert local functions to staticPaul E. McKenney2013-09-232-3/+3
| | | * | | | | rcu: Use proper cpp macro for ->gp_flagsPaul E. McKenney2013-09-201-1/+1
| | | * | | | | mm: Place preemption point in do_mlockall() loopPaul E. McKenney2013-09-201-0/+1
| | | |/ / / /
| | * | | | | rcu: Fix occurrence of "the the" in checklist.txtMichael Opdenacker2013-09-251-2/+2
| | * | | | | kthread: Add pointer to vmstat-avoidance patchPaul E. McKenney2013-09-251-6/+11
| | * | | | | rcu: Update stall-warning documentationPaul E. McKenney2013-09-251-7/+15
| | |/ / / /
* | | | | | Merge tag 'arc-v3.13-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-1128-181/+326
|\ \ \ \ \ \
| * | | | | | ARC: [plat-arcfpga] defconfig updateVineet Gupta2013-11-071-0/+3
| * | | | | | smp, ARC: kill SMP single function call interruptJiang Liu2013-11-071-6/+1
OpenPOWER on IntegriCloud