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