summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rcu: Add CPU-stall capability to rcutorturePaul E. McKenney2012-02-212-0/+84
* rcu: Make documentation give more realistic rcutorture durationPaul E. McKenney2012-02-211-1/+1
* rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney2012-02-212-4/+21
* rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney2012-02-214-14/+194
* rcu: Set RCU CPU stall times via sysfsPaul E. McKenney2012-02-212-11/+26
* rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney2012-02-212-31/+0
* rcu: Note that rcu_access_pointer() can be used for teardownPaul E. McKenney2012-02-211-0/+7
* rcu: Make rcu_sleep_check() also check rcu_lock_mapPaul E. McKenney2012-02-211-0/+14
* rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney2012-02-211-0/+11
* rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney2012-02-213-6/+6
* rcu: Simplify unboosting checksPaul E. McKenney2012-02-212-6/+7
* rcu: Inform RCU of irq_exit() activityPaul E. McKenney2012-02-211-1/+1
* rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2012-02-212-7/+12
* rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney2012-02-211-1/+1
* rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney2012-02-211-8/+35
* rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney2012-02-211-18/+0
* rcu: Don't make callbacks go through second full grace periodPaul E. McKenney2012-02-211-6/+46
* rcu: Check for callback invocation from offline CPUsPaul E. McKenney2012-02-211-0/+1
* rcu: Limit lazy-callback durationPaul E. McKenney2012-02-211-1/+11
* rcu: Make rcutorture flag online/offline failuresPaul E. McKenney2012-02-211-0/+4
* rcu: Simplify offline processingPaul E. McKenney2012-02-213-99/+90
* mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim()Paul E. McKenney2012-02-211-7/+1
* ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney2012-02-211-6/+1
* ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()Paul E. McKenney2012-02-211-8/+3
* tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()Paul E. McKenney2012-02-211-11/+1
* s390: Convert call_rcu() to kfree_rcu(), drop ext_int_hash_update()Paul E. McKenney2012-02-211-8/+1
* rcu: Move RCU_TRACE to lib/Kconfig.debugPaul E. McKenney2012-02-212-9/+10
* rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-2110-47/+153
* rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney2012-02-211-0/+1
* rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney2012-02-215-0/+27
* rcu: Improve synchronize_rcu() diagnosticsFrederic Weisbecker2012-02-211-0/+1
* rcu: Bring RTFP.txt up to date.Paul E. McKenney2012-02-211-98/+1686
* Linux 3.3-rc4v3.3-rc4Linus Torvalds2012-02-181-1/+1
* Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-02-1866-786/+524
|\
| * Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann2012-02-1311-437/+140
| |\
| | * ARM: at91: drop ide driver in favor of the pata oneJean-Christophe PLAGNIOL-VILLARD2012-02-134-375/+5
| | * pata/at91: use newly introduced SMC accessorsJean-Christophe PLAGNIOL-VILLARD2012-02-131-27/+21
| | * ARM: at91: add accessor to manage SMCJean-Christophe PLAGNIOL-VILLARD2012-02-133-28/+100
| | * ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD2012-02-131-3/+10
| | * ARM: at91: USB AT91 gadget registration for moduleNicolas Ferre2012-02-134-4/+4
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2012-02-135-11/+9
| |\ \
| | * | ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3Paul Walmsley2012-02-091-7/+1
| | * | ARM: OMAP3: cm-t35: fix section mismatch warningIgor Grinberg2012-02-071-1/+1
| | * | ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chainsSantosh Shilimkar2012-02-072-3/+3
| | * | Merge branch 'fixes-dt' into fixesTony Lindgren2012-02-071-0/+4
| | |\ \
| | | * | ARM: OMAP2+: board-generic: Add missing handle_irq callbacksBenoit Cousson2011-12-071-0/+4
| * | | | ep93xx: fix build of vision_ep93xx.cH Hartley Sweeten2012-02-131-1/+3
| * | | | Merge branch 'v3.3-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2012-02-13378-5492/+2974
| |\ \ \ \
| | * | | | ARM: EXYNOS: Add cpu-offset property in gic device tree nodeThomas Abraham2012-02-091-0/+1
| | * | | | ARM: EXYNOS: Bring exynos4-dt up to dateKarol Lewandowski2012-02-091-2/+6
| | | |_|/ | | |/| |
OpenPOWER on IntegriCloud