index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
s390: use scnprintf() in sys_##_prefix##_##_name##_show
Chen Zhou
2020-06-16
1
-1
/
+1
|
*
|
|
s390/crypto: use scnprintf() instead of snprintf()
Chen Zhou
2020-06-16
1
-7
/
+7
|
*
|
|
s390/zcrypt: use kzalloc
Zou Wei
2020-06-16
1
-2
/
+1
|
*
|
|
s390/virtio: remove unused pm callbacks
Cornelia Huck
2020-06-16
1
-26
/
+0
|
*
|
|
s390/qdio: reduce SLSB writes during Input Queue processing
Julian Wiedmann
2020-06-16
3
-50
/
+20
|
*
|
|
selftests/seccomp: s390 shares the syscall and return value register
Sven Schnelle
2020-06-16
1
-0
/
+1
|
*
|
|
s390/ptrace: fix setting syscall number
Sven Schnelle
2020-06-16
1
-1
/
+30
|
*
|
|
s390/ptrace: pass invalid syscall numbers to tracing
Sven Schnelle
2020-06-16
2
-5
/
+3
|
*
|
|
s390/ptrace: return -ENOSYS when invalid syscall is supplied
Sven Schnelle
2020-06-16
1
-6
/
+13
|
*
|
|
s390/seccomp: pass syscall arguments via seccomp_data
Sven Schnelle
2020-06-16
1
-5
/
+26
|
*
|
|
s390/qdio: fine-tune SLSB update
Julian Wiedmann
2020-06-16
1
-1
/
+8
|
|
/
/
*
|
|
Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-06-20
3
-6
/
+22
|
\
\
\
|
*
|
|
RISC-V: Acquire mmap lock before invoking walk_page_range
Atish Patra
2020-06-19
1
-2
/
+12
|
*
|
|
RISC-V: Don't allow write+exec only page mapping request in mmap
Yash Shah
2020-06-19
1
-0
/
+6
|
*
|
|
riscv/atomic: Fix sign extension for RV64I
Nathan Huckleberry
2020-06-12
1
-4
/
+4
*
|
|
|
Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-06-20
80
-637
/
+123
|
\
\
\
\
|
*
|
|
|
selftests/ftrace: Support ":README" suffix for requires
Masami Hiramatsu
2020-06-16
16
-50
/
+25
|
*
|
|
|
selftests/ftrace: Support ":tracer" suffix for requires
Masami Hiramatsu
2020-06-16
13
-59
/
+21
|
*
|
|
|
selftests/ftrace: Convert check_filter_file() with requires list
Masami Hiramatsu
2020-06-16
14
-43
/
+19
|
*
|
|
|
selftests/ftrace: Convert required interface checks into requires list
Masami Hiramatsu
2020-06-16
66
-511
/
+68
|
*
|
|
|
selftests/ftrace: Add "requires:" list support
Masami Hiramatsu
2020-06-16
3
-1
/
+17
|
*
|
|
|
selftests/ftrace: Return unsupported for the unconfigured features
Masami Hiramatsu
2020-06-16
2
-2
/
+2
|
*
|
|
|
selftests/ftrace: Allow ":" in description
Masami Hiramatsu
2020-06-16
1
-1
/
+1
|
*
|
|
|
tools: testing: ftrace: trigger: fix spelling mistake
Flavio Suligoi
2020-06-15
4
-4
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
afs: Fix hang on rmmod due to outstanding timer
David Howells
2020-06-20
4
-2
/
+16
*
|
|
|
afs: Fix afs_do_lookup() to call correct fetch-status op variant
David Howells
2020-06-20
1
-1
/
+1
*
|
|
|
Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-19
3
-112
/
+177
|
\
\
\
\
|
*
|
|
|
io_uring: fix possible race condition against REQ_F_NEED_CLEANUP
Xiaoguang Wang
2020-06-18
1
-4
/
+4
|
*
|
|
|
io_uring: reap poll completions while waiting for refs to drop on exit
Jens Axboe
2020-06-17
1
-1
/
+11
|
*
|
|
|
io_uring: acquire 'mm' for task_work for SQPOLL
Jens Axboe
2020-06-17
1
-15
/
+29
|
*
|
|
|
io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...
Xiaoguang Wang
2020-06-17
1
-24
/
+29
|
*
|
|
|
io_uring: don't fail links for EAGAIN error in IOPOLL mode
Xiaoguang Wang
2020-06-17
1
-1
/
+1
|
*
|
|
|
io_uring: cancel by ->task not pid
Pavel Begunkov
2020-06-15
2
-11
/
+6
|
*
|
|
|
io_uring: lazy get task
Pavel Begunkov
2020-06-15
1
-8
/
+22
|
*
|
|
|
io_uring: batch cancel in io_uring_cancel_files()
Pavel Begunkov
2020-06-15
1
-0
/
+13
|
*
|
|
|
io_uring: cancel all task's requests on exit
Pavel Begunkov
2020-06-15
3
-17
/
+12
|
*
|
|
|
io-wq: add an option to cancel all matched reqs
Pavel Begunkov
2020-06-15
3
-28
/
+36
|
*
|
|
|
io-wq: reorder cancellation pending -> running
Pavel Begunkov
2020-06-15
1
-22
/
+32
|
*
|
|
|
io_uring: fix lazy work init
Pavel Begunkov
2020-06-15
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-19
10
-39
/
+70
|
\
\
\
\
|
*
|
|
|
block: make function 'kill_bdev' static
Zheng Bin
2020-06-18
2
-5
/
+2
|
*
|
|
|
loop: replace kill_bdev with invalidate_bdev
Zheng Bin
2020-06-18
1
-4
/
+4
|
*
|
|
|
partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense
Andy Shevchenko
2020-06-18
1
-1
/
+1
|
*
|
|
|
block: update hctx map when use multiple maps
Weiping Zhang
2020-06-18
1
-1
/
+3
|
*
|
|
|
blktrace: Avoid sparse warnings when assigning q->blk_trace
Jan Kara
2020-06-17
1
-11
/
+8
|
*
|
|
|
blktrace: break out of blktrace setup on concurrent calls
Luis Chamberlain
2020-06-17
1
-0
/
+13
|
*
|
|
|
block: Fix use-after-free in blkdev_get()
Jason Yan
2020-06-16
1
-5
/
+7
|
*
|
|
|
trace/events/block.h: drop kernel-doc for dropped function parameter
Randy Dunlap
2020-06-16
1
-1
/
+0
|
*
|
|
|
blk-mq: Remove redundant 'return' statement
Baolin Wang
2020-06-15
1
-1
/
+1
|
*
|
|
|
bcache: pr_info() format clean up in bcache_device_init()
Coly Li
2020-06-15
1
-2
/
+1
[prev]
[next]