index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
10
-85
/
+185
8 days
Merge tag 'platform-drivers-x86-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
1
-2
/
+0
9 days
Merge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
2
-258
/
+76
13 days
Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
15
-59
/
+339
2026-08-17
Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-10
/
+15
2026-08-15
hwrng: drivers - use named initializers for acpi_device_id
Pawel Zalewski (The Capable Hub)
2
-2
/
+2
2026-08-15
hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resume
Thomas Richard (TI)
1
-15
/
+86
2026-08-10
hwrng: imx-rngc - Disable clock on registration failure
Yuho Choi
1
-1
/
+3
2026-07-31
virtio_console: fix race between hvc put_chars and virtqueue teardown on freeze
Sungho Bae
1
-6
/
+64
2026-07-31
virtio_console: fix control queue race during restore
Sungho Bae
1
-3
/
+12
2026-07-31
virtio_console: fix hot-unplug races in TX paths
Sungho Bae
1
-6
/
+31
2026-07-31
virtio_console: refactor __send_to_port() buffer ownership
Sungho Bae
1
-32
/
+37
2026-07-31
virtio_console: take a kref in find_port_by_vq() to fix port UAF
Hari Mishal
1
-1
/
+12
2026-07-31
initramfs_test: use test init/exit hooks to override init fs
Christian Brauner
1
-10
/
+15
2026-07-28
agp/amd-k7: Don't rely on address of pci_device_id
Gary Guo
1
-22
/
+4
2026-07-28
agp/via: Don't rely on address of pci_device_id
Gary Guo
1
-236
/
+72
2026-07-27
hwrng: stm32 - Fix runtime PM cleanup on registration failure
Can Peng
1
-7
/
+3
2026-07-17
char: xillybus: Remove redundant dev_err()
Pan Chuang
2
-8
/
+2
2026-07-17
tpm: Remove redundant dev_err()
Pan Chuang
3
-9
/
+2
2026-07-17
hwrng: drivers - Remove redundant dev_err()/dev_err_probe()
Pan Chuang
6
-12
/
+6
2026-07-17
char: xilinx_hwicap: unregister class on init errors
Myeonghun Pak
1
-1
/
+4
2026-07-17
virtio_console: fix endian conversion in handle_control_message()
Ben Dooks
1
-2
/
+4
2026-07-17
char: powernv-op-panel: remove unnecessary reset of position pointer
Fernando Fernandez Mancera
1
-2
/
+0
2026-07-17
ppdev: prevent overflow when setting port timeout
Linmao Li
1
-4
/
+6
2026-07-17
tlclk: if sscanf() fails, fall back to 0, not random value
Alexander A. Klimov
1
-18
/
+18
2026-07-17
hwrng: omap - Enable on Renesas RZ/N1D
Miquel Raynal (Schneider Electric)
1
-1
/
+1
2026-07-17
hwrng: drivers - Remove redundant dev_err()/dev_err_probe()
Pan Chuang
6
-12
/
+6
2026-07-13
hwrng: ks-sa - Fix runtime PM cleanup on registration failure
Yuho Choi
1
-1
/
+8
2026-07-12
tpm: Make the TPM character devices non-seekable
Jaewon Yang
2
-2
/
+2
2026-07-09
sonypi: Stop setting acpi_device_name/class()
Rafael J. Wysocki
1
-2
/
+0
2026-07-05
hwrng: omap - Fix probe error path cleanup
Myeonghun Pak
1
-10
/
+20
2026-07-05
hwrng: xilinx-trng - propagate timeout before any data is read
Pengpeng Hou
1
-8
/
+24
2026-07-05
hwrng: qcom - Move qcom-rng.c into drivers/char/hw_random/
Eric Biggers
3
-0
/
+182
2026-07-05
hwrng: atmel - drop __maybe_unused from atmel_trng_pm_ops
Thorsten Blum
1
-1
/
+1
2026-07-05
hwrng: core - fix rng list on registration error
Manos Pitsidianakis
1
-1
/
+3
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
15
-15
/
+0
2026-06-25
Merge tag 'for-linus-7.2-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
7
-24
/
+27
2026-06-23
Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
1
-2
/
+3
2026-06-23
Merge tag 'for-next-tpm-7.2-rc1-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
8
-60
/
+98
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
9
-1649
/
+17
2026-06-21
tpm: fix event_size output in tpm1_binary_bios_measurements_show
Thorsten Blum
1
-2
/
+2
2026-06-21
tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
Yeoreum Yun
1
-15
/
+3
2026-06-21
tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_salt
Michael Bommarito
1
-11
/
+34
2026-06-21
tpm: tpm_tis: Add settle time for some TPMs
Jim Broadus
2
-0
/
+7
2026-06-21
tpm: tpm_tis: store entire did_vid
Jim Broadus
2
-9
/
+15
2026-06-21
tpm_crb: Check ACPI_COMPANION() against NULL during probe
Rafael J. Wysocki
1
-1
/
+5
2026-06-21
tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()
Jarkko Sakkinen
1
-14
/
+21
2026-06-21
tpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name()
Gunnar Kudrjavets
1
-4
/
+7
2026-06-21
tpm: restore timeout for key creation commands
Baoli Zhang
1
-3
/
+3
2026-06-21
tpm: svsm: constify tpm_chip_ops
David Windsor
1
-1
/
+1
[next]