aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-07-24fs: Add async write file modification handling.Stefan Roesch1-0/+1
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch1-0/+3
2022-07-24mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara1-0/+7
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken1-4/+3
2022-07-24io_uring: add netmsg cacheJens Axboe1-2/+4
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe1-0/+1
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe1-1/+5
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov1-0/+3
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov1-4/+1
2022-07-24io_uring: lockless task listDylan Yudaken1-1/+1
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov1-0/+2
2022-07-24io_uring: remove ->flush_cqes optimisationPavel Begunkov1-1/+0
2022-07-24io_uring: move a few private types to local headersJens Axboe1-18/+0
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov1-0/+554
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-07-21x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra1-4/+16
2022-07-20x86/amd_nb: Add AMD PCI IDs for SMN communicationMario Limonciello1-0/+3
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier3-1/+5
2022-07-20irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArchJianmin Lv1-0/+1
2022-07-20irqchip: Add Loongson Extended I/O interrupt controller supportHuacai Chen1-0/+1
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv1-0/+1
2022-07-20ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallbackMarc Zyngier1-0/+1
2022-07-20APCI: irq: Add support for multiple GSI domainsMarc Zyngier1-1/+1
2022-07-20arm64: enable THP_SWAP for arm64Barry Song1-0/+12
2022-07-19net: introduce __skb_fill_page_desc_noaccPavel Begunkov1-11/+17
2022-07-19net: introduce managed frags infrastructurePavel Begunkov1-2/+23
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern2-3/+8
2022-07-19skbuff: carry external ubuf_info in msghdrPavel Begunkov1-0/+1
2022-07-19Merge branch irq/renesas-irqc into irq/irqchip-nextMarc Zyngier1-23/+19
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-3/+5
2022-07-18mm: fix missing wake-up event for FSDAX pagesMuchun Song1-5/+9
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee1-0/+1
2022-07-16Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+5
2022-07-15acl: make posix_acl_clone() available to overlayfsChristian Brauner1-0/+1
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2-13/+23
2022-07-15mnt_idmapping: add vfs[g,u]id_into_k[g,u]id()Christian Brauner1-0/+26
2022-07-15Merge tag 'ovl-fixes-5.19-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner18-73/+78
2022-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+10
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2022-07-15firmware: arm_scmi: Get detailed power scale from perfLukasz Luba1-1/+7
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-16/+38
2022-07-15Merge tag 'soc-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche1-1/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-2/+2
2022-07-14fs/buffer: Use the new blk_opf_t typeBart Van Assche1-4/+5
2022-07-14mm: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche1-2/+2
2022-07-14blktrace: Use the new blk_opf_t typeBart Van Assche1-1/+2
2022-07-14block: Use the new blk_opf_t typeBart Van Assche3-9/+9