summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-035-68/+294
|\
| * softirq: Use _RET_IP_Davidlohr Bueso2013-06-281-6/+4
| * genirq: Add the generic chip to the genirq docbookThomas Gleixner2013-06-281-5/+6
| * genirq: generic-chip: Export some irq_gc_ functionsFabio Estevam2013-06-281-0/+3
| * genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-06-281-3/+3
| * irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-251-1/+1
| * genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chipsJames Hogan2013-06-241-0/+1
| * genirq: Set irq thread to RT priority on creationIvo Sieben2013-06-111-5/+6
| * genirq: Add kerneldoc for irq_disable.Andreas Fenkart2013-05-291-0/+13
| * genirq: irqchip: Add mask to block out invalid irqsGrant Likely2013-05-291-0/+3
| * genirq: Generic chip: Add linear irq domain supportThomas Gleixner2013-05-292-12/+181
| * genirq: Generic chip: Split out code into separate functionsThomas Gleixner2013-05-291-16/+34
| * genirq: irqchip: Add a mask calculation functionThomas Gleixner2013-05-291-2/+6
| * genirq: Generic chip: Cache per irq bit maskThomas Gleixner2013-05-291-9/+14
| * genirq: Generic chip: Handle separate mask registersGerlando Falauto2013-05-291-7/+10
| * genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto2013-05-291-6/+10
| * genirq: Generic chip: Remove the local cur_regs() functionGerlando Falauto2013-05-291-14/+17
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-037-1208/+154
|\ \
| * \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-06-197-1208/+154
| |\ \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-----. \ Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney2013-06-107-1063/+104
| | |\ \ \ \ \
| | | | | | * | rcu: Shrink TINY_RCU by reworking CPU-stall ifdefsPaul E. McKenney2013-06-102-6/+4
| | | | | | * | rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney2013-06-102-25/+27
| | | | | | * | rcu: Consolidate rcutiny_plugin.h ifdefsPaul E. McKenney2013-06-101-46/+40
| | | | | | * | rcu: Remove check_cpu_stall_preempt()Paul E. McKenney2013-06-101-7/+0
| | | | | | * | rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney2013-06-102-38/+9
| | | | | | * | rcu: Remove rcu_preempt_process_callbacks()Paul E. McKenney2013-06-102-9/+0
| | | | | | * | rcu: Remove rcu_preempt_remove_callbacks()Paul E. McKenney2013-06-102-9/+0
| | | | | | * | rcu: Remove rcu_preempt_check_callbacks()Paul E. McKenney2013-06-102-9/+0
| | | | | | * | rcu: Remove show_tiny_preempt_stats()Paul E. McKenney2013-06-101-13/+0
| | | | | | * | rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney2013-06-101-854/+0
| | | | |_|/ / | | | |/| | |
| | | | | * | rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().Paul E. McKenney2013-06-101-39/+0
| | | | |/ / | | | |/| |
| | | | * | rcu: Merge adjacent identical ifdefsPaul E. McKenney2013-06-101-3/+0
| | | | * | rcu: Drive quiescent-state-forcing delay from HZPaul E. McKenney2013-06-102-7/+26
| | | | * | rcu: Remove "Experimental" flagsPaul E. McKenney2013-06-101-5/+5
| | | |/ /
| | * | | rcu: Move redundant call to note_gp_changes() into called functionPaul E. McKenney2013-06-101-8/+2
| | * | | rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()Paul E. McKenney2013-06-101-13/+1
| | * | | rcu: Eliminate check_for_new_grace_period() wrapper functionPaul E. McKenney2013-06-101-22/+3
| | * | | rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney2013-06-101-42/+6
| | * | | rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney2013-06-102-29/+4
| | * | | rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney2013-06-101-6/+7
| | * | | rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney2013-06-101-0/+3
| | * | | rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney2013-06-101-59/+59
| | |/ /
| | * | rcu: Convert rcutree_plugin.h printk callsPaul E. McKenney2013-06-101-23/+22
| | * | rcu: Convert rcutree.c printk callsPaul E. McKenney2013-06-101-3/+3
* | | | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-031-32/+352
|\ \ \ \
| * | | | mutex: Add w/w mutex slowpath debuggingDaniel Vetter2013-06-261-3/+41
| * | | | mutex: Add support for wound/wait style locksMaarten Lankhorst2013-06-261-16/+302
| * | | | arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst2013-06-261-18/+14
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-033-5/+20
|\ \ \ \ \
| * | | | | futex: Use freezable blocking callColin Cross2013-06-251-1/+2