aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds5-78/+23
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2009-12-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-2/+11
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds5-325/+184
2009-12-03Merge branch 'master' into nextJames Morris35-78/+126
2009-11-30tty_port: handle the nonblocking open of a dead port corner caseAlan Cox1-2/+5
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-1/+7
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski3-12/+5
2009-11-28pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2-4/+4
2009-11-28pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski1-2/+2
2009-11-28pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm1-2/+2
2009-11-28pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm1-7/+7
2009-11-27Merge branch 'gart/fixes' into amd-iommu/2.6.33Joerg Roedel1-2/+1
2009-11-25Input: keyboard - fix braille keyboard keysym generationSamuel Thibault1-1/+1
2009-11-19vt: Fix use of "new" in a struct fieldAlan Cox1-3/+3
2009-11-18Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds1-6/+5
2009-11-19agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse1-6/+5
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman5-11/+11
2009-11-17tty_port: If we are opened non blocking we still need to raise the carrierAlan Cox1-0/+3
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman1-1/+24
2009-11-12agp/intel: new host bridge supportZhenyu Wang1-1/+7
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman5-67/+12
2009-11-11pcmcia: fix printk formatsRandy Dunlap1-2/+2
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)Dominik Brodowski4-107/+63
2009-11-08ipwireless: make more use of pcmcia_loop_config()Dominik Brodowski1-114/+99
2009-11-08pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski2-121/+46
2009-11-05Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-1/+24
2009-11-03xen/hvc: make sure console output is always emitted, with explicit pollingJeremy Fitzhardinge1-1/+24
2009-11-03tpm: autoload tpm_tis based on system PnP IDsMatt Domsch1-0/+1
2009-11-02tpm_tis: TPM_STS_DATA_EXPECT workaroundRajiv Andrade1-1/+9
2009-10-30tty: Mark generic_serial users as BROKENAlan Cox1-3/+3
2009-10-29agp/amd64: Remove GART dependency on AGP_AMD64Pavel Vasilyev1-2/+1
2009-10-22move virtrng_remove to .devexit.textUwe Kleine-König1-1/+1
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger2-2/+0
2009-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2009-10-14tty: fix vt_compat_ioctlAndreas Schwab1-1/+1
2009-10-14tty: use the new 'flush_delayed_work()' helper to do ldisc flushLinus Torvalds1-1/+1
2009-10-14Make flush_to_ldisc properly handle parallel callsLinus Torvalds1-16/+13
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar3-0/+3
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan12-0/+12
2009-10-09TPM: fix pcrreadRajiv Andrade1-2/+1
2009-10-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-1/+1
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan3-0/+3
2009-10-03tty: Avoid dropping ldisc_mutex over hangup tty re-initializationLinus Torvalds1-5/+2
2009-10-03agp: parisc-agp.c - use correct page_mask functionHelge Deller1-1/+1
2009-10-01serial167: fix read buffer overflowRoel Kluin1-5/+2
2009-10-01cyclades: fix read buffer overflowRoel Kluin1-1/+1
2009-10-01Char: vt_ioctl, fix BKL imbalanceJiri Slaby1-2/+4
2009-10-01const: constify remaining file_operationsAlexey Dobriyan3-3/+3