summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-09-04of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() han...Jonathan Cameron1-0/+13
2024-09-04of: Add cleanup.h based auto release via __free(device_node) markingsJonathan Cameron1-0/+2
2024-08-29net: change maximum number of UDP segments to 128Yuri Benditovich1-1/+1
2024-08-29net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn1-11/+5
2024-08-29net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validationWillem de Bruijn1-3/+16
2024-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2024-08-29net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean1-0/+47
2024-08-29net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean1-0/+21
2024-08-29mm: Remove kmem_valid_obj()Zhen Lei1-2/+3
2024-08-29pid: Replace struct pid 1-element array with flex-arrayKees Cook1-1/+1
2024-08-29posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-1/+1
2024-08-29bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko1-12/+7
2024-08-29ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o1-0/+8
2024-08-29bpf: Fix updating attached freplace prog in prog_array mapLeon Hwang1-2/+2
2024-08-29fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro1-0/+12
2024-08-29bitmap: introduce generic optimized bitmap_size()Alexander Lobakin2-4/+6
2024-08-29vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng1-0/+5
2024-08-19cgroup: Move rcu_head up near the top of cgroup_rootWaiman Long1-4/+4
2024-08-19cgroup: Make operations on the cgroup root_list RCU safeYafang Shao1-0/+1
2024-08-19sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+3
2024-08-14block: use the right type for stub rq_integrity_vec()Jens Axboe1-1/+1
2024-08-14clocksource: Scale the watchdog read retries automaticallyFeng Tang1-1/+13
2024-08-14bpf: kprobe: remove unused declaring of bpf_kprobe_overrideMenglong Dong1-1/+0
2024-08-14profiling: remove profile=sleep supportTetsuo Handa1-1/+0
2024-08-14PCI: Add Edimax Vendor ID to pci_ids.hFUJITA Tomonori1-0/+2
2024-08-14block: change rq_integrity_vec to respect the iteratorMikulas Patocka1-7/+7
2024-08-11leds: trigger: Store brightness set by led_trigger_event()Heiner Kallweit1-0/+15
2024-08-11leds: trigger: Remove unused function led_trigger_rename_static()Heiner Kallweit1-17/+0
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+0
2024-08-03PCI: Introduce cleanup helpers for device reference counts and locksIra Weiny1-0/+2
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker1-0/+1
2024-08-03jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara1-5/+0
2024-08-03task_work: Introduce task_work_cancel() againFrederic Weisbecker1-0/+1
2024-08-03task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker1-1/+1
2024-08-03mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin1-0/+1
2024-08-03sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang1-0/+5
2024-08-03net: missing check virtioDenis Arefev1-0/+11
2024-08-03RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabledOr Har-Toov1-3/+6
2024-08-03bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXTTengda Wu1-1/+1
2024-08-03jump_label: Prevent key->enabled int overflowDmitry Safonov1-4/+17
2024-08-03mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-1/+0
2024-07-25netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li1-0/+6
2024-07-25minmax: relax check to allow comparison between unsigned arguments and signed...David Laight1-7/+17
2024-07-25minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight1-2/+3
2024-07-25minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight1-28/+32
2024-07-25minmax: fix header inclusionsAndy Shevchenko1-0/+2
2024-07-25minmax: clamp more efficiently by avoiding extra comparisonJason A. Donenfeld1-1/+1
2024-07-25minmax: sanity check constant bounds when clampingJason A. Donenfeld1-2/+24
2024-07-18bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao1-0/+8