Age | Commit message (Expand) | Author |
2023-06-02 | tpm, tpm_tis: correct tpm_tis_flags enumeration values | Lino Sanfilippo |
2023-05-25 | Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-05-24 | tpm: tpm_tis: Disable interrupts for AEON UPX-i11 | Peter Ujfalusi |
2023-05-22 | parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory() | Helge Deller |
2023-05-16 | tpm/tpm_tis: Disable interrupts for more Lenovo devices | Jerry Snitselaar |
2023-05-16 | tpm: Prevent hwrng from activating during resume | Jarkko Sakkinen |
2023-05-16 | tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume | Jarkko Sakkinen |
2023-05-01 | Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-04-28 | tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers | Jarkko Sakkinen |
2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-27 | Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-04-27 | Merge tag 'for-linus-6.4-1' of https://github.com/cminyard/linux-ipmi | Linus Torvalds |
2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-04-25 | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2023-04-24 | tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site | Jarkko Sakkinen |
2023-04-24 | tpm_tis: fix stall after iowrite*()s | Haris Okanovic |
2023-04-24 | tpm/tpm_tis_synquacer: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-24 | tpm/tpm_tis: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-24 | tpm/tpm_ftpm_tee: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-24 | tpm: tpm_tis_spi: Mark ACPI and OF related data as maybe unused | Krzysztof Kozlowski |
2023-04-24 | tpm: st33zp24: Mark ACPI and OF related data as maybe unused | Krzysztof Kozlowski |
2023-04-24 | tpm, tpm_tis: Enable interrupt test | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: startup chip before testing for interrupts | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Claim locality when interrupts are reenabled on resume | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Claim locality in interrupt handler | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Request threaded interrupt handler | Lino Sanfilippo |
2023-04-24 | tpm, tpm: Implement usage counter for locality | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: do not check for the active locality in interrupt handler | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Move interrupt mask checks into own function | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Only handle supported interrupts | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Claim locality before writing interrupt registers | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Do not skip reset of original interrupt vector | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Avoid cache incoherency in test for interrupts | Lino Sanfilippo |
2023-04-24 | tpm: remove unnecessary (void*) conversions | Yu Zhe |
2023-04-24 | tpm: cr50: i2c: use jiffies to wait for tpm ready irq | Mark Hasemeyer |
2023-04-12 | ipmi:ssif: Drop if blocks with always false condition | Uwe Kleine-König |
2023-04-12 | ipmi: fix SSIF not responding under certain cond. | Zhang Yuchen |
2023-04-06 | tpm: atmel: Add explicit include for of.h | Rob Herring |
2023-04-04 | ipmi:ssif: Add send_retries increment | Corey Minyard |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman |
2023-03-24 | hwrng: xgene - remove unnecessary (void*) conversions | Yu Zhe |
2023-03-21 | tpm: Fix a possible dereference of ERR_PTR in tpm_init() | Harshit Mogalapalli |
2023-03-20 | Merge 6.3-rc3 into tty-next | Greg Kroah-Hartman |
2023-03-20 | Merge 6.3-rc3 into char-misc-next | Greg Kroah-Hartman |
2023-03-17 | tpm: fix up the tpm_class shutdown_pre pointer when created | Greg Kroah-Hartman |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2023-03-17 | tty: Convert hw_stopped in tty_struct to bool | Ilpo Järvinen |