summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-25iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_groupLouis-Alexis Eyraud1-13/+13
2025-04-25nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal1-1/+2
2025-04-25net: ppp: Add bound checking for skb data on ppp_sync_txmungArnaud Lecomte1-0/+5
2025-04-25ipv6: Align behavior across nexthops during path selectionIdo Schimmel1-4/+4
2025-04-25net_sched: sch_sfq: move the limit validationOctavian Purdila1-4/+6
2025-04-25net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila1-12/+44
2025-04-25nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner1-1/+1
2025-04-25drm/i915/huc: Fix fence not released on early probe errorsJanusz Krzysztofik3-6/+7
2025-04-25ata: sata_sx4: Add error handling in pdc20621_i2c_read()Wentao Liang1-3/+10
2025-04-25net: libwx: handle page_pool_dev_alloc_pages errorChenyuan Yang1-1/+2
2025-04-25drm/tests: probe-helper: Fix drm_display_mode memory leakMaxime Ripard1-1/+7
2025-04-25drm/tests: modes: Fix drm_display_mode memory leakMaxime Ripard1-0/+22
2025-04-25drm/tests: cmdline: Fix drm_display_mode memory leakMaxime Ripard1-1/+9
2025-04-25drm/tests: helpers: Create kunit helper to destroy a drm_display_modeMaxime Ripard2-0/+25
2025-04-25drm/tests: helpers: Fix compiler warningYu-Chun Lin1-2/+1
2025-04-25drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic()Jinjie Ruan2-0/+46
2025-04-25drm/tests: Add helper to create mock crtcMaxime Ripard2-0/+72
2025-04-25drm/tests: Add helper to create mock planeMaxime Ripard2-0/+96
2025-04-25drm/tests: helpers: Add atomic helpersMaxime Ripard1-0/+3
2025-04-25drm/tests: modeset: Fix drm_display_mode memory leakMaxime Ripard1-0/+3
2025-04-25net: ethtool: Don't call .cleanup_data when prepare_data failsMaxime Chevallier1-3/+5
2025-04-25tc: Ensure we have enough buffer space when sending filter netlink notificationsToke Høiland-Jørgensen1-21/+45
2025-04-25net/sched: cls_api: conditional notification of eventsPedro Tammela1-0/+12
2025-04-25rtnl: add helper to check if a notification is neededVictor Nogueira1-0/+15
2025-04-25rtnl: add helper to check if rtnl group has listenersJamal Hadi Salim1-0/+7
2025-04-25octeontx2-pf: qos: fix VF root node parent queue indexHariprasad Kelam1-0/+5
2025-04-25net: tls: explicitly disallow disconnectJakub Kicinski1-0/+6
2025-04-25codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang2-8/+3
2025-04-25tipc: fix memory leak in tipc_link_xmitTung Nguyen1-0/+1
2025-04-25objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()Josh Poimboeuf1-0/+5
2025-04-25ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe()Henry Martin1-0/+6
2025-04-25drm/i915: Disable RPG during live selftestBadal Nilawar2-15/+22
2025-04-25drm/i915/dg2: wait for HuC load completion before running selftestsDaniele Ceraolo Spurio1-4/+32
2025-04-25drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+Harish Chegondi4-4/+5
2025-04-25drm/i915/mocs: use to_gt() instead of direct &i915->gtJani Nikula1-2/+2
2025-04-25selftests/futex: futex_waitv wouldblock test should failEdward Liaw1-1/+1
2025-04-10Linux 6.6.87v6.6.87Greg Kroah-Hartman1-1/+1
2025-04-10tracing: Do not use PERF enums when perf is not definedSteven Rostedt1-2/+6
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-04-10media: streamzap: fix race between device disconnection and urb callbackMurad Masimov1-1/+1
2025-04-10exec: fix the racy usage of fs_struct->in_execOleg Nesterov1-6/+9
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-04-10arm64: Don't call NULL in do_compat_alignment_fixup()Angelos Oikonomopoulos1-0/+2
2025-04-10tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai1-1/+0
2025-04-10tracing: Fix synth event printk format for str fieldsDouglas Raillard1-1/+1
2025-04-10tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard1-1/+29