summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-12-09util_macros.h: fix/rework find_closest() macrosAlexandru Ardelean
2024-12-09Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-12-09Rename .data.unlikely to .data..unlikelyMasahiro Yamada
2024-12-09init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada
2024-12-09block: return unsigned int from bdev_io_minChristoph Hellwig
2024-12-09Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr
2024-12-09locking/lockdep: Avoid creating new name string literals in lockdep_set_subcl...Ahmed Ehab
2024-12-09netpoll: Use rcu_access_pointer() in netpoll_poll_lockBreno Leitao
2024-12-09sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-12-09sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2024-12-09virtchnl: Add CRC stripping capabilityPaul M Stillwell Jr
2024-12-09of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-12-09kcsan, seqlock: Fix incorrect assumption in read_seqbegin()Marco Elver
2024-12-09kcsan, seqlock: Support seqcount_latch_tMarco Elver
2024-12-09time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-12-09crypto: hisilicon/qm - disable same error report before resettingWeili Qian
2024-12-09bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-11-22mm: refactor map_deny_write_exec()Lorenzo Stoakes
2024-11-22mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2024-11-22net: Make copy_safe_from_sockptr() match documentationMichal Luczaj
2024-11-14signal: restore the override_rlimit logicRoman Gushchin
2024-11-14arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland
2024-11-14posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall
2024-11-08mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-11-08x86/traps: Enable UBSAN traps on x86Gatlin Newhouse
2024-11-08cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams
2024-11-08rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2024-11-08kasan: Fix Software Tag-Based KASAN with GCCMarco Elver
2024-11-08iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig
2024-11-08iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong
2024-11-08thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-11-01mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)
2024-11-01sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long
2024-11-01task_work: Add TWA_NMI_CURRENT as an additional notify mode.Sebastian Andrzej Siewior
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa
2024-10-22irqchip/gic-v4: Don't allow a VMOVP on a dying VPEMarc Zyngier
2024-10-22net: enetc: add missing static descriptor and inline keywordWei Fang
2024-10-17rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet
2024-10-17platform/x86/intel/tpmi: Add defines to get version informationSrinivas Pandruvada
2024-10-17tcp: new TCP_INFO stats for RTO eventsAananth V
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 0x1aShyam Sundar S K
2024-10-17PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli
2024-10-17bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-10-17jbd2: fix kernel-doc for j_transaction_overhead_buffersRandy Dunlap
2024-10-17bus: mhi: ep: Add support for async DMA write operationManivannan Sadhasivam