summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-10-29minmax: fix indentation of __cmp_once() and __clamp_once()David Laight
2025-10-29minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight
2025-10-29minmax: fix header inclusionsAndy Shevchenko
2025-10-29minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko
2025-10-29minmax: Introduce {min,max}_array()Herve Codina
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)
2025-10-29minmax: clamp more efficiently by avoiding extra comparisonJason A. Donenfeld
2025-10-29minmax: sanity check constant bounds when clampingJason A. Donenfeld
2025-10-29overflow, tracing: Define the is_signed_type() macro onceBart Van Assche
2025-10-29locking: Introduce __cleanup() based infrastructurePeter Zijlstra
2025-10-29scsi: libsas: Add sas_task_find_rq()John Garry
2025-10-29iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODEMichael Hennerich
2025-10-29filelock: add FL_RECLAIM to show_fl_flags() macroJeff Layton
2025-10-29driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki
2025-10-02crypto: af_alg - Fix incorrect boolean values in af_alg_ctxEric Biggers
2025-10-02nexthop: Emit a notification when a nexthop is addedIdo Schimmel
2025-10-02rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel
2025-10-02crypto: af_alg - Disallow concurrent writes in af_alg_sendmsgHerbert Xu
2025-10-02genirq: Provide new interfaces for affinity hintsThomas Gleixner
2025-10-02genirq: Export affinity setter for modulesThomas Gleixner
2025-10-02genirq/affinity: Add irq_update_affinity_desc()John Garry
2025-10-02compiler-clang.h: define __SANITIZE_*__ macros only when undefinedNathan Chancellor
2025-10-02overflow: Allow mixed type argumentsKees Cook
2025-10-02compiler.h: drop fallback overflow checkersNick Desaulniers
2025-10-02overflow: Correct check_shl_overflow() commentKeith Busch
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-09-11x86/vmscape: Enable the mitigationPawan Gupta
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima
2025-09-04NFS: Fix a race when updating an existing writeTrond Myklebust
2025-09-04nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig
2025-08-28mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang
2025-08-28compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich
2025-08-28asm-generic: Add memory barrier dma_mb()Kefeng Wang
2025-08-28locking/barriers, kcsan: Support generic instrumentationMarco Elver
2025-08-28platform/chrome: cros_ec: Use per-device lockdep keyChen-Yu Tsai
2025-08-28minmax: add umin(a, b) and umax(a, b)David Laight
2025-08-28mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2025-08-28mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2025-08-28block: Make REQ_OP_ZONE_FINISH a write operationDamien Le Moal
2025-08-28PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner
2025-08-28net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg
2025-08-28move_mount: allow to add a mount into an existing groupPavel Tikhomirov
2025-08-28uapi: in6: restore visibility of most IPv6 socket optionsJakub Kicinski
2025-08-28net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubsGal Pressman
2025-08-28netmem: fix skb_frag_address_safe with unreadable skbsMina Almasry
2025-08-28wifi: cfg80211: Fix interface type validationIlan Peer
2025-08-28io_uring: don't use int for ABIPavel Begunkov
2025-08-28net: drop UFO packets in udp_rcv_segment()Wang Liang
2025-08-28ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet