summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2022-07-27clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6Tony Lindgren-144/+0
2022-07-27io_uring: notification completion optimisationPavel Begunkov-7/+0
2022-07-27regulator: core: Allow drivers to define their init data as constDouglas Anderson-0/+4
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson-4/+8
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-5/+9
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz-0/+1
2022-07-26ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki-1/+1
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima-4/+4
2022-07-25Merge branch 'for-next/perf' into for-next/coreWill Deacon-0/+5
2022-07-25Merge branch 'for-next/mte' into for-next/coreWill Deacon-1/+1
2022-07-25Merge branch 'for-next/mm' into for-next/coreWill Deacon-0/+12
2022-07-25Merge branch 'for-next/kcsan' into for-next/coreWill Deacon-0/+8
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier-2/+6
2022-07-25irqchip/mmp: Declare init functions in common header fileBen Dooks-0/+3
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov-0/+1
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov-1/+11
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov-0/+4
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov-1/+5
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov-1/+1
2022-07-24io_uring: wire send zc request typePavel Begunkov-0/+5
2022-07-24io_uring: add notification slot registrationPavel Begunkov-0/+17
2022-07-24io_uring: cache struct io_notifPavel Begunkov-0/+7
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov-0/+5
2022-07-24io_uring: export io_put_task()Pavel Begunkov-0/+25
2022-07-24Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe-194/+873
2022-07-24io_uring: Add tracepoint for short writesStefan Roesch-0/+25
2022-07-24fs: Add async write file modification handling.Stefan Roesch-0/+1
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch-0/+3
2022-07-24mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara-0/+7
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken-0/+7
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken-3/+2
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken-4/+3
2022-07-24io_uring: add netmsg cacheJens Axboe-2/+4
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe-0/+1
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe-1/+5
2022-07-24io_uring: fix io_uring_cqe_overflow trace formatDylan Yudaken-1/+1
2022-07-24io_uring: multishot recvDylan Yudaken-0/+5
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov-0/+16
2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe-0/+17
2022-07-24io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov-4/+1
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe-0/+15
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe-0/+2
2022-07-24io_uring: add trace event for running task workDylan Yudaken-0/+30
2022-07-24io_uring: lockless task listDylan Yudaken-1/+1
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov-0/+2
2022-07-24io_uring: remove ->flush_cqes optimisationPavel Begunkov-1/+0
2022-07-24io_uring: move a few private types to local headersJens Axboe-18/+0
2022-07-24io_uring: clean up tracing eventsPavel Begunkov-85/+57
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov-0/+554