summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-27media: venus: Fix probe error handlingLoic Poulain1-8/+8
2025-06-27media: v4l2-dev: fix error handling in __video_register_device()Ma Ke1-7/+7
2025-06-27media: gspca: Add error handling for stv06xx_read_sensor()Wentao Liang1-3/+4
2025-06-27media: cxusb: no longer judge rbuf when the write failsEdward Adam Davis1-2/+1
2025-06-27media: ov8856: suppress probe deferral errorsJohan Hovold1-6/+3
2025-06-27wifi: rtlwifi: disable ASPM for RTL8723BE with subsystem ID 11ad:1723Mingcong Bai1-0/+10
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
2025-06-27nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng1-3/+3
2025-06-27nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown1-1/+2
2025-06-27wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()Christian Lamparter3-4/+12
2025-06-27net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()Wentao Liang1-3/+6
2025-06-27net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr()Wentao Liang1-3/+6
2025-06-27ASoC: meson: meson-card-utils: use of_property_present() for DT parsingMartin Blumenstingl1-1/+1
2025-06-27ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params()Wentao Liang1-0/+4
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-06-27crypto: marvell/cesa - Do not chain submitted requestsHerbert Xu3-25/+39
2025-06-27configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu1-1/+1
2025-06-27tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet1-1/+1
2025-06-27kbuild: hdrcheck: fix cross build with clangArnd Bergmann1-1/+1
2025-06-27kbuild: userprogs: fix bitsize and target detection on clangThomas Weißschuh1-2/+2
2025-06-27net: usb: aqc111: debug info before sanitationOliver Neukum1-4/+4
2025-06-27calipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet1-2/+4
2025-06-27x86/iopl: Cure TIF_IO_BITMAP inconsistenciesThomas Gleixner2-4/+15
2025-06-27xen/arm: call uaccess_ttbr0_enable for dm_op hypercallStefano Stabellini1-1/+20
2025-06-27usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman1-2/+14
2025-06-27drm/amd/display: Do not add '-mhard-float' to dcn2{1,0}_resource.o for clangNathan Chancellor2-2/+2
2025-06-27kbuild: Add KBUILD_CPPFLAGS to as-option invocationNathan Chancellor1-1/+1
2025-06-27kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGSMasahiro Yamada1-2/+1
2025-06-27kbuild: Add CLANG_FLAGS to as-instrNathan Chancellor1-1/+1
2025-06-27mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocationNathan Chancellor1-1/+1
2025-06-27drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clangNathan Chancellor1-1/+2
2025-06-27kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers3-6/+6
2025-06-27MIPS: Prefer cc-option for additions to cflagsNathan Chancellor2-2/+2
2025-06-27MIPS: Move '-Wa,-msoft-float' check from as-option to cc-optionNathan Chancellor1-1/+1
2025-06-27x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers1-1/+1
2025-06-27posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-27fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu1-5/+9
2025-06-27net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-27sch_ets: make est_qlen_notify() idempotentCong Wang1-4/+4
2025-06-27net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-27net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-27net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-27net/mlx5: Fix return value when searching for existing flow groupPatrisious Haddad1-1/+4
2025-06-27net/mlx5: Ensure fw pages are always allocated on same NUMAMoshe Shemesh1-1/+1
2025-06-27net/mdiobus: Fix potential out-of-bounds read/write accessJakub Raczynski1-0/+6
2025-06-27net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn1-2/+8
2025-06-27macsec: MACsec SCI assignment for ES = 0Carlos Fernandez1-6/+34
2025-06-27net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-27net: Rename ->stream_memory_read to ->sock_is_readableCong Wang6-11/+14
2025-06-27bpf: Clean up sockmap related KconfigsCong Wang12-103/+133