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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
Merge tag 'tpmdd-next-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
21
-150
/
+187
2025-07-28
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-6
/
+6
2025-07-28
Merge tag 'pull-securityfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-34
/
+12
2025-07-23
tpm_crb_ffa: handle tpm busy return code
Prachotan Bathi
1
-7
/
+38
2025-07-23
tpm_crb_ffa: Remove memset usage
Prachotan Bathi
1
-14
/
+9
2025-07-23
tpm_crb_ffa: Fix typos in function name
Prachotan Bathi
1
-3
/
+3
2025-07-23
tpm: Check for completion after timeout
Jarkko Sakkinen
1
-2
/
+15
2025-07-23
tpm: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring
1
-7
/
+1
2025-07-23
tpm: Replace scnprintf() with sysfs_emit() and sysfs_emit_at() in sysfs show functions
Chelsy Ratnawat
1
-27
/
+25
2025-07-23
tpm_crb_ffa: Remove unused export
Jarkko Sakkinen
2
-4
/
+1
2025-07-23
tpm: tpm_crb_ffa: try to probe tpm_crb_ffa when it's built-in
Yeoreum Yun
1
-3
/
+16
2025-07-23
tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC
Stefano Garzarella
1
-16
/
+11
2025-07-23
tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
Stefano Garzarella
2
-49
/
+19
2025-07-23
tpm: support devices with synchronous send()
Stefano Garzarella
1
-3
/
+17
2025-07-23
tpm: add bufsiz parameter in the .send callback
Stefano Garzarella
16
-18
/
+35
2025-07-18
hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
7
-9
/
+0
2025-07-18
hwrng: mtk - handle devm_pm_runtime_enable errors
Ovidiu Panait
1
-1
/
+3
2025-07-10
ipmi: Use dev_warn_ratelimited() for incorrect message warnings
Breno Leitao
1
-4
/
+4
2025-07-09
agp/amd64: Check AGP Capability before binding to unsupported devices
Lukas Wunner
1
-8
/
+8
2025-07-08
char: ipmi: remove redundant variable 'type' and check
Colin Ian King
1
-4
/
+0
2025-07-04
lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
1
-6
/
+6
2025-07-01
char: misc: Rename a local variable in misc_init()
Zijun Hu
1
-3
/
+3
2025-06-24
char: misc: Fix improper and inaccurate error code returned by misc_init()
Zijun Hu
1
-2
/
+2
2025-06-24
drivers: char: SONYPI depends on HAS_IOPORT
Johannes Berg
1
-1
/
+1
2025-06-17
tpm: don't bother with removal of files in directory we'll be removing
Al Viro
1
-34
/
+12
2025-06-13
ipmi: Fix strcpy source and destination the same
Corey Minyard
1
-17
/
+42
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
6
-7
/
+11
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
5
-31
/
+10
2025-05-29
Merge tag 'for-linus-6.16-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
8
-507
/
+559
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+55
2025-05-27
Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Linus Torvalds
1
-4
/
+5
2025-05-27
Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-0
/
+136
2025-05-27
Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-19
/
+2
2025-05-26
Merge tag 'tpmdd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
2
-28
/
+53
2025-05-26
Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
5
-33
/
+110
2025-05-23
tpm_crb: ffa_tpm: fix/update comments describing the CRB over FFA ABI
Stuart Yoder
1
-4
/
+7
2025-05-23
tpm_crb_ffa: use dev_xx() macro to print log
Yeoreum Yun
1
-4
/
+4
2025-05-23
tpm_ffa_crb: access tpm service over FF-A direct message request v2
Yeoreum Yun
1
-15
/
+40
2025-05-23
tpm: remove kmalloc failure error message
Colin Ian King
1
-5
/
+2
2025-05-21
hpet: Remove unnecessary NULL check before unregister_sysctl_table()
Chen Ni
1
-2
/
+1
2025-05-21
char: tlclk: Fix correct sysfs directory path for tlclk
Roxana Nicolescu
1
-1
/
+1
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
3
-18
/
+10
2025-05-15
tpm: tis: Double the timeout B to 4s
Michal Suchanek
1
-1
/
+1
2025-05-15
char: tpm: tpm-buf: Add sanity check fallback in read helpers
Purva Yeshi
1
-3
/
+3
2025-05-15
tpm: Mask TPM RC in tpm2_start_auth_session()
Jarkko Sakkinen
1
-14
/
+6
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2025-05-13
Merge branch 'x86/mm' into x86/core, to resolve conflicts
Ingo Molnar
1
-18
/
+0
2025-05-12
crypto: lib/chacha - add strongly-typed state zeroization
Eric Biggers
1
-2
/
+2
2025-05-12
crypto: lib/chacha - strongly type the ChaCha state
Eric Biggers
1
-20
/
+21
[prev]
[next]