summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-286-24/+399
* rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-283-91/+97
* rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-282-0/+15
* rcu: Move RCU_BOOST declarations to allow compiler checkingPaul E. McKenney2011-09-282-5/+7
* rcu: Update comments to reflect softirqs vs. kthreadsPaul E. McKenney2011-09-282-12/+14
* rcu: Add RCU type to callback-invocation tracingPaul E. McKenney2011-09-283-18/+26
* rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney2011-09-285-27/+18
* rcu: Event-trace markers for computing RCU CPU utilizationPaul E. McKenney2011-09-282-21/+68
* rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-286-54/+219
* rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney2011-09-281-1/+1
* rcu: Drive configuration directly from SMP and PREEMPTPaul E. McKenney2011-09-281-3/+3
* rcu: Fix RCU's NMI documentationPaul E. McKenney2011-09-281-1/+1
* rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney2011-09-282-34/+24
* rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-288-131/+113
* rcu: Fix mismatched variable in rcutree_trace.cAndi Kleen2011-09-281-1/+1
* rcu: Update rcutorture documentationPaul E. McKenney2011-09-281-35/+99
* rcu: Move rcu_head definition to types.hPaul E. McKenney2011-09-282-10/+11
* rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-285-45/+75
* rcu: Update documentation to flag RCU_BOOST trace informationPaul E. McKenney2011-09-281-0/+4
* rcu: Avoid unnecessary self-wakeup of per-CPU kthreadsShaohua Li2011-09-281-5/+3
* rcu: Use kthread_create_on_node()Eric Dumazet2011-09-282-3/+7
* Linux 3.1-rc8v3.1-rc8Linus Torvalds2011-09-271-1/+1
* Merge branch 'for-linus' of git://github.com/tiwai/soundLinus Torvalds2011-09-275-5/+21
|\
| * Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-09-272-1/+8
| |\
| | * ASoC: ssm2602: Re-enable oscillator after suspendLars-Peter Clausen2011-09-271-1/+2
| | * ASoC: omap-mcbsp: Do not attempt to change DAI sysclk if stream is activeJarkko Nikula2011-09-231-0/+6
| * | ALSA: usb-audio: Check for possible chip NULL pointer before clearing probing...Thomas Pfaff2011-09-261-3/+5
| * | ALSA: hda/realtek - Don't detect LO jack when identical with HPTakashi Iwai2011-09-261-0/+4
| * | ALSA: hda/realtek - Avoid bogus HP-pin assignmentTakashi Iwai2011-09-261-1/+3
| * | ALSA: HDA: No power nids on 92HD93David Henningsson2011-09-241-0/+1
* | | Merge branch 'pm-fixes' of git://github.com/rjwysocki/linux-pmLinus Torvalds2011-09-271-37/+38
|\ \ \
| * | | PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki2011-09-261-37/+38
* | | | vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds2011-09-273-9/+1
* | | | VFS: Fix the remaining automounter semantics regressionsTrond Myklebust2011-09-263-3/+3
* | | | vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds2011-09-262-1/+2
* | | | Merge branch 'samsung-fixes-3' of git://github.com/kgene/linux-samsungLinus Torvalds2011-09-264-13/+10
|\ \ \ \
| * | | | ARM: EXYNOS4: Rename sclk_cam clocks for FIMC driverSylwester Nawrocki2011-09-271-4/+2
| * | | | ARM: S5PV210: Rename sclk_cam clocks for FIMC media driverSylwester Nawrocki2011-09-271-4/+2
| * | | | ARM: S5P: fix incorrect loop iterator usage on gpio-interruptMarek Szyprowski2011-09-261-4/+5
| * | | | ARM: S3C2443: Fix bit-reset in setrate of clk_armdivHeiko Stuebner2011-09-261-1/+1
* | | | | Merge branch 'hwmon-for-linus' of git://github.com/groeck/linuxLinus Torvalds2011-09-264-166/+47
|\ \ \ \ \
| * | | | | hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...Jan Beulich2011-09-231-6/+3
| * | | | | hwmon: (coretemp) constify static dataJan Beulich2011-09-231-2/+2
| * | | | | hwmon: (coretemp) don't use kernel assigned CPU number as platform device IDJan Beulich2011-09-231-2/+2
| * | | | | hwmon: (ds620) Fix handling of negative temperaturesRoland Stigge2011-09-211-1/+1
| * | | | | hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'Chris Peterson2011-09-211-2/+2
| * | | | | hwmon: (coretemp) Don't use threshold registers for tempX_maxGuenter Roeck2011-09-212-128/+14
| * | | | | hwmon: (coretemp) Let the user force TjMaxJean Delvare2011-09-212-3/+19
| * | | | | hwmon: (coretemp) Drop duplicate function get_pkg_tjmaxJean Delvare2011-09-211-22/+4
| |/ / / /
* | | | | Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvmLinus Torvalds2011-09-262-2/+3
|\ \ \ \ \
OpenPOWER on IntegriCloud