summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-119-182/+752
|\ \ \
| | | * rcu: Add rcutorture test for call_srcu()Lai Jiangshan2012-04-301-4/+40
| | | * rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan2012-04-301-62/+300
| | | * rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan2012-04-301-13/+14
| | | * rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan2012-04-301-1/+8
| | | * rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan2012-04-301-80/+69
| | | * rcu: Improve SRCU's wait_idx() commentsLai Jiangshan2012-04-301-40/+37
| | | * rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan2012-04-301-36/+56
| | | * rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan2012-04-301-10/+9
| | | * rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan2012-04-301-24/+1
| | | * rcu: Direct algorithmic SRCU implementationPaul E. McKenney2012-04-302-96/+190
| | | * rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney2012-04-301-8/+186
| | | * rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney2012-04-241-3/+16
| | * | rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-023-32/+28
| | * | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-024-13/+4
| | |/
| * | timer: Fix mod_timer_pinned() header commentPaul E. McKenney2012-04-261-1/+7
| * | rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney2012-04-241-0/+32
| * | rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2012-04-242-8/+4
| |/
* | rcu: Make rcu_barrier() less disruptivePaul E. McKenney2012-05-093-88/+222
* | rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney2012-05-091-4/+16
* | rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney2012-05-091-3/+21
* | rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney2012-05-011-5/+8
* | rcu: Add warning for RCU_FAST_NO_HZ timer firingPaul E. McKenney2012-04-261-0/+1
* | rcu: Make RCU_FAST_NO_HZ account for pauses out of idlePaul E. McKenney2012-04-243-4/+56
* | rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimerPaul E. McKenney2012-04-241-28/+12
* | rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney2012-04-241-0/+1
|/
* Merge branch 'systemh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-131-0/+1
|\
| * irq_work: fix compile failure on tile from missing includeChris Metcalf2012-04-131-0/+1
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-121-1/+2
|\ \
| * | irq_domain: fix type mismatch in debugfs output formatGrant Likely2012-04-121-1/+2
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-04-124-5/+15
|\ \ \ | |/ / |/| |
| * | clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha2012-04-101-1/+3
| * | itimer: Use printk_once instead of WARN_ONCEThomas Gleixner2012-04-101-3/+4
| * | nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-061-2/+2
| * | tick: Document TICK_ONESHOT config optionThomas Gleixner2012-03-311-0/+4
| * | itimer: Schedule silent NULL pointer fixup in setitimer() for removalSasikantha babu2012-03-301-1/+4
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-121-1/+1
|\ \ \
| * | | panic: fix stack dump print on direct call to panic()Jason Wessel2012-04-121-1/+1
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-122-31/+17
|\ \ \ \ | |/ / / |/| | |
| * | | irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-121-24/+9
| * | | irqdomain: Fix debugfs formattingGrant Likely2012-04-111-3/+3
| * | | irq_domain: correct the debugfs file nameMika Westerberg2012-04-101-1/+1
| * | | irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().David Daney2012-04-101-3/+4
| | |/ | |/|
* | | cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov2012-04-111-0/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-04-071-4/+4
|\ \
| * | sysctl: fix write access to dmesg_restrict/kptr_restrictKees Cook2012-04-051-4/+4
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-16/+2
|\ \ \ | |/ / |/| |
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-16/+2
* | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-042-30/+25
|\ \ \
| * | | kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-03-291-29/+24
OpenPOWER on IntegriCloud