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
2014-05-02
dm cache: fix writethrough mode quiescing in cache_map
Mike Snitzer
1
-0
/
+1
2014-04-29
dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warning
Mike Snitzer
1
-1
/
+1
2014-04-15
dm verity: fix biovecs hash calculation regression
Milan Broz
1
-6
/
+9
2014-04-08
dm thin: fix rcu_read_lock being held in code that can sleep
Joe Thornber
1
-3
/
+67
2014-04-08
dm thin: irqsave must always be used with the pool->lock spinlock
Joe Thornber
1
-2
/
+3
2014-04-04
dm cache: fix a lock-inversion
Joe Thornber
3
-52
/
+20
2014-04-04
dm thin: sort the per thin deferred bios using an rb_tree
Mike Snitzer
1
-2
/
+82
2014-03-31
dm thin: use per thin device deferred bio lists
Mike Snitzer
1
-61
/
+104
2014-03-31
dm thin: simplify pool_is_congested
Mike Snitzer
1
-11
/
+5
2014-03-28
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
1
-1
/
+1
2014-03-28
dm mpath: print more useful warnings in multipath_message()
Jose Castillo
1
-2
/
+2
2014-03-28
dm-mpath: do not activate failed paths
Hannes Reinecke
1
-2
/
+5
2014-03-28
dm mpath: remove extra nesting in map function
Mike Snitzer
1
-22
/
+24
2014-03-28
dm mpath: remove map_io()
Hannes Reinecke
1
-13
/
+6
2014-03-28
dm mpath: reduce memory pressure when requeuing
Hannes Reinecke
1
-23
/
+15
2014-03-28
dm mpath: remove process_queued_ios()
Hannes Reinecke
1
-42
/
+27
2014-03-28
dm mpath: push back requests instead of queueing
Hannes Reinecke
1
-78
/
+36
2014-03-28
dm table: add dm_table_run_md_queue_async
Mike Snitzer
3
-0
/
+25
2014-03-28
dm mpath: do not call pg_init when it is already running
Hannes Reinecke
1
-2
/
+4
2014-03-28
dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind
Monam Agarwal
1
-1
/
+1
2014-03-28
dm: stop using bi_private
Mikulas Patocka
1
-4
/
+3
2014-03-28
dm: remove dm_get_mapinfo
Mikulas Patocka
1
-10
/
+0
2014-03-28
dm: make dm_table_alloc_md_mempools static
Mikulas Patocka
2
-2
/
+1
2014-03-28
dm: take care to copy the space map roots before locking the superblock
Joe Thornber
3
-81
/
+127
2014-03-28
dm transaction manager: fix corruption due to non-atomic transaction commit
Joe Thornber
5
-27
/
+16
2014-03-28
dm cache: remove remainder of distinct discard block size
Heinz Mauelshagen
4
-77
/
+46
2014-03-28
dm cache: prevent corruption caused by discard_block_size > cache_block_size
Mike Snitzer
1
-34
/
+3
2014-03-28
dm bitset: only flush the current word if it has been dirtied
Joe Thornber
2
-1
/
+10
2014-03-28
dm: add era target
Joe Thornber
3
-0
/
+1743
2014-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
4
-39
/
+25
2014-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
23
-213
/
+380
2014-03-24
vxlan: fix nonfunctional neigh_reduce()
David Stevens
1
-14
/
+113
2014-03-24
net: davinci_emac: Fix rollback of emac_dev_open()
Christian Riesch
2
-17
/
+31
2014-03-24
net: davinci_emac: Replace devm_request_irq with request_irq
Christian Riesch
1
-4
/
+21
2014-03-24
net: micrel : ks8851-ml: add vdd-supply support
Nishanth Menon
1
-1
/
+29
2014-03-21
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
6
-36
/
+67
2014-03-20
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Dave Airlie
1
-3
/
+7
2014-03-20
drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c
Daniel Kurtz
1
-3
/
+7
2014-03-20
Merge tag 'drm-intel-fixes-2014-03-19' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
3
-1
/
+17
2014-03-20
via-rhine: Disable device in error path
Roger Luethi
1
-3
/
+5
2014-03-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2014-03-19
drm/i915: Disable stolen memory when DMAR is active
Chris Wilson
1
-0
/
+7
2014-03-19
Revert "drm/i915: don't touch the VDD when disabling the panel"
Jani Nikula
2
-1
/
+10
2014-03-19
ATHEROS-ATL1E: Convert iounmap to pci_iounmap
Peter Senna Tschudin
1
-2
/
+2
2014-03-19
vxlan: fix potential NULL dereference in arp_reduce()
David Stevens
1
-0
/
+3
2014-03-19
cnic: Update version to 2.5.20 and copyright year.
Michael Chan
4
-6
/
+6
2014-03-19
cnic,bnx2i,bnx2fc: Fix inconsistent use of page size
Michael Chan
6
-114
/
+129
2014-03-19
cnic: Use proper ulp_ops for per device operations.
Michael Chan
1
-2
/
+3
2014-03-18
net: cdc_ncm: fix control message ordering
Bjørn Mork
1
-25
/
+23
2014-03-18
isdn/capi: Make Middleware depend on CAPI2.0
Paul Bolle
1
-9
/
+9
[next]