index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
io_uring: remove F_NEED_CLEANUP check in *prep()
Pavel Begunkov
1
-16
/
+2
2020-10-01
io_uring: io_kiocb_ppos() style change
Pavel Begunkov
1
-1
/
+1
2020-10-01
io_uring: simplify io_alloc_req()
Pavel Begunkov
1
-9
/
+4
2020-10-01
io-wq: kill unused IO_WORKER_F_EXITING
Jens Axboe
1
-3
/
+2
2020-10-01
io-wq: fix use-after-free in io_wq_worker_running
Hillf Danton
1
-58
/
+58
2020-10-01
io_uring: show sqthread pid and cpu in fdinfo
Joseph Qi
1
-0
/
+6
2020-10-01
io_uring: process task work in io_uring_register()
Jens Axboe
1
-12
/
+28
2020-10-01
io_uring: add blkcg accounting to offloaded operations
Dennis Zhou
3
-0
/
+118
2020-10-01
io_uring: improve registered buffer accounting for huge pages
Jens Axboe
1
-10
/
+80
2020-10-01
io_uring: remove unneeded semicolon
Zheng Bin
1
-1
/
+1
2020-10-01
io_uring: cap SQ submit size for SQPOLL with multiple rings
Jens Axboe
1
-2
/
+9
2020-10-01
io_uring: get rid of req->io/io_async_ctx union
Jens Axboe
1
-94
/
+117
2020-10-01
io_uring: kill extra user_bufs check
Pavel Begunkov
1
-7
/
+1
2020-10-01
io_uring: fix overlapped memcpy in io_req_map_rw()
Pavel Begunkov
1
-1
/
+4
2020-10-01
io_uring: refactor io_req_map_rw()
Pavel Begunkov
1
-2
/
+1
2020-10-01
io_uring: simplify io_rw_prep_async()
Pavel Begunkov
1
-4
/
+2
2020-10-01
io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits
Jens Axboe
2
-3
/
+38
2020-10-01
io_uring: mark io_uring_fops/io_op_defs as __read_mostly
Jens Axboe
1
-2
/
+2
2020-10-01
io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too
Jens Axboe
1
-0
/
+33
2020-10-01
io_uring: base SQPOLL handling off io_sq_data
Jens Axboe
1
-25
/
+101
2020-10-01
io_uring: split SQPOLL data into separate structure
Jens Axboe
1
-41
/
+86
2020-10-01
io_uring: split work handling part of SQPOLL into helper
Jens Axboe
1
-84
/
+93
2020-10-01
io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler
Jens Axboe
1
-1
/
+18
2020-10-01
io_uring: use private ctx wait queue entries for SQPOLL
Jens Axboe
1
-15
/
+18
2020-10-01
fs: align IOCB_* flags with RWF_* flags
Jens Axboe
1
-18
/
+19
2020-10-01
io_uring: io_sq_thread() doesn't need to flush signals
Jens Axboe
1
-2
/
+0
2020-10-01
io_wq: Make io_wqe::lock a raw_spinlock_t
Sebastian Andrzej Siewior
1
-26
/
+26
2020-10-01
io_uring: allow disabling rings during the creation
Stefano Garzarella
2
-7
/
+56
2020-10-01
io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
Stefano Garzarella
2
-1
/
+154
2020-10-01
io_uring: use an enumeration for io_uring_register(2) opcodes
Stefano Garzarella
1
-11
/
+16
2020-10-01
io_uring: move io_uring_get_socket() into io_uring.h
Jens Axboe
3
-9
/
+6
2020-10-01
io_uring: reference ->nsproxy for file table commands
Jens Axboe
3
-0
/
+8
2020-10-01
io_uring: don't rely on weak ->files references
Jens Axboe
7
-37
/
+344
2020-10-01
io_uring: enable task/files specific overflow flushing
Jens Axboe
1
-16
/
+25
2020-10-01
io_uring: return cancelation status from poll/timeout/files handlers
Jens Axboe
1
-5
/
+22
2020-10-01
io_uring: unconditionally grab req->task
Jens Axboe
1
-38
/
+9
2020-10-01
io_uring: stash ctx task reference for SQPOLL
Jens Axboe
1
-13
/
+34
2020-10-01
io_uring: move dropping of files into separate helper
Jens Axboe
1
-11
/
+16
2020-10-01
io_uring: allow timeout/poll/files killing to take task into account
Jens Axboe
1
-9
/
+24
2020-09-29
io_uring: fix async buffered reads when readahead is disabled
Hao Xu
2
-1
/
+7
2020-09-28
mm: do not rely on mm == current->mm in __get_user_pages_locked
Jason A. Donenfeld
1
-1
/
+1
2020-09-28
io_uring: fix potential ABBA deadlock in ->show_fdinfo()
Jens Axboe
1
-5
/
+14
2020-09-28
io_uring: always delete double poll wait entry on match
Jens Axboe
1
-0
/
+2
2020-09-27
Linux 5.9-rc7
v5.9-rc7
Linus Torvalds
1
-1
/
+1
2020-09-27
mm/thp: Split huge pmds/puds if they're pinned when fork()
Peter Xu
1
-0
/
+28
2020-09-27
mm: Do early cow for pinned pages during fork() for ptes
Peter Xu
1
-16
/
+189
2020-09-27
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
3
-7
/
+11
2020-09-27
mm: Introduce mm_struct.has_pinned
Peter Xu
3
-0
/
+17
2020-09-26
mm: validate pmd after splitting
Minchan Kim
1
-1
/
+1
2020-09-26
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
3
-35
/
+64
[next]