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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-11
hwmon: (ina3221) Read channel input source info from DT
Nicolin Chen
1
-14
/
+221
2018-10-11
hwmon: (ina3221) Add suspend and resume functions
Nicolin Chen
1
-0
/
+63
2018-10-11
hwmon: (ina3221) Fix INA3221_CONFIG_MODE macros
Nicolin Chen
1
-3
/
+3
2018-10-11
hwmon: (ina3221) Add INA3221_CONFIG to volatile_table
Nicolin Chen
1
-1
/
+1
2018-10-11
hwmon: (pwm-fan) Set fan speed to 0 on suspend
Thierry Reding
1
-1
/
+11
2018-10-11
hwmon: (pwm-fan) Silence error on probe deferral
Thierry Reding
1
-2
/
+6
2018-10-11
hwmon: (scpi-hwmon) remove redundant continue
zhong jiang
1
-3
/
+1
2018-10-11
hwmon: (nct6775) Add support for NCT6798D
Guenter Roeck
1
-4
/
+80
2018-10-11
hwmon: (nct6775) Add support for NCT6797D
Guenter Roeck
1
-4
/
+41
2018-10-11
hwmon: (nct6775) Fix names of DIMM temperature sources
Guenter Roeck
1
-8
/
+8
2018-10-11
hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796D
Guenter Roeck
1
-14
/
+13
2018-10-11
hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795D
Guenter Roeck
1
-4
/
+15
2018-10-11
hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793D
Guenter Roeck
1
-5
/
+14
2018-10-11
hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792D
Guenter Roeck
1
-1
/
+4
2018-10-11
hwmon: (nct6775) Improve instruction grouping
Guenter Roeck
1
-4
/
+4
2018-10-11
hwmon: (nct6775) Use logical or instead of if statements where possible
Guenter Roeck
1
-23
/
+11
2018-10-11
hwmon: (nct6775) Declare and initialize LDN specific config variables earlier
Guenter Roeck
1
-5
/
+6
2018-10-11
hwmon: (nct6775) Move config variable declarations and initializations
Guenter Roeck
1
-19
/
+11
2018-10-11
hwmon: (nct6775) Replace 'regval' with variables named after config registers
Guenter Roeck
1
-20
/
+23
2018-10-11
hwmon: (nct6775) Rename configuration register variables
Guenter Roeck
1
-21
/
+21
2018-10-11
hwmon: (nct6775) Only display fan speed tolerance conditionally
Guenter Roeck
1
-13
/
+19
2018-10-11
hwmon: (lm92) Fix whitespace issues
Guenter Roeck
1
-6
/
+8
2018-10-11
hwmon: (scmi) Remove redundant pointer check
Nathan Chancellor
1
-1
/
+1
2018-10-11
hwmon: (asus_atk0110) Use PTR_ERR_OR_ZERO instead of reimplementing its function
zhong jiang
1
-3
/
+1
2018-10-11
hwmon: (lm75) Add MAX31725/6 support
Kun Yi
1
-2
/
+16
2018-10-11
hwmon: (sht15) Switch to SPDX identifier
Fabio Estevam
1
-4
/
+1
2018-10-11
hwmon: (mc13783-adc) Switch to SPDX identifier
Fabio Estevam
1
-13
/
+1
2018-10-11
hwmon: (nct6775) Clean up a condition
Dan Carpenter
1
-2
/
+1
2018-10-11
hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processors
Guenter Roeck
1
-2
/
+3
2018-10-11
hwmon: (ibmpowernv) drop unnecessary OF name NULL checks
Rob Herring
1
-6
/
+0
2018-10-11
hwmon: (iio_hwmon) Do not duplicate or sanitize fixed string
Guenter Roeck
1
-6
/
+7
2018-10-11
hwmon: Convert to using %pOFn instead of device_node.name
Rob Herring
4
-9
/
+8
2018-10-11
drivers: hwmon: (pmbus/ltc2978) Add support for LTM4686 uModule
Michael Hennerich
2
-2
/
+10
2018-10-07
Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
7
-38
/
+37
2018-10-07
Merge tag 'tty-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Greg Kroah-Hartman
2
-19
/
+41
2018-10-07
Merge tag 'usb-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Greg Kroah-Hartman
5
-5
/
+25
2018-10-07
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
4
-6
/
+23
2018-10-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Greg Kroah-Hartman
1
-0
/
+1
2018-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Greg Kroah-Hartman
12
-43
/
+84
2018-10-06
Merge tag 'pci-v4.19-fixes-3' of ssh://gitolite.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
2
-12
/
+67
2018-10-06
Merge tag 'for-4.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
5
-15
/
+20
2018-10-06
Merge tag 'gpio-v4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Greg Kroah-Hartman
1
-1
/
+1
2018-10-06
Merge tag 'pm-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Greg Kroah-Hartman
1
-1
/
+4
2018-10-06
net: mvpp2: Extract the correct ethtype from the skb for tx csum offload
Maxime Chevallier
1
-4
/
+5
2018-10-05
yam: fix a missing-check bug
Wenwen Wang
1
-0
/
+4
2018-10-05
net: cxgb3_main: fix a missing-check bug
Wenwen Wang
1
-0
/
+17
2018-10-05
Merge tag 'iommu-fixes-v4.19-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
1
-1
/
+1
2018-10-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Greg Kroah-Hartman
10
-55
/
+76
2018-10-05
i2c: designware: Call i2c_dw_clk_rate() only when calculating timings
Jarkko Nikula
1
-1
/
+3
2018-10-05
iommu/amd: Clear memory encryption mask from physical address
Singh, Brijesh
1
-1
/
+1
[next]