summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] drm fixup pci gart settingsDave Airlie2005-11-091-2/+2
* [PATCH] Input: fix 'uniq' reporting in hotplug handlerDmitry Torokhov2005-11-091-1/+1
* [PATCH] mtd: onenand_base needs sched.hAndrew Morton2005-11-091-0/+2
* [PATCH] mtd: rfd_ftl build fixAndrew Morton2005-11-091-0/+1
* [PATCH] cpu hotplug: fix locking in cpufreq driversAshok Raj2005-11-091-14/+10Star
* Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-11-091-20/+22
|\
| * [SERIAL] IOC3: Update 8250 driver bitsRalf Baechle2005-11-091-20/+22
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-092-73/+69Star
|\ \
| * | [ARM] 3093/1: SharpSL PCMCIA Updates for Cxx00 modelsRichard Purdie2005-11-081-72/+68Star
| * | [ARM] More sparse fixesRussell King2005-11-081-1/+1
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-11-081-0/+3
|\ \
| * | [SPARC]: Missing compat_ioctl hookup in openprom driver.David S. Miller2005-11-081-0/+3
| |/
* | [Bluetooth]: Add endian annotations to the coreMarcel Holtmann2005-11-081-2/+2
* | [Bluetooth]: Add another ignore parameter to the HCI USB driverMarcel Holtmann2005-11-081-0/+7
* | [IRDA] donauboe: locking fixAndrew Morton2005-11-081-5/+9
* | [PPP]: add PPP MPPE encryption moduleMatt Domsch2005-11-085-24/+888
* | [PPP]: handle misaligned accessesPhilippe De Muyter2005-11-081-3/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-0816-24/+3825
|\
| * powermac: Use a spinlock in swim3.c (floppy driver) instead of cliPaul Mackerras2005-11-081-10/+10
| * macintosh: Always export pmu_[un]register_sleep_notifier if CONFIG_PM setPaul Mackerras2005-11-081-2/+2
| * [PATCH] ppc: Fix PowerBook HD led on ARCH=powerpcBenjamin Herrenschmidt2005-11-081-3/+6
| * [PATCH] ppc: fix a bunch of warningsBenjamin Herrenschmidt2005-11-081-3/+3
| * [PATCH] ppc64: Thermal control for SMU based machinesBenjamin Herrenschmidt2005-11-0813-0/+3638
| * [PATCH] ppc64: SMU partition recoveryBenjamin Herrenschmidt2005-11-081-8/+156
| * [PATCH] ppc64: SMU based macs cpufreq supportBenjamin Herrenschmidt2005-11-081-0/+12
* | [SPARC] cpwatchdog: implement ->compat_ioctlChristoph Hellwig2005-11-071-0/+24
* | [SPARC] display7seg: implement ->unlocked_ioctl and ->compat_ioctlChristoph Hellwig2005-11-071-12/+20
* | [SPARC] openprom: implement ->compat_ioctlChristoph Hellwig2005-11-071-0/+33
* | [SPARC] envctrl: implement ->unlocked_ioctl and ->compat_ioctlChristoph Hellwig2005-11-071-8/+10
* | [SUNSU]: Do not mark sunsu_console_setup() __initDavid S. Miller2005-11-071-1/+1
* | [SPARC]: Remove bogus register programming in cg6 driver.David S. Miller2005-11-071-6/+0Star
* | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2005-11-071-1/+1
|\ \
| * | [ARM] 3120/1: Fix MMC/SD card driver resume deadlockUli Luckas2005-11-071-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2005-11-073-12/+21
|\ \ \
| * | | [CPUFREQ] Fix up compile of cpufreq_statsDave Jones2005-11-021-0/+1
| * | | [CPUFREQ] Check return value of cpufreq_cpu_get in cpufreq_statsDave Jones2005-10-281-0/+5
| * | | [CPUFREQ] kzalloc conversions for cpufreq core.Dave Jones2005-10-212-6/+3Star
| * | | [CPUFREQ] Avoid the ondemand cpufreq governor to use a too high frequency for...Dave Jones2005-09-201-6/+12
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2005-11-0716-42/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | [AGPGART] Fix up warning in efficeon driver.Dave Jones2005-11-061-1/+1
| * | | [AGPGART] Fix up sgi-agp bug with no devices on bus.Dave Jones2005-11-051-0/+2
| * | | [AGPGART] When we encounter reserved mode bits, print them out.Dave Jones2005-11-051-2/+4
| * | | [AGPGART] Set .owner field of struct pci_driver.Dave Jones2005-10-2512-0/+12
| * | | [AGPGART] Replace kmalloc+memset's with kzalloc'sDave Jones2005-10-217-37/+18Star
| * | | [AGPGART] Fix serverworks TLB flush.Dave Jones2005-09-241-2/+16
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2005-11-076-680/+1546
|\ \ \ \
| * | | | VINO driver version 0.0.5.Ladislav Michl2005-11-075-680/+1545
| * | | | Add .gitignore files for TurbochannelRalf Baechle2005-11-071-0/+1
| | |_|/ | |/| |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2005-11-074-85/+109
|\ \ \ \
| * | | | Input: lkkbd - miscellaneous fixesJan-Benedict Glaw2005-11-031-42/+59