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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
3
-125
/
+21
2020-12-09
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
1
-8
/
+10
2020-12-09
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
1
-22
/
+12
2020-12-09
io_uring: cancel only requests of current task
Pavel Begunkov
1
-18
/
+5
2020-12-09
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
1
-26
/
+22
2020-12-09
io_uring: simplify io_task_match()
Pavel Begunkov
1
-5
/
+1
2020-12-09
io_uring: inline io_import_iovec()
Pavel Begunkov
1
-24
/
+16
2020-12-09
io_uring: remove duplicated io_size from rw
Pavel Begunkov
1
-10
/
+6
2020-12-09
fs/io_uring Don't use the return value from import_iovec().
David Laight
1
-4
/
+4
2020-12-09
io_uring: NULL files dereference by SQPOLL
Pavel Begunkov
1
-7
/
+12
2020-12-09
io_uring: add timeout support for io_uring_enter()
Hao Xu
3
-8
/
+72
2020-12-09
io_uring: only plug when appropriate
Jens Axboe
1
-2
/
+23
2020-12-09
io_uring: rearrange io_kiocb fields for better caching
Pavel Begunkov
1
-2
/
+1
2020-12-09
io_uring: link requests with singly linked list
Pavel Begunkov
1
-81
/
+52
2020-12-09
io_uring: track link timeout's master explicitly
Pavel Begunkov
1
-12
/
+12
2020-12-09
io_uring: track link's head and tail during submit
Pavel Begunkov
1
-8
/
+16
2020-12-09
io_uring: split poll and poll_remove structs
Pavel Begunkov
1
-8
/
+9
2020-12-09
io_uring: add support for IORING_OP_UNLINKAT
Jens Axboe
2
-0
/
+66
2020-12-09
io_uring: add support for IORING_OP_RENAMEAT
Jens Axboe
2
-0
/
+72
2020-12-09
fs: make do_renameat2() take struct filename
Jens Axboe
2
-18
/
+24
2020-12-09
io_uring: enable file table usage for SQPOLL rings
Jens Axboe
1
-7
/
+7
2020-12-09
io_uring: allow non-fixed files with SQPOLL
Jens Axboe
2
-18
/
+70
2020-11-23
io_uring: add support for shutdown(2)
Jens Axboe
2
-0
/
+53
2020-11-23
net: provide __sys_shutdown_sock() that takes a socket
Jens Axboe
2
-3
/
+13
2020-11-23
io_uring: allow SQPOLL with CAP_SYS_NICE privileges
Jens Axboe
1
-1
/
+1
2020-11-23
Linux 5.10-rc5
v5.10-rc5
Linus Torvalds
1
-1
/
+1
2020-11-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
12
-17
/
+223
2020-11-23
Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-57
/
+95
2020-11-23
Merge tag 'perf-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-24
/
+12
2020-11-23
Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+4
2020-11-23
Merge tag 'efi-urgent-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-11
/
+17
2020-11-22
Merge tag 'x86_urgent_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-57
/
+29
2020-11-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
16
-49
/
+75
2020-11-22
Merge tag 'staging-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-85
/
+165
2020-11-22
Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-22
/
+26
2020-11-22
Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-37
/
+37
2020-11-22
afs: Fix speculative status fetch going out of order wrt to modifications
David Howells
3
-0
/
+10
2020-11-22
mm: fix madvise WILLNEED performance problem
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-11-22
libfs: fix error cast of negative value in simple_attr_write()
Yicong Yang
1
-2
/
+4
2020-11-22
mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
Gerald Schaefer
1
-5
/
+4
2020-11-22
mm: memcg/slab: fix root memcg vmstats
Muchun Song
1
-2
/
+7
2020-11-22
mm: fix readahead_page_batch for retry entries
Matthew Wilcox (Oracle)
1
-0
/
+2
2020-11-22
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
10
-37
/
+55
2020-11-22
compiler-clang: remove version check for BPF Tracing
Nick Desaulniers
1
-0
/
+2
2020-11-22
mm/madvise: fix memory leak from process_madvise
Eric Dumazet
1
-2
/
+0
2020-11-21
Merge tag 'xfs-5.10-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
8
-41
/
+124
2020-11-21
Merge tag 'fsnotify_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+7
2020-11-21
Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-18
/
+11
2020-11-21
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-12
/
+31
2020-11-20
Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-14
/
+46
[next]