| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-24 | tpm, tpm: Implement usage counter for locality |  Lino Sanfilippo | 2 | -18/+47 |
| 2023-04-24 | tpm, tpm_tis: do not check for the active locality in interrupt handler |  Lino Sanfilippo | 1 | -5/+2 |
| 2023-04-24 | tpm, tpm_tis: Move interrupt mask checks into own function |  Lino Sanfilippo | 1 | -11/+18 |
| 2023-04-24 | tpm, tpm_tis: Only handle supported interrupts |  Lino Sanfilippo | 2 | -48/+73 |
| 2023-04-24 | tpm, tpm_tis: Claim locality before writing interrupt registers |  Lino Sanfilippo | 1 | -9/+11 |
| 2023-04-24 | tpm, tpm_tis: Do not skip reset of original interrupt vector |  Lino Sanfilippo | 1 | -18/+11 |
| 2023-04-24 | tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed |  Lino Sanfilippo | 1 | -11/+11 |
| 2023-04-24 | tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register |  Lino Sanfilippo | 1 | -0/+4 |
| 2023-04-24 | tpm, tpm_tis: Avoid cache incoherency in test for interrupts |  Lino Sanfilippo | 3 | -12/+13 |
| 2023-04-24 | tpm: remove unnecessary (void*) conversions |  Yu Zhe | 1 | -3/+3 |
| 2023-04-24 | tpm: cr50: i2c: use jiffies to wait for tpm ready irq |  Mark Hasemeyer | 1 | -2/+1 |
| 2023-04-12 | ipmi:ssif: Drop if blocks with always false condition |  Uwe Kleine-König | 1 | -6/+0 |
| 2023-04-12 | ipmi: fix SSIF not responding under certain cond. |  Zhang Yuchen | 1 | -2/+2 |
| 2023-04-06 | tpm: atmel: Add explicit include for of.h |  Rob Herring | 1 | -1/+1 |
| 2023-04-04 | ipmi:ssif: Add send_retries increment |  Corey Minyard | 1 | -1/+3 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next |  Greg Kroah-Hartman | 4 | -3/+138 |
| 2023-03-24 | hwrng: xgene - remove unnecessary (void*) conversions |  Yu Zhe | 1 | -1/+1 |
| 2023-03-21 | tpm: Fix a possible dereference of ERR_PTR in tpm_init() |  Harshit Mogalapalli | 1 | -1/+2 |
| 2023-03-20 | Merge 6.3-rc3 into tty-next |  Greg Kroah-Hartman | 4 | -3/+138 |
| 2023-03-20 | Merge 6.3-rc3 into char-misc-next |  Greg Kroah-Hartman | 4 | -3/+138 |
| 2023-03-17 | tpm: fix up the tpm_class shutdown_pre pointer when created |  Greg Kroah-Hartman | 3 | -2/+3 |
| 2023-03-17 | driver core: class: remove module * from class_create() |  Greg Kroah-Hartman | 14 | -15/+15 |
| 2023-03-17 | tty: Convert hw_stopped in tty_struct to bool |  Ilpo Järvinen | 1 | -3/+3 |
| 2023-03-16 | char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously" |  zipeng zhang | 1 | -1/+1 |
| 2023-03-14 | hwrng: meson - remove not needed call to platform_set_drvdata |  Heiner Kallweit | 1 | -2/+0 |
| 2023-03-14 | hwrng: meson - use devm_clk_get_optional_enabled |  Heiner Kallweit | 1 | -20/+4 |
| 2023-03-14 | hwrng: meson - remove unused member of struct meson_rng_data |  Heiner Kallweit | 1 | -3/+0 |
| 2023-03-14 | hwrng: xgene - Improve error reporting for problems during .remove() |  Uwe Kleine-König | 1 | -1/+1 |
| 2023-03-12 | tpm: disable hwrng for fTPM on some AMD designs |  Mario Limonciello | 2 | -1/+132 |
| 2023-03-12 | tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address |  Morten Linderud | 1 | -1/+5 |
| 2023-03-10 | hwrng: xgene - Simplify using devm_clk_get_optional_enabled() |  Uwe Kleine-König | 1 | -21/+6 |
| 2023-03-10 | hwrng: xgene - Simplify using dev_err_probe() |  Uwe Kleine-König | 1 | -14/+7 |
| 2023-03-09 | char: pcmcia: remove all the drivers |  Jiri Slaby | 9 | -7366/+0 |
| 2023-03-09 | tty: ipwireless: move Kconfig entry to tty |  Jiri Slaby | 1 | -9/+0 |
| 2023-03-06 | cpumask: fix incorrect cpumask scanning result checks |  Linus Torvalds | 1 | -1/+1 |
| 2023-03-02 | ipmi: simplify sysctl registration |  Luis Chamberlain | 1 | -15/+1 |
| 2023-03-02 | ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it |  Randy Dunlap | 1 | -1/+2 |
| 2023-02-24 | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 4 | -17/+21 |
| 2023-02-24 | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty |  Linus Torvalds | 1 | -10/+8 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 2 | -2/+2 |
| 2023-02-22 | Merge tag 'for-linus-6.3-1' of https://github.com/cminyard/linux-ipmi |  Linus Torvalds | 2 | -59/+56 |
| 2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 |  Linus Torvalds | 3 | -0/+404 |
| 2023-02-20 | Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 1 | -0/+6 |
| 2023-02-13 | char/agp: consolidate {alloc,free}_gatt_pages() |  Mike Rapoport | 1 | -0/+6 |
| 2023-02-13 | tpm: add vendor flag to command code validation |  Julien Gomes | 1 | -1/+3 |
| 2023-02-13 | tpm: Add reserved memory event log |  Eddie James | 1 | -1/+31 |
| 2023-02-13 | tpm: Use managed allocation for bios event log |  Eddie James | 4 | -10/+12 |
| 2023-02-13 | tpm: tis_i2c: Convert to i2c's .probe_new() |  Uwe Kleine-König | 1 | -3/+2 |
| 2023-02-13 | tpm: tpm_i2c_nuvoton: Convert to i2c's .probe_new() |  Uwe Kleine-König | 1 | -3/+3 |
| 2023-02-13 | tpm: tpm_i2c_infineon: Convert to i2c's .probe_new() |  Uwe Kleine-König | 1 | -3/+2 |