- c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
- 6a5971d Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
- cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
- d3594ea Merge branch 'block-dev' by Linus Torvalds · 12 years ago
- 1e8b333 blockdev: remove bd_block_size_semaphore again by Linus Torvalds · 12 years ago
- 164dce8 tpm_infineon: remove use of __devexit_p by Bill Pemberton · 12 years ago
- afc6d36 tpm: remove use of __devinit by Bill Pemberton · 12 years ago
- 2cf4e52 drivers/char: for hpet, add count checking, and ~0UL instead of -1 by Chen Gang · 12 years ago
- 553da85 IXP4xx: HW pseudo-random generator is available on IXP45x/46x only. by Krzysztof Hałasa · 15 years ago
- 39af33f char: remove use of __devexit by Bill Pemberton · 12 years ago
- aa89ed9e char: remove use of __devinitconst by Bill Pemberton · 12 years ago
- 0bbed20 char: remove use of __devinitdata by Bill Pemberton · 12 years ago
- 2223cbe char: remove use of __devinit by Bill Pemberton · 12 years ago
- 4dde2d2 char: remove use of __devexit_p by Bill Pemberton · 12 years ago
- 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
- e64de3b Merge 3.7-rc3 into char-misc-next by Greg Kroah-Hartman · 12 years ago
- 2cb55a2 sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEP by Yuanhan Liu · 12 years ago
- 1b3c165 pc8736x_gpio: use platform_device_unregister in pc8736x_gpio_cleanup() by Wei Yongjun · 12 years ago
- 7e6735c /dev/mem: use phys_addr_t for physical addresses by Cyril Chemparathy · 12 years ago
- 75fa29c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
- a6c16c2 IPMI: Detect register spacing on PCI interfaces by Corey Minyard · 12 years ago
- 9ebca93 IPMI: Fix some uninitialized warning by Corey Minyard · 12 years ago
- 061475b IPMI: Change link order by Matthew Garrett · 12 years ago
- 3459f62 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
- 9169d3a drm/i915: disable wc gtt pte mappings on gen2 by Daniel Vetter · 12 years ago
- 59b69ac Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-linus by James Morris · 12 years ago
- bb95a0d Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for-linus by James Morris · 12 years ago
- da06a8d Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
- abce9ac tpm: Propagate error from tpm_transmit to fix a timeout hang by Peter Huewe · 12 years ago
- 1631cfb driver/char/tpm: fix regression causesd by ppi by Gang Wei · 12 years ago
- 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
- 0b33162 Merge branch 'late/fixes' into fixes by Olof Johansson · 12 years ago
- dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
- 5e090ed Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 45ef6ac ARM: footbridge: nw_gpio_lock is raw_spin_lock by Arnd Bergmann · 12 years ago
- 1849f23 sections: fix section conflicts in drivers/char by Andi Kleen · 12 years ago
- d66e6737 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
- 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
- 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
- 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
- 8f446a7 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 3498d13 Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
- 3aebd34 Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
- 33e1afc virtio: console: fix error handling in init() function by Alexey Khoroshilov · 12 years ago
- 8ca84a5 virtio/console: Allocate scatterlist according to the current pipe size by Masami Hiramatsu · 12 years ago
- efe75d2 virtio/console: Wait until the port is ready on splice by Masami Hiramatsu · 12 years ago
- ec8fc87 virtio/console: Add a failback for unstealable pipe buffer by Masami Hiramatsu · 12 years ago
- eb5e89f virtio/console: Add splice_write support by Masami Hiramatsu · 12 years ago
- bf53083 Merge tag 'v3.6-rc7' into next by James Morris · 12 years ago
- 221b7b5 pcmcia: synclink_cs: fix potential tty NULL dereference by Alexey Khoroshilov · 12 years ago
- 08b79dd drivers/char/mmtimer.c: Remove useless kfree by Peter Senna Tschudin · 12 years ago
- f8885c2 drivers/char: removes unnecessary semicolon by Peter Senna Tschudin · 12 years ago
- b87570f Fix a crash when block device is read and block size is changed at the same time by Mikulas Patocka · 12 years ago
- fe47c58 hwrng: OMAP: remove SoC restrictions from driver registration by Paul Walmsley · 12 years ago
- 665d92f hwrng: OMAP: convert to use runtime PM by Paul Walmsley · 12 years ago
- 0266636 hwrng: OMAP: store per-device data in per-device variables, not file statics by Paul Walmsley · 12 years ago
- edef7e6 agp/intel: Use a write-combining map for updating PTEs by Chris Wilson · 12 years ago
- 9da3da6 drm/i915: Replace the array of pages with a scatterlist by Chris Wilson · 13 years ago
- 6592921 char/misc: remove CONFIG_EXPERIMENTAL dependencies by Greg Kroah-Hartman · 12 years ago
- 2e6185f Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/drivers by Olof Johansson · 12 years ago
- 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
- a40695e tpm: fix tpm_acpi sparse warning on different address spaces by Kent Yoder · 12 years ago
- 821873a hwrng: mxc-rnga - Access data via structure by Fabio Estevam · 12 years ago
- a9ccb7b hwrng: mxc-rnga - Adapt clocks to new i.mx clock framework by Fabio Estevam · 12 years ago
- efda0ad virtio: console: fix error handling in init() function by Alexey Khoroshilov · 12 years ago
- 9a32bb3 ppdev: ppdev_init: do not return zero in case of failure by Alexey Khoroshilov · 12 years ago
- f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
- 8119807 driver/char/tpm: declare internal symbols as static by Xiaoyan Zhang · 11 years ago
- 7da59d2 Merge v3.6-rc3 into 'char-misc-next' by Greg Kroah-Hartman · 12 years ago
- e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
- f84fdff driver: add PPI support in tpm driver by Xiaoyan Zhang · 12 years ago
- f334ac8 tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails. by Jesper Juhl · 12 years ago
- c5df392 drivers/char/tpm: Add securityfs support for event log by Ashley Lai · 12 years ago
- 132f762 drivers/char/tpm: Add new device driver to support IBM vTPM by Ashley Lai · 12 years ago
- 0a4af14 sgi-agp: Use list_for_each_entry() for bus->devices traversal by Bjorn Helgaas · 12 years ago
- 7e72fe7 tpm: compile out unused code in the PNP and PM cases by Kent Yoder · 12 years ago
- dd7da13 tpm: fix double write race and tpm_release free issue by Kent Yoder · 12 years ago
- 578b016 hw_random: add support for the TPM chip as a hardware RNG source by Kent Yoder · 12 years ago
- 41ab999 tpm: Move tpm_get_random api into the TPM device driver by Kent Yoder · 13 years ago
- e5dcd87 tpm: modularize event log collection by Kent Yoder · 13 years ago
- aad628c char/tpm: Add new driver for Infineon I2C TIS TPM by Peter Huewe · 12 years ago
- 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
- 4dbb845 drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated data by Julia Lawall · 12 years ago
- a843af1 drm/i915: fix hsw uncached pte by Daniel Vetter · 12 years ago
- c3a6344 TTY: tty_alloc_driver() returns error pointers by Dan Carpenter · 12 years ago
- e045907 drivers/char/tlclk.c: fix error return code by Julia Lawall · 12 years ago
- a33ba82 TTY: synclink_cs, fix build by Jiri Slaby · 12 years ago
- 930a93a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
- cc93441e TTY: synclink_cs, final cleanup in synclink_cs_init by Jiri Slaby · 12 years ago
- 16a1065 TTY: synclink_cs, use dynamic tty devices by Jiri Slaby · 12 years ago
- 737586f TTY: synclink_cs, sanitize fail paths by Jiri Slaby · 12 years ago
- b19e2ca TTY: use tty_port_link_device by Jiri Slaby · 12 years ago
- 0019b40 TTY: add support for unnumbered device nodes by Jiri Slaby · 12 years ago
- 19e4ab5 Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers by Arnd Bergmann · 12 years ago
- e4e139b Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
- 536a344 TTY: ttyprintk, initialize tty_port earlier by Jiri Slaby · 12 years ago
- ee8b593 TTY: ttyprintk, don't touch behind tty->write_buf by Jiri Slaby · 12 years ago
- f06fb54 TTY: ttyprintk, unregister tty driver on failure by Jiri Slaby · 12 years ago
- 07368d3 tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEP by Rafael J. Wysocki · 12 years ago