Age | Commit message (Expand) | Author | Files | Lines |
2013-03-13 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+11 |
2013-03-09 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+8 |
2013-03-08 | virtio: rng: disallow multiple device registrations, fixes crashes | Amit Shah | 1 | -2/+11 |
2013-03-05 | hw_random: make buffer usable in scatterlist. | Rusty Russell | 1 | -3/+16 |
2013-03-04 | random: fix locking dependency with the tasklist_lock | Theodore Ts'o | 1 | -4/+8 |
2013-02-28 | drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionally | Dae S. Kim | 1 | -7/+9 |
2013-02-28 | ipmi: add options to disable openfirmware and PCI scanning | Corey Minyard | 1 | -10/+28 |
2013-02-28 | ipmi: add new kernel options to prevent automatic ipmi init | Corey Minyard | 1 | -4/+24 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 11 | -23/+23 |
2013-02-27 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -26/+5 |
2013-02-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -55/+73 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 11 | -23/+23 |
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-20 | drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILK | Chris Wilson | 1 | -2/+35 |
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-15 | drm/i915: Fix gen2 mappable calculations | Ben Widawsky | 1 | -1/+4 |
2013-02-14 | tpm/ibmvtpm: build only when IBM pseries is configured | Kent Yoder | 1 | -1/+1 |
2013-02-13 | virtio_console: Initialize guest_connected=true for rproc_serial | Sjur Brændeland | 1 | -5/+2 |
2013-02-13 | virtio: use module_virtio_driver. | Rusty Russell | 1 | -12/+1 |
2013-02-12 | virtio_console: Use virtio device index to generate port name | Sjur Brændeland | 1 | -13/+3 |
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 |