aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe1-0/+15
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe1-0/+2
2022-07-24io_uring: add trace event for running task workDylan Yudaken1-0/+30
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: clean up tracing eventsPavel Begunkov1-85/+57
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov1-0/+554
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov1-1/+4
2022-07-24io_uring: add support for level triggered pollJens Axboe1-0/+3
2022-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-07-22Revert "tcp: change pingpong threshold to 3"Wei Wang1-9/+1
2022-07-22Merge tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2022-07-22mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE caseLinus Torvalds1-3/+0
2022-07-22ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei1-3/+4
2022-07-22asm-generic: remove a broken and needless ifdef conditionalLukas Bulwahn1-2/+0
2022-07-22tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima1-1/+1
2022-07-22Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+2
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-23/+45
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra1-16/+17
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra1-13/+2
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-2/+19
2022-07-21ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig1-1/+0
2022-07-21Merge tag 'qcom-drivers-for-5.20-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+7
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-20tools: Fixed MIPS builds due to struct flock re-definitionFlorian Fainelli1-0/+2
2022-07-20arm64: enable THP_SWAP for arm64Barry Song1-0/+12
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-2/+2
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima1-1/+1
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 'nuvoton/newsoc' into arm/newsocArnd Bergmann1-0/+49
2022-07-19dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX ClockTomer Maimon1-0/+49
2022-07-19KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean statsOliver Upton1-1/+1
2022-07-19Merge branch irq/renesas-irqc into irq/irqchip-nextMarc Zyngier1-23/+19
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo1-0/+20
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-3/+5
2022-07-18dt-bindings: power: qcom-rpmpd: Add MSM8909 power domainsStephan Gerhold1-0/+7
2022-07-18mm: fix missing wake-up event for FSDAX pagesMuchun Song1-5/+9