index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-09
hwmon: (lm75) Convert to use new hwmon registration API
Guenter Roeck
2
-70
/
+116
2016-09-09
hwmon: (xgene) Fix crash when alarm occurs before driver probe
hotran
1
-19
/
+50
2016-09-09
hwmon: (iio_hwmon) defer probe when no channel is found
Quentin Schulz
1
-1
/
+4
2016-09-09
hwmon: (max6650) Add initial rpm target devicetree documentation
Mike Looijmans
1
-0
/
+5
2016-09-09
hwmon: (max6650) Allow fan shutdown and initial rpm target
Mike Looijmans
2
-41
/
+68
2016-09-09
hwmon: (max6650) Add devicetree support
Mike Looijmans
1
-11
/
+36
2016-09-09
hwmon: (max6650) Add devicetree support documentation
Mike Looijmans
1
-0
/
+23
2016-09-09
hwmon: (it87) Drop useless comments
Jean Delvare
1
-4
/
+4
2016-09-09
hwmon: (ucd9000) Add support for UCD90160 Power Supply Sequencer
Matt Weber
3
-6
/
+15
2016-09-09
hwmon: (scpi) Delete unnecessary assignment for the field "owner"
Markus Elfring
1
-1
/
+0
2016-09-09
hwmon: (ftsteutates) Add i2c detect functionality
Thilo Cestonaro
1
-0
/
+45
2016-09-09
hwmon: Add xgene hwmon driver
hotran
4
-0
/
+793
2016-09-09
hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sys
Guenter Roeck
1
-2
/
+8
2016-09-09
hwmon: (adt7470) Expose PWM frequency to sysfs
Joshua Scott
2
-0
/
+91
2016-09-09
hwmon: (ltc4151) Make shunt-resistor configurable
Daniel Golle
1
-2
/
+20
2016-09-09
hwmon: (ltc4151) Add devicetree binding for ltc4151
Daniel Golle
1
-0
/
+18
2016-09-09
hwmon: (nct6775) Do not accept force_id unless chip is found
Guenter Roeck
1
-4
/
+4
2016-09-09
hwmon: (core) Add basic pwm attribute support to new API
Guenter Roeck
3
-0
/
+24
2016-09-09
hwmon: (core) Document new kernel API
Guenter Roeck
1
-2
/
+227
2016-09-09
hwmon: (core) Add fan attribute support to new API
Guenter Roeck
2
-0
/
+43
2016-09-09
hwmon: (core) Add energy and humidity attribute support to new API
Guenter Roeck
2
-0
/
+49
2016-09-09
hwmon: (core) Add power attribute support to new API
Guenter Roeck
2
-0
/
+84
2016-09-09
hwmon: (core) Add current attribute support to new API
Guenter Roeck
2
-0
/
+57
2016-09-09
hwmon: (core) Add voltage attribute support to new API
Guenter Roeck
2
-0
/
+56
2016-09-09
hwmon: (core) New hwmon registration API
Guenter Roeck
2
-27
/
+606
2016-09-09
hwmon: (core) Order include files alphabetically
Guenter Roeck
1
-6
/
+4
2016-09-09
hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-48
/
+9
2016-09-09
hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possible
Guenter Roeck
1
-27
/
+25
2016-09-09
hwmon: (ntc_thermistor) Use devm_iio_channel_get
Guenter Roeck
1
-11
/
+1
2016-09-09
hwmon: (pmbus) Add explicit support for DPS-460, DPS-800, and SGD009
Vadim Pasternak
1
-2
/
+18
2016-09-09
hwmon: (adt7411) add external thermal diode support
Michael Walle
1
-8
/
+43
2016-09-09
hwmon: (lm95241) Use more accurate limits
Guenter Roeck
1
-6
/
+2
2016-09-09
hwmon: (lm95241) Use BIT macro where appropriate
Guenter Roeck
1
-24
/
+21
2016-09-09
hwmon: (lm95241) Drop FSF address
Guenter Roeck
1
-4
/
+0
2016-09-09
hwmon: (lm95241) Order include files alphabetically
Guenter Roeck
1
-4
/
+4
2016-09-09
hwmon: (lm95241) Add support for fault attributes
Guenter Roeck
1
-1
/
+19
2016-09-09
hwmon: (lm95241) Fix overflow problems, write conversion rate to chip
Guenter Roeck
1
-7
/
+33
2016-09-05
Linux 4.8-rc5
v4.8-rc5
Linus Torvalds
1
-1
/
+1
2016-09-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+12
2016-09-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+3
2016-09-04
Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
3
-7
/
+14
2016-09-03
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-11
/
+15
2016-09-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-1
/
+11
2016-09-03
Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-279
/
+25
2016-09-03
Merge tag 'driver-core-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-9
/
+29
2016-09-03
Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
38
-128
/
+198
2016-09-03
Merge tag 'tty-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
10
-90
/
+159
2016-09-03
Merge tag 'usb-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
23
-57
/
+294
2016-09-03
devpts: return NULL pts 'priv' entry for non-devpts nodes
Linus Torvalds
1
-1
/
+2
2016-09-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-34
/
+54
[next]