summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* fix file specification in commentsUwe Zeisberger2006-10-034-4/+4
* remove mentionings of devfs in documentationAdrian Bunk2006-10-031-4/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-10-032-2/+0
|\
| * [SERIAL] Remove wrong asm/serial.h inclusionsRussell King2006-10-012-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-031-6/+1
|\ \
| * | [POWERPC] fix spin lock nesting in hvc_iseriesStephen Rothwell2006-09-261-6/+1
* | | [PATCH] pr_debug: tipar: repair nonexistant pr_debug argument useZach Brown2006-10-031-2/+4
* | | [PATCH] vt: proper prototypes for some console functionsAdrian Bunk2006-10-031-8/+0
* | | [PATCH] vt: Honor the return value of device_create_fileAntonino A. Daplas2006-10-031-7/+24
* | | [PATCH] IPMI: allow user to override the kernel IPMI daemon enableCorey Minyard2006-10-031-2/+19
* | | [PATCH] drivers/char/ip2: kill unused code, labelJeff Garzik2006-10-031-2/+0
* | | [PATCH] ipmi: fix uninitialized data bugJeff Garzik2006-10-031-0/+1
* | | [WATCHDOG] improve machzwd detectionDave Jones2006-10-021-2/+1
* | | [WATCHDOG] use ENOTTY instead of ENOIOCTLCMD in ioctl()Samuel Tardieu2006-10-0243-44/+44
* | | [WATCHDOG] s3c24XX nowayoutBen Dooks2006-10-021-5/+5
* | | [WATCHDOG] pnx4008: add cpu_relax()Vitaly Wool2006-10-021-1/+2
* | | [WATCHDOG] pnx4008_wdt.c - spinlock fixes.Wim Van Sebroeck2006-10-021-0/+12
* | | [WATCHDOG] pnx4008_wdt.c - remove patchWim Van Sebroeck2006-10-021-6/+6
* | | [WATCHDOG] pnx4008_wdt.c - nowayout patchWim Van Sebroeck2006-10-021-5/+1
* | | [WATCHDOG] pnx4008: add watchdog supportVitaly Wool2006-10-023-0/+365
* | | [WATCHDOG] i8xx_tco remove pci_find_device.Jiri Slaby2006-10-021-14/+19
* | | [WATCHDOG] alim remove pci_find_deviceJiri Slaby2006-10-022-8/+17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2006-10-021-3/+6
|\ \ \
| * \ \ Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-1931-262/+1091
| |\ \ \
| * | | | Input: make input_register_handler() return error codesDmitry Torokhov2006-09-141-1/+4
| * | | | Input: constify input coreDmitry Torokhov2006-09-141-2/+2
* | | | | [PATCH] replace cad_pid by a struct pidCedric Le Goater2006-10-022-4/+3
* | | | | [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-2/+2
* | | | | [PATCH] const struct tty_operationsJeff Dike2006-10-0229-29/+30
* | | | | [PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).Eric W. Biederman2006-10-022-4/+5
* | | | | [PATCH] vt: rework the console spawning variablesEric W. Biederman2006-10-022-7/+18
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-10-012-5/+12
|\ \ \ \ \
| * | | | | [AGPGART] printk fixups.Dave Jones2006-09-281-3/+6
| * | | | | [AGPGART] Use pci_get_slot not pci_find_slotAlan Cox2006-09-261-2/+6
* | | | | | [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-13/+2
* | | | | | [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* | | | | | [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-13/+1
* | | | | | [PATCH] ipmi: don't start kipmid if the IPMI driver can use interruptsCorey Minyard2006-10-011-1/+5
* | | | | | [PATCH] Char: specialix, kill unneeded page allocJiri Slaby2006-10-011-10/+1
* | | | | | [PATCH] Off-by-one in drivers/char/mwave/mwavedd.cEric Sesterhenn2006-10-011-2/+2
* | | | | | [PATCH] sysrq: disable lockdep on rebootPeter Zijlstra2006-10-011-0/+1
* | | | | | [PATCH] ip2: use newer pci_get functionsAlan Cox2006-10-011-3/+7
* | | | | | [PATCH] IPMI: per-channel command registrationCorey Minyard2006-10-012-21/+88
* | | | | | [PATCH] isicom: correct firmware loadingJiri Slaby2006-10-011-16/+19
* | | | | | [PATCH] synclink_gt: increase max devicesPaul Fulghum2006-10-011-3/+3
* | | | | | [PATCH] synclink_gt: add bisync and monosync modesPaul Fulghum2006-10-011-25/+63
* | | | | | [PATCH] proper flags type of spin_lock_irqsave()Alexey Dobriyan2006-10-011-7/+8
* | | | | | [PATCH] MBCS: Use SEEK_{SET, CUR, END} instead of hardcoded valuesJosef 'Jeff' Sipek2006-10-011-3/+4
* | | | | | [PATCH] serial: Fix up offenders peering at baud bits directlyAlan Cox2006-10-013-157/+11
* | | | | | Merge branch 'block' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-09-302-0/+5
|\ \ \ \ \ \
OpenPOWER on IntegriCloud