summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt2006-07-101-1/+1
* [PATCH] Add Specialix IO8+ card support hotplug supportChuck Short2006-07-101-0/+6
* [PATCH] Add Computone IntelliPort Plus serial hotplug supportChuck Short2006-07-101-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-07-031-4/+3
|\
| * [POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt2006-07-031-4/+3
* | [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-1/+1
* | [PATCH] lockdep: print all lock classes on SysRQ-DIngo Molnar2006-07-031-1/+2
* | [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-3/+3
* | [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-1/+1
* | [PATCH] make more file_operation structs staticArjan van de Ven2006-07-0397-118/+118
* | [PATCH] vt: Decrement ref count of the VT backend on deallocationAntonino A. Daplas2006-07-031-0/+1
|/
* [PATCH] irq-flags: rio: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] irq-flags: drivers/drm: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-0237-77/+77
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-30113-114/+2
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30112-112/+0
| * typo fixes: aquire -> acquireAdrian Bunk2006-06-301-2/+2
* | [PATCH] kill open-coded offsetof in cm4000_cs.c ZERO_DEV()Al Viro2006-06-301-6/+1
* | [PATCH] fix ISTALLION=yAdrian Bunk2006-06-301-15/+2
* | [PATCH] fix platform_device_put/del mishapsIngo Molnar2006-06-302-5/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-2932-225/+16
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-264-9/+9
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-2617-18/+0
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-262-5/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-2619-19/+0
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-2615-47/+3
| * [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-2616-114/+4
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-267-10/+0
| * [PATCH] devfs: Remove devfs_*_tape() functions from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0
* | Merge ../linusDave Jones2006-06-2990-3212/+4674
|\ \
| * \ Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-3/+6
| |\ \
| | * | [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-271-3/+6
| * | | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-2/+2
| * | | [PATCH] GPIO for SCx200 & PC-8736x: x86-onlyDave Jones2006-06-291-0/+1
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-06-284-13/+150
| |\ \ \
| | * | | [WATCHDOG] convert AT91RM9200 watchdog to platform driverAndrew Victor2006-06-201-11/+71
| | * | | [WATCHDOG] add WDIOC_GETTIMELEFT ioctlWim Van Sebroeck2006-06-203-2/+79
| * | | | [PATCH] IPMI: watchdog handle panic properlyCorey Minyard2006-06-281-8/+10
| * | | | [PATCH] IPMI: remove high res timer codeCorey Minyard2006-06-281-67/+0
| * | | | [PATCH] IPMI: tidy msghandler timerCorey Minyard2006-06-281-5/+2
| * | | | [PATCH] istallion: cleanupsAlan Cox2006-06-281-1152/+667
| * | | | [PATCH] stallion: fix recent SMP locking cleanupAlan Cox2006-06-281-0/+3
| * | | | [PATCH] remove active field from tty buffer structurePaul Fulghum2006-06-281-12/+4
| * | | | [PATCH] add receive_room flow control to flush_to_ldiscPaul Fulghum2006-06-281-13/+24
| * | | | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-284-20/+4
| * | | | [PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk2006-06-271-2/+1
| * | | | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-272-9/+7
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add proper Kconfig, Makefile ent...Jim Cromie2006-06-272-1/+26
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: display pin values in/out in gpi...Jim Cromie2006-06-271-2/+4
| * | | | [PATCH] gpio-patchset-fixups: include linux/io.hJim Cromie2006-06-271-1/+1