aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19virtio: console: Use a control message to add portsAmit Shah1-44/+33
2010-05-19virtio: console: Move code around for future patchesAmit Shah1-133/+133
2010-05-19virtio: console: Remove config work handlerAmit Shah1-63/+1
2010-05-19virtio: console: Don't call hvc_remove() on unplugging console portsAmit Shah1-0/+11
2010-05-19virtio: console: Return -EPIPE to hvc_console if we lost the connectionAmit Shah1-2/+6
2010-05-19virtio: console: Let host know of port or device add failuresAmit Shah1-0/+5
2010-05-19virtio: console: Add a __send_control_msg() that can send messages without a valid portAmit Shah1-5/+11
2010-05-19virtio: Revert "virtio: disable multiport console support."Amit Shah1-41/+8
2010-05-19virtio-rng: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-05-19virtio_console: use virtqueue_xxx wrappersMichael S. Tsirkin1-16/+16
2010-05-19amd64-agp: Probe unknown AGP devices the right wayBen Hutchings1-12/+15
2010-05-19sis-agp: Remove SIS 760, handled by amd64-agpBen Hutchings1-8/+0
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely5-8/+8
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-05-18Merge branch 'next' into for-linusJames Morris3-28/+65
2010-05-17serial167: Kill unused variablesGeert Uytterhoeven1-2/+0
2010-05-17drivers: Push down BKL into various driversArnd Bergmann12-57/+144
2010-05-17procfs: Push down the bkl from ioctlFrederic Weisbecker1-5/+16
2010-05-17TPM: ACPI/PNP dependency removalRajiv Andrade2-21/+25
2010-05-13tty: Fix unbalanced BKL handling in error pathAlan Cox1-0/+1
2010-05-13Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar6-9/+21
2010-05-11agp: use NULL instead of 0 when pointer is neededBill Pemberton1-1/+1
2010-05-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt6-9/+21
2010-05-10pcmcia: dev_node removal (remaining drivers)Dominik Brodowski4-24/+7
2010-05-10pcmcia: dev_node removal (drivers with updated printk call)Dominik Brodowski2-16/+3
2010-05-10pcmcia: dev_node removal (write-only drivers)Dominik Brodowski1-5/+0
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski2-18/+5
2010-05-07Revert "TPM: ACPI/PNP dependency removal"James Morris2-32/+22
2010-05-06Merge branch 'master' into nextJames Morris62-58/+125
2010-05-05TPM: ACPI/PNP dependency removalRajiv Andrade2-22/+32
2010-04-30tty: Fix regressions in the char driver conversionAlan Cox5-6/+16
2010-04-23Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-1/+1
2010-04-23agp: use scratch page on memory remove and at GATT creation V4Jerome Glisse9-4/+44
2010-04-23Merge branch 'master' into for-nextJiri Kosina64-90/+204
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker1-1/+1
2010-04-20Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-3/+5
2010-04-20agp/intel: put back check that we have a driver for the bridge.Dave Airlie1-0/+8
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-nextDave Airlie5-1858/+1856
2010-04-19pcmcia: fix error handling in cm4000_cs.cDan Carpenter1-3/+5
2010-04-18agp/intel-gtt: kill previous_size assignmentsDaniel Vetter1-8/+5
2010-04-18agp/intel-gtt: kill intel_i830_tlbflushDaniel Vetter1-16/+0
2010-04-18agp/intel: split out gmch/gtt probe, part 1Daniel Vetter1-29/+44
2010-04-18agp/intel: kill mutli_gmch_chipDaniel Vetter1-55/+52
2010-04-18agp/intel: uncoditionally reconfigure driver on resumeDaniel Vetter1-16/+1
2010-04-18agp/intel: split out the GTT supportDaniel Vetter2-1523/+1537
2010-04-18agp/intel: introduce intel-agp.h header fileDaniel Vetter4-235/+241
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-3/+0
2010-04-13Input: keyboard - fix formatting issuesDmitry Torokhov1-131/+147
2010-04-13Input: keyboard - switch to using pr_err() and friendsDmitry Torokhov1-4/+7
2010-04-13Input: implement SysRq as a separate input handlerDmitry Torokhov2-67/+216