index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-20
io_uring: optimise sqe-to-req flags translation
Pavel Begunkov
1
-5
/
+18
2020-01-20
io_uring: add support for probing opcodes
Jens Axboe
1
-0
/
+18
2020-01-20
io_uring: add opcode to issue trace event
Jens Axboe
1
-4
/
+9
2020-01-20
io_uring: add support for IORING_OP_OPENAT2
Jens Axboe
1
-0
/
+1
2020-01-20
io_uring: enable option to only trigger eventfd for async completions
Jens Axboe
1
-0
/
+1
2020-01-20
io_uring: add support for send(2) and recv(2)
Jens Axboe
1
-0
/
+2
2020-01-20
io_uring: add support for IORING_SETUP_CLAMP
Jens Axboe
1
-0
/
+1
2020-01-20
pcpu_ref: add percpu_ref_tryget_many()
Pavel Begunkov
1
-5
/
+21
2020-01-20
io_uring: add IORING_OP_MADVISE
Jens Axboe
1
-0
/
+1
2020-01-20
mm: make do_madvise() available internally
Jens Axboe
1
-0
/
+1
2020-01-20
io_uring: add IORING_OP_FADVISE
Jens Axboe
1
-0
/
+2
2020-01-20
io_uring: allow use of offset == -1 to mean file position
Jens Axboe
1
-0
/
+1
2020-01-20
io_uring: add non-vectored read/write commands
Jens Axboe
1
-0
/
+2
2020-01-20
io_uring: add IOSQE_ASYNC
Jens Axboe
1
-0
/
+1
2020-01-20
io_uring: add support for IORING_OP_STATX
Jens Axboe
1
-0
/
+2
2020-01-20
io_uring: avoid ring quiesce for fixed file set unregister and update
Jens Axboe
1
-0
/
+1
2020-01-20
io_uring: add support for IORING_OP_CLOSE
Jens Axboe
1
-0
/
+1
2020-01-20
io_uring: add support for IORING_OP_OPENAT
Jens Axboe
1
-0
/
+2
2020-01-20
io_uring: add support for fallocate()
Jens Axboe
1
-0
/
+1
2020-01-20
Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfs
Jens Axboe
1
-1
/
+2
2020-01-20
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
1
-1
/
+2
2020-01-19
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Jens Axboe
7
-6
/
+75
2020-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-8
/
+20
2020-01-18
Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+6
2020-01-18
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2020-01-18
open: introduce openat2(2) syscall
Aleksa Sarai
5
-3
/
+62
2020-01-18
Merge tag 'drm-misc-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-0
/
+6
2020-01-17
Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2020-01-16
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-3
/
+3
2020-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-7
/
+14
2020-01-15
block: fix an integer overflow in logical block size
Mikulas Patocka
1
-4
/
+4
2020-01-15
bpf: Sockmap/tls, push write_space updates through ulp updates
John Fastabend
2
-6
/
+12
2020-01-15
bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop
John Fastabend
1
-0
/
+1
2020-01-15
drm/dp_mst: Have DP_Tx send one msg at a time
Wayne Lin
1
-0
/
+6
2020-01-15
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
1
-1
/
+1
2020-01-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+0
2020-01-15
Merge tag 'mac80211-for-net-2020-01-15' of git://git.kernel.org/pub/scm/linux...
David S. Miller
1
-0
/
+5
2020-01-15
cfg80211: Fix radar event during another phy CAC
Orr Mazor
1
-0
/
+5
2020-01-15
reimplement path_mountpoint() with less magic
Al Viro
1
-1
/
+0
2020-01-14
Merge tag 'asm-generic-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+32
2020-01-14
Merge branch 'dhowells' (patches from DavidH)
Linus Torvalds
1
-9
/
+3
2020-01-14
afs: Fix use-after-loss-of-ref
David Howells
1
-9
/
+3
2020-01-13
mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATE
Yang Shi
1
-1
/
+2
2020-01-13
mm, debug_pagealloc: don't rely on static keys too early
Vlastimil Babka
1
-3
/
+15
2020-01-13
mm: memcg/slab: fix percpu slab vmstats flushing
Roman Gushchin
1
-3
/
+2
2020-01-12
Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+16
2020-01-12
riscv: move sifive_l2_cache.h to include/soc
Yash Shah
1
-0
/
+16
2020-01-11
devlink: correct misspelling of snapshot
Jacob Keller
1
-1
/
+1
2020-01-10
Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Olof Johansson
1
-3
/
+3
2020-01-10
Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+0
[next]