summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hwmon-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-07-1118-457/+954
|\
| * hwmon: (ina3221) Add of_node_put() before returnNishka Dasgupta2019-07-091-1/+3
| * hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarmsChristian Schneider2019-07-091-2/+2
| * hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_g...Christian Schneider2019-07-091-7/+7
| * hwmon: (lm90) Introduce function to update configuration registerGuenter Roeck2019-07-091-49/+40
| * hwmon: (lm90) Cache configuration register valueGuenter Roeck2019-07-091-31/+28
| * hwmon: (lm90) Fix max6658 sporadic wrong temperature readingBoyang Yu2019-07-091-4/+38
| * hwmon: (nct7904) Changes comments in probe function.amy.shih2019-07-091-2/+2
| * hwmon: (nct7904) Add error handling in probe function.amy.shih2019-07-091-5/+18
| * hwmon: Convert remaining drivers to use SPDX identifierGuenter Roeck2019-06-242-19/+1
| * hwmon: (max6650) Fix unused variable warningArnd Bergmann2019-06-241-10/+9
| * hwmon: (pmbus/adm1275) Fix power sampling supportGuenter Roeck2019-06-241-19/+65
| * hwmon: (lm90) simplify getting the adapter of a clientWolfram Sang2019-06-241-1/+1
| * hwmon: (asus_atk0110) no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-241-20/+3
| * hwmon: (max6650) Fix minor formatting issuesGuenter Roeck2019-06-241-5/+4
| * hwmon: (max6650) Improve error handling in max6650_update_deviceGuenter Roeck2019-06-241-7/+24
| * hwmon: (max6650) Read non-volatile registers only onceGuenter Roeck2019-06-241-8/+15
| * hwmon: (max6650) Convert to use devm_hwmon_device_register_with_infoGuenter Roeck2019-06-241-261/+247
| * hwmon: (max6650) Simplify alarm handlingGuenter Roeck2019-06-241-6/+3
| * hwmon: (max6650) Cache alarm_en registerGuenter Roeck2019-06-241-3/+9
| * hwmon: (max6650) Declare valid as booleanGuenter Roeck2019-06-241-2/+2
| * hwmon: (max6650) Improve error handling in max6650_init_clientGuenter Roeck2019-06-241-19/+24
| * hwmon: (max6650) Introduce pwm_to_dac and dac_to_pwmGuenter Roeck2019-06-241-28/+27
| * hwmon: (max6650) Use devm function to register thermal deviceGuenter Roeck2019-06-241-20/+7
| * hwmon: (core) Add comment describing how hwdev is freed in error pathGuenter Roeck2019-06-241-0/+6
| * hwmon: (smsc47m1) fix (suspicious) outside array bounds warningsMasahiro Yamada2019-06-241-0/+2
| * hwmon: (pmbus) Add Infineon IRPS5401 driverRobert Hancock2019-06-243-0/+77
| * hwmon: (nct7904) Fix the incorrect value of tcpu_mask in nct7904_data struct.amy.shih2019-06-241-9/+63
| * hwmon: (pmbus) Document Infineon PXE1610 driverVijay Khemka2019-06-241-0/+90
| * hwmon: (pmbus) Add Infineon PXE1610 VR driverVijay Khemka2019-06-243-0/+149
| * hwmon: (occ) Add temp sensor value checkAlexander Soldatov2019-06-241-0/+6
| * hwmon: (pmbus/adm1275) support PMBUS_VIRT_*_SAMPLESAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-06-241-1/+58
| * hwmon: (pwm-fan) Check return value from devm_add_action_or_resetGuenter Roeck2019-06-241-3/+7
| * hwmon: (gpio-fan) Check return value from devm_add_action_or_resetGuenter Roeck2019-06-241-1/+3
* | Merge tag 'loadpin-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-112-0/+58
|\ \
| * | security/loadpin: Allow to exclude specific file typesKe Wu2019-05-312-0/+58
* | | Merge tag 'pstore-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-113-23/+29
|\ \ \
| * | | pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-07-091-7/+6
| * | | pstore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-091-16/+2
| * | | pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson2019-07-091-0/+21
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-1111-83/+90
|\ \ \ \
| * | | | x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata2019-07-111-5/+3
| * | | | x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-105-68/+61
| * | | | x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann2019-07-101-1/+1
| * | | | x86/alternatives: Fix int3_emulate_call() selftest stack corruptionPeter Zijlstra2019-07-091-5/+20
| * | | | x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-091-1/+1
| * | | | Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler2019-07-091-3/+3
| * | | | x86/ldt: Initialize the context lock for init_mmSebastian Andrzej Siewior2019-07-091-0/+1
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-07-112-6/+2
|\ \ \ \ \
| * | | | | timekeeping/vsyscall: Use __iter_div_u64_rem()Arnd Bergmann2019-07-101-5/+1