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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
2019-09-21
Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
43
-1414
/
+2273
2019-09-21
Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-324
/
+335
2019-09-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
120
-3631
/
+5685
2019-09-21
Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
21
-396
/
+3828
2019-09-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
81
-1856
/
+2552
2019-09-21
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
30
-992
/
+649
2019-09-21
zd1211rw: zd_usb: Use "%zu" to format size_t
Geert Uytterhoeven
1
-1
/
+1
2019-09-21
rtw88: pci: release tx skbs DMAed when stop
Yan-Hsuan Chuang
1
-0
/
+12
2019-09-21
rtw88: pci: extract skbs free routine for trx rings
Yan-Hsuan Chuang
1
-10
/
+26
2019-09-21
pwm: mediatek: Drop the check for of_device_get_match_data()
Sam Shih
1
-7
/
+3
2019-09-21
pwm: atmel: Consolidate driver data initialization
Thierry Reding
1
-4
/
+2
2019-09-21
pwm: atmel: Remove unneeded check for match data
Thierry Reding
1
-6
/
+2
2019-09-21
pwm: atmel: Remove platform_device_id and use only dt bindings
Kamel Bouhara
2
-33
/
+4
2019-09-21
pwm: stm32-lp: Add check in case requested period cannot be achieved
Fabrice Gasnier
1
-0
/
+6
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
21
-30
/
+28
2019-09-21
ipv4: Revert removal of rt_uses_gateway
David Ahern
1
-1
/
+1
2019-09-21
pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()
Uwe Kleine-König
1
-4
/
+0
2019-09-21
pwm: sun4i: Don't update the state for the caller of pwm_apply_state()
Uwe Kleine-König
1
-6
/
+0
2019-09-21
pwm: rockchip: Don't update the state for the caller of pwm_apply_state()
Uwe Kleine-König
1
-6
/
+0
2019-09-21
pwm: Let pwm_get_state() return the last implemented state
Uwe Kleine-König
1
-1
/
+8
2019-09-21
pwm: Introduce local struct pwm_chip in pwm_apply_state()
Uwe Kleine-König
1
-11
/
+14
2019-09-21
pwm: rockchip: Set polarity unconditionally in .get_state()
Uwe Kleine-König
1
-4
/
+4
2019-09-21
pwm: bcm2835: Suppress error message during deferred probe
Stefan Wahren
1
-2
/
+5
2019-09-21
pwm: bcm2835: Fix period_ns range check
Stefan Wahren
1
-4
/
+5
2019-09-21
pwm: bcm2835: Suppress error message for invalid period_ns
Stefan Wahren
1
-4
/
+1
2019-09-21
pwm: rcar: Remove a redundant condition in rcar_pwm_apply()
Yoshihiro Shimoda
1
-1
/
+1
2019-09-21
pwm: sprd: Add Spreadtrum PWM support
Baolin Wang
3
-0
/
+321
2019-09-21
pwm: mediatek: Add MT8516 SoC support
Fabien Parent
1
-0
/
+7
2019-09-21
pwm: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-09-21
pwm: imx: Document known limitations
Uwe Kleine-König
1
-0
/
+4
2019-09-21
pwm: jz4740: Document known limitations
Uwe Kleine-König
1
-0
/
+5
2019-09-21
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-49
/
+86
2019-09-21
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
103
-622
/
+9939
2019-09-21
pwm: sifive: Remove redundant error message
Ding Xiang
1
-3
/
+1
2019-09-21
pwm: mxs: Use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-09-21
Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
3
-20
/
+524
2019-09-20
PCI: tegra: Add support to enable slot regulators
Vidya Sagar
1
-0
/
+83
2019-09-20
PCI: tegra: Add support to configure sideband pins
Vidya Sagar
1
-2
/
+10
2019-09-20
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-18
/
+85
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
20
-52
/
+21
2019-09-20
platform/x86: i2c-multi-instantiate: Derive the device name from parent
Heikki Krogerus
1
-1
/
+1
2019-09-20
platform/x86: pmc_atom: Add Siemens SIMATIC IPC277E to critclk_systems DMI table
Srikanth Krishnakar
1
-0
/
+7
2019-09-20
crypto: hisilicon - avoid unused function warning
Arnd Bergmann
1
-5
/
+2
2019-09-20
hwrng: core - don't wait on add_early_randomness()
Laurent Vivier
1
-1
/
+1
2019-09-20
crypto: hisilicon - Fix return value check in hisi_zip_acompress()
Yunfeng Ye
1
-2
/
+2
2019-09-20
crypto: hisilicon - Matching the dma address for dma_pool_free()
Yunfeng Ye
1
-25
/
+19
2019-09-20
crypto: hisilicon - Fix double free in sec_free_hw_sgl()
Yunfeng Ye
1
-6
/
+7
2019-09-20
crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=n
Pascal van Leeuwen
1
-11
/
+29
2019-09-20
crypto: talitos - fix missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-09-20
ibmvnic: Warn unknown speed message only when carrier is present
Murilo Fossa Vicentini
1
-3
/
+4
[prev]
[next]