aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2005-06-30[PATCH] tpm: fix bug introduced by the /proc/miscKylene Jo Hall1-1/+1
2005-06-28[PATCH] sis 760 support.Dave Jones1-0/+9
2005-06-28[PATCH] coverity: tty_ldisc_ref return null checkKAMBAROV, ZAUR1-2/+2
2005-06-28[PATCH] coverity: ipmi_msghandler() channels array overrun fixKAMBAROV, ZAUR1-2/+2
2005-06-28[PATCH] Adapt drivers/char/vt_ioctl.c to non-x86Emmanuel Colbus1-2/+3
2005-06-28[PATCH] ixp4xx/ixp2000 watchdog driver typoLennert Buytenhek2-2/+2
2005-06-28[PATCH] drivers/char/tipar.c: off by one array accessLuc Van Oostenryck1-1/+1
2005-06-28[PATCH] Using msleep() instead of HZLuca Falavigna1-12/+4
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2-4/+8
2005-06-27[PATCH] pci: remove deprecatesAmit Gud1-2/+2
2005-06-27[PATCH] pci: remove deprecatesAmit Gud1-1/+1
2005-06-27[PATCH] pcmcia: synclink_cs IRQ_INFO2_INFO is goneDominik Brodowski1-1/+1
2005-06-27[PATCH] pcmcia: id_table for synclink_cs.cDominik Brodowski1-0/+7
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt1-3/+0
2005-06-26Merge 'drm-3264' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-10/+1501
2005-06-26Merge 'drm-fixes' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-26/+151
2005-06-26drm: fix radeon irq properlyDave Airlie1-14/+13
2005-06-25[PATCH] schedule the obsolete raw driver for removalAdrian Bunk1-2/+2
2005-06-25[PATCH] drivers/char/rio/: kill rio_udelayAdrian Bunk3-9/+4
2005-06-25[PATCH] drivers/char/ip2*: cleanupsAdrian Bunk3-22/+6
2005-06-25[PATCH] drivers/char/mwave/tp3780i.c: remove dead codeAdrian Bunk1-5/+1
2005-06-25[PATCH] drivers/char/rocket.c: cleanupsAdrian Bunk2-147/+119
2005-06-25[PATCH] drivers/char/nvram.c: possible cleanupsAdrian Bunk1-3/+3
2005-06-25[PATCH] drivers/char/mwave/3780i.c: cleanupsAdrian Bunk2-6/+4
2005-06-25[PATCH] drivers/char/istallion.c: remove an unneeded variableAdrian Bunk1-2/+1
2005-06-25[PATCH] printk: drivers/char/ftape/compressor/zftape-compress.cDomen Puncer1-2/+2
2005-06-25[PATCH] printk: drivers/char/applicom.cDomen Puncer1-1/+1
2005-06-25[PATCH] drivers/char/mwave/tp3780i.c: remove kernel 2.2 #if'sAdrian Bunk1-7/+1
2005-06-25[PATCH] drivers/char/isicom.c: section fixesAdrian Bunk1-6/+6
2005-06-25[PATCH] char/tty_io: replace schedule_timeout() with msleep_interruptible()Domen Puncer1-5/+5
2005-06-25[PATCH] char/ds1620: use msleep() instead of schedule_timeout()Domen Puncer1-2/+1
2005-06-25[PATCH] riotty.c cleanups and warning fixM.Baris Demiray1-9/+6
2005-06-25[PATCH] kexec code cleanupManeesh Soni1-1/+1
2005-06-25[PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg1-1/+1
2005-06-25[PATCH] kdump: sysrq trigger mechanism for kexec based crashdumpsHariprasad Nellitheertha1-2/+22
2005-06-25[PATCH] kdump: cleanups for dump file access in linear raw formatVivek Goyal1-36/+15
2005-06-25[PATCH] kdump: Accessing dump file in linear raw format (/dev/oldmem)Vivek Goyal1-0/+74
2005-06-25[PATCH] hpet: do_div fixJon Smirl1-1/+1
2005-06-25[PATCH] tpm: fix misc name memory problemKylene Jo Hall1-2/+6
2005-06-25[PATCH] tpm: Fix pubek parsingKylene Jo Hall1-2/+2
2005-06-25[PATCH] tpm: Support new National TPMsKylene Jo Hall3-70/+53
2005-06-25[PATCH] Serial: remove unnecessary register_serial/unregister_serialRussell King1-4/+0
2005-06-25[PATCH] I8K: add new BIOS signaturesDmitry Torokhov1-8/+24
2005-06-25[PATCH] I8K: initialization code cleanup; formattingDmitry Torokhov2-106/+47
2005-06-25[PATCH] I8K: convert to seqfileDmitry Torokhov1-42/+22
2005-06-25[PATCH] I8K: use standard DMI interfaceDmitry Torokhov1-249/+53
2005-06-25[PATCH] I8K: pass through lindentDmitry Torokhov1-475/+475
2005-06-25[PATCH] Toshiba driver cleanupDmitry Torokhov2-40/+24
2005-06-24[PATCH] tpm: improve output in sysfs files when the TPM failsKylene Jo Hall1-4/+6
2005-06-24[PATCH] tpm: add debugging outputKylene Hall1-8/+17
2005-06-24[PATCH] tpm: replace odd LPC init functionKylene Hall4-108/+22
2005-06-24[PATCH] tpm: TPMs on additional LPC busKylene Hall1-0/+1
2005-06-24[PATCH] tpm: locking fixesKylene Hall1-3/+7
2005-06-24[PATCH] tpm: add cancel functionKylene Hall4-12/+23
2005-06-24[PATCH] tpm: sysfs owernship changesKylene Hall4-13/+64
2005-06-24[PATCH] tpm: remove unnecessary __forceKylene Hall1-12/+7
2005-06-24[PATCH] tpm: use to_pci_devKylene Hall1-3/+3
2005-06-24[PATCH] tpm: fix timer initializationKylene Hall2-20/+6
2005-06-24[PATCH] tpm: large stack objectsKylene Hall1-6/+15
2005-06-24[PATCH] tpm: read return code issueKylene Hall1-20/+10
2005-06-24[PATCH] tpm: remove unnecessary module stuffKylene Hall1-13/+0
2005-06-24[PATCH] tpm: address missing const defsKylene Hall1-5/+5
2005-06-24[PATCH] tpm: Fix concerns with TPM driver -- use enumsKylene Hall4-51/+87
2005-06-24[PATCH] char/tpm: use msleep(), clean-up timers,Nishanth Aravamudan3-52/+18
2005-06-24[PATCH] ipmi: add 32-bit ioctl translations for 64-bit platformsAndrew Morton1-0/+196
2005-06-24[PATCH] ipmi: use completions, not semaphores, in powerdown codeCorey Minyard1-12/+13
2005-06-24[PATCH] ipmi: add power cycle capabilityCorey Minyard2-11/+130
2005-06-24[PATCH] ipmi: timer shutdown cleanupCorey Minyard1-12/+5
2005-06-23Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6Linus Torvalds3-0/+707
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan2-2/+2
2005-06-23[PATCH] Introduce tty_unregister_ldisc()Alexey Dobriyan1-13/+24
2005-06-23[PATCH] Potential null pointer dereference in amiga serial driverTINNES Julien RD-MAPS-ISS1-4/+14
2005-06-23Add missing license texts from Tungsten Graphics.Dave Airlie6-11/+137
2005-06-23Currently DRM depends on PCI this will need to change for ffb on Sparc toDave Airlie1-1/+1
2005-06-23drm: 32/64-bit DRM ioctl compatibility patchDave Airlie8-10/+1501
2005-06-23[PATCH] ppc64: add a watchdog driver for rtasUtz Bacher3-0/+707
2005-06-21[PATCH] mips: add vr41xx gpio supportYoichi Yuasa3-0/+748
2005-06-21[PATCH] ppc64 iSeries: allow build with no PCIStephen Rothwell1-4/+4
2005-06-21[PATCH] coverity: ipmi: avoid overrun of ipmi_interfaces[]Zaur Kambarov1-1/+1
2005-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds20-131/+131
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou4-13/+13
2005-06-20[PATCH] Fix typo in scdrv_init()Jason Uhlenkott1-1/+1
2005-06-20[PATCH] fix up ipmi code after class_simple.c removalAndrew Morton1-7/+7
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de14-103/+103
2005-06-20[PATCH] tty: move to use the new class code, instead of class_simplegregkh@suse.de1-8/+8
2005-06-20[PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdogLennert Buytenhek1-1/+6
2005-06-18[PATCH] console blanking oops fixJan Beulich1-0/+4
2005-06-10Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-5/+1
2005-06-10[PATCH] remove bogus hack from radeon IRQ handlerDave Airlie1-5/+0
2005-06-10[PATCH] drm add i945G pci idDave Airlie1-0/+1
2005-06-07[PATCH] Replace check_bridge_mode() with (bridge->mode & AGSTAT_MODE_3_0).David Mosberger1-16/+3
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser13-35/+36
2005-06-07[PATCH] sgi-agp: fixes a problem with accessing GART memory in sgi_tioca_inse...Michael Werner1-3/+9
2005-06-07[PATCH] i945G patch for agpgartAlan Hourihane1-2/+13
2005-06-06[PATCH] moxa: do not ignore inputDenis Vlasenko1-25/+13
2005-05-25[PATCH] ipmi build fixNeil Horman1-2/+2
2005-05-20[PATCH] Add sysfs support for the IPMI device interfaceCorey Minyard1-2/+18
2005-05-18[PATCH] Fix filp being passed through raw ioctl handlerStephen Tweedie1-1/+1
2005-05-17[PATCH] Intel 6300ESB TCO timer supportPeter Lundkvist1-0/+1
2005-05-16[PATCH] Fix root hole in raw deviceStephen Tweedie1-1/+1
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+2
2005-05-05[PATCH] uninline tty_paranoia_check()Andrew Morton1-1/+1
2005-05-04Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/lin...Linus Torvalds1-1/+1
2005-05-04[PATCH] ipmi iomem annotations and fixesAl Viro2-17/+17
2005-05-04[PATCH] sonypi trivial user annotationsAl Viro1-3/+3
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 3Al Viro1-2/+2
2005-05-04[PATCH] mbcs trivial user annotationsAl Viro2-4/+4
2005-05-03[IA64-SGI] Altix patch to fix missing Kconfig dependency.Bruce Losure1-1/+1
2005-05-01[PATCH] make lots of things staticAdrian Bunk13-19/+19
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-1/+2
2005-05-01[PATCH] ipmi: fix a deadlockCorey Minyard1-15/+21
2005-05-01[PATCH] ipmi: enable interrupts on the BT driverCorey Minyard2-6/+35
2005-05-01[PATCH] ipmi: fix watchdog so the device can be reopened on an unexpected closeCorey Minyard1-1/+1
2005-05-01[PATCH] IPMI: fix for handling bad ACPI dataCorey Minyard1-2/+11
2005-05-01[PATCH] IPMI: fix for handling bad IPMI DMI dataCorey Minyard1-1/+7
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl2-8/+5
2005-05-01[PATCH] hangcheck-timer: Update to 0.9.0.Joel Becker2-10/+96
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney1-2/+2
2005-04-30[PATCH] ARM: RTC: allow driver methods to return errorRussell King1-2/+6
2005-04-27Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/lin...Linus Torvalds7-1/+1770
2005-04-26[PATCH] tpm 64bit fixes (size_t)Al Viro1-3/+3
2005-04-25[IA64-SGI] snsc_event.c new fileGreg Howard1-0/+304
2005-04-25[IA64] Altix system controller event handlingGreg Howard3-1/+49
2005-04-25[IA64-SGI] Bus driver for the CX port of SGI's TIO chip.Bruce Losure4-0/+1417
2005-04-16[PATCH] update maintainer for /dev/randomMatt Mackall1-1/+1
2005-04-16[PATCH] Fix u32 vs. pm_message_t in drivers/charPavel Machek5-5/+5
2005-04-16[PATCH] ppc32: Fix AGP and sleep againBenjamin Herrenschmidt1-8/+44
2005-04-16[PATCH] r128_state.c: break missing in switch statementDave Airlie1-0/+4
2005-04-16[PATCH] mmtimer build fixChristoph Lameter1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds439-0/+264246