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
2017-11-10
dm cache: remove usused deferred_cells member from struct cache
Joe Thornber
1
-2
/
+0
2017-11-10
dm cache policy smq: allocate cache blocks in order
Joe Thornber
1
-1
/
+14
2017-11-10
dm cache policy smq: change max background work from 10240 to 4096 blocks
Joe Thornber
1
-1
/
+1
2017-11-10
dm cache background tracker: limit amount of background work that may be issu...
Joe Thornber
1
-6
/
+12
2017-11-10
dm cache policy smq: take origin idle status into account when queuing writeb...
Joe Thornber
1
-4
/
+4
2017-11-10
dm cache policy smq: handle races with queuing background_work
Joe Thornber
1
-3
/
+14
2017-11-10
dm raid: fix panic when attempting to force a raid to sync
Heinz Mauelshagen
1
-10
/
+11
2017-11-10
dm integrity: allow unaligned bv_offset
Mikulas Patocka
1
-1
/
+1
2017-11-10
dm crypt: allow unaligned bv_offset
Mikulas Patocka
1
-2
/
+2
2017-11-10
dm: small cleanup in dm_get_md()
Mike Snitzer
1
-10
/
+5
2017-11-10
dm: fix race between dm_get_from_kobject() and __dm_destroy()
Hou Tao
1
-4
/
+8
2017-11-10
dm: allocate struct mapped_device with kvzalloc
Mikulas Patocka
2
-4
/
+5
2017-11-10
dm zoned: ignore last smaller runt zone
Damien Le Moal
1
-4
/
+9
2017-11-10
dm space map metadata: use ARRAY_SIZE
Jérémy Lefaure
1
-1
/
+2
2017-11-10
dm log writes: add support for DAX
Ross Zwisler
1
-1
/
+87
2017-11-10
dm log writes: add support for inline data buffers
Ross Zwisler
1
-3
/
+84
2017-11-10
dm cache: simplify get_per_bio_data() by removing data_size argument
Mike Snitzer
1
-39
/
+22
2017-11-10
dm cache: remove all obsolete writethrough-specific code
Mike Snitzer
1
-81
/
+1
2017-11-10
dm cache: submit writethrough writes in parallel to origin and cache
Mike Snitzer
1
-17
/
+37
2017-11-10
dm cache: pass cache structure to mode functions
Mike Snitzer
1
-16
/
+16
2017-11-10
dm cache: fix race condition in the writeback mode overwrite_bio optimisation
Joe Thornber
1
-33
/
+53
2017-10-24
dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+5
2017-10-24
dm: convert table_device.count from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+7
2017-10-24
dm: convert dm_dev_internal.count from atomic_t to refcount_t
Elena Reshetova
2
-4
/
+5
2017-10-23
Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-39
/
+83
2017-10-23
Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-26
/
+15
2017-10-23
Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
17
-76
/
+226
2017-10-22
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2017-10-22
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-11
/
+34
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
59
-487
/
+881
2017-10-22
stmmac: Don't access tx_q->dirty_tx before netif_tx_lock
Bernd Edlinger
1
-1
/
+2
2017-10-22
of_mdio: Fix broken PHY IRQ in case of probe deferral
Geert Uytterhoeven
1
-12
/
+27
2017-10-22
net: stmmac: Prevent infinite loop in get_rx_timestamp_status()
Jose Abreu
1
-1
/
+1
2017-10-22
net: stmmac: Fix stmmac_get_rx_hwtstamp()
Jose Abreu
1
-7
/
+6
2017-10-22
net: stmmac: Add missing call to dev_kfree_skb()
Jose Abreu
1
-0
/
+1
2017-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
9
-96
/
+183
2017-10-22
mlxsw: spectrum_router: Configure TIGCR on init
Petr Machata
1
-1
/
+10
2017-10-22
mlxsw: reg: Add Tunneling IPinIP General Configuration Register
Petr Machata
1
-0
/
+31
2017-10-21
Merge tag 'dmaengine-fix-4.14-rc6' of git://git.infradead.org/users/vkoul/sla...
Linus Torvalds
1
-2
/
+2
2017-10-21
net: aquantia: Bad udp rate on default interrupt coalescing
Igor Russkikh
1
-6
/
+6
2017-10-21
net: aquantia: Enable coalescing management via ethtool interface
Igor Russkikh
9
-62
/
+155
2017-10-21
net: aquantia: mmio unmap was not performed on driver removal
Igor Russkikh
1
-0
/
+3
2017-10-21
net: aquantia: Limit number of MSIX irqs to the number of cpus
Igor Russkikh
1
-4
/
+7
2017-10-21
net: aquantia: Fixed transient link up/down/up notification
Igor Russkikh
1
-0
/
+2
2017-10-21
net: aquantia: Add queue restarts stats counter
Igor Russkikh
2
-58
/
+37
2017-10-21
net: aquantia: Reset nic statistics on interface up/down
Igor Russkikh
6
-17
/
+75
2017-10-21
android: binder: Fix null ptr dereference in debug msg
Sherry Yang
1
-1
/
+1
2017-10-21
android: binder: Don't get mm from task
Sherry Yang
2
-14
/
+9
2017-10-21
geneve: Fix function matching VNI and tunnel ID on big-endian
Stefano Brivio
1
-6
/
+0
2017-10-21
Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...
David S. Miller
3
-24
/
+79
[next]