summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2025-05-07ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard-2/+26
2025-05-07ipmi:si: Rework startup of IPMI devicesCorey Minyard-20/+62
2025-05-07ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard-4/+23
2025-05-07ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard-4/+7
2025-05-07ipmi:msghandler: Remove proc_fs.hCorey Minyard-1/+0
2025-05-07ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard-22/+12
2025-05-07ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard-15/+17
2025-05-07ipmi:msghandler: Fix locking around users and interfacesCorey Minyard-26/+25
2025-05-07ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard-0/+4
2025-05-07ipmi:watchdog: Change lock to mutexCorey Minyard-11/+9
2025-05-07ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard-92/+102
2025-05-07ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard-177/+133
2025-05-07ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard-5/+5
2025-05-07ipmi_msghandler: Change the events lock to a mutexCorey Minyard-8/+6
2025-05-07ipmi:msghandler: Deliver user messages in a work queueCorey Minyard-16/+25
2025-05-07ipmi:msghandler: Move timer handling into a work queueCorey Minyard-1/+15
2025-05-07ipmi:msghandler: Rename recv_work to smi_workCorey Minyard-10/+10
2025-05-07ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard-9/+8
2025-05-07ipmi:si: Move SI type information into an info structureCorey Minyard-55/+70
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar-4/+5
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie-4/+5
2025-05-05hwrng: rockchip - add support for RK3576's RNGNicolas Frattaroli-0/+73
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu-4/+5
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+1
2025-05-01x86/devmem: Remove duplicate range_is_allowed() definitionDan Williams-18/+0
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman-4/+5
2025-04-25Merge tag 'char-misc-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-04-25char: misc: restrict the dynamic range to exclude reserved minorsThadeu Lima de Souza Cascardo-23/+5
2025-04-18virtio_console: fix order of fields cols and rowsMaximilian Immanuel Brandtner-1/+1
2025-04-18virtio_console: fix missing byte order handling for cols and rowsHalil Pasic-3/+4
2025-04-17apm-emulation: hide an unused variableArnd Bergmann-3/+2
2025-04-17char: xillybus: Use to_delayed_work()Chen Ni-2/+1
2025-04-16hwrng: npcm - Add struct device pointer to device context structSakari Ailus-4/+5
2025-04-16hwrng: mtk - Add struct device pointer to device context structSakari Ailus-4/+5
2025-04-16hwrng: atmel - Add struct device pointer to device context structSakari Ailus-5/+6
2025-04-15char: misc: register chrdev region with all possible minorsThadeu Lima de Souza Cascardo-1/+1
2025-04-15Merge tag 'drm-intel-next-2025-04-11' of https://gitlab.freedesktop.org/drm/i...Dave Airlie-0/+55
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar-1/+1
2025-04-10tpm: Add SNP SVSM vTPM driverStefano Garzarella-0/+136
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-20/+20
2025-04-02agp/intel-gtt: Add intel_gmch_gtt_read_entry()Ville Syrjälä-0/+55
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-30/+11
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-55/+285
2025-03-27tpm: Make chip->{status,cancel,req_canceled} optJarkko Sakkinen-23/+27
2025-03-27tpm: End any active auth session before shutdownJonathan McDowell-0/+1
2025-03-27tpm_crb: Add support for the ARM FF-A start methodStuart Yoder-5/+66
2025-03-27tpm_crb: Clean-up and refactor check for idle supportStuart Yoder-15/+21
2025-03-27tpm_crb: ffa_tpm: Implement driver compliant to CRB over FF-AStuart Yoder-0/+383
2025-03-27tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentationStefano Garzarella-1/+0
2025-03-27tpm, tpm_tis: Workaround failed command reception on Infineon devicesJonathan McDowell-3/+15