index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-14
iio: light: acpi-als: Convert ACPI driver to a platform one
Rafael J. Wysocki
-14
/
+14
2026-03-14
iio: light: acpi-als: Register ACPI notify handler directly
Rafael J. Wysocki
-5
/
+15
2026-03-14
iio: frequency: admv1013: fix NULL pointer dereference on str
Antoniu Miclaus
-28
/
+37
2026-03-14
iio: adc: max1363: Reformat enum and array initializers
Giorgi Tchankvetadze
-40
/
+43
2026-03-14
ARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=m
Nathan Chancellor
-1
/
+0
2026-03-14
thermal: sysfs: Use str_enabled_disabled() helper in mode_show()
Thorsten Blum
-4
/
+3
2026-03-14
iio: proximity: rfd77402: Fix completion race condition in IRQ mode
Felix Gu
-3
/
+4
2026-03-14
kernfs: Add missing documentation for kernfs_put_active's drop_supers argument
T.J. Mercier
-0
/
+2
2026-03-14
Merge tag 'renesas-dt-bindings-for-v7.1-tag1' of https://git.kernel.org/pub/s...
Krzysztof Kozlowski
-0
/
+14
2026-03-14
Merge tag 'renesas-drivers-for-v7.1-tag1' of https://git.kernel.org/pub/scm/l...
Krzysztof Kozlowski
-0
/
+108
2026-03-14
Merge tag 'renesas-arm-defconfig-for-v7.1-tag1' of https://git.kernel.org/pub...
Krzysztof Kozlowski
-6
/
+5
2026-03-14
Merge tag 'renesas-fixes-for-v7.0-tag1' of https://git.kernel.org/pub/scm/lin...
Krzysztof Kozlowski
-43
/
+15
2026-03-14
interconnect: qcom: sm8450: Fix NULL pointer dereference in icc_link_nodes()
Vladimir Zapolskiy
-2
/
+2
2026-03-14
dt-bindings: thermal: qcom-tsens: Document the SM8750 Temperature Sensor
Manaf Meethalavalappu Pallikunhi
-0
/
+1
2026-03-13
sched_ext/selftests: Fix incorrect include guard comments
Cheng-Yang Chou
-2
/
+2
2026-03-13
sched_ext: Fix uninitialized ret in scx_alloc_and_add_sched()
Cheng-Yang Chou
-2
/
+6
2026-03-13
selftests/sched_ext: Update scx_bpf_dsq_move_to_local() in kselftests
Andrea Righi
-9
/
+9
2026-03-14
drm/sun4i: layers: Use drm_fb_dma_get_gem_addr() to get display memory
Chen-Yu Tsai
-39
/
+4
2026-03-14
drm/sun4i: Fix resource leaks
Ethan Tidmore
-1
/
+2
2026-03-14
batman-adv: avoid OGM aggregation when skb tailroom is insufficient
Yang Yang
-0
/
+3
2026-03-14
arm64: dts: allwinner: h6: Add TaiqiCat (TQC) A01 support
Jun Yan
-0
/
+362
2026-03-14
dt-bindings: arm: sunxi: Add TaiqiCat (TQC) A01
Jun Yan
-0
/
+5
2026-03-14
dt-bindings: vendor-prefixes: Add Beijing Ultrapower Software Co., Ltd.
Jun Yan
-0
/
+2
2026-03-14
crypto: tcrypt - stop ahash speed tests when setkey fails
Saeed Mirzamohammadi
-2
/
+8
2026-03-14
crypto: tcrypt - clamp num_mb to avoid divide-by-zero
Saeed Mirzamohammadi
-0
/
+5
2026-03-14
include/psp-sev.h: fix structure member in comment
Tycho Andersen (AMD)
-1
/
+1
2026-03-14
crypto: ccp - simplify sev_update_firmware()
Tycho Andersen (AMD)
-18
/
+9
2026-03-14
crypto: qce - Remove return variable and unused assignments
Thorsten Blum
-9
/
+3
2026-03-14
dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
Robert Marko
-0
/
+1
2026-03-14
crypto: ccp - Fix leaking the same page twice
Guenter Roeck
-3
/
+1
2026-03-13
Merge branch 'optimize-bounds-refinement-by-reordering-deductions'
Alexei Starovoitov
-7
/
+44
2026-03-13
selftests/bpf: Test case for refinement improvement using 64b bounds
Paul Chaignon
-0
/
+33
2026-03-13
bpf: Avoid one round of bounds deduction
Paul Chaignon
-2
/
+1
2026-03-13
bpf: better naming for __reg_deduce_bounds() parts
Eduard Zingerman
-6
/
+11
2026-03-13
ptp: ocp: Add support for Xilinx-based Adva TimeCard variant
Sagi Maimon
-28
/
+337
2026-03-13
Merge branch 'udp-retire-udp-lite'
Jakub Kicinski
-1178
/
+342
2026-03-13
udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().
Kuniyuki Iwashima
-24
/
+9
2026-03-13
udp: Don't pass udptable to IPv4 socket lookup functions.
Kuniyuki Iwashima
-87
/
+59
2026-03-13
udp: Don't pass udptable to IPv6 socket lookup functions.
Kuniyuki Iwashima
-65
/
+53
2026-03-13
udp: Remove dead check in __udp[46]_lib_lookup() for BPF.
Kuniyuki Iwashima
-4
/
+2
2026-03-13
udp: Remove udp_table in struct udp_seq_afinfo.
Kuniyuki Iwashima
-20
/
+4
2026-03-13
udp: Remove struct proto.h.udp_table.
Kuniyuki Iwashima
-16
/
+12
2026-03-13
udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.
Kuniyuki Iwashima
-72
/
+8
2026-03-13
udp: Remove partial csum code in TX.
Kuniyuki Iwashima
-100
/
+47
2026-03-13
udp: Remove partial csum code in RX.
Kuniyuki Iwashima
-179
/
+39
2026-03-13
smack: Remove IPPROTO_UDPLITE support in security_sock_rcv_skb().
Kuniyuki Iwashima
-3
/
+1
2026-03-13
udp: Remove UDP-Lite SNMP stats.
Kuniyuki Iwashima
-145
/
+71
2026-03-13
ipv4: Retire UDP-Lite.
Kuniyuki Iwashima
-244
/
+26
2026-03-13
ipv6: Remove UDP-Lite support for IPV6_ADDRFORM.
Kuniyuki Iwashima
-13
/
+4
2026-03-13
ipv6: Retire UDP-Lite.
Kuniyuki Iwashima
-217
/
+23
[prev]
[next]