summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-119-72/+80
|\
| * Merge branch 'linus' into irq/numaIngo Molnar2009-06-01257-1019/+11422
| |\
| * | x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-181-4/+2Star
| * | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fixCyrill Gorcunov2009-05-121-1/+1
| * | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-12198-7387/+6443Star
| |\ \
| | * \ Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar2009-05-11426-9793/+10102
| | |\ \
| * | | | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu2009-05-111-26/+30
| * | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-012-23/+25
| |\| | |
| | * | | x86, intr-remap: add option to disable interrupt remappingWeidong Han2009-04-191-0/+11
| | * | | x86, intr-remap: enable interrupt remapping earlyWeidong Han2009-04-192-23/+14Star
| * | | | irq: make ht irq_desc more numa awareYinghai Lu2009-04-281-1/+3
| * | | | irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-283-5/+6
| * | | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-282-10/+7Star
| * | | | irq: change ->set_affinity() to return statusYinghai Lu2009-04-282-7/+11
* | | | | Make /dev/zero reads interruptible by signalsLinus Torvalds2009-06-101-3/+2Star
* | | | | char: mxser, fix ISA board lookupPeter Botha2009-06-101-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-06-092-2/+2
|\ \ \ \ \
| * | | | | cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-092-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-06-091-6/+5Star
|\ \ \ \ \ \
| * | | | | | r8169: fix crash when large packets are receivedEric Dumazet2009-06-091-6/+5Star
* | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-06-091-14/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | md/raid5: fix bug in reshape code when chunk_size decreases.NeilBrown2009-06-091-1/+1
| * | | | | | md/raid5 - avoid deadlocks in get_active_stripe during reshapeNeilBrown2009-06-091-11/+11
| * | | | | | md/raid5: use conf->raid_disks in preference to mddev->raid_diskNeilBrown2009-06-091-2/+2
* | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-06-081-0/+1
|\ \ \ \ \ \ \
| * | | | | | | SSB: BCM47xx: Export ssb_watchdog_timer_setMatthieu Castet2009-06-081-0/+1
| |/ / / / / /
* | | | | | | pata_netcell: Fix typoAlan Cox2009-06-081-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds2009-06-081-16/+6Star
|\ \ \ \ \ \ \
| * | | | | | | pdc202xx_old: fix resetproc() methodSergei Shtylyov2009-06-071-14/+5Star
| * | | | | | | pdc202xx_old: fix 'pdc20246_dma_ops'Sergei Shtylyov2009-06-071-2/+1Star
* | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-081-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fix oops when using console=ttymxcN with N > 0Eric Lammerts2009-06-031-0/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-06-085-15/+80
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | sdhci-of: Fix the wrong accessor to HOSTVER registerDave Liu2009-06-031-1/+7
| * | | | | | | | mvsdio: fix config failure with some high speed SDHC cardsNicolas Pitre2009-06-031-0/+25
| * | | | | | | | mvsdio: ignore high speed timing requests from the coreNicolas Pitre2009-06-031-0/+9
| * | | | | | | | mmc/omap: Use disable_irq_nosync() from within irq handlers.Ben Nizette2009-06-031-1/+1
| * | | | | | | | sdhci-of: Add fsl,esdhc as a valid compatible to bind againstKumar Gala2009-06-031-0/+1
| * | | | | | | | mvsdio: allow automatic loading when modularNicolas Pitre2009-06-031-0/+1
| * | | | | | | | mxcmmc: Fix missing return value checking in DMA setup code.Martin Fuzzey2009-06-031-10/+26
| * | | | | | | | mxcmmc : Reset the SDHC hardware if software timeout occurs.Martin Fuzzey2009-06-031-1/+6
| * | | | | | | | omap_hsmmc: Trivial fix for a typo in commentAnand Gadiyar2009-06-031-1/+1
| * | | | | | | | mxcmmc: decrease minimum frequency to make MMC cards workSascha Hauer2009-06-031-1/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-06-061-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: use fixed-up device class when configuring deviceYu Zhao2009-06-041-0/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'upstream-linus2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-06-061-6/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | [libata] pata_ali: Use IGN_SIMPLEXAlan Cox2009-06-051-6/+11
* | | | | | | | | mtd: davinci nand: update clock namingKevin Hilman2009-06-051-3/+4
* | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-06-054-9/+91
|\| | | | | | | |
| * | | | | | | | ata_piix: Add HP Compaq nc6000 to the broken poweroff listVille Syrjala2009-06-051-0/+9