Age | Commit message (Expand) | Author | Files | Lines |
2013-02-23 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+3 |
2013-02-22 | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -311/+346 |
2013-02-22 | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 3 | -36/+37 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -10/+12 |
2013-02-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 12 | -80/+1155 |
2013-02-19 | locking: Various static lock initializer fixes | Thomas Gleixner | 1 | -3/+3 |
2013-02-15 | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 2 | -2/+2 |
2013-02-14 | tpm/ibmvtpm: build only when IBM pseries is configured | Kent Yoder | 1 | -1/+1 |
2013-02-09 | pcmcia: synclink_cs: cleanup checkpatch warnings | Alexey Khoroshilov | 1 | -306/+310 |
2013-02-09 | pcmcia: synclink_cs: fix error handling in mgslpc_probe() | Alexey Khoroshilov | 1 | -10/+41 |
2013-02-07 | virtio_console: Don't access uninitialized data. | Sjur Brændeland | 1 | -1/+2 |
2013-02-06 | drivers/char/mem.c: fix small coding style issues | Hans Grob | 1 | -5/+5 |
2013-02-05 | tpm_tis: check pnp_acpi_device return code | Kent Yoder | 1 | -0/+3 |
2013-02-05 | char/tpm/tpm_i2c_stm_st33: drop temporary variable for return value | Peter Huewe | 1 | -3/+1 |
2013-02-05 | char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probe | Peter Huewe | 1 | -2/+0 |
2013-02-05 | char/tpm/tpm_i2c_stm_st33: Remove __devexit attribute | Peter Huewe | 1 | -1/+1 |
2013-02-05 | char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignment | Peter Huewe | 1 | -4/+2 |
2013-02-05 | tpm_i2c_stm_st33: removed unused variables/code | Kent Yoder | 1 | -17/+1 |
2013-02-05 | TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startup | Jason Gunthorpe | 1 | -0/+21 |
2013-02-05 | tpm: Fix cancellation of TPM commands (interrupt mode) | Stefan Berger | 3 | -12/+31 |
2013-02-05 | tpm: Fix cancellation of TPM commands (polling mode) | Stefan Berger | 8 | -8/+48 |
2013-02-05 | tpm: Store TPM vendor ID | Stefan Berger | 2 | -0/+3 |
2013-02-05 | TPM: Work around buggy TPMs that block during continue self test | Jason Gunthorpe | 1 | -1/+9 |
2013-02-05 | tpm_i2c_stm_st33: fix oops when i2c client is unavailable | Kent Yoder | 2 | -6/+11 |
2013-02-05 | char/tpm: Use struct dev_pm_ops for power management | Peter Huewe | 1 | -16/+12 |
2013-02-05 | TPM: STMicroelectronics ST33 I2C BUILD STUFF | Mathias Leblanc | 2 | -0/+11 |
2013-02-05 | tpm: rename STM driver to match other i2c drivers | Kent Yoder | 2 | -1/+1 |
2013-02-05 | tpm: STM i2c driver fixes | Kent Yoder | 2 | -89/+69 |
2013-02-05 | tpm: rename vendor data to priv and provide an accessor | Kent Yoder | 2 | -5/+7 |
2013-02-05 | TPM: STMicroelectronics ST33 I2C KERNEL 3.x | Mathias Leblanc | 2 | -0/+984 |
2013-02-05 | char/tpm: Use true and false for bools | Peter Huewe | 1 | -6/+6 |
2013-02-05 | TPM: Switch to __packed instead of __attribute__((packed)) | Jason Gunthorpe | 2 | -21/+21 |
2013-02-05 | TPM: Issue TPM_STARTUP at driver load if the TPM has not been started | Jason Gunthorpe | 2 | -4/+46 |
2013-02-05 | char/tpm: simplify duration calculation and eliminate smatch warning. | Peter Huewe | 1 | -7/+6 |
2013-02-05 | char/tpm: Remove duplicated lookup table | Peter Huewe | 1 | -17/+1 |
2013-01-30 | TTY: synclink: Convert + to | for bit operations | Joe Perches | 1 | -13/+13 |
2013-01-26 | ACPI: Remove useless type argument of driver .remove() operation | Rafael J. Wysocki | 2 | -2/+2 |
2013-01-22 | char: Convert to devm_ioremap_resource() | Thierry Reding | 3 | -10/+12 |
2013-01-21 | Drivers: char: exynos_rng_pm_ops can be static | Fengguang Wu | 1 | -1/+1 |
2013-01-19 | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2 | -5/+6 |
2013-01-16 | TTY: synclink, remove unneeded tests | Jiri Slaby | 1 | -3/+0 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -11/+3 |
2013-01-16 | TTY: move low_latency to tty_port | Jiri Slaby | 1 | -1/+1 |
2013-01-16 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -1/+1 |
2013-01-16 | TTY: switch tty_buffer_request_room to tty_port | Jiri Slaby | 1 | -1/+2 |
2013-01-16 | synclink fix ldisc buffer argument | Paul Fulghum | 1 | -1/+11 |
2013-01-04 | Drivers: char: remove __dev* attributes. | Greg Kroah-Hartman | 26 | -58/+49 |
2012-12-20 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -99/+230 |
2012-12-20 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -13/+27 |
2012-12-18 | virtio_console: Add support for remoteproc serial | Sjur Brændeland | 1 | -23/+169 |