summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney21-237/+1035
2012-05-09rcu: Make rcu_barrier() less disruptivePaul E. McKenney3-88/+222
2012-05-09rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney1-4/+16
2012-05-09rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney2-3/+22
2012-05-07rcu: Update RCU maintainershipPaul E. McKenney1-3/+11
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney6-49/+29
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney8-19/+16
2012-05-01rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney1-5/+8
2012-04-30rcu: Add rcutorture test for call_srcu()Lai Jiangshan1-4/+40
2012-04-30rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan2-63/+336
2012-04-30rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan1-13/+14
2012-04-30rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan1-1/+8
2012-04-30rcu: Remove unused srcu_barrier()Lai Jiangshan1-6/+0
2012-04-30rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan2-86/+70
2012-04-30rcu: Improve SRCU's wait_idx() commentsLai Jiangshan1-40/+37
2012-04-30rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan1-36/+56
2012-04-30rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan2-11/+10
2012-04-30rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan1-24/+1
2012-04-30rcu: Direct algorithmic SRCU implementationPaul E. McKenney3-98/+198
2012-04-30rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney2-9/+200
2012-04-26timer: Fix mod_timer_pinned() header commentPaul E. McKenney1-1/+7
2012-04-26rcu: Add warning for RCU_FAST_NO_HZ timer firingPaul E. McKenney1-0/+1
2012-04-24rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney1-3/+16
2012-04-24rcu: Make RCU_FAST_NO_HZ account for pauses out of idlePaul E. McKenney3-4/+56
2012-04-24rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimerPaul E. McKenney1-28/+12
2012-04-24rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney2-0/+2
2012-04-24rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney2-7/+32
2012-04-24rcu: Document kernel command-line parametersPaul E. McKenney1-3/+85
2012-04-24rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney3-8/+31
2012-04-24rcu: Make __kfree_rcu() less dependent on compiler choicesJan Engelhardt1-0/+18
2012-04-24rcu: Clarify help text for RCU_BOOST_PRIOPaul E. McKenney1-4/+19
2012-04-24rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Michel Machado1-4/+29
2012-04-24rcu: List-debug variants of rcu list routines.Dave Jones2-1/+28
2012-04-21Linux 3.4-rc4v3.4-rc4Linus Torvalds1-1/+1
2012-04-21sparc32,leon: add notify_cpu_starting()Yong Zhang1-0/+3
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-161/+80
2012-04-21Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-81/+86
2012-04-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-12/+71
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-238/+276
2012-04-21kill mm argument of vm_munmap()Al Viro8-11/+12
2012-04-21perfmon: kill some helpers and argumentsAl Viro1-9/+4
2012-04-21aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()Al Viro1-1/+14
2012-04-20mmc: core: Do not pre-claim host in suspendUlf Hansson1-35/+20
2012-04-20mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung1-1/+2
2012-04-20mmc: unbreak sdhci-esdhc-imx on i.MX25Eric BĂ©nard1-2/+1
2012-04-20mmc: cd-gpio: Include header to pickup exported symbol prototypesH Hartley Sweeten1-0/+1
2012-04-20mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake1-1/+1
2012-04-20mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon1-1/+3
2012-04-20mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong3-18/+10
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds15-97/+87