index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
lib
/
mpi
/
generic_mpih-add1.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-13
io_uring: internally retry short reads
Jens Axboe
1
-39
/
+70
2020-08-13
io_uring: retain iov_iter state over io_read/io_write calls
Jens Axboe
1
-66
/
+70
2020-08-13
task_work: only grab task signal lock when needed
Jens Axboe
2
-2
/
+22
2020-08-12
io_uring: enable lookup of links holding inflight files
Jens Axboe
1
-10
/
+87
2020-08-12
io_uring: fail poll arm on queue proc failure
Jens Axboe
1
-1
/
+1
2020-08-11
io_uring: hold 'ctx' reference around task_work queue + execute
Jens Axboe
1
-0
/
+15
2020-08-11
fs: RWF_NOWAIT should imply IOCB_NOIO
Jens Axboe
1
-1
/
+1
2020-08-10
io_uring: defer file table grabbing request cleanup for locked requests
Jens Axboe
1
-10
/
+52
2020-08-10
io_uring: add missing REQ_F_COMP_LOCKED for nested requests
Jens Axboe
1
-0
/
+3
2020-08-10
io_uring: fix recursive completion locking on oveflow flush
Jens Axboe
1
-10
/
+26
2020-08-10
io_uring: use TWA_SIGNAL for task_work uncondtionally
Jens Axboe
1
-8
/
+8
2020-08-06
io_uring: account locked memory before potential error case
Jens Axboe
1
-8
/
+10
2020-08-06
io_uring: set ctx sq/cq entry count earlier
Jens Axboe
1
-2
/
+4
2020-08-05
io_uring: Fix NULL pointer dereference in loop_rw_iter()
Guoyu Huang
1
-2
/
+7
2020-08-03
io_uring: add comments on how the async buffered read retry works
Jens Axboe
1
-1
/
+22
2020-08-03
io_uring: io_async_buf_func() need not test page bit
Jens Axboe
1
-4
/
+0
2020-08-03
userfaultfd: simplify fault handling
Linus Torvalds
1
-38
/
+1
2020-08-02
list: add "list_del_init_careful()" to go with "list_empty_careful()"
Linus Torvalds
3
-8
/
+21
2020-08-02
mm: rewrite wait_on_page_bit_common() logic
Linus Torvalds
1
-47
/
+85
2020-08-02
Linux 5.8
Linus Torvalds
1
-1
/
+1
2020-08-02
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
Masahiro Yamada
1
-3
/
+0
2020-08-02
kconfig: qconf: remove wrong ConfigList::firstChild()
Masahiro Yamada
2
-5
/
+1
2020-08-01
vxlan: fix memleak of fdb
Taehee Yoo
1
-2
/
+4
2020-08-01
io_uring: flip if handling after io_setup_async_rw
Pavel Begunkov
1
-74
/
+72
2020-08-01
fs: optimise kiocb_set_rw_flags()
Pavel Begunkov
1
-5
/
+11
2020-08-01
Revert "kconfig: qconf: don't show goback button on splitMode"
Masahiro Yamada
1
-3
/
+2
2020-08-01
Revert "kconfig: qconf: Change title for the item window"
Masahiro Yamada
1
-9
/
+1
2020-08-01
kconfig: qconf: remove "goBack" debug message
Masahiro Yamada
1
-1
/
+0
2020-08-01
kconfig: qconf: use delete[] instead of delete to free array
Masahiro Yamada
1
-2
/
+2
2020-08-01
kconfig: qconf: compile moc object separately
Masahiro Yamada
3
-7
/
+7
2020-08-01
kconfig: qconf: use if_changed for qconf.moc rule
Masahiro Yamada
1
-2
/
+4
2020-08-01
sched/doc: Factorize bits between sched-energy.rst & sched-capacity.rst
Valentin Schneider
1
-10
/
+2
2020-08-01
sched/doc: Document capacity aware scheduling
Valentin Schneider
2
-0
/
+440
2020-08-01
sched: Document arch_scale_*_capacity()
Valentin Schneider
2
-0
/
+20
2020-07-31
rds: Prevent kernel-infoleak in rds_notify_queue_get()
Peilin Ye
1
-1
/
+2
2020-07-31
net/sched: The error lable position is corrected in ct_init_module
liujian
1
-2
/
+2
2020-07-31
block: blk-timeout: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-31
block: blk-mq-sched: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-31
block: blk-mq: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-31
block: genhd: delete duplicated words
Randy Dunlap
1
-3
/
+3
2020-07-31
block: elevator: delete duplicated word and fix typos
Randy Dunlap
1
-2
/
+2
2020-07-31
block: bio: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-07-31
block: bfq-iosched: fix duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-31
arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stack
Maninder Singh
1
-1
/
+1
2020-07-31
io_uring: don't touch 'ctx' after installing file descriptor
Jens Axboe
1
-3
/
+9
2020-07-31
libtraceevent: Fix build with binutils 2.35
Ben Hutchings
1
-1
/
+1
2020-07-31
perf tools: Fix record failure when mixed with ARM SPE event
Wei Li
1
-4
/
+4
2020-07-31
perf tests: Fix test 68 zstd compression for s390
Thomas Richter
1
-1
/
+2
2020-07-31
tools lib traceevent: Fix memory leak in process_dynamic_array_len
Philippe Duplessis-Guindon
1
-0
/
+1
2020-07-31
kcsan: Improve IRQ state trace reporting
Marco Elver
4
-0
/
+37
[next]