aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2025-05-07ipmi:msghandler: Rename recv_work to smi_workCorey Minyard1-10/+10
2025-05-07ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard1-9/+8
2025-05-07ipmi:si: Move SI type information into an info structureCorey Minyard5-55/+70
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar2-4/+5
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie2-4/+5
2025-05-05hwrng: rockchip - add support for RK3576's RNGNicolas Frattaroli1-0/+73
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu2-4/+5
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-01x86/devmem: Remove duplicate range_is_allowed() definitionDan Williams1-18/+0
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman2-4/+5
2025-04-25Merge tag 'char-misc-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-04-25char: misc: restrict the dynamic range to exclude reserved minorsThadeu Lima de Souza Cascardo1-23/+5
2025-04-18virtio_console: fix order of fields cols and rowsMaximilian Immanuel Brandtner1-1/+1
2025-04-18virtio_console: fix missing byte order handling for cols and rowsHalil Pasic1-3/+4
2025-04-17apm-emulation: hide an unused variableArnd Bergmann1-3/+2
2025-04-17char: xillybus: Use to_delayed_work()Chen Ni1-2/+1
2025-04-16hwrng: npcm - Add struct device pointer to device context structSakari Ailus1-4/+5
2025-04-16hwrng: mtk - Add struct device pointer to device context structSakari Ailus1-4/+5
2025-04-16hwrng: atmel - Add struct device pointer to device context structSakari Ailus1-5/+6
2025-04-15char: misc: register chrdev region with all possible minorsThadeu Lima de Souza Cascardo1-1/+1
2025-04-15Merge tag 'drm-intel-next-2025-04-11' of https://gitlab.freedesktop.org/drm/i...Dave Airlie1-0/+55
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar1-1/+1
2025-04-10tpm: Add SNP SVSM vTPM driverStefano Garzarella3-0/+136
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner12-20/+20
2025-04-02agp/intel-gtt: Add intel_gmch_gtt_read_entry()Ville Syrjälä1-0/+55
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-30/+11
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-55/+285
2025-03-27tpm: Make chip->{status,cancel,req_canceled} optJarkko Sakkinen2-23/+27
2025-03-27tpm: End any active auth session before shutdownJonathan McDowell1-0/+1
2025-03-27tpm_crb: Add support for the ARM FF-A start methodStuart Yoder1-5/+66
2025-03-27tpm_crb: Clean-up and refactor check for idle supportStuart Yoder1-15/+21
2025-03-27tpm_crb: ffa_tpm: Implement driver compliant to CRB over FF-AStuart Yoder4-0/+383
2025-03-27tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentationStefano Garzarella1-1/+0
2025-03-27tpm, tpm_tis: Workaround failed command reception on Infineon devicesJonathan McDowell2-3/+15
2025-03-27tpm, tpm_tis: Fix timeout handling when waiting for TPM statusJonathan McDowell1-2/+1
2025-03-27tpm: Convert warn to dbg in tpm2_start_auth_session()Jonathan McDowell1-1/+1
2025-03-27tpm: Lazily flush auth session when getting random dataJonathan McDowell1-1/+0
2025-03-27tpm: ftpm_tee: remove incorrect of_match_ptr annotationArnd Bergmann1-1/+1
2025-03-27tpm: do not start chip while suspendedThadeu Lima de Souza Cascardo2-7/+5
2025-03-26Merge tag 'platform-drivers-x86-v6.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-5/+6
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-03-14tlclk: convert to use faux_deviceGreg Kroah-Hartman1-24/+8
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman2-3/+3
2025-03-09Merge tag 'char-misc-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds1-2/+2
2025-03-02hwrng: Kconfig - Fix indentation of HW_RANDOM_CN10K help textGeert Uytterhoeven1-4/+4
2025-02-22hwrng: rockchip - add support for rk3588's standalone TRNGNicolas Frattaroli2-21/+216
2025-02-22hwrng: rockchip - eliminate some unnecessary dereferencesNicolas Frattaroli1-3/+3
2025-02-22hwrng: rockchip - store dev pointer in driver structNicolas Frattaroli1-6/+6