aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+55
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-4/+5
2025-05-27Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+136
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-19/+2
2025-05-26Merge tag 'tpmdd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds2-28/+53
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-33/+110
2025-05-23tpm_crb: ffa_tpm: fix/update comments describing the CRB over FFA ABIStuart Yoder1-4/+7
2025-05-23tpm_crb_ffa: use dev_xx() macro to print logYeoreum Yun1-4/+4
2025-05-23tpm_ffa_crb: access tpm service over FF-A direct message request v2Yeoreum Yun1-15/+40
2025-05-23tpm: remove kmalloc failure error messageColin Ian King1-5/+2
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar3-18/+10
2025-05-15tpm: tis: Double the timeout B to 4sMichal Suchanek1-1/+1
2025-05-15char: tpm: tpm-buf: Add sanity check fallback in read helpersPurva Yeshi1-3/+3
2025-05-15tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen1-14/+6
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-0/+1
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar1-18/+0
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-20/+21
2025-05-08random: Avoid open-coded use of ratelimit_state structure's ->missed fieldPaul E. McKenney1-4/+5
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar1-1/+1
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar1-2/+2
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-25Merge tag 'char-misc-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
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-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/i915/kernel into drm-nextDave 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/git/gregkh/char-miscLinus Torvalds2-30/+11
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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