index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
io_uring.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: add feature flag for rsrc tags
Pavel Begunkov
2021-06-10
1
-0
/
+1
*
io_uring: change registration/upd/rsrc tagging ABI
Pavel Begunkov
2021-06-10
1
-9
/
+9
*
io_uring: add full-fledged dynamic buffers support
Pavel Begunkov
2021-04-25
1
-0
/
+1
*
io_uring: add generic rsrc update with tags
Pavel Begunkov
2021-04-25
1
-6
/
+16
*
io_uring: add IORING_REGISTER_RSRC
Pavel Begunkov
2021-04-25
1
-0
/
+8
*
io_uring: enumerate dynamic resources
Pavel Begunkov
2021-04-25
1
-0
/
+4
*
io_uring: allow events and user_data update of running poll requests
Jens Axboe
2021-04-11
1
-0
/
+5
*
io_uring: add multishot mode for IORING_OP_POLL_ADD
Jens Axboe
2021-04-11
1
-0
/
+12
*
io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERS
Jens Axboe
2021-02-23
1
-0
/
+1
*
io_uring: Add skip option for __io_sqe_files_update
noah
2021-02-01
1
-0
/
+3
*
io_uring: rename file related variables to rsrc
Bijan Mottahedeh
2021-02-01
1
-0
/
+7
*
io_uring: add timeout update
Pavel Begunkov
2020-12-09
1
-0
/
+1
*
io_uring: add timeout support for io_uring_enter()
Hao Xu
2020-12-09
1
-0
/
+9
*
io_uring: add support for IORING_OP_UNLINKAT
Jens Axboe
2020-12-09
1
-0
/
+2
*
io_uring: add support for IORING_OP_RENAMEAT
Jens Axboe
2020-12-09
1
-0
/
+2
*
io_uring: allow non-fixed files with SQPOLL
Jens Axboe
2020-12-09
1
-0
/
+1
*
io_uring: add support for shutdown(2)
Jens Axboe
2020-11-23
1
-0
/
+1
*
io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits
Jens Axboe
2020-09-30
1
-0
/
+1
*
io_uring: allow disabling rings during the creation
Stefano Garzarella
2020-09-30
1
-0
/
+2
*
io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
Stefano Garzarella
2020-09-30
1
-0
/
+31
*
io_uring: use an enumeration for io_uring_register(2) opcodes
Stefano Garzarella
2020-09-30
1
-11
/
+16
*
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
2020-07-24
1
-0
/
+1
|
\
|
*
io_uring: export cq overflow status to userspace
Xiaoguang Wang
2020-07-08
1
-0
/
+1
*
|
io_uring: change the poll type to be 32-bits
Jiufei Xue
2020-06-21
1
-1
/
+3
|
/
*
io_uring: add tee(2) support
Pavel Begunkov
2020-05-17
1
-0
/
+1
*
io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flags
Stefano Garzarella
2020-05-15
1
-0
/
+7
*
io_uring: add 'cq_flags' field for the CQ ring
Stefano Garzarella
2020-05-15
1
-1
/
+3
*
io_uring: make spdxcheck.py happy
Lukas Bulwahn
2020-03-21
1
-1
/
+1
*
io_uring: dual license io_uring.h uapi header
Jens Axboe
2020-03-11
1
-1
/
+1
*
io_uring: provide means of removing buffers
Jens Axboe
2020-03-10
1
-0
/
+1
*
io_uring: support buffer selection for OP_READ and OP_RECV
Jens Axboe
2020-03-10
1
-0
/
+14
*
io_uring: add IORING_OP_PROVIDE_BUFFERS
Jens Axboe
2020-03-10
1
-2
/
+8
*
io_uring: use poll driven retry for files that support it
Jens Axboe
2020-03-02
1
-0
/
+1
*
io_uring: add splice(2) support
Pavel Begunkov
2020-03-02
1
-1
/
+13
*
io_uring: add support for epoll_ctl(2)
Jens Axboe
2020-01-29
1
-0
/
+1
*
io_uring: support using a registered personality for commands
Jens Axboe
2020-01-28
1
-1
/
+6
*
io_uring: allow registering credentials
Jens Axboe
2020-01-28
1
-0
/
+2
*
io_uring: add io-wq workqueue sharing
Pavel Begunkov
2020-01-28
1
-1
/
+3
*
io_uring/io-wq: don't use static creds/mm assignments
Jens Axboe
2020-01-28
1
-0
/
+1
*
io_uring: optimise sqe-to-req flags translation
Pavel Begunkov
2020-01-20
1
-5
/
+18
*
io_uring: add support for probing opcodes
Jens Axboe
2020-01-20
1
-0
/
+18
*
io_uring: add support for IORING_OP_OPENAT2
Jens Axboe
2020-01-20
1
-0
/
+1
*
io_uring: enable option to only trigger eventfd for async completions
Jens Axboe
2020-01-20
1
-0
/
+1
*
io_uring: add support for send(2) and recv(2)
Jens Axboe
2020-01-20
1
-0
/
+2
*
io_uring: add support for IORING_SETUP_CLAMP
Jens Axboe
2020-01-20
1
-0
/
+1
*
io_uring: add IORING_OP_MADVISE
Jens Axboe
2020-01-20
1
-0
/
+1
*
io_uring: add IORING_OP_FADVISE
Jens Axboe
2020-01-20
1
-0
/
+2
*
io_uring: allow use of offset == -1 to mean file position
Jens Axboe
2020-01-20
1
-0
/
+1
*
io_uring: add non-vectored read/write commands
Jens Axboe
2020-01-20
1
-0
/
+2
*
io_uring: add IOSQE_ASYNC
Jens Axboe
2020-01-20
1
-0
/
+1
[next]