summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cris' of git://www.jni.nu/crisLinus Torvalds2008-02-081-218/+7Star
|\
| * CRIS v10: drivers/net/cris/eth_v10.c rename LED defines to CRIS_LED to avoid ...Jesper Nilsson2008-02-081-218/+7Star
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-02-081-6/+6
|\ \
| * | Enhanced partition statistics: aoe fixJerome Marchand2008-02-081-4/+4
| |/
* | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-081-1/+24
|\ \
| * | [POWERPC] Disable G5 NAP mode during SMU commands on U3Benjamin Herrenschmidt2008-02-081-1/+24
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-081-2/+1Star
|\ \
| * | [ISDN]: fix section mismatch warning in enpci_card_msgSam Ravnborg2008-02-081-2/+1Star
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-087-30/+77
|\ \ \
| * \ \ Merge branches 'release', 'dmi' and 'misc' into releaseLen Brown2008-02-086-30/+57
| |\ \ \
| | * | | acer-wmi, tc1100-wmi: select ACPI_WMILen Brown2008-02-081-2/+2
| | * | | ACPI: WMI: Improve Kconfig descriptionCarlos Corbacho2008-02-081-4/+15
| | * | | ACPI: thermal: syntax, spelling, kernel-docLen Brown2008-02-082-23/+30
| | * | | intel_menlo: build on X86 onlyLen Brown2008-02-071-0/+1
| | * | | ACPI: build WMI on X86 onlyLen Brown2008-02-071-0/+1
| | * | | ACPI: cpufreq: Print _PPC changes via cpufreq debug layerThomas Renninger2008-02-071-0/+7
| | * | | ACPI: add newline to printkLen Brown2008-02-071-1/+1
| * | | | ACPI: DMI: add Panasonic CF-52 and Thinpad X61Len Brown2008-02-081-0/+20
| | |_|/ | |/| |
* | | | fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng2008-02-081-2/+2
* | | | NBD: remove limit on max number of nbd devicesPaul Clements2008-02-081-6/+4Star
* | | | Char: applicom, use pci_match_idJiri Slaby2008-02-081-11/+4Star
* | | | Char: applicom, use pci_resource_startJiri Slaby2008-02-081-4/+5
* | | | mount options: fix capifsMiklos Szeredi2008-02-081-0/+7
* | | | PWM LED driverDavid Brownell2008-02-083-0/+165
* | | | Basic PWM driver for AVR32 and AT91David Brownell2008-02-083-0/+419
* | | | atmel_serial: show tty name in /proc/interruptsHaavard Skinnemoen2008-02-081-1/+2
* | | | atmel_serial: use container_of instead of direct castHaavard Skinnemoen2008-02-081-17/+23
* | | | atmel_serial: fix broken RX buffer allocationHaavard Skinnemoen2008-02-081-1/+2
* | | | atmel_serial: add DMA supportChip Coldwell2008-02-082-24/+383
* | | | atmel_serial: split the interrupt handlerRemy Bohmer2008-02-081-55/+190
* | | | atmel_serial: fix bugs in probe() error path and remove()Haavard Skinnemoen2008-02-081-10/+29
* | | | atmel_serial: use existing console options only if BRG is runningHaavard Skinnemoen2008-02-081-8/+7Star
* | | | atmel_serial: use cpu_relax() when busy-waitingHaavard Skinnemoen2008-02-081-2/+2
* | | | atmel_serial: clean up the codeRemy Bohmer2008-02-081-105/+150
* | | | SMBIOS/DMI: add type 41 = Onboard Devices Extended InformationWim Van Sebroeck2008-02-081-0/+25
* | | | parport: fix ieee1284_epp_read_addrStephan Boettcher2008-02-081-1/+1
* | | | Fix container_of() usageAlexey Dobriyan2008-02-081-1/+1
* | | | aoe: statically initialise devlist_lockAndrew Morton2008-02-081-3/+1Star
* | | | aoe: update copyright dateEd L. Cashin2008-02-087-7/+7
* | | | aoe: make error messages more specificEd L. Cashin2008-02-081-8/+7Star
* | | | aoe: the aoeminor doesn't need a long formatEd L. Cashin2008-02-082-5/+7
* | | | aoe: add module parameter for users who need more outstanding I/OEd L. Cashin2008-02-081-3/+7
* | | | aoe: only install new AoE device onceEd L. Cashin2008-02-081-0/+2
* | | | aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin2008-02-083-41/+133
* | | | aoe: user can ask driver to forget previously detected devicesEd L. Cashin2008-02-083-19/+74
* | | | aoe: eliminate goto and improve readabilityEd L. Cashin2008-02-081-35/+34Star
* | | | aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin2008-02-084-10/+9Star
* | | | aoe: handle multiple network paths to AoE deviceEd L. Cashin2008-02-086-335/+653
* | | | aoe: bring driver version number to 47Ed L. Cashin2008-02-081-1/+1
* | | | rd: support XIPNick Piggin2008-02-082-2/+47