summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro2006-12-064-19/+17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-063-53/+6
|\
| * [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-043-47/+0
| * [PATCH] cm4000_cs: fix return value checkAkinobu Mita2006-12-042-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-053-0/+3
|\ \ | |/
| * Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-12-043-0/+3
| |\
| | * [PATCH] severing poll.h -> mm.hAl Viro2006-12-041-0/+1
| | * [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-042-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0587-19551/+1576
|\ \ \ | |/ /
| * | Remove long-unmaintained ftape driver subsystem.Jeff Garzik2006-12-0364-19402/+0
| |/
| * [RANDOM]: Annotate random.h IP helpers.Al Viro2006-12-021-24/+24
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-12-016-4/+1423
| |\
| | * Merge ../linux-2.6-watchdog-mmWim Van Sebroeck2006-11-306-4/+1423
| | |\
| | | * [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 4Wim Van Sebroeck2006-11-171-20/+22
| | | * [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 3Wim Van Sebroeck2006-11-171-27/+29
| | | * [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 2Wim Van Sebroeck2006-11-171-115/+101
| | | * [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 1Wim Van Sebroeck2006-11-171-10/+9
| | | * [WATCHDOG] MIPS RM9000 on-chip watchdog deviceThomas Koeller2006-11-173-0/+442
| | | * [WATCHDOG] Add iTCO vendor specific supportWim Van Sebroeck2006-11-124-4/+342
| | | * [WATCHDOG] sc1200wdt.c pnp unregister fix.Akinobu Mita2006-10-291-2/+7
| | | * [WATCHDOG] config.h removalAndrew Morton2006-10-281-1/+0
| | | * [WATCHDOG] NS pc87413-wdt Watchdog driver - fixesWim Van Sebroeck2006-10-231-2/+2
| | | * [WATCHDOG] NS pc87413-wdt Watchdog driver v1.1Sven Anders & Marcus Junker2006-10-231-304/+330
| | | * [WATCHDOG] NS pc87413-wdt Watchdog driverSven Anders & Marcus Junker2006-10-153-0/+625
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-12-011-2/+1
| |\ \ \
| | * | | usb: pcwd_usb free urb cleanupMariusz Kozlowski2006-12-011-2/+1
| | |/ /
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-12-019-101/+94
| |\ \ \
| | * | | Driver core: change mem class_devices to be real devicesGreg Kroah-Hartman2006-12-011-4/+4
| | * | | Driver core: convert ppdev code to use struct deviceGreg Kroah-Hartman2006-12-011-3/+3
| | * | | Driver core: convert raw device code to use struct deviceGreg Kroah-Hartman2006-12-011-6/+6
| | * | | Driver core: convert tty core to use struct deviceGreg Kroah-Hartman2006-12-011-9/+10
| | * | | Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman2006-12-013-29/+24
| | * | | Driver core: convert vc code to use struct deviceGreg Kroah-Hartman2006-12-011-8/+8
| | * | | Driver core: convert vt code to use struct deviceGreg Kroah-Hartman2006-12-011-42/+39
| | |/ /
| * | | Fix misc .c/.h comment typosMatt LaPlante2006-11-303-5/+5
| * | | Fix misc Kconfig typosMatt LaPlante2006-11-301-1/+1
| |/ /
| * | [PATCH] tlclk: fix platform_device_register_simple() error checkAkinobu Mita2006-11-251-3/+2
| * | [AGP] Allocate AGP pages with GFP_DMA32 by defaultLinus Torvalds2006-11-222-2/+2
| * | [AGP] Fix intel 965 AGP memory mapping functionLinus Torvalds2006-11-221-7/+24
* | | WorkStruct: make allyesconfigDavid Howells2006-11-2218-85/+95
* | | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-224-22/+25
* | | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-222-2/+2
|/ /
* | [PATCH] ftape: fix printk format warningsRandy Dunlap2006-11-201-2/+2
* | [PATCH] ipmi: use platform_device_add() instead of platform_device_register()...Zhang, Yanmin2006-11-162-2/+2
* | [PATCH] Char: isicom, fix close bugJiri Slaby2006-11-141-1/+2
* | [PATCH] IPMI: Fix more && typosCorey Minyard2006-11-131-2/+2
* | [PATCH] mspec driver build fixJes Sorensen2006-11-132-9/+7
* | [PATCH] ipmi_si_intf.c: fix "&& 0xff" typosAlexey Dobriyan2006-11-081-3/+3
* | [PATCH] IPMI: retry messages on certain error returnsCorey Minyard2006-11-081-1/+3
* | [PATCH] IPMI: Clean up the waiting message queue properly on unloadCorey Minyard2006-11-081-1/+11
OpenPOWER on IntegriCloud