summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-02-08net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree1-0/+4
2025-02-08nfs: fix incorrect error handling in LOCALIOMike Snitzer1-1/+2
2025-02-08module: Extend the preempt disabled section in dereference_symbol_descriptor().Sebastian Andrzej Siewior1-1/+1
2025-02-08bpf: Reject struct_ops registration that uses module ptr and the module btf_i...Martin KaFai Lau1-0/+5
2025-02-08inet: ipmr: fix data-racesEric Dumazet1-3/+3
2025-02-08wifi: mac80211: Fix common size calculation for ML elementIlan Peer1-8/+3
2025-02-08HID: fix generic desktop D-Pad controlsTerry Tritton1-0/+1
2025-02-08ax25: rcu protect dev->ax25_ptrEric Dumazet1-1/+1
2025-02-08ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet2-19/+19
2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2025-02-08sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-0/+1
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-0/+6
2025-02-08coredump: Do not lock during 'comm' reportingKees Cook1-2/+2
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever1-1/+0
2025-02-01seccomp: Stub for !CONFIG_SECCOMPLinus Walleij1-1/+1
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-0/+1
2025-01-23mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts1-0/+12
2025-01-23poll_wait: add mb() to fix theoretical race between waitqueue_active() and .p...Oleg Nesterov1-1/+9
2025-01-23soc: ti: pruss: Fix pruss APIsMD Danish Anwar1-6/+6
2025-01-17firewall: remove misplaced semicolon from stm32_firewall_get_firewallguanjing1-1/+1
2025-01-17fs: kill MNT_ONRBChristian Brauner1-2/+1
2025-01-17netfs: Fix is-caching check in read-retryDavid Howells1-1/+0
2025-01-17iomap: fix zero padding data issue in concurrent append writesLong Li1-1/+1
2025-01-17fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-2/+2
2025-01-09mm: hugetlb: independent PMD page table shared countLiu Shixin2-0/+31
2025-01-09mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-18/+54
2025-01-09RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+3
2025-01-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-1/+1
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-3/+13
2025-01-09net/mlx5e: Keep netdev when leave switchdev for devlink set legacy onlyJianbo Liu1-0/+1
2025-01-09RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-0/+6
2025-01-09block: lift bio_is_zone_append to bio.hChristoph Hellwig1-0/+17
2025-01-02tracing: Constify string literal data member in struct trace_event_callChristian Göttsche1-1/+1
2025-01-02freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong1-1/+2
2025-01-02dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou1-0/+2
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-3/+8
2025-01-02mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2024-12-27epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan1-0/+1
2024-12-27mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-10/+2
2024-12-27io_uring: Fix registered ring file refcount leakJann Horn1-3/+1
2024-12-27tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt1-1/+5
2024-12-27Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley1-0/+1
2024-12-27alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan1-1/+6
2024-12-27sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)1-0/+7
2024-12-27firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun1-5/+8
2024-12-19x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross2-11/+27
2024-12-19net, team, bonding: Add netdev_base_features helperDaniel Borkmann1-0/+7
2024-12-19net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean1-0/+1
2024-12-19bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn1-8/+5