summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* [SPARC]: Fix RTC build failure.Adrian Bunk2005-12-191-1/+1
* [PATCH] radeon drm: fix compilation breakage with gcc 2.95.3Jean Delvare2005-12-191-1/+1
* [PATCH] ppc: booke_wdt compile fixAl Viro2005-12-161-1/+1
* [PATCH] radeon drm: fix agp aperture map offsetBenjamin Herrenschmidt2005-12-162-2/+8
* [PATCH] IPMI oops fixPaolo Galtieri2005-12-151-2/+4
* [PATCH] mwave: missing __user in ioctl struct declarationAl Viro2005-12-151-1/+1
* [PATCH] __user annotations (booke_wdt.c)Al Viro2005-12-151-6/+7
* [PATCH] wdrtas.c: fix __user annotationsAl Viro2005-12-151-1/+1
* [PATCH] cm4000_cs: __user annotationsAl Viro2005-12-151-6/+7
* [drm] fix radeon aperture issueDave Airlie2005-12-131-1/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-12-131-4/+0Star
|\
| * [ARM SMP] mpcore_wdt bogus fpos checkMarcelo Tosatti2005-12-051-4/+0Star
* | [PATCH] raw driver: Kconfig fixAndrew Morton2005-12-121-9/+9
* | [PATCH] ipmi: fix panic generator IDMatt Domsch2005-12-121-1/+1
|/
* [PATCH] SiS DRM: Fix possible NULL dereferenceEgbert Eich2005-11-301-1/+4
* mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-281-1/+1
* drm: fix quiescent lockingDave Airlie2005-11-241-5/+11
* drm: move is_pci to the end of the structureDave Airlie2005-11-231-2/+1Star
* drm: add __GFP_COMP to the drm_alloc_pagesDave Airlie2005-11-232-2/+2
* I think that if a PCI bus is a root bus, attached to a host bridge not aDave Airlie2005-11-231-1/+1
* [PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins2005-11-221-1/+1
* Merge ../linus/Dave Jones2005-11-215-33/+42
|\
| * [PATCH] tpm: remove PCI kconfig dependencyKylene Jo Hall2005-11-181-1/+1
| * [PATCH] tpm: use ioread8 and iowrite8Kylene Jo Hall2005-11-182-31/+38
| * [PATCH] tpm: use flush_scheduled_work()Kylene Jo Hall2005-11-181-0/+2
| * [PATCH] ipmi: missing NULL test for kthreadMatt Domsch2005-11-181-1/+1
* | [AGPGART] Support VIA P4M800CE bridge.Dave Jones2005-11-211-0/+6
* | [AGPGART] Mark AMD64 aperture size structs as constDave Jones2005-11-171-2/+2
* | [AGPGART] Mark maxes_table as constDave Jones2005-11-171-1/+1
|/
* [PATCH] ipmi: bump-driver-versionCorey Minyard2005-11-151-1/+1
* Merge x86-64 update from AndiLinus Torvalds2005-11-151-3/+14
|\
| * [PATCH] AGP: Make gart iterator in K8 AGP driver SMP safeAndi Kleen2005-11-151-2/+3
| * [PATCH] AGP: Try unsupported AGP chipsets on x86-64 by defaultAndi Kleen2005-11-151-1/+1
| * [PATCH] AGP: Support ULI/ALI 1689 bridge on AMD64Andi Kleen2005-11-151-0/+10
* | [PATCH] powerpc: kill ppc64 rtc.c, use genrtc insteadBenjamin Herrenschmidt2005-11-141-1/+1
* | [PATCH] tpm: locking fixKylene Jo Hall2005-11-142-0/+10
* | [PATCH] tpm: dev_mask handling fixKylene Jo Hall2005-11-141-3/+2Star
* | [PATCH] tpm: updates for new hardwareKylene Jo Hall2005-11-143-72/+171
* | [PATCH] synclink: update to use DMA mapping APIPaul Fulghum2005-11-141-15/+16
* | [PATCH] ppc: add support for new powerbooksOlof Johansson2005-11-141-0/+4
* | [PATCH] Update email address for KumarKumar Gala2005-11-141-1/+1
* | [PATCH] New Omnikey Cardman 4000 driverHarald Welte2005-11-143-0/+2090
* | [PATCH] New Omnikey Cardman 4040 driverHarald Welte2005-11-144-0/+902
* | [PATCH] I8K: fix /proc reporting of blank service tagsDmitry Torokhov2005-11-121-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2005-11-121-0/+1
|\ \
| * | drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlevel/ftape...Adrian Bunk2005-11-081-0/+1
* | | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-118-97/+99
|\ \ \
| * | | [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-098-97/+99
| |/ /
* | | [PATCH] ipmi: fix inconsistent spinlock usageHironobu Ishii2005-11-111-3/+3
* | | [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-1117-17/+0Star