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-04-12
i3c: dw: Simplify xfer cleanup with __free(kfree)
Felix Gu
-26
/
+7
2026-04-12
i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()
Felix Gu
-3
/
+2
2026-04-12
i3c: master: renesas: Use __free(kfree) for xfer cleanup in renesas_i3c_send_...
Felix Gu
-4
/
+1
2026-04-12
i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()
Felix Gu
-2
/
+2
2026-04-12
i3c: master: dw-i3c: Balance PM runtime usage count on probe failure
Felix Gu
-0
/
+2
2026-04-12
i3c: master: dw-i3c: Fix missing reset assertion in remove() callback
Felix Gu
-8
/
+3
2026-04-12
i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
Adrian Hunter
-1
/
+6
2026-04-12
i3c: mipi-i3c-hci-pci: Add optional ability to manage child runtime PM
Adrian Hunter
-0
/
+131
2026-04-12
i3c: mipi-i3c-hci: Allow parent to manage runtime PM
Adrian Hunter
-4
/
+30
2026-04-12
i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
Adrian Hunter
-0
/
+4
2026-04-12
i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 for Intel controllers
Adrian Hunter
-0
/
+1
2026-04-12
i3c: fix missing newline in dev_err messages
haoyu.lu
-2
/
+2
2026-04-12
i3c: master: use kzalloc_flex
Rosen Penev
-10
/
+4
2026-04-12
i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C
Adrian Hunter
-0
/
+3
2026-04-12
i3c: master: Add sysfs option to rescan bus via entdaa
David Nyström
-0
/
+47
2026-04-12
i3c: master: svc: spelling corrections
Randy Dunlap
-3
/
+3
2026-04-12
hwmon: (ina233) Don't check for specific errors when parsing properties
Andy Shevchenko
-13
/
+15
2026-04-12
hwmon: (isl28022) Don't check for specific errors when parsing properties
Andy Shevchenko
-18
/
+24
2026-04-12
hwmon: (pmbus/tps25990) Don't check for specific errors when parsing properties
Andy Shevchenko
-4
/
+10
2026-04-12
hwmon: (nct6683) Add customer ID for ASRock B650I Lightning WiFi
Petr Klotz
-0
/
+3
2026-04-12
crypto: af_alg - use sock_kmemdup in alg_setkey_by_key_serial
Thorsten Blum
-3
/
+1
2026-04-12
crypto: vmx - remove CRYPTO_DEV_VMX from Kconfig
Thorsten Blum
-8
/
+0
2026-04-12
crypto: omap - convert reqctx buffer to fixed-size array
Thorsten Blum
-11
/
+10
2026-04-12
crypto: atmel-sha204a - add Thorsten Blum as maintainer
Thorsten Blum
-0
/
+6
2026-04-12
crypto: atmel-ecc - add Thorsten Blum as maintainer
Thorsten Blum
-2
/
+3
2026-04-12
crypto: qat - fix IRQ cleanup on 6xxx probe failure
Giovanni Cabiddu
-1
/
+3
2026-04-12
crypto: geniv - Remove unused spinlock from struct aead_geniv_ctx
Herbert Xu
-4
/
+0
2026-04-12
crypto: qce - simplify qce_xts_swapiv()
Thorsten Blum
-6
/
+6
2026-04-12
crypto: hisilicon - Fix dma_unmap_single() direction
Thomas Fourier
-1
/
+1
2026-04-12
crypto: talitos - rename first/last to first_desc/last_desc
Paul Louvel
-23
/
+23
2026-04-12
crypto: talitos - fix SEC1 32k ahash request limitation
Paul Louvel
-69
/
+147
2026-04-12
crypto: jitterentropy - replace long-held spinlock with mutex
Haixin Xu
-7
/
+7
2026-04-12
crypto: hisilicon - remove unused and non-public APIs for qm and sec
Chenghai Huang
-8
/
+4
2026-04-12
crypto: hisilicon/qm - drop redundant variable initialization
Chenghai Huang
-2
/
+2
2026-04-12
crypto: hisilicon/qm - remove else after return
Chenghai Huang
-2
/
+2
2026-04-12
crypto: hisilicon/qm - add const qualifier to info_name in struct qm_cmd_dump...
Chenghai Huang
-9
/
+9
2026-04-12
crypto: hisilicon - fix the format string type error
Zhushuai Yin
-3
/
+3
2026-04-12
crypto: ccree - fix a memory leak in cc_mac_digest()
Haoxiang Li
-0
/
+1
2026-04-12
ALSA: sscape: Add suspend and resume support
Cássio Gabriel
-0
/
+93
2026-04-12
ALSA: sscape: Cache per-card resources for board reinitialization
Cássio Gabriel
-95
/
+139
2026-04-12
crypto: algif_aead - Fix minimum RX size check for decryption
Herbert Xu
-1
/
+1
2026-04-12
X.509: Fix out-of-bounds access when parsing extensions
Lukas Wunner
-4
/
+4
2026-04-12
crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
Herbert Xu
-2
/
+2
2026-04-11
bpf: Simplify do_check_insn()
Alexei Starovoitov
-57
/
+46
2026-04-11
Merge tag 'i2c-for-7.0-final' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2026-04-11
bpf: Move checks for reserved fields out of the main pass
Alexei Starovoitov
-148
/
+201
2026-04-11
Merge tag 'spi-fix-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-36
/
+7
2026-04-11
Merge tag 'regulator-fix-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+1
2026-04-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-15
/
+21
2026-04-11
Merge tag 'probes-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
[prev]
[next]