summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-2118-49/+61
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-07-211-14/+15
|\
| * mmtimer: Push BKL down into the ioctl handlerAlan Cox2008-07-171-14/+15
* | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-211-1/+1
|\ \
| * \ Merge branch 'linus' into x86/urgentIngo Molnar2008-07-2158-1970/+1840
| |\ \
| * | | Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEMIngo Molnar2008-07-201-1/+1
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2008-07-182-140/+208
| |\ \ \
| * | | | x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEMIngo Molnar2008-07-181-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-07-211-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov2008-07-21239-67977/+3311
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Input: remove unused definesJoe Perches2008-05-161-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-07-215-0/+983
|\ \ \ \ \ \
| * | | | | | sparc64: Add Niagara2 RNG driver.David S. Miller2008-07-185-0/+983
| | |_|_|/ / | |/| | | |
* | | | | | Fix istallion build failureWang Chen2008-07-211-13/+13
| |_|/ / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-204-67/+53
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18160-66428/+1032
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-0536-1235/+2840
| |\ \ \ \ \
| * | | | | | WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-044-67/+53
* | | | | | | m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2008-07-201-1/+1
* | | | | | | tty: add more tty_port fieldsAlan Cox2008-07-2016-194/+165
* | | | | | | cyclades: use tty_portAlan Cox2008-07-201-158/+157
* | | | | | | tty: Clean up tiocmsetAlan Cox2008-07-201-26/+22
* | | | | | | synclink: use tty_portAlan Cox2008-07-203-310/+289
* | | | | | | stallion: use tty_portAlan Cox2008-07-201-80/+80
* | | | | | | rocket: use tty_portAlan Cox2008-07-202-64/+61
* | | | | | | mxser: use tty_portAlan Cox2008-07-201-131/+126
* | | | | | | moxa: use tty_portAlan Cox2008-07-201-45/+42
* | | | | | | istallion: use tty_portAlan Cox2008-07-201-58/+58
* | | | | | | isicom: use tty_portAlan Cox2008-07-201-102/+79
* | | | | | | riscom8: remove bogus checksAlan Cox2008-07-201-24/+8
* | | | | | | riscom8: use tty_portAlan Cox2008-07-202-85/+68
* | | | | | | gs: use tty_portAlan Cox2008-07-207-167/+164
* | | | | | | esp: use tty_portAlan Cox2008-07-201-136/+136
* | | | | | | epca: use tty_portAlan Cox2008-07-202-59/+54
* | | | | | | tty: Introduce a tty_port common structureAlan Cox2008-07-201-0/+34
* | | | | | | drivers/char/rio/: remove VCS tagsAdrian Bunk2008-07-2026-121/+0
* | | | | | | tty: Ldisc revampAlan Cox2008-07-2015-158/+251
* | | | | | | tty: isicom, enable/disable pci deviceJiri Slaby2008-07-201-0/+8
| |_|/ / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2008-07-171-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | pcmcia: fix return value in cm4000_cs.cDominik Brodowski2008-07-151-1/+1
* | | | | | APM emulation: Notify about all suspend events, not just APM invoked ones (v2)Johannes Berg2008-07-161-139/+207
| |_|_|_|/ |/| | | |
* | | | | Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-168-2223/+80
|\ \ \ \ \
| * \ \ \ \ Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-152-2/+2
| |\ \ \ \ \
| | * | | | | fix: "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-271-1/+1
| | * | | | | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
| * | | | | | Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds2008-07-146-2221/+78
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-146-2221/+78
| | |\ \ \ \ \ \
| | | * | | | | | dsp56k: use request_firmwareJaswinder Singh2008-07-141-51/+33
| | | * | | | | | ip2: use request_firmware()David Woodhouse2008-07-103-2163/+38
| | | * | | | | | Fix a const assignment in moxa_load_fw()David Howells2008-07-101-2/+2
OpenPOWER on IntegriCloud