summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-055-325/+184
|\
| * pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-283-12/+5
| * 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/+63
| * ipwireless: make more use of pcmcia_loop_config()Dominik Brodowski2009-11-081-114/+99
| * pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski2009-11-082-121/+46
* | 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/+5
|\ \ \
| * | | agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse2009-11-191-6/+5
| |/ /
* / / 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/+0
|/
* 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/+13
|/
* 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/+1
* 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/+2
* | serial167: fix read buffer overflowRoel Kluin2009-10-021-5/+2
* | 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
|\ \
| * | omap: rng: Use resource_size instead of manual calculationTobias Klauser2009-09-251-2/+2
* | | pty: reconnect the BSD TIOCSPTLCK handling to legacy ptysLinus Torvalds2009-09-301-21/+26
| |/ |/|
* | tty: Fix regressions caused by commit b50989dcDave Young2009-09-271-5/+10
* | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-274-4/+4
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-09-253-5/+17
|\ \ | |/ |/|
| * hvc_console: Provide (un)locked version for hvc_resize()Hendrik Brueckner2009-09-243-5/+17
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-7/+30
|\ \
| * | agp/intel: Fix the pre-9xx chipset flush.Eric Anholt2009-09-111-7/+23
| * | agp/intel: Add B43 chipset supportFabian Henze2009-09-091-0/+7
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2