summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-10-19minmax: simplify min()/max()/clamp() implementationLinus Torvalds1-23/+20
2025-10-19minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2025-10-19minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2025-10-19minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds1-0/+7
2025-10-19minmax: fix indentation of __cmp_once() and __clamp_once()David Laight1-15/+15
2025-10-19minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko1-23/+2
2025-10-19minmax: Introduce {min,max}_array()Herve Codina1-0/+64
2025-10-19locking: Introduce __cleanup() based infrastructurePeter Zijlstra15-0/+314
2025-10-19iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODEMichael Hennerich1-1/+1
2025-10-19minmax: add in_range() macroMatthew Wilcox (Oracle)1-0/+27
2025-10-19driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki1-0/+3
2025-10-02can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol1-0/+1
2025-10-02can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol1-0/+3
2025-10-02can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol1-7/+0
2025-10-02can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2-17/+51
2025-10-02genirq: Provide new interfaces for affinity hintsThomas Gleixner1-1/+52
2025-10-02compiler-clang.h: define __SANITIZE_*__ macros only when undefinedNathan Chancellor1-5/+24
2025-10-02mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo2-6/+36
2025-09-11x86/vmscape: Enable the mitigationPawan Gupta1-0/+1
2025-09-09mm: move page table sync declarations to linux/pgtable.hHarry Yoo2-16/+16
2025-09-09ptp: Add generic PTP is_sync() functionKurt Kanzenbach1-0/+15
2025-09-09bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+1
2025-09-09bpf: Move bpf map owner out of common structDaniel Borkmann1-10/+13
2025-09-09bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann2-13/+101
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-04NFS: Fix a race when updating an existing writeTrond Myklebust1-0/+1
2025-09-04nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig1-1/+0
2025-08-28mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang2-0/+39
2025-08-28compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich1-8/+0
2025-08-28platform/chrome: cros_ec: Use per-device lockdep keyChen-Yu Tsai1-0/+4
2025-08-28block: Make REQ_OP_ZONE_FINISH a write operationDamien Le Moal1-4/+4
2025-08-28PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-1/+9
2025-08-28mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-18/+54
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-7/+8
2025-08-28mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2-2/+13
2025-08-28net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubsGal Pressman1-3/+3
2025-08-28netmem: fix skb_frag_address_safe with unreadable skbsMina Almasry1-1/+7
2025-08-28net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg1-0/+1
2025-08-28ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-0/+23
2025-08-28XArray: Add calls to might_alloc()Matthew Wilcox (Oracle)1-0/+15
2025-08-28module: Restore the moduleparam prefix length checkPetr Pavlu1-3/+2
2025-08-28pps: fix poll supportDenis OSTERLAND-HEIM1-0/+1
2025-08-28fs_context: fix parameter name in infofc() macroRubenKelevra1-1/+1
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-0/+1
2025-08-28net/mlx5e: Add support to klm_umr_wqeBen Ben-Ishay1-0/+1
2025-08-28lib: bitmap: Introduce node-aware alloc APITariq Toukan1-0/+2
2025-07-17dma-buf: add dma_resv_for_each_fence_unlocked v8Christian König1-0/+95
2025-07-10x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)1-0/+1
2025-07-10regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne1-0/+2