summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-02bits: add comments and newlines to #if, #else and #endif directivesVincent Mailhol1-2/+6
2025-11-02audit: record fanotify event regardless of presence of rulesRichard Guy Briggs1-1/+1
2025-10-23mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs1-1/+1
2025-10-23PCI: Add PCI_VDEVICE_SUB helper macroPiotr Kwapulinski1-0/+14
2025-10-23PM: runtime: Add new devm functionsBence Csókás1-0/+4
2025-10-23usb: gadget: Introduce free_usb_request helperKuen-Han Tsai1-0/+23
2025-10-23usb: gadget: Store endpoint pointer in usb_requestKuen-Han Tsai1-0/+2
2025-10-19nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia1-0/+3
2025-10-19nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown2-1/+17
2025-10-19cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki1-0/+3
2025-10-19mm/ksm: fix incorrect KSM counter handling in mm_struct during forkDonet Tom1-1/+7
2025-10-19iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODEMichael Hennerich1-1/+1
2025-10-19page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen1-9/+13
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner1-3/+8
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+1
2025-10-15once: fix race by moving DO_ONCE to separate sectionQi Xi1-2/+2
2025-10-15bpf: Mark kfuncs as __nocloneAndrea Righi1-1/+1
2025-10-12driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki1-0/+3
2025-10-02mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins1-0/+10
2025-10-02firmware: imx: Add stub functions for SCMI MISC APIPeng Fan1-0/+12
2025-09-25minmax.h: remove some #defines that are only expanded onceDavid Laight1-8/+6
2025-09-25minmax.h: simplify the variants of clamp()David Laight1-12/+12
2025-09-25minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight1-58/+51
2025-09-25minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight1-2/+1
2025-09-25minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight1-12/+12
2025-09-25minmax.h: update some commentsDavid Laight1-29/+24
2025-09-25minmax.h: add whitespace around operators and after commasDavid Laight1-17/+17
2025-09-25mm: add folio_expected_ref_count() for reference count calculationShivank Garg1-0/+55
2025-09-25io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe1-3/+0
2025-09-25io_uring/cmd: let cmds to know about dying taskPavel Begunkov1-0/+1
2025-09-25net/mlx5e: Harden uplink netdev access against device unbindJianbo Liu1-0/+1
2025-09-19compiler-clang.h: define __SANITIZE_*__ macros only when undefinedNathan Chancellor1-5/+24
2025-09-19nfs/localio: add direct IO enablement with sync and async IO supportMike Snitzer1-0/+1
2025-09-19ext4: introduce linear search for dentriesTheodore Ts'o1-1/+9
2025-09-19mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo2-6/+36
2025-09-11x86/vmscape: Enable the mitigationPawan Gupta1-0/+1
2025-09-09block: add a queue_limits_commit_update_frozen helperChristoph Hellwig1-0/+2
2025-09-09mm: move page table sync declarations to linux/pgtable.hHarry Yoo2-16/+16
2025-09-09io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe1-2/+10
2025-09-09net: skb: add pskb_network_may_pull_reason() helperMenglong Dong1-1/+7
2025-09-09HID: stop exporting hid_snto32()Dmitry Torokhov1-1/+0
2025-09-09bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+1
2025-09-09bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann2-13/+14
2025-09-09bpf: Move bpf map owner out of common structDaniel Borkmann1-12/+24
2025-09-09bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+1
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-0/+1
2025-09-04of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()Oreoluwa Babatunde1-0/+3
2025-08-28net/mlx5: Add IFC bits and enums for buf_ownershipOren Sidi1-2/+12
2025-08-28net/mlx5: Relocate function declarations from port.h to mlx5_core.hShahar Shitrit1-84/+1
2025-08-28iosys-map: Fix undefined behavior in iosys_map_clear()Nitin Gote1-6/+1