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.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-07-29
iio: vcnl4000: add VCNL4010 and VCNL4020 device id
Tomas Novotny
1
-0
/
+9
2018-07-29
iio: vcnl4000: make the driver extendable
Tomas Novotny
1
-18
/
+67
2018-07-28
iio: ad_sigma_delta: use unsigned long for timeout
Nicholas Mc Guire
1
-2
/
+3
2018-07-28
iio: chemical: Add support for Bosch BME680 sensor
Himanshu Jha
6
-0
/
+1291
2018-07-28
iio: ad9523: support for external signals via gpios
Michael Hennerich
1
-0
/
+30
2018-07-28
staging: axis-fifo: fix return value check in axis_fifo_probe()
Wei Yongjun
1
-2
/
+2
2018-07-28
staging: gasket: page table: remove code for "no dma_ops"
Todd Poynor
3
-55
/
+8
2018-07-28
staging: gasket: sysfs: remove unnecessary NULL check on device ptr
Todd Poynor
1
-5
/
+0
2018-07-28
staging: gasket: apex: fixup undefined PCI class
Todd Poynor
1
-0
/
+7
2018-07-28
staging: gasket: sysfs: remove check for refcount already zero
Todd Poynor
1
-2
/
+0
2018-07-28
staging: erofs: fix a compile warning of Z_EROFS_VLE_VMAP_ONSTACK_PAGES
Gao Xiang
1
-1
/
+1
2018-07-27
staging: erofs: add a TODO and update MAINTAINERS for staging
Gao Xiang
1
-0
/
+45
2018-07-27
staging: erofs: introduce cached decompression
Gao Xiang
5
-1
/
+427
2018-07-27
staging: erofs: introduce VLE decompression support
Gao Xiang
6
-2
/
+1418
2018-07-27
staging: erofs: introduce workstation for decompression
Gao Xiang
3
-3
/
+180
2018-07-27
staging: erofs: introduce erofs shrinker
Gao Xiang
3
-6
/
+101
2018-07-27
staging: erofs: introduce superblock registration
Gao Xiang
3
-0
/
+27
2018-07-27
staging: erofs: add a generic z_erofs VLE decompressor
Gao Xiang
5
-1
/
+264
2018-07-27
staging: erofs: introduce a customized LZ4 decompression
Gao Xiang
3
-1
/
+479
2018-07-27
staging: erofs: globalize prepare_bio and __submit_bio
Gao Xiang
2
-25
/
+42
2018-07-27
staging: erofs: add erofs_allocpage
Gao Xiang
3
-1
/
+39
2018-07-27
staging: erofs: add erofs_map_blocks_iter
Gao Xiang
5
-2
/
+300
2018-07-27
staging: erofs: introduce pagevec for unzip subsystem
Gao Xiang
1
-0
/
+172
2018-07-27
staging: erofs: <linux/tagptr.h>: introduce tagged pointer
Gao Xiang
1
-0
/
+110
2018-07-27
staging: erofs: support tracepoint
Chao Yu
5
-3
/
+261
2018-07-27
staging: erofs: introduce error injection infrastructure
Chao Yu
4
-1
/
+103
2018-07-27
staging: erofs: support special inode
Chao Yu
2
-2
/
+35
2018-07-27
staging: erofs: introduce xattr & acl support
Gao Xiang
8
-1
/
+835
2018-07-27
staging: erofs: update Kconfig and Makefile
Gao Xiang
4
-0
/
+50
2018-07-27
staging: erofs: add namei functions
Gao Xiang
1
-0
/
+243
2018-07-27
staging: erofs: add directory operations
Gao Xiang
1
-0
/
+145
2018-07-27
staging: erofs: add inode operations
Gao Xiang
1
-0
/
+210
2018-07-27
staging: erofs: add raw address_space operations
Gao Xiang
1
-0
/
+362
2018-07-27
staging: erofs: add super block operations
Gao Xiang
1
-0
/
+415
2018-07-27
staging: erofs: add erofs in-memory stuffs
Gao Xiang
1
-0
/
+281
2018-07-27
staging: erofs: add on-disk layout
Gao Xiang
1
-0
/
+266
2018-07-27
staging: fsl-dpaa2/ethsw: document nested structs as per kernel-doc
Ioana Ciornei
1
-15
/
+12
2018-07-27
staging: fsl-dpaa2/eth: document nested structs as per kernel-doc
Ioana Ciornei
2
-100
/
+99
2018-07-27
staging: fsl-dpaa2/eth: Remove unused driver version
Ioana Radulescu
3
-5
/
+0
2018-07-27
staging: fsl-dpaa2/eth: Update default hash key
Ioana Radulescu
2
-4
/
+7
2018-07-27
staging: fsl-dpaa2/ethsw: Fix error message
Ioana Radulescu
1
-1
/
+1
2018-07-27
Staging: octeon-usb: Adding SPDX license identifier
Georgios Tsotsos
3
-0
/
+3
2018-07-27
staging: gasket: don't print device addresses as kernel pointers
Todd Poynor
1
-4
/
+4
2018-07-27
staging: gasket: TODO: remove entry for convert to standard logging
Todd Poynor
1
-1
/
+0
2018-07-27
staging: gasket: remove gasket logging header
Todd Poynor
1
-64
/
+0
2018-07-27
staging: gasket: apex: convert to standard logging
Todd Poynor
1
-35
/
+26
2018-07-27
staging: gasket: sysfs: convert to standard logging
Todd Poynor
1
-38
/
+35
2018-07-27
staging: gasket: page table: convert to standard logging
Todd Poynor
1
-77
/
+54
2018-07-27
staging: gasket: ioctl: convert to standard logging
Todd Poynor
1
-14
/
+9
2018-07-27
staging: gasket: interrupt: convert to standard logging
Todd Poynor
1
-35
/
+32
[next]