summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-2523-793/+978
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-06-3023-793/+978
| |\
| | *-. Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney2016-06-1620-792/+939
| | |\ \
| | | | * rcutorture: Fix error return code in rcu_perf_init()Wei Yongjun2016-06-151-1/+3
| | | | * torture: Inflict default jitterPaul E. McKenney2016-06-151-1/+1
| | | | * rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng2016-06-151-3/+11
| | | | * rcutorture: Drop "-soundhw pcspkr" from x86 boot argumentsPaul E. McKenney2016-06-151-1/+0
| | | | * rcutorture: Don't specify the cpu type of QEMU on PPCBoqun Feng2016-06-151-1/+1
| | | | * rcutorture: Make -soundhw a x86 specific optionBoqun Feng2016-06-152-4/+5
| | | | * rcutorture: Use vmlinux as the fallback kernel imageBoqun Feng2016-06-152-8/+7
| | | | * rcutorture/doc: Create initrd using dracutBoqun Feng2016-06-151-0/+22
| | | | * torture: Stop onoff task if there is only one cpuBoqun Feng2016-06-151-0/+8
| | | | * torture: Add starvation events to error summaryPaul E. McKenney2016-06-151-1/+6
| | | | * torture: Break online and offline functions out of torture_onoff()Paul E. McKenney2016-06-152-64/+108
| | | | * torture: Forgive lengthy trace dumps and preemptionPaul E. McKenney2016-06-151-2/+19
| | | | * torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2016-06-153-25/+1
| | | | * torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney2016-06-152-22/+1
| | | * | rcu: Correctly handle sparse possible cpusMark Rutland2016-06-164-23/+34
| | | * | rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira2016-06-164-0/+36
| | | * | rcu: Fix a typo in a commentPaul E. McKenney2016-06-161-1/+1
| | | * | rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney2016-06-162-2/+6
| | | * | rcu: Disable TASKS_RCU for usermode LinuxPaul E. McKenney2016-06-161-0/+1
| | | * | rcu: No ordering for rcu_assign_pointer() of NULLPaul E. McKenney2016-06-161-1/+10
| | | * | rcu: Document RCU_NONIDLE() restrictions in comment headerPaul E. McKenney2016-06-151-5/+6
| | | * | rcu: Move expedited code from tree_plugin.h to tree_exp.hPaul E. McKenney2016-06-152-88/+94
| | | * | rcu: Move expedited code from tree.c to tree_exp.hPaul E. McKenney2016-06-152-543/+566
| | | * | rcu: Remove some superfluous linesPeter Zijlstra2016-06-151-3/+0
| | | * | rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()Paul E. McKenney2016-06-151-2/+1
| | | * | rcu: Fix outdated rcu_scheduler_active commentPaul E. McKenney2016-06-151-1/+1
| | | |/
| | * | Documentation: Fix spelling mistakeEric Engestrom2016-06-151-1/+1
| | * | documentation: Add RCU_NONIDLE() restrictions to requirementsPaul E. McKenney2016-06-151-0/+35
| | * | documentation: Add references to 2010 and 2014 Big API TablesPaul E. McKenney2016-06-151-0/+2
| | * | documentation: Add reference to 2014 RCU API LWN articlePaul E. McKenney2016-06-151-0/+1
| | |/
* | | Merge tag 'hwmon-for-linus-v4.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-07-2527-606/+2964
|\ \ \
| * | | Documentation: dtb: xgene: Add hwmon dts binding documentationhotran2016-07-211-0/+14
| * | | hwmon: (ftsteutates) Remove unused including <linux/version.h>Wei Yongjun2016-07-201-1/+0
| * | | hwmon: (adt7411) set bit 3 in CFG1 registerMichael Walle2016-07-201-1/+4
| * | | hwmon: Add driver for FTS BMC chip "Teutates"Thilo Cestonaro2016-07-204-0/+856
| * | | hwmon: (sht3x) add humidity heater element controlMatt Ranostay2016-07-162-0/+54
| * | | hwmon: (jc42) Add support for generic JC-42.4 devicetree bindingGuenter Roeck2016-07-121-0/+10
| * | | dt/bindings: Add bindings for JC-42.4 compatible temperature sensorsGuenter Roeck2016-07-121-0/+42
| * | | hwmon: (tmp102) Convert to use regmap, and drop local cacheGuenter Roeck2016-07-122-78/+71
| * | | hwmon: (tmp102) Rework chip configurationGuenter Roeck2016-07-121-15/+22
| * | | hwmon: (tmp102) Improve handling of initial read delayGuenter Roeck2016-07-121-14/+30
| * | | hwmon: (lm90) Drop unnecessary else statementsGuenter Roeck2016-07-091-16/+12
| * | | hwmon: (lm90) Use bool for valid flagGuenter Roeck2016-07-091-3/+3
| * | | hwmon: (lm90) Read limit registers only onceGuenter Roeck2016-07-091-72/+105
| * | | hwmon: (lm90) Simplify read functionsGuenter Roeck2016-07-091-115/+193
| * | | hwmon: (lm90) Use devm_hwmon_device_register_with_groupsGuenter Roeck2016-07-091-20/+6
| * | | hwmon: (lm90) Use devm_add_action for cleanupGuenter Roeck2016-07-091-18/+22