| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-05-01 | 3 | -5/+21 |
|\ |
|
| * | tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers | Jarkko Sakkinen | 2023-04-28 | 3 | -5/+21 |
* | | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-04-27 | 9 | -7375/+0 |
|\ \ |
|
| * \ | Merge 6.3-rc3 into char-misc-next | Greg Kroah-Hartman | 2023-03-20 | 4 | -3/+138 |
| |\ \ |
|
| * | | | char: pcmcia: remove all the drivers | Jiri Slaby | 2023-03-09 | 9 | -7366/+0 |
| * | | | tty: ipwireless: move Kconfig entry to tty | Jiri Slaby | 2023-03-09 | 1 | -9/+0 |
* | | | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-04-27 | 16 | -17/+19 |
|\ \ \ \ |
|
| * \ \ \ | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 2023-04-03 | 4 | -3/+138 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | tpm: Fix a possible dereference of ERR_PTR in tpm_init() | Harshit Mogalapalli | 2023-03-21 | 1 | -1/+2 |
| * | | | | tpm: fix up the tpm_class shutdown_pre pointer when created | Greg Kroah-Hartman | 2023-03-17 | 3 | -2/+3 |
| * | | | | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2023-03-17 | 14 | -15/+15 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-04-27 | 1 | -3/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge 6.3-rc3 into tty-next | Greg Kroah-Hartman | 2023-03-20 | 4 | -3/+138 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | tty: Convert hw_stopped in tty_struct to bool | Ilpo Järvinen | 2023-03-17 | 1 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'for-linus-6.4-1' of https://github.com/cminyard/linux-ipmi | Linus Torvalds | 2023-04-27 | 3 | -26/+9 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | ipmi:ssif: Drop if blocks with always false condition | Uwe Kleine-König | 2023-04-12 | 1 | -6/+0 |
| * | | | ipmi: fix SSIF not responding under certain cond. | Zhang Yuchen | 2023-04-12 | 1 | -2/+2 |
| * | | | ipmi:ssif: Add send_retries increment | Corey Minyard | 2023-04-04 | 1 | -1/+3 |
| * | | | char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously" | zipeng zhang | 2023-03-16 | 1 | -1/+1 |
| * | | | ipmi: simplify sysctl registration | Luis Chamberlain | 2023-03-02 | 1 | -15/+1 |
| * | | | ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it | Randy Dunlap | 2023-03-02 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2023-04-26 | 2 | -59/+16 |
|\ \ \ |
|
| * | | | hwrng: xgene - remove unnecessary (void*) conversions | Yu Zhe | 2023-03-24 | 1 | -1/+1 |
| * | | | hwrng: meson - remove not needed call to platform_set_drvdata | Heiner Kallweit | 2023-03-14 | 1 | -2/+0 |
| * | | | hwrng: meson - use devm_clk_get_optional_enabled | Heiner Kallweit | 2023-03-14 | 1 | -20/+4 |
| * | | | hwrng: meson - remove unused member of struct meson_rng_data | Heiner Kallweit | 2023-03-14 | 1 | -3/+0 |
| * | | | hwrng: xgene - Improve error reporting for problems during .remove() | Uwe Kleine-König | 2023-03-14 | 1 | -1/+1 |
| * | | | hwrng: xgene - Simplify using devm_clk_get_optional_enabled() | Uwe Kleine-König | 2023-03-10 | 1 | -21/+6 |
| * | | | hwrng: xgene - Simplify using dev_err_probe() | Uwe Kleine-König | 2023-03-10 | 1 | -14/+7 |
| |/ / |
|
* | | | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2023-04-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | tpm: atmel: Add explicit include for of.h | Rob Herring | 2023-04-06 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site | Jarkko Sakkinen | 2023-04-24 | 1 | -1/+2 |
* | | | tpm_tis: fix stall after iowrite*()s | Haris Okanovic | 2023-04-24 | 1 | -2/+41 |
* | | | tpm/tpm_tis_synquacer: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-04-24 | 1 | -4/+2 |
* | | | tpm/tpm_tis: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-04-24 | 1 | -4/+2 |
* | | | tpm/tpm_ftpm_tee: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-04-24 | 1 | -3/+3 |
* | | | tpm: tpm_tis_spi: Mark ACPI and OF related data as maybe unused | Krzysztof Kozlowski | 2023-04-24 | 1 | -2/+2 |
* | | | tpm: st33zp24: Mark ACPI and OF related data as maybe unused | Krzysztof Kozlowski | 2023-04-24 | 2 | -4/+4 |
* | | | tpm, tpm_tis: Enable interrupt test | Lino Sanfilippo | 2023-04-24 | 1 | -0/+5 |
* | | | tpm, tpm_tis: startup chip before testing for interrupts | Lino Sanfilippo | 2023-04-24 | 3 | -14/+30 |
* | | | tpm, tpm_tis: Claim locality when interrupts are reenabled on resume | Lino Sanfilippo | 2023-04-24 | 1 | -10/+9 |
* | | | tpm, tpm_tis: Claim locality in interrupt handler | Lino Sanfilippo | 2023-04-24 | 1 | -0/+2 |
* | | | tpm, tpm_tis: Request threaded interrupt handler | Lino Sanfilippo | 2023-04-24 | 1 | -2/+5 |
* | | | tpm, tpm: Implement usage counter for locality | Lino Sanfilippo | 2023-04-24 | 2 | -18/+47 |
* | | | tpm, tpm_tis: do not check for the active locality in interrupt handler | Lino Sanfilippo | 2023-04-24 | 1 | -5/+2 |
* | | | tpm, tpm_tis: Move interrupt mask checks into own function | Lino Sanfilippo | 2023-04-24 | 1 | -11/+18 |
* | | | tpm, tpm_tis: Only handle supported interrupts | Lino Sanfilippo | 2023-04-24 | 2 | -48/+73 |
* | | | tpm, tpm_tis: Claim locality before writing interrupt registers | Lino Sanfilippo | 2023-04-24 | 1 | -9/+11 |
* | | | tpm, tpm_tis: Do not skip reset of original interrupt vector | Lino Sanfilippo | 2023-04-24 | 1 | -18/+11 |
* | | | tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed | Lino Sanfilippo | 2023-04-24 | 1 | -11/+11 |