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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-03
usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
Heikki Krogerus
1
-8
/
+39
2018-05-03
usb: typec: tcpm: Release the role mux when exiting
Heikki Krogerus
1
-0
/
+1
2018-05-03
USB: Accept bulk endpoints with 1024-byte maxpacket
Alan Stern
1
-1
/
+3
2018-05-03
net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"
Colin Ian King
1
-1
/
+1
2018-05-03
Merge tag 'dma-mapping-4.17-4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-05-03
tracing: Fix the file mode of stack tracer
Zhengyuan Liu
1
-1
/
+1
2018-05-03
xhci: Fix use-after-free in xhci_free_virt_device
Mathias Nyman
1
-0
/
+1
2018-05-03
ftrace: Have set_graph_* files have normal file modes
Chen LinX
1
-2
/
+2
2018-05-03
nvmet: switch loopback target state to connecting when resetting
Johannes Thumshirn
1
-0
/
+6
2018-05-03
nvme/multipath: Fix multipath disabled naming collisions
Keith Busch
3
-25
/
+35
2018-05-03
nvme/multipath: Disable runtime writable enabling parameter
Keith Busch
1
-1
/
+1
2018-05-03
nvme: Set integrity flag for user passthrough commands
Keith Busch
1
-0
/
+1
2018-05-03
nvme: fix potential memory leak in option parsing
Chengguang Xu
1
-0
/
+6
2018-05-03
bdi: Fix use after free bug in debugfs_remove()
Tetsuo Handa
1
-0
/
+1
2018-05-03
tcp: restore autocorking
Eric Dumazet
1
-1
/
+1
2018-05-03
rds: do not leak kernel memory to user land
Eric Dumazet
1
-0
/
+1
2018-05-03
bdi: wake up concurrent wb_shutdown() callers.
Tetsuo Handa
2
-1
/
+18
2018-05-03
qmi_wwan: do not steal interfaces from class drivers
Bjørn Mork
1
-0
/
+12
2018-05-03
iommu: rockchip: fix building without CONFIG_OF
Arnd Bergmann
1
-1
/
+1
2018-05-03
bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
Coly Li
1
-1
/
+1
2018-05-03
bcache: set dc->io_disable to true in conditional_stop_bcache_device()
Coly Li
1
-0
/
+14
2018-05-03
bcache: add wait_for_kthread_stop() in bch_allocator_thread()
Coly Li
1
-1
/
+4
2018-05-03
bcache: count backing device I/O error for writeback I/O
Coly Li
1
-1
/
+3
2018-05-03
bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
Coly Li
1
-0
/
+17
2018-05-03
bcache: store disk name in struct cache and struct cached_dev
Coly Li
5
-34
/
+30
2018-05-03
iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()
Joerg Roedel
1
-1
/
+1
2018-05-03
iommu/vt-d: fix shift-out-of-bounds in bug checking
Changbin Du
1
-1
/
+1
2018-05-03
iommu/dma: Move PCI window region reservation back into dma specific path.
Shameer Kolothum
1
-29
/
+25
2018-05-03
iommu/rockchip: Make clock handling optional
Heiko Stuebner
1
-1
/
+8
2018-05-03
iommu/amd: Hide unused iommu_table_lock
Arnd Bergmann
1
-1
/
+1
2018-05-03
iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
Jagannathan Raman
1
-1
/
+1
2018-05-03
Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-30
/
+42
2018-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-85
/
+142
2018-05-03
ipv4: fix fnhe usage by non-cached routes
Julian Anastasov
1
-65
/
+53
2018-05-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-8
/
+10
2018-05-03
Merge tag 'drm-misc-fixes-2018-05-02' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-2
/
+48
2018-05-03
Merge tag 'drm-intel-fixes-2018-05-02' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-0
/
+1
2018-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-29
/
+36
2018-05-03
Merge branch 'bpf-sockmap-fixes'
Alexei Starovoitov
1
-22
/
+26
2018-05-03
bpf: sockmap, fix error handling in redirect failures
John Fastabend
1
-16
/
+12
2018-05-03
bpf: sockmap, zero sg_size on error when buffer is released
John Fastabend
1
-4
/
+11
2018-05-03
bpf: sockmap, fix scatterlist update on error path in send with apply
John Fastabend
1
-2
/
+3
2018-05-02
net_sched: fq: take care of throttled flows before reuse
Eric Dumazet
1
-12
/
+25
2018-05-02
ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"
Ido Schimmel
2
-1
/
+5
2018-05-02
parisc: Fix section mismatches
Helge Deller
3
-3
/
+3
2018-05-02
parisc: drivers.c: Fix section mismatches
Helge Deller
1
-3
/
+4
2018-05-02
Merge branch 'x86-bpf-jit-fixes'
Alexei Starovoitov
1
-3
/
+3
2018-05-02
bpf, x64: fix memleak when not converging on calls
Daniel Borkmann
1
-1
/
+1
2018-05-02
bpf, x64: fix memleak when not converging after image
Daniel Borkmann
1
-2
/
+2
2018-05-02
drm/bridge: vga-dac: Fix edid memory leak
Sean Paul
1
-1
/
+3
[prev]
[next]