summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sound: oss: off by one bugDan Carpenter2010-01-083-9/+13
* ALSA: hda/realtek: Remove extra .capsrc_nids initialization for ALC889_INTELJaroslav Kysela2009-12-201-2/+0
* Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Jaroslav Kysela2009-12-204-31/+338
|\
| * ALSA: hda - Fix quirk for Maxdata obook4-1Takashi Iwai2009-12-181-1/+1
| * ALSA: hda - Fix missing capsrc_nids for ALC88xTakashi Iwai2009-12-171-0/+6
| * ALSA: hda - Make use of beep device found in Dell Vostro 1015nEinar Rünkaru2009-12-171-0/+4
| * ALSA: hda - Fixed internal mic initialization for Dell Vostro 1015Einar Rünkaru2009-12-171-6/+33
| * ALSA: hda - More ALC663 fixes and support of compatible chipsKailang Yang2009-12-171-24/+282
| * ALSA: hda - Add PCI IDs for Nvidia G2xx-seriesStefan Ringel2009-12-141-0/+3
| * ALSA: hda: Fix max PCM level to 0 dB for AD1981_HPDaniel T Chen2009-12-141-0/+8
| * ALSA: hda: Use ALC260_WILL quirk for another Acer model (0x1025007f)Daniel T Chen2009-12-141-0/+1
* | ALSA: ac97_codec - increase timeout for analog sections to 5 secondSteve Soule2009-12-151-1/+1
* | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-12-1238-911/+461
|\ \
| * | IXP4xx: GTWX5715 platform only has two PCI IRQ lines, not four.Krzysztof Hałasa2009-12-051-21/+11
| * | IXP4xx: Introduce IXP4XX_GPIO_IRQ(n) macro and convert IXP4xx platform files.Krzysztof Hałasa2009-12-0510-234/+169
| * | IXP4xx: move Gemtek GTWX5715 platform macros to the platform code.Krzysztof Hałasa2009-12-053-121/+43
| * | IXP4xx: Remove unused Motorola PrPMC1100 platform macros.Krzysztof Hałasa2009-12-053-44/+0
| * | IXP4xx: move FSG platform macros to the platform code.Krzysztof Hałasa2009-12-056-60/+25
| * | IXP4xx: move DSM G600 platform macros to the platform code.Krzysztof Hałasa2009-12-055-64/+35
| * | IXP4xx: move NAS100D platform macros to the platform code.Krzysztof Hałasa2009-12-055-64/+31
| * | IXP4xx: move NSLU2 platform macros to the platform code.Krzysztof Hałasa2009-12-055-65/+32
| * | IXP4xx: move Coyote platform macros to the platform code.Krzysztof Hałasa2009-12-055-43/+19
| * | IXP4xx: move AVILA platform macros to the platform code.Krzysztof Hałasa2009-12-055-51/+18
| * | IXP4xx: move IXDP425 platform macros to the platform code.Krzysztof Hałasa2009-12-055-52/+25
| * | IXP4xx: Extend PCI MMIO indirect address space to 1 GB.Krzysztof Hałasa2009-12-054-29/+29
| * | IXP4xx: Fix compilation failure with CONFIG_IXP4XX_INDIRECT_PCI.Krzysztof Hałasa2009-12-051-8/+15
| * | IXP4xx: Drop "__ixp4xx_" prefix from in/out/ioread/iowrite functions for clar...Krzysztof Hałasa2009-12-051-95/+55
| * | IXP4xx: Rename indirect MMIO primitives from __ixp4xx_* to __indirect_*.Krzysztof Hałasa2009-12-051-57/+50
| * | IXP4xx: Ensure index is positive in irq_to_gpio() and npe_request().Roel Kluin2009-12-054-4/+4
| * | ARM: fix insl() and outsl() endianness on IXP4xx architecture.Krzysztof Hałasa2009-12-051-3/+4
| * | IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.Krzysztof Hałasa2009-12-051-1/+1
| * | IXP4xx: change the timer base frequency to 66.666000 MHz.Krzysztof Hałasa2009-12-051-1/+1
* | | [BKL] add 'might_sleep()' to the outermost lock takerLinus Torvalds2009-12-121-1/+3
* | | tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox2009-12-121-2/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-12234-2713/+13126
|\ \ \
| * | | powerpc: Fix usage of 64-bit instruction in 32-bit altivec codeBenjamin Herrenschmidt2009-12-091-1/+1
| * | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-093651-114842/+248433
| |\ \ \
| * | | | MAINTAINERS: Add PowerPC patternsJoe Perches2009-12-091-0/+15
| * | | | powerpc/pseries: Track previous CPPR values to correctly EOI interruptsMark Nelson2009-12-091-5/+51
| * | | | powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMPNathan Fontenot2009-12-091-94/+94
| * | | | powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze2009-12-0921-23/+23
| * | | | powerpc/8xx: DTLB Miss cleanupJoakim Tjernlund2009-12-091-6/+11
| * | | | powerpc/8xx: Remove DIRTY pte handling in DTLB Error.Joakim Tjernlund2009-12-091-96/+0
| * | | | powerpc/8xx: Start using dcbX instructions in various copy routinesJoakim Tjernlund2009-12-092-42/+0
| * | | | powerpc/8xx: Restore _PAGE_WRITETHRUJoakim Tjernlund2009-12-092-2/+11
| * | | | powerpc/8xx: Add missing Guarded setting in DTLB Error.Joakim Tjernlund2009-12-091-3/+10
| * | | | powerpc/8xx: Fixup DAR from buggy dcbX instructions.Joakim Tjernlund2009-12-091-4/+143
| * | | | powerpc/8xx: Tag DAR with 0x00f0 to catch buggy instructions.Joakim Tjernlund2009-12-091-1/+14
| * | | | powerpc/8xx: Update TLB asm so it behaves as linux mm expects.Joakim Tjernlund2009-12-092-55/+57
| * | | | powerpc/8xx: Invalidate non present TLBsJoakim Tjernlund2009-12-091-1/+7
OpenPOWER on IntegriCloud