summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-14iio: light: acpi-als: Convert ACPI driver to a platform oneRafael J. Wysocki-14/+14
2026-03-14iio: light: acpi-als: Register ACPI notify handler directlyRafael J. Wysocki-5/+15
2026-03-14iio: frequency: admv1013: fix NULL pointer dereference on strAntoniu Miclaus-28/+37
2026-03-14iio: adc: max1363: Reformat enum and array initializersGiorgi Tchankvetadze-40/+43
2026-03-14ARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=mNathan Chancellor-1/+0
2026-03-14thermal: sysfs: Use str_enabled_disabled() helper in mode_show()Thorsten Blum-4/+3
2026-03-14iio: proximity: rfd77402: Fix completion race condition in IRQ modeFelix Gu-3/+4
2026-03-14kernfs: Add missing documentation for kernfs_put_active's drop_supers argumentT.J. Mercier-0/+2
2026-03-14Merge tag 'renesas-dt-bindings-for-v7.1-tag1' of https://git.kernel.org/pub/s...Krzysztof Kozlowski-0/+14
2026-03-14Merge tag 'renesas-drivers-for-v7.1-tag1' of https://git.kernel.org/pub/scm/l...Krzysztof Kozlowski-0/+108
2026-03-14Merge tag 'renesas-arm-defconfig-for-v7.1-tag1' of https://git.kernel.org/pub...Krzysztof Kozlowski-6/+5
2026-03-14Merge tag 'renesas-fixes-for-v7.0-tag1' of https://git.kernel.org/pub/scm/lin...Krzysztof Kozlowski-43/+15
2026-03-14interconnect: qcom: sm8450: Fix NULL pointer dereference in icc_link_nodes()Vladimir Zapolskiy-2/+2
2026-03-14dt-bindings: thermal: qcom-tsens: Document the SM8750 Temperature SensorManaf Meethalavalappu Pallikunhi-0/+1
2026-03-13sched_ext/selftests: Fix incorrect include guard commentsCheng-Yang Chou-2/+2
2026-03-13sched_ext: Fix uninitialized ret in scx_alloc_and_add_sched()Cheng-Yang Chou-2/+6
2026-03-13selftests/sched_ext: Update scx_bpf_dsq_move_to_local() in kselftestsAndrea Righi-9/+9
2026-03-14drm/sun4i: layers: Use drm_fb_dma_get_gem_addr() to get display memoryChen-Yu Tsai-39/+4
2026-03-14drm/sun4i: Fix resource leaksEthan Tidmore-1/+2
2026-03-14batman-adv: avoid OGM aggregation when skb tailroom is insufficientYang Yang-0/+3
2026-03-14arm64: dts: allwinner: h6: Add TaiqiCat (TQC) A01 supportJun Yan-0/+362
2026-03-14dt-bindings: arm: sunxi: Add TaiqiCat (TQC) A01Jun Yan-0/+5
2026-03-14dt-bindings: vendor-prefixes: Add Beijing Ultrapower Software Co., Ltd.Jun Yan-0/+2
2026-03-14crypto: tcrypt - stop ahash speed tests when setkey failsSaeed Mirzamohammadi-2/+8
2026-03-14crypto: tcrypt - clamp num_mb to avoid divide-by-zeroSaeed Mirzamohammadi-0/+5
2026-03-14include/psp-sev.h: fix structure member in commentTycho Andersen (AMD)-1/+1
2026-03-14crypto: ccp - simplify sev_update_firmware()Tycho Andersen (AMD)-18/+9
2026-03-14crypto: qce - Remove return variable and unused assignmentsThorsten Blum-9/+3
2026-03-14dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trngRobert Marko-0/+1
2026-03-14crypto: ccp - Fix leaking the same page twiceGuenter Roeck-3/+1
2026-03-13Merge branch 'optimize-bounds-refinement-by-reordering-deductions'Alexei Starovoitov-7/+44
2026-03-13selftests/bpf: Test case for refinement improvement using 64b boundsPaul Chaignon-0/+33
2026-03-13bpf: Avoid one round of bounds deductionPaul Chaignon-2/+1
2026-03-13bpf: better naming for __reg_deduce_bounds() partsEduard Zingerman-6/+11
2026-03-13ptp: ocp: Add support for Xilinx-based Adva TimeCard variantSagi Maimon-28/+337
2026-03-13Merge branch 'udp-retire-udp-lite'Jakub Kicinski-1178/+342
2026-03-13udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima-24/+9
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima-87/+59
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima-65/+53
2026-03-13udp: Remove dead check in __udp[46]_lib_lookup() for BPF.Kuniyuki Iwashima-4/+2
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima-20/+4
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima-16/+12
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima-72/+8
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima-100/+47
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima-179/+39
2026-03-13smack: Remove IPPROTO_UDPLITE support in security_sock_rcv_skb().Kuniyuki Iwashima-3/+1
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima-145/+71
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima-244/+26
2026-03-13ipv6: Remove UDP-Lite support for IPV6_ADDRFORM.Kuniyuki Iwashima-13/+4
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima-217/+23