summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-10-02minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2025-10-02minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds2-1/+8
2025-10-02minmax: fix indentation of __cmp_once() and __clamp_once()David Laight1-15/+15
2025-10-02minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko1-23/+2
2025-10-02minmax: Introduce {min,max}_array()Herve Codina1-0/+64
2025-10-02minmax: add in_range() macroMatthew Wilcox (Oracle)1-0/+27
2025-10-02mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins1-0/+10
2025-10-02mm: add folio_expected_ref_count() for reference count calculationShivank Garg1-0/+54
2025-09-19compiler-clang.h: define __SANITIZE_*__ macros only when undefinedNathan Chancellor1-5/+24
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-09PCI/MSI: Add an option to write MSIX ENTRY_DATA before any readsJonathan Currier1-0/+2
2025-09-09mm: move page table sync declarations to linux/pgtable.hHarry Yoo2-16/+16
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-12/+24
2025-09-09bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann2-13/+14
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-28iosys-map: Fix undefined behavior in iosys_map_clear()Nitin Gote1-6/+1
2025-08-28compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich1-8/+0
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-28platform/chrome: cros_ec: Use per-device lockdep keyChen-Yu Tsai1-0/+4
2025-08-28PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-1/+9
2025-08-28block: Make REQ_OP_ZONE_FINISH a write operationDamien Le Moal1-3/+3
2025-08-28block: reject invalid operation in submit_bio_noacctChristoph Hellwig1-4/+4
2025-08-28vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon1-1/+6
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: usb: cdc-ncm: check for filtering capabilityOliver Neukum1-0/+1
2025-08-28PCI: Extend isolated function probing to LoongArchHuacai Chen1-0/+3
2025-08-15net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg1-0/+1
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-0/+23
2025-08-15sched: Add test_and_clear_wake_up_bit() and atomic_dec_and_wake_up()NeilBrown1-0/+60
2025-08-15module: Restore the moduleparam prefix length checkPetr Pavlu1-3/+2
2025-08-15proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie1-0/+1
2025-08-15pps: fix poll supportDenis OSTERLAND-HEIM1-0/+1
2025-08-15fs_context: fix parameter name in infofc() macroRubenKelevra1-1/+1
2025-07-17fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-0/+2
2025-07-10x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)1-0/+1
2025-07-10ata: libata-acpi: Do not assume 40 wire cable if no devices are enabledTasos Sahanidis1-4/+3
2025-07-10usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera1-0/+1
2025-07-06Revert "ipv6: save dontfrag in cork"Brett A C Sheffield (Librecast)1-1/+0
2025-07-06tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-1/+3
2025-07-06tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-2/+3
2025-07-06tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+3