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
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Lines
2025-05-07
ipmi:msghandler: Don't deliver messages to deleted users
Corey Minyard
-2
/
+26
2025-05-07
ipmi:si: Rework startup of IPMI devices
Corey Minyard
-20
/
+62
2025-05-07
ipmi:msghandler: Add a error return from unhandle LAN cmds
Corey Minyard
-4
/
+23
2025-05-07
ipmi:msghandler: Shut down lower layer first at unregister
Corey Minyard
-4
/
+7
2025-05-07
ipmi:msghandler: Remove proc_fs.h
Corey Minyard
-1
/
+0
2025-05-07
ipmi:msghandler: Don't check for shutdown when returning responses
Corey Minyard
-22
/
+12
2025-05-07
ipmi:msghandler: Don't acquire a user refcount for queued messages
Corey Minyard
-15
/
+17
2025-05-07
ipmi:msghandler: Fix locking around users and interfaces
Corey Minyard
-26
/
+25
2025-05-07
ipmi:msghandler: Remove some user level processing in panic mode
Corey Minyard
-0
/
+4
2025-05-07
ipmi:watchdog: Change lock to mutex
Corey Minyard
-11
/
+9
2025-05-07
ipmi:msghandler: Remove srcu for the ipmi_interfaces list
Corey Minyard
-92
/
+102
2025-05-07
ipmi:msghandler: Remove srcu from the ipmi user structure
Corey Minyard
-177
/
+133
2025-05-07
ipmi:msghandler: Use the system_wq, not system_bh_wq
Corey Minyard
-5
/
+5
2025-05-07
ipmi_msghandler: Change the events lock to a mutex
Corey Minyard
-8
/
+6
2025-05-07
ipmi:msghandler: Deliver user messages in a work queue
Corey Minyard
-16
/
+25
2025-05-07
ipmi:msghandler: Move timer handling into a work queue
Corey Minyard
-1
/
+15
2025-05-07
ipmi:msghandler: Rename recv_work to smi_work
Corey Minyard
-10
/
+10
2025-05-07
ipmi:msghandler: Use READ_ONCE on run_to_completion
Corey Minyard
-9
/
+8
2025-05-07
ipmi:si: Move SI type information into an info structure
Corey Minyard
-55
/
+70
2025-05-06
Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts
Ingo Molnar
-4
/
+5
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
-4
/
+5
2025-05-05
hwrng: rockchip - add support for RK3576's RNG
Nicolas Frattaroli
-0
/
+73
2025-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5
Herbert Xu
-4
/
+5
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
-0
/
+1
2025-05-01
x86/devmem: Remove duplicate range_is_allowed() definition
Dan Williams
-18
/
+0
2025-04-28
Merge 6.15-rc4 into char-misc-next
Greg Kroah-Hartman
-4
/
+5
2025-04-25
Merge tag 'char-misc-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2025-04-25
char: misc: restrict the dynamic range to exclude reserved minors
Thadeu Lima de Souza Cascardo
-23
/
+5
2025-04-18
virtio_console: fix order of fields cols and rows
Maximilian Immanuel Brandtner
-1
/
+1
2025-04-18
virtio_console: fix missing byte order handling for cols and rows
Halil Pasic
-3
/
+4
2025-04-17
apm-emulation: hide an unused variable
Arnd Bergmann
-3
/
+2
2025-04-17
char: xillybus: Use to_delayed_work()
Chen Ni
-2
/
+1
2025-04-16
hwrng: npcm - Add struct device pointer to device context struct
Sakari Ailus
-4
/
+5
2025-04-16
hwrng: mtk - Add struct device pointer to device context struct
Sakari Ailus
-4
/
+5
2025-04-16
hwrng: atmel - Add struct device pointer to device context struct
Sakari Ailus
-5
/
+6
2025-04-15
char: misc: register chrdev region with all possible minors
Thadeu Lima de Souza Cascardo
-1
/
+1
2025-04-15
Merge tag 'drm-intel-next-2025-04-11' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
-0
/
+55
2025-04-14
x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>
Ingo Molnar
-1
/
+1
2025-04-10
tpm: Add SNP SVSM vTPM driver
Stefano Garzarella
-0
/
+136
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-20
/
+20
2025-04-02
agp/intel-gtt: Add intel_gmch_gtt_read_entry()
Ville Syrjälä
-0
/
+55
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-30
/
+11
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-55
/
+285
2025-03-27
tpm: Make chip->{status,cancel,req_canceled} opt
Jarkko Sakkinen
-23
/
+27
2025-03-27
tpm: End any active auth session before shutdown
Jonathan McDowell
-0
/
+1
2025-03-27
tpm_crb: Add support for the ARM FF-A start method
Stuart Yoder
-5
/
+66
2025-03-27
tpm_crb: Clean-up and refactor check for idle support
Stuart Yoder
-15
/
+21
2025-03-27
tpm_crb: ffa_tpm: Implement driver compliant to CRB over FF-A
Stuart Yoder
-0
/
+383
2025-03-27
tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation
Stefano Garzarella
-1
/
+0
2025-03-27
tpm, tpm_tis: Workaround failed command reception on Infineon devices
Jonathan McDowell
-3
/
+15
[prev]
[next]