aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-399/+12
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-56/+30
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-7/+3
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+0
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-2/+7
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds36-81/+83
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-6/+6
2012-12-03Merge branch 'block-dev'Linus Torvalds1-1/+1
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds1-1/+1
2012-11-28tpm_infineon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-28tpm: remove use of __devinitBill Pemberton4-5/+5
2012-11-26drivers/char: for hpet, add count checking, and ~0UL instead of -1Chen Gang1-1/+4
2012-11-22IXP4xx: HW pseudo-random generator is available on IXP45x/46x only.Krzysztof HaƂasa2-4/+7
2012-11-21char: remove use of __devexitBill Pemberton30-33/+33
2012-11-21char: remove use of __devinitconstBill Pemberton2-3/+3
2012-11-21char: remove use of __devinitdataBill Pemberton10-12/+12
2012-11-21char: remove use of __devinitBill Pemberton6-23/+23
2012-11-21char: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-20Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie2-399/+12
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2-2/+2
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby2-2/+7
2012-11-12Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at91 into next/headersArnd Bergmann1-1/+1
2012-11-11drm/i915: Kill off now unused gen6+ AGP codeBen Widawsky2-398/+11
2012-11-11drm/i915: Stop using AGP layer for GEN6+Ben Widawsky1-1/+1
2012-11-05Merge branch 'depends/tty' into next/headersOlof Johansson4-5/+36
2012-11-05ARM: plat-nomadik: move MTU, kill plat-nomadikLinus Walleij1-1/+1
2012-11-01drivers/char/tpm: remove tasklet and cleanupAshley Lai2-56/+30
2012-10-29Merge 3.7-rc3 into char-misc-nextGreg Kroah-Hartman1-1/+1
2012-10-28Merge branch 'master' into for-nextJiri Kosina41-509/+2962
2012-10-25sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu1-1/+1
2012-10-24pc8736x_gpio: use platform_device_unregister in pc8736x_gpio_cleanup()Wei Yongjun1-2/+1
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy1-5/+5
2012-10-16Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2012-10-16IPMI: Detect register spacing on PCI interfacesCorey Minyard1-2/+34
2012-10-16IPMI: Fix some uninitialized warningCorey Minyard1-1/+1
2012-10-16IPMI: Change link orderMatthew Garrett1-1/+0
2012-10-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie1-1/+1
2012-10-15ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren1-2/+0
2012-10-15parport: dead code in pp_writeAlan Cox1-5/+1
2012-10-12drm/i915: disable wc gtt pte mappings on gen2Daniel Vetter1-1/+1
2012-10-11Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-linusJames Morris1-7/+14
2012-10-11Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for-linusJames Morris3-11/+19
2012-10-11Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-6/+6
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-10-10tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe1-7/+14
2012-10-10driver/char/tpm: fix regression causesd by ppiGang Wei3-11/+19
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov3-3/+3
2012-10-07Merge branch 'late/fixes' into fixesOlof Johansson2-6/+6
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-20/+178