| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | tpm/tpm-sysfs: active_show() can be static | Fengguang Wu | 2014-01-06 | 1 | -1/+1 |
| * | | | | | | | tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNP | Jason Gunthorpe | 2014-01-06 | 1 | -5/+1 |
| * | | | | | | | tpm: Make tpm-dev allocate a per-file structure | Jason Gunthorpe | 2014-01-06 | 2 | -50/+57 |
| * | | | | | | | tpm: Use the ops structure instead of a copy in tpm_vendor_specific | Jason Gunthorpe | 2014-01-06 | 4 | -33/+16 |
| * | | | | | | | tpm: Create a tpm_class_ops structure and use it in the drivers | Jason Gunthorpe | 2014-01-06 | 12 | -15/+21 |
| * | | | | | | | tpm: Pull all driver sysfs code into tpm-sysfs.c | Jason Gunthorpe | 2014-01-06 | 13 | -307/+72 |
| * | | | | | | | tpm: Move sysfs functions from tpm-interface to tpm-sysfs | Jason Gunthorpe | 2014-01-06 | 4 | -274/+314 |
| * | | | | | | | tpm: Pull everything related to /dev/tpmX into tpm-dev.c | Jason Gunthorpe | 2014-01-06 | 14 | -279/+217 |
| * | | | | | | | char: tpm: nuvoton: remove unused variable | Michal Nazarewicz | 2014-01-06 | 1 | -1/+0 |
| * | | | | | | | tpm/tpm_i2c_atmel: fix coccinelle warnings | Fengguang Wu | 2014-01-06 | 1 | -1/+1 |
| * | | | | | | | tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning) | Peter Huewe | 2014-01-06 | 1 | -1/+0 |
| * | | | | | | | tpm/tpm_i2c_stm_st33: Check return code of get_burstcount | Peter Huewe | 2014-01-06 | 1 | -1/+6 |
| * | | | | | | | tpm/tpm_ppi: Check return value of acpi_get_name | Peter Huewe | 2014-01-06 | 1 | -0/+3 |
| * | | | | | | | tpm/tpm_ppi: Do not compare strcmp(a,b) == -1 | Peter Huewe | 2014-01-06 | 1 | -4/+4 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-01-20 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | tty: synclink: avoid sleep_on race | Arnd Bergmann | 2014-01-07 | 1 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-01-20 | 5 | -161/+208 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | drivers/char: don't use module_init in non-modular ttyprintk.c | Paul Gortmaker | 2014-01-13 | 1 | -1/+1 |
| * | | | | | | char: nwbutton: open-code interruptible_sleep_on | Arnd Bergmann | 2014-01-08 | 1 | -1/+4 |
| * | | | | | | i8k: Implement hwmon based fan speed control | Guenter Roeck | 2013-12-18 | 1 | -5/+44 |
| * | | | | | | i8k: Stop reading SMM BIOS version during driver probe | Guenter Roeck | 2013-12-18 | 1 | -40/+2 |
| * | | | | | | i8k: Use driver_data field of dmi_system_id to override fan multiplier | Guenter Roeck | 2013-12-18 | 1 | -1/+10 |
| * | | | | | | i8k: Add support for Dell XPS M140 | Guenter Roeck | 2013-12-18 | 1 | -0/+7 |
| * | | | | | | i8k: Add support for Dell Studio laptops | Guenter Roeck | 2013-12-18 | 1 | -0/+7 |
| * | | | | | | i8k: Add copyright | Guenter Roeck | 2013-12-18 | 1 | -0/+1 |
| * | | | | | | i8k: Force SMM to run on CPU 0 | Guenter Roeck | 2013-12-18 | 1 | -2/+17 |
| * | | | | | | i8k: Drop driver version number and info message at startup | Guenter Roeck | 2013-12-18 | 1 | -5/+0 |
| * | | | | | | i8k: Remove obsolete link to out-of-tree driver | Guenter Roeck | 2013-12-18 | 1 | -2/+0 |
| * | | | | | | i8k: Support additional temperature sensors | Guenter Roeck | 2013-12-18 | 1 | -19/+45 |
| * | | | | | | i8k: Convert to use to hwmon_device_register_with_groups hwmon API | Guenter Roeck | 2013-12-18 | 1 | -78/+54 |
| * | | | | | | i8k: Fix various checkpatch warnings and errors | Guenter Roeck | 2013-12-18 | 1 | -17/+23 |
| * | | | | | | i8k: Convert to use pr_ functions instead of printk | Guenter Roeck | 2013-12-18 | 1 | -9/+10 |
| * | | | | | | char: Int overflow in lp_do_ioctl(). | Yongjian Xu | 2013-12-18 | 1 | -0/+2 |
| * | | | | | | Merge 3.13-rc4 into char-misc-next | Greg Kroah-Hartman | 2013-12-16 | 7 | -4/+375 |
| |\| | | | | |
|
| * | | | | | | char: amd64-agp: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 2013-12-08 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | ACPI / TPM: fix memory leak when walking ACPI namespace | Jiang Liu | 2014-01-05 | 1 | -6/+9 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-12-08 | 1 | -0/+7 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | drivers/char/i8k.c: add Dell XPLS L421X | Alan Cox | 2013-12-04 | 1 | -0/+7 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-11-23 | 6 | -4/+368 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | hwrng: msm - Add PRNG support for MSM SoC's | Stanimir Varbanov | 2013-10-30 | 3 | -0/+210 |
| * | | | hwrng: OMAP3 ROM Random Number Generator support | Pali Rohár | 2013-10-16 | 3 | -0/+155 |
| * | | | hwrng: pseries - Return errors to upper levels in pseries-rng.c | Michael Ellerman | 2013-10-07 | 1 | -3/+11 |
| * | | | hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.c | Michael Ellerman | 2013-10-07 | 1 | -3/+2 |
| * | | | hwrng: via-rng - Mark device ID table as __maybe_unused | Ben Hutchings | 2013-09-13 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2013-11-21 | 14 | -126/+1092 |
|\ \ \ \ |
|
| * | | | | tpm: use tabs instead of whitespaces in Kconfig | Peter Huewe | 2013-10-22 | 1 | -8/+8 |
| * | | | | tpm: Fix module name description in Kconfig for tpm_i2c_infineon | Peter Huewe | 2013-10-22 | 1 | -1/+1 |
| * | | | | tpm: Add support for Atmel I2C TPMs | Jason Gunthorpe | 2013-10-22 | 3 | -0/+294 |
| * | | | | tpm: Add support for the Nuvoton NPCT501 I2C TPM | Jason Gunthorpe | 2013-10-22 | 3 | -0/+721 |
| * | | | | tpm: Merge the tpm-bios module with tpm.o | Jason Gunthorpe | 2013-10-22 | 3 | -11/+3 |