aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-28io_uring: support using a registered personality for commandsJens Axboe1-1/+6
2020-01-28io_uring: allow registering credentialsJens Axboe1-0/+2
2020-01-28io_uring: add io-wq workqueue sharingPavel Begunkov1-1/+3
2020-01-28io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe1-0/+1
2020-01-20io_uring: optimise sqe-to-req flags translationPavel Begunkov1-5/+18
2020-01-20io_uring: add support for probing opcodesJens Axboe1-0/+18
2020-01-20io_uring: add opcode to issue trace eventJens Axboe1-4/+9
2020-01-20io_uring: add support for IORING_OP_OPENAT2Jens Axboe1-0/+1
2020-01-20io_uring: enable option to only trigger eventfd for async completionsJens Axboe1-0/+1
2020-01-20io_uring: add support for send(2) and recv(2)Jens Axboe1-0/+2
2020-01-20io_uring: add support for IORING_SETUP_CLAMPJens Axboe1-0/+1
2020-01-20pcpu_ref: add percpu_ref_tryget_many()Pavel Begunkov1-5/+21
2020-01-20io_uring: add IORING_OP_MADVISEJens Axboe1-0/+1
2020-01-20mm: make do_madvise() available internallyJens Axboe1-0/+1
2020-01-20io_uring: add IORING_OP_FADVISEJens Axboe1-0/+2
2020-01-20io_uring: allow use of offset == -1 to mean file positionJens Axboe1-0/+1
2020-01-20io_uring: add non-vectored read/write commandsJens Axboe1-0/+2
2020-01-20io_uring: add IOSQE_ASYNCJens Axboe1-0/+1
2020-01-20io_uring: add support for IORING_OP_STATXJens Axboe1-0/+2
2020-01-20io_uring: avoid ring quiesce for fixed file set unregister and updateJens Axboe1-0/+1
2020-01-20io_uring: add support for IORING_OP_CLOSEJens Axboe1-0/+1
2020-01-20io_uring: add support for IORING_OP_OPENATJens Axboe1-0/+2
2020-01-20io_uring: add support for fallocate()Jens Axboe1-0/+1
2020-01-20Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfsJens Axboe1-1/+2
2020-01-20io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov1-1/+2
2020-01-19Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-5.6/io_uring-vfsJens Axboe7-6/+75
2020-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-8/+20
2020-01-18Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+6
2020-01-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-01-18open: introduce openat2(2) syscallAleksa Sarai5-3/+62
2020-01-18Merge tag 'drm-misc-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-0/+6
2020-01-17Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2020-01-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+3
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-7/+14
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka1-4/+4
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2-6/+12
2020-01-15bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loopJohn Fastabend1-0/+1
2020-01-15drm/dp_mst: Have DP_Tx send one msg at a timeWayne Lin1-0/+6
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann1-1/+1
2020-01-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2020-01-15Merge tag 'mac80211-for-net-2020-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-0/+5
2020-01-15cfg80211: Fix radar event during another phy CACOrr Mazor1-0/+5
2020-01-15reimplement path_mountpoint() with less magicAl Viro1-1/+0
2020-01-14Merge tag 'asm-generic-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+32
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds1-9/+3
2020-01-14afs: Fix use-after-loss-of-refDavid Howells1-9/+3
2020-01-13mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATEYang Shi1-1/+2
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-3/+15
2020-01-13mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin1-3/+2
2020-01-12Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+16