summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet
2025-08-28queue_api: add support for fetching per queue DMA devDragos Tatulea
2025-08-28Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-08-28Merge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-29Merge tag 'drm-misc-fixes-2025-08-28' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2025-08-28ASoC: renesas: msiof: Make small adjustments to avoidMark Brown
2025-08-28x86/apic: Add new driver for Secure AVICNeeraj Upadhyay
2025-08-28drm/xe/uapi: Fix kernel-doc formatting for madvise and vma_queryHimal Prasad Ghimiray
2025-08-28drm/bridge: synopsys: Add DW DPTX Controller support libraryAndy Yan
2025-08-28mtd: spinand: add support for FudanMicro FM25S01ATianling Shen
2025-08-28mtd: nand: qpic-common: remove a bunch of unused definesGabor Juhos
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet
2025-08-28udp: add drop_counters to udp socketEric Dumazet
2025-08-28net: add sk->sk_drop_countersEric Dumazet
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-08-28uapi: wrap compiler_types.h in an ifdef instead of the implicit stripJakub Kicinski
2025-08-28gpuvm: remove gem.gpuva.lock_dep_mapAlice Ryhl
2025-08-28drm_gem: add mutex to drm_gem_object.gpuvaAlice Ryhl
2025-08-28iopoll: Reorder the timeout handling in poll_timeout_us()Ville Syrjälä
2025-08-28iopoll: Avoid evaluating 'cond' twice in poll_timeout_us()Ville Syrjälä
2025-08-28iopoll: Generalize read_poll_timeout() into poll_timeout_us()Ville Syrjälä
2025-08-27mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo
2025-08-27mm: move page table sync declarations to linux/pgtable.hHarry Yoo
2025-08-27kexec: add KEXEC_FILE_NO_CMA as a legal flagBrian Mak
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar
2025-08-27bpf: Improve the general precision of tnum_mulNandakumar Edamana
2025-08-27io_uring/nop: add support for IORING_SETUP_CQE_MIXEDJens Axboe
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe
2025-08-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-08-27Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai
2025-08-27pinctrl: Add pinctrl_pm_select_init_state helper functionChristian Bruel
2025-08-27mm: remove BDI_CAP_WRITEBACK_ACCTJoanne Koong
2025-08-27fuse: use default writeback accountingJoanne Koong
2025-08-27sched/wait: Add wait_event_state_exclusive()Sergey Senozhatsky
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi
2025-08-27KVM: Allow and advertise support for host mmap() on guest_memfd filesFuad Tabba
2025-08-27KVM: guest_memfd: Track guest_memfd mmap support in memslotFuad Tabba
2025-08-27KVM: guest_memfd: Add plumbing to host to map guest_memfd pagesFuad Tabba
2025-08-27KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit buildsFuad Tabba
2025-08-27KVM: Fix comment that refers to kvm uapi header pathFuad Tabba
2025-08-27KVM: Fix comments that refer to slots_lockFuad Tabba
2025-08-27KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()Fuad Tabba
2025-08-27KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATEFuad Tabba
2025-08-27KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFDFuad Tabba
2025-08-26kunit: Enable direct registration of parameter arrays to a KUnit testMarie Zhussupova
2025-08-26kunit: Pass parameterized test context to generate_params()Marie Zhussupova
2025-08-26kunit: Introduce param_init/exit for parameterized test context managementMarie Zhussupova