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-06-15
block: remov blk_queue_invalidate_tags
Christoph Hellwig
3
-38
/
+1
2018-06-15
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus
Jens Axboe
11
-224
/
+154
2018-06-15
nvme-fabrics: fix and refine state checks in __nvmf_check_ready
Christoph Hellwig
1
-20
/
+19
2018-06-15
nvme-fabrics: handle the admin-only case properly in nvmf_check_ready
Christoph Hellwig
1
-1
/
+2
2018-06-15
nvme-fabrics: refactor queue ready check
Christoph Hellwig
5
-50
/
+45
2018-06-14
blk-mq: remove blk_mq_tagset_iter
Christoph Hellwig
2
-31
/
+0
2018-06-14
nvme: remove nvme_reinit_tagset
Christoph Hellwig
2
-12
/
+0
2018-06-14
nvme-fc: fix nulling of queue data on reconnect
James Smart
1
-6
/
+5
2018-06-14
nvme-fc: remove reinit_request routine
James Smart
1
-20
/
+0
2018-06-14
blk-mq: don't time out requests again that are in the timeout handler
Christoph Hellwig
2
-0
/
+7
2018-06-14
nvme-fc: change controllers first connect to use reconnect path
James Smart
1
-57
/
+47
2018-06-13
nvme: don't rely on the changed namespace list log
Christoph Hellwig
1
-25
/
+11
2018-06-11
nvmet: free smart-log buffer after use
Chaitanya Kulkarni
1
-1
/
+3
2018-06-11
nvme-rdma: fix error flow during mapping request data
Max Gurtovoy
1
-7
/
+24
2018-06-11
nvme: add bio remapping tracepoint
Hannes Reinecke
1
-0
/
+4
2018-06-11
nvme: fix NULL pointer dereference in nvme_init_subsystem
Israel Rukshin
1
-1
/
+1
2018-06-11
blk-mq: reinit q->tag_set_list entry only after grace period
Roman Pen
1
-2
/
+1
2018-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
37
-129
/
+301
2018-06-11
Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
43
-841
/
+904
2018-06-11
Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
16
-46
/
+178
2018-06-11
tcp: limit sk_rcvlowat by the maximum receive buffer
Soheil Hassas Yeganeh
1
-5
/
+7
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
152
-2017
/
+7234
2018-06-10
net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
Alvaro Gamez Machado
1
-6
/
+29
2018-06-10
socket: close race condition between sock_close() and sockfs_setattr()
Cong Wang
1
-3
/
+15
2018-06-10
Merge tag '4.18-fixes-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
18
-138
/
+261
2018-06-10
Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
44
-8
/
+5491
2018-06-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
26
-80
/
+176
2018-06-10
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-14
/
+28
2018-06-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
59
-427
/
+998
2018-06-10
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+4
2018-06-10
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-20
/
+30
2018-06-10
signal: Remove no longer required irqsave/restore
Anna-Maria Gleixner
1
-17
/
+7
2018-06-10
rcu: Update documentation of rcu_read_unlock()
Anna-Maria Gleixner
1
-3
/
+1
2018-06-10
Merge branch 'proc-cmdline'
Linus Torvalds
1
-112
/
+99
2018-06-10
hpfs: Use EUCLEAN for filesystem errors
Mikulas Patocka
1
-2
/
+1
2018-06-09
Merge tag 'for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
20
-406
/
+147
2018-06-09
Merge tag 'hsi-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...
Linus Torvalds
1
-1
/
+1
2018-06-09
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
183
-1312
/
+13842
2018-06-09
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
6
-70
/
+148
2018-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
10
-0
/
+1069
2018-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
Linus Torvalds
5
-16
/
+14
2018-06-09
Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1006
-227723
/
+16823
2018-06-09
x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
Tony Luck
1
-0
/
+2
2018-06-09
block: fix use-after-free in block flush handling
Jens Axboe
1
-1
/
+3
2018-06-09
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
40
-379
/
+924
2018-06-09
net: bridge: Fix locking in br_fdb_find_port()
Petr Machata
1
-1
/
+3
2018-06-09
udp: fix rx queue len reported by diag and proc interface
Paolo Abeni
6
-8
/
+21
2018-06-09
cdc_ncm: avoid padding beyond end of skb
Bjørn Mork
1
-2
/
+2
2018-06-09
net/sched: act_simple: fix parsing of TCA_DEF_DATA
Davide Caratti
1
-9
/
+6
[next]