index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-05-08
random: Avoid open-coded use of ratelimit_state structure's ->missed field
Paul E. McKenney
1
-4
/
+5
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
1
-1
/
+1
2025-05-08
treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()
Ingo Molnar
1
-2
/
+2
2025-05-07
ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()
Dan Carpenter
1
-2
/
+3
2025-05-07
ipmi:watchdog: Use the new interface for panic messages
Corey Minyard
1
-55
/
+17
2025-05-07
ipmi:msghandler: Export and fix panic messaging capability
Corey Minyard
1
-19
/
+31
2025-05-07
ipmi:ssif: Fix a shutdown race
Corey Minyard
1
-5
/
+1
2025-05-07
ipmi:msghandler: Don't deliver messages to deleted users
Corey Minyard
1
-2
/
+26
2025-05-07
ipmi:si: Rework startup of IPMI devices
Corey Minyard
1
-20
/
+62
2025-05-07
ipmi:msghandler: Add a error return from unhandle LAN cmds
Corey Minyard
1
-4
/
+23
2025-05-07
ipmi:msghandler: Shut down lower layer first at unregister
Corey Minyard
1
-4
/
+7
2025-05-07
ipmi:msghandler: Remove proc_fs.h
Corey Minyard
1
-1
/
+0
2025-05-07
ipmi:msghandler: Don't check for shutdown when returning responses
Corey Minyard
1
-22
/
+12
2025-05-07
ipmi:msghandler: Don't acquire a user refcount for queued messages
Corey Minyard
1
-15
/
+17
2025-05-07
ipmi:msghandler: Fix locking around users and interfaces
Corey Minyard
1
-26
/
+25
2025-05-07
ipmi:msghandler: Remove some user level processing in panic mode
Corey Minyard
1
-0
/
+4
2025-05-07
ipmi:watchdog: Change lock to mutex
Corey Minyard
1
-11
/
+9
2025-05-07
ipmi:msghandler: Remove srcu for the ipmi_interfaces list
Corey Minyard
1
-92
/
+102
2025-05-07
ipmi:msghandler: Remove srcu from the ipmi user structure
Corey Minyard
1
-177
/
+133
2025-05-07
ipmi:msghandler: Use the system_wq, not system_bh_wq
Corey Minyard
1
-5
/
+5
2025-05-07
ipmi_msghandler: Change the events lock to a mutex
Corey Minyard
1
-8
/
+6
2025-05-07
ipmi:msghandler: Deliver user messages in a work queue
Corey Minyard
1
-16
/
+25
2025-05-07
ipmi:msghandler: Move timer handling into a work queue
Corey Minyard
1
-1
/
+15
2025-05-07
ipmi:msghandler: Rename recv_work to smi_work
Corey Minyard
1
-10
/
+10
2025-05-07
ipmi:msghandler: Use READ_ONCE on run_to_completion
Corey Minyard
1
-9
/
+8
2025-05-07
ipmi:si: Move SI type information into an info structure
Corey Minyard
5
-55
/
+70
2025-05-06
Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts
Ingo Molnar
2
-4
/
+5
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
2
-4
/
+5
2025-05-05
hwrng: rockchip - add support for RK3576's RNG
Nicolas Frattaroli
1
-0
/
+73
2025-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5
Herbert Xu
2
-4
/
+5
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-05-01
x86/devmem: Remove duplicate range_is_allowed() definition
Dan Williams
1
-18
/
+0
2025-04-28
Merge 6.15-rc4 into char-misc-next
Greg Kroah-Hartman
2
-4
/
+5
2025-04-25
Merge tag 'char-misc-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-1
/
+1
2025-04-25
char: misc: restrict the dynamic range to exclude reserved minors
Thadeu Lima de Souza Cascardo
1
-23
/
+5
2025-04-18
virtio_console: fix order of fields cols and rows
Maximilian Immanuel Brandtner
1
-1
/
+1
2025-04-18
virtio_console: fix missing byte order handling for cols and rows
Halil Pasic
1
-3
/
+4
2025-04-17
apm-emulation: hide an unused variable
Arnd Bergmann
1
-3
/
+2
2025-04-17
char: xillybus: Use to_delayed_work()
Chen Ni
1
-2
/
+1
[prev]
[next]