| Commit message (Expand) | Author | Age | Files | Lines |
* | Drivers: char: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 26 | -58/+49 |
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-20 | 1 | -99/+230 |
|\ |
|
| * | virtio_console: Add support for remoteproc serial | Sjur Brændeland | 2012-12-18 | 1 | -23/+169 |
| * | virtio_console: Merge struct buffer_token into struct port_buffer | Sjur Brændeland | 2012-12-18 | 1 | -76/+53 |
| * | virtio_console: Free buffers from out-queue upon close | sjur.brandeland@stericsson.com | 2012-12-18 | 1 | -0/+4 |
| * | virtio_console: Use kmalloc instead of kzalloc | Sjur Brændeland | 2012-12-18 | 1 | -1/+1 |
| * | virtio_console: Free buffer if splice fails | Sjur Brændeland | 2012-12-18 | 1 | -0/+2 |
| * | virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0 | Rusty Russell | 2012-12-18 | 1 | -5/+5 |
| * | virtio: console: don't rely on virtqueue_add_buf() returning capacity. | Amit Shah | 2012-12-18 | 1 | -0/+2 |
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-12-20 | 1 | -13/+27 |
|\ \ |
|
| * | | random: prime last_data value per fips requirements | Jarod Wilson | 2012-11-08 | 1 | -0/+17 |
| * | | random: fix debug format strings | Jiri Kosina | 2012-11-08 | 1 | -9/+10 |
| * | | random: make it possible to enable debugging without rebuild | Jiri Kosina | 2012-10-16 | 1 | -4/+0 |
| |/ |
|
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-12-17 | 2 | -399/+12 |
|\ \ |
|
| * \ | Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ... | Dave Airlie | 2012-11-20 | 2 | -399/+12 |
| |\ \ |
|
| | * | | drm/i915: Kill off now unused gen6+ AGP code | Ben Widawsky | 2012-11-11 | 2 | -398/+11 |
| | * | | drm/i915: Stop using AGP layer for GEN6+ | Ben Widawsky | 2012-11-11 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-12-17 | 2 | -56/+30 |
|\ \ \ \ |
|
| * | | | | drivers/char/tpm: remove tasklet and cleanup | Ashley Lai | 2012-11-01 | 2 | -56/+30 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 3 | -7/+3 |
|\ \ \ \ \ |
|
| * | | | | | various: Fix spelling of "asynchronous" in comments. | Adam Buchbinder | 2012-11-19 | 2 | -2/+2 |
| * | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2012-10-28 | 41 | -509/+2962 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | parport: dead code in pp_write | Alan Cox | 2012-10-15 | 1 | -5/+1 |
* | | | | | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | ARM: plat-nomadik: move MTU, kill plat-nomadik | Linus Walleij | 2012-11-05 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-12-12 | 1 | -2/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9... | Arnd Bergmann | 2012-11-12 | 1 | -1/+1 |
| |\| | | | | |
|
| * | | | | | | Merge branch 'depends/tty' into next/headers | Olof Johansson | 2012-11-05 | 4 | -5/+36 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | ARM: OMAP: Trivial driver changes to remove include plat/cpu.h | Tony Lindgren | 2012-10-16 | 1 | -2/+0 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-12-11 | 2 | -2/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 2012-11-16 | 2 | -2/+7 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2012-12-11 | 36 | -81/+83 |
|\ \ \ \ \ \ |
|
| * | | | | | | drivers/char: for hpet, add count checking, and ~0UL instead of -1 | Chen Gang | 2012-11-27 | 1 | -1/+4 |
| * | | | | | | char: remove use of __devexit | Bill Pemberton | 2012-11-21 | 30 | -33/+33 |
| * | | | | | | char: remove use of __devinitconst | Bill Pemberton | 2012-11-21 | 2 | -3/+3 |
| * | | | | | | char: remove use of __devinitdata | Bill Pemberton | 2012-11-21 | 10 | -12/+12 |
| * | | | | | | char: remove use of __devinit | Bill Pemberton | 2012-11-21 | 6 | -23/+23 |
| * | | | | | | char: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 2 | -2/+2 |
| * | | | | | | Merge 3.7-rc3 into char-misc-next | Greg Kroah-Hartman | 2012-10-29 | 1 | -1/+1 |
| |\| | | | | |
|
| * | | | | | | pc8736x_gpio: use platform_device_unregister in pc8736x_gpio_cleanup() | Wei Yongjun | 2012-10-25 | 1 | -2/+1 |
| * | | | | | | /dev/mem: use phys_addr_t for physical addresses | Cyril Chemparathy | 2012-10-25 | 1 | -5/+5 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 4 | -6/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | tpm_infineon: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
| * | | | | | | tpm: remove use of __devinit | Bill Pemberton | 2012-11-28 | 4 | -5/+5 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'block-dev' | Linus Torvalds | 2012-12-03 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | blockdev: remove bd_block_size_semaphore again | Linus Torvalds | 2012-11-29 | 1 | -1/+1 |
| |/ / / / / |
|
* / / / / / | IXP4xx: HW pseudo-random generator is available on IXP45x/46x only. | Krzysztof Hałasa | 2012-11-22 | 2 | -4/+7 |
|/ / / / / |
|
* / / / / | sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_P... | Yuanhan Liu | 2012-10-25 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-17 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 2012-10-16 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|