summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-051-2/+1Star
|\
| * Merge branch 'gart/fixes' into amd-iommu/2.6.33Joerg Roedel2009-11-271-2/+1Star
| |\
| | * agp/amd64: Remove GART dependency on AGP_AMD64Pavel Vasilyev2009-10-291-2/+1Star
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2009-12-052-2/+11
|\ \ \
| * \ \ Merge branch 'master' into nextJames Morris2009-12-0335-78/+126
| |\ \ \
| * | | | tpm: autoload tpm_tis based on system PnP IDsMatt Domsch2009-11-031-0/+1
| * | | | tpm_tis: TPM_STS_DATA_EXPECT workaroundRajiv Andrade2009-11-011-1/+9
| * | | | TPM: fix pcrreadRajiv Andrade2009-09-301-2/+1Star
| * | | | Merge branch 'master' into nextJames Morris2009-09-2966-2331/+2316Star
| |\ \ \ \
| * | | | | TPM: increase default TPM bufferRajiv Andrade2009-09-241-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-055-325/+184Star
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-283-12/+5Star
| * | | | | pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2009-11-282-4/+4
| * | | | | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski2009-11-281-2/+2
| * | | | | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm2009-11-281-2/+2
| * | | | | pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm2009-11-281-7/+7
| * | | | | pcmcia: fix printk formatsRandy Dunlap2009-11-111-2/+2
| * | | | | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)Dominik Brodowski2009-11-094-107/+63Star
| * | | | | ipwireless: make more use of pcmcia_loop_config()Dominik Brodowski2009-11-081-114/+99Star
| * | | | | pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski2009-11-082-121/+46Star
* | | | | | tty_port: handle the nonblocking open of a dead port corner caseAlan Cox2009-12-011-2/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-11-301-1/+1
|\ \ \ \ \ \
| * | | | | | Input: keyboard - fix braille keyboard keysym generationSamuel Thibault2009-11-261-1/+1
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-11-301-1/+7
|\ \ \ \ \ \
| * | | | | | agp/intel: new host bridge supportZhenyu Wang2009-11-121-1/+7
| | |_|_|/ / | |/| | | |
* | | | | | vt: Fix use of "new" in a struct fieldAlan Cox2009-11-191-3/+3
* | | | | | Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-11-191-6/+5Star
|\ \ \ \ \ \
| * | | | | | agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse2009-11-191-6/+5Star
| |/ / / / /
* / / / / / tty_port: If we are opened non blocking we still need to raise the carrierAlan Cox2009-11-181-0/+3
|/ / / / /
* | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-11-051-1/+24
|\ \ \ \ \
| * | | | | xen/hvc: make sure console output is always emitted, with explicit pollingJeremy Fitzhardinge2009-11-031-1/+24
* | | | | | tty: Mark generic_serial users as BROKENAlan Cox2009-10-301-3/+3
|/ / / / /
* | | | | move virtrng_remove to .devexit.textUwe Kleine-König2009-10-221-1/+1
* | | | | virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-222-2/+0Star
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-10-161-1/+1
|\ \ \ \
| * | | | tty: fix vt_compat_ioctlAndreas Schwab2009-10-151-1/+1
* | | | | tty: use the new 'flush_delayed_work()' helper to do ldisc flushLinus Torvalds2009-10-141-1/+1
* | | | | Make flush_to_ldisc properly handle parallel callsLinus Torvalds2009-10-141-16/+13Star
|/ / / /
* | | | headers: Fix build after <linux/sched.h> removalIngo Molnar2009-10-133-0/+3
* | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-1112-0/+12
* | | | TPM: fix pcrreadRajiv Andrade2009-10-091-2/+1Star
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2009-10-081-1/+1
|\ \ \ \
| * | | | agp: parisc-agp.c - use correct page_mask functionHelge Deller2009-10-031-1/+1
| | |/ / | |/| |
* | | | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-053-0/+3
* | | | tty: Avoid dropping ldisc_mutex over hangup tty re-initializationLinus Torvalds2009-10-041-5/+2Star
* | | | serial167: fix read buffer overflowRoel Kluin2009-10-021-5/+2Star
* | | | cyclades: fix read buffer overflowRoel Kluin2009-10-021-1/+1
* | | | Char: vt_ioctl, fix BKL imbalanceJiri Slaby2009-10-021-2/+4
* | | | const: constify remaining file_operationsAlexey Dobriyan2009-10-023-3/+3
* | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-301-2/+2
|\ \ \ \