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
2020-10-22
splice: change exported internal do_splice() helper to take kernel offset
Jens Axboe
2
-15
/
+52
2020-10-22
io_uring: make loop_rw_iter() use original user supplied pointers
Jens Axboe
1
-14
/
+12
2020-10-22
io_uring: remove req cancel in ->flush()
Pavel Begunkov
1
-23
/
+5
2020-10-22
io-wq: re-set NUMA node affinities if CPUs come online
Jens Axboe
1
-4
/
+56
2020-10-22
io_uring: don't reuse linked_timeout
Pavel Begunkov
1
-1
/
+3
2020-10-21
io_uring: unify fsize with def->work_flags
Jens Axboe
3
-14
/
+18
2020-10-19
io_uring: fix racy REQ_F_LINK_TIMEOUT clearing
Pavel Begunkov
1
-4
/
+13
2020-10-19
io_uring: do poll's hash_node init in common code
Pavel Begunkov
1
-2
/
+1
2020-10-19
io_uring: inline io_poll_task_handler()
Pavel Begunkov
1
-19
/
+12
2020-10-19
io_uring: remove extra ->file check in poll prep
Pavel Begunkov
1
-2
/
+0
2020-10-19
io_uring: make cached_cq_overflow non atomic_t
Pavel Begunkov
1
-5
/
+6
2020-10-19
io_uring: inline io_fail_links()
Pavel Begunkov
1
-10
/
+3
2020-10-19
io_uring: kill ref get/drop in personality init
Pavel Begunkov
1
-4
/
+9
2020-10-19
io_uring: flags-based creds init in queue
Pavel Begunkov
1
-2
/
+2
2020-10-19
io_uring: use blk_queue_nowait() to check if NOWAIT supported
Jeffle Xu
1
-1
/
+1
2020-10-17
mm: use limited read-ahead to satisfy read
Jens Axboe
1
-6
/
+14
2020-10-17
mm: mark async iocb read as NOWAIT once some data has been copied
Jens Axboe
1
-0
/
+8
2020-10-17
io_uring: fix double poll mask init
Pavel Begunkov
1
-1
/
+3
2020-10-17
io-wq: inherit audit loginuid and sessionid
Jens Axboe
4
-1
/
+41
2020-10-17
io_uring: use percpu counters to track inflight requests
Jens Axboe
2
-27
/
+30
2020-10-17
io_uring: assign new io_identity for task if members have changed
Jens Axboe
2
-5
/
+17
2020-10-17
io_uring: store io_identity in io_uring_task
Jens Axboe
2
-10
/
+12
2020-10-17
io_uring: COW io_identity on mismatch
Jens Axboe
2
-52
/
+171
2020-10-17
io_uring: move io identity items into separate struct
Jens Axboe
4
-57
/
+64
2020-10-17
io_uring: rely solely on work flags to determine personality.
Jens Axboe
2
-22
/
+33
2020-10-17
io_uring: pass required context in as flags
Jens Axboe
3
-64
/
+52
2020-10-17
io-wq: assign NUMA node locality if appropriate
Jens Axboe
1
-0
/
+1
2020-10-17
io_uring: fix error path cleanup in io_sqe_files_register()
Jens Axboe
1
-1
/
+2
2020-10-17
Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"
Jens Axboe
1
-2
/
+2
2020-10-17
io_uring: fix REQ_F_COMP_LOCKED by killing it
Pavel Begunkov
1
-80
/
+69
2020-10-17
io_uring: dig out COMP_LOCK from deep call chain
Pavel Begunkov
1
-24
/
+9
2020-10-17
io_uring: don't put a poll req under spinlock
Pavel Begunkov
1
-2
/
+1
2020-10-17
io_uring: don't unnecessarily clear F_LINK_TIMEOUT
Pavel Begunkov
1
-1
/
+0
2020-10-17
io_uring: don't set COMP_LOCKED if won't put
Pavel Begunkov
1
-1
/
+1
2020-10-17
io_uring: Fix sizeof() mismatch
Colin Ian King
1
-1
/
+1
2020-10-17
Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
12
-200
/
+446
2020-10-17
Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-172
/
+378
2020-10-17
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
28
-493
/
+1795
2020-10-17
Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
309
-2275
/
+1952
2020-10-17
Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+1
2020-10-16
Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+4
2020-10-16
Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
10
-34
/
+101
2020-10-16
Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
165
-3681
/
+1730
2020-10-16
Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
129
-2162
/
+4094
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
223
-2491
/
+3245
2020-10-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
161
-1724
/
+2390
2020-10-16
lib, uaccess: add failure injection to usercopy functions
Albert van der Linde
4
-2
/
+22
2020-10-16
lib, include/linux: add usercopy failure capability
Albert van der Linde
6
-1
/
+76
2020-10-16
ROMFS: support inode blocks calculation
Libing Zhou
1
-0
/
+1
2020-10-16
ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang
George Popescu
2
-1
/
+23
[next]