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
2019-11-26
io_uring: close lookup gap for dependent next work
Jens Axboe
3
-3
/
+22
2019-11-26
io_uring: allow finding next link independent of req reference count
Jens Axboe
1
-5
/
+15
2019-11-26
io_uring: io_allocate_scq_urings() should return a sane state
Jens Axboe
1
-2
/
+8
2019-11-26
io_uring: Always REQ_F_FREE_SQE for allocated sqe
Pavel Begunkov
1
-27
/
+22
2019-11-26
io_uring: io_fail_links() should only consider first linked timeout
Jens Axboe
1
-3
/
+4
2019-11-26
io_uring: Fix leaking linked timeouts
Pavel Begunkov
1
-0
/
+1
2019-11-26
io_uring: remove redundant check
Pavel Begunkov
1
-4
/
+0
2019-11-26
io_uring: break links for failed defer
Pavel Begunkov
1
-0
/
+4
2019-11-26
io-wq: remove extra space characters
Dan Carpenter
1
-3
/
+3
2019-11-26
io-wq: wait for io_wq_create() to setup necessary workers
Jens Axboe
1
-15
/
+35
2019-11-26
io_uring: request cancellations should break links
Jens Axboe
1
-0
/
+6
2019-11-26
io_uring: correct poll cancel and linked timeout expiration completion
Jens Axboe
1
-11
/
+22
2019-11-26
io_uring: remove dead REQ_F_SEQ_PREV flag
Jens Axboe
1
-1
/
+0
2019-11-26
io_uring: fix sequencing issues with linked timeouts
Jens Axboe
1
-41
/
+61
2019-11-26
io_uring: make req->timeout be dynamically allocated
Jens Axboe
1
-59
/
+70
2019-11-26
io_uring: make io_double_put_req() use normal completion path
Jens Axboe
1
-2
/
+14
2019-11-26
io_uring: cleanup return values from the queueing functions
Jens Axboe
1
-16
/
+12
2019-11-26
io_uring: io_async_cancel() should pass in 'nxt' request pointer
Jens Axboe
1
-1
/
+1
2019-11-26
Merge tag 'edac_for_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras...
Linus Torvalds
25
-633
/
+555
2019-11-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
110
-924
/
+2593
2019-11-26
Merge tag 'for-linus-5.5a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-36
/
+56
2019-11-26
Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
238
-3648
/
+5648
2019-11-26
Merge tag 'm68k-for-v5.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
17
-109
/
+131
2019-11-26
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-44
/
+319
2019-11-26
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-19
/
+26
2019-11-26
Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
39
-372
/
+410
2019-11-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
124
-929
/
+3535
2019-11-26
Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
44
-0
/
+7067
2019-11-26
Merge tag 'linux-kselftest-5.5-rc1-fixes' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
17
-40
/
+68
2019-11-25
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
5
-6
/
+21
2019-11-25
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
14
-328
/
+208
2019-11-25
Merge tag 'affs-for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-16
/
+10
2019-11-25
Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
66
-2619
/
+2780
2019-11-25
Merge tag 'mtd/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
48
-1023
/
+4525
2019-11-25
Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
22
-412
/
+433
2019-11-25
Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-156
/
+135
2019-11-25
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
15
-702
/
+427
2019-11-25
Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-20
/
+341
2019-11-25
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
48
-400
/
+783
2019-11-25
Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
51
-800
/
+1398
2019-11-25
Merge tag 'for-5.5/libata-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
23
-83
/
+138
2019-11-25
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-725
/
+3089
2019-11-25
Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmdd
Linus Torvalds
22
-887
/
+1371
2019-11-25
vfs: properly and reliably lock f_pos in fdget_pos()
Linus Torvalds
3
-8
/
+2
2019-11-25
vfs: mark pipes and sockets as stream-like file descriptors
Linus Torvalds
2
-2
/
+5
2019-11-25
Merge tag 'kvm-ppc-next-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-15
/
+29
2019-11-25
Linux 5.4
v5.4
Linus Torvalds
1
-1
/
+1
2019-11-24
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2019-11-24
xen: Fix Kconfig indentation
Krzysztof Kozlowski
1
-29
/
+29
2019-11-24
cramfs: fix usage on non-MTD device
Maxime Bizon
1
-2
/
+2
[next]