summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski4-62/+17
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski4-4/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski6-18/+8
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2-4/+4
2010-09-29pcmcia: simplify IntTypeDominik Brodowski4-9/+0
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2-54/+37
2010-09-23ipmi: fix hardcoded ipmi device exit path warningYinghai Lu1-1/+6
2010-09-23ipmi: fix acpi probe printYinghai Lu1-5/+5
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+2
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara1-1/+2
2010-09-21Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+4
2010-09-21Fix typo interrest[ing|ed] => interest[ing|ed]Thomas Weber1-2/+2
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-1/+1
2010-09-21virtio: console: Prevent userspace from submitting NULL buffersAmit Shah1-0/+4
2010-09-21virtio: console: Fix poll blocking even though there is data to readHans de Goede1-1/+1
2010-09-21x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann2-2/+2
2010-09-18x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann1-10/+23
2010-09-17drm/i915,agp/intel: Add second set of PCI-IDs for B43Chris Wilson2-0/+4
2010-09-16viotape: use noop_llseekArnd Bergmann1-0/+1
2010-09-16raw: use explicit llseek file operationsArnd Bergmann1-0/+2
2010-09-15hpet: kill BKL, add compat_ioctlArnd Bergmann1-34/+64
2010-09-15ipmi: autoconvert trivial BKL users to private mutexArnd Bergmann2-11/+11
2010-09-10Input: add support for large scancodesMauro Carvalho Chehab1-7/+24
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-8/+8
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-12/+5
2010-09-07intel_agp,i915: Add more sandybridge graphics device idsZhenyu Wang3-11/+26
2010-09-07agp/intel: Fix cache control for SandybridgeZhenyu Wang2-10/+41
2010-09-07agp/intel: use #ifdef idiom for intel-agp.hZhenyu Wang1-0/+4
2010-09-07agp/intel: fix physical address mask bits for sandybridgeZhenyu Wang1-2/+2
2010-09-07agp/intel: Promote warning about failure to setup flush to error.Chris Wilson1-4/+4
2010-09-05AGP: Warn when GATT memory cannot be set to UCBorislav Petkov1-1/+3
2010-09-05x86, GART: Disable GART table walk probesBorislav Petkov1-1/+1
2010-09-05x86, GART: Remove superfluous AMD64_GARTENBorislav Petkov1-1/+1
2010-09-04tty: fix tty_line must not be equal to number of allocated tty pointers in tt...Nathael Pajani1-1/+1
2010-09-04vt: Fix console corruption on driver hand-over.Francisco Jerez1-11/+4
2010-08-29Input: use PIT_TICK_RATE in vt beep ioctlArnd Bergmann1-8/+8
2010-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-30/+29
2010-08-24synclink: add mutex_unlock() on error pathDan Carpenter1-1/+3
2010-08-24rocket: add a mutex_unlock()Dan Carpenter1-0/+1
2010-08-24ip2: return -EFAULT on copy_to_user errorsDan Carpenter1-0/+2
2010-08-24ip2: remove unneeded NULL checkDan Carpenter1-1/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2-9/+18
2010-08-22drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang2-0/+3
2010-08-22agp/intel: set 40-bit dma mask on SandybridgeZhenyu Wang1-9/+15
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov4-9/+8
2010-08-20Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov1-21/+21
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-31/+65
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2010-08-18tty: fix fu_list abuseNick Piggin2-35/+55