summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* drivers/char/hpet.c: fix information leak to userlandVasiliy Kulikov2010-10-261-2/+1
* hpet: fix style problemsJaswinder Singh Rajput2010-10-261-10/+10
* hpet: fix unwanted interrupt due to stale irq status bitClemens Ladisch2010-10-261-0/+15
* hpet: unmap unused I/O spaceJiri Slaby2010-10-261-0/+2
* ipmi: proper spinlock initializationEric Dumazet2010-10-261-11/+19
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-10-251-3/+1
|\
| * [S390] hvc_iucv: do not call iucv_unregister if iucv_register failedHendrik Brueckner2010-10-251-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-252-10/+36
|\ \ | |/ |/|
| * Input: sysrq - add locking to sysrq_filter()Dmitry Torokhov2010-09-291-3/+12
| * Input: add support for large scancodesMauro Carvalho Chehab2010-09-091-7/+24
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-2411-15/+13
|\ \
| * | Update broken web addresses in the kernel.Justin P. Mattock2010-10-189-12/+10
| * | Fix typo interrest[ing|ed] => interest[ing|ed]Thomas Weber2010-09-211-2/+2
| * | Fix various typos of valid in commentsNikanth Karthikesan2010-09-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-2216-286/+748
|\ \ \
| * | | vcs: invoke the vt update callback when /dev/vcs* is written toNicolas Pitre2010-10-222-0/+7
| * | | vcs: add poll/fasync supportNicolas Pitre2010-10-221-0/+133
| * | | tty: icount changeover for other main devicesAlan Cox2010-10-229-254/+271
| * | | tty: Make tiocgicount a handlerAlan Cox2010-10-221-0/+21
| * | | tty_io: check return code of tty_register_deviceVasiliy Kulikov2010-10-221-2/+22
| * | | Char: mxser, call pci_disable_device from probe/removeJiri Slaby2010-10-221-25/+22
| * | | add ttyprintk driverSamo Pogacnik2010-10-223-0/+241
| * | | tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-222-5/+14
| * | | tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2010-10-221-0/+17
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2239-5/+50
|\ \ \ \
| * | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-1537-5/+47
| * | | | viotape: use noop_llseekArnd Bergmann2010-09-161-0/+1
| * | | | raw: use explicit llseek file operationsArnd Bergmann2010-09-161-0/+2
* | | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2226-142/+160
|\ \ \ \ \
| * | | | | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-0524-131/+147
| * | | | | ipmi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-152-11/+11
| |/ / / /
* | | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-223-140/+207
|\ \ \ \ \
| * | | | | tlclk: remove big kernel lockArnd Bergmann2010-10-191-3/+3
| * | | | | fix rawctl compat ioctls breakage on amd64 and itanicAl Viro2010-10-191-103/+140
| * | | | | hpet: kill BKL, add compat_ioctlArnd Bergmann2010-09-151-34/+64
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-10-216-178/+62
|\ \ \ \ \
| * | | | | pcmcia: synclink_cs: fix information leak to userlandVasiliy Kulikov2010-10-211-0/+2
| * | | | | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-294-20/+0
| * | | | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-294-10/+4
| * | | | | pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski2010-09-291-7/+0
| * | | | | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-294-62/+17
| * | | | | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-294-4/+0
| * | | | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-296-18/+8
| * | | | | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-292-4/+4
| * | | | | pcmcia: simplify IntTypeDominik Brodowski2010-09-294-9/+0
| * | | | | pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2010-09-292-54/+37
* | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-212-12/+25
|\ \ \ \ \ \
| * | | | | | x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann2010-09-202-2/+2
| * | | | | | x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann2010-09-171-10/+23
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-212-3/+5
|\ \ \ \ \ \
OpenPOWER on IntegriCloud