summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-0825-147/+1933
|\
| * davinci: dm646x EVM: Specify reserved EDMA channel/slotsRajashekhara, Sudhakar2010-08-053-1/+43
| * davinci: da8xx/omapl EVM: Specify reserved channels/slotsRajashekhara, Sudhakar2010-08-054-12/+96
| * davinci: support for EDMA resource sharingRajashekhara, Sudhakar2010-08-052-1/+49
| * davinci: edma: provide ability to detect insufficient CC info dataSekhar Nori2010-08-058-74/+92
| * davinci: da8xx: sparse cleanup: remove duplicate entries in irq prioritiesSekhar Nori2010-08-052-30/+0
| * davinci: DM365: fixed second serial portThomas Koeller2010-08-051-1/+3
| * Davinci: tnetv107x evm board initial supportCyril Chemparathy2010-06-213-0/+182
| * Davinci: tnetv107x initial gpio supportCyril Chemparathy2010-06-213-7/+221
| * Davinci: tnetv107x soc supportCyril Chemparathy2010-06-215-0/+1132
| * Davinci: tnetv107x decompresser uart definitionsCyril Chemparathy2010-06-212-0/+15
| * Davinci: generalized debug macrosCyril Chemparathy2010-06-213-32/+111
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-0819-27/+319
|\ \
| * \ Merge branch 'topic/misc' into for-linusTakashi Iwai2010-08-051-0/+6
| |\ \
| | * | sound: push BKL into open functionsArnd Bergmann2010-07-121-0/+6
| * | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-08-0518-27/+313
| |\ \ \
| | * | | ASoC: davinci: let platform data define edma queue numbersSekhar Nori2010-07-204-5/+6
| | * | | ASoC: DaVinci: More accurate continuous serial clock for McBSP (I2S)Raffaele Recalcati2010-07-061-0/+33
| | * | | ASoC: DaVinci: Added selection of clk input pin for McBSPRaffaele Recalcati2010-07-061-0/+15
| | * | | ASoC: EP93xx: Add Snapper CL15 i2s audio supportRyan Mallon2010-06-091-0/+1
| | * | | Merge branch 'ep93xx' into for-2.6.36Mark Brown2010-06-094-1/+146
| | |\ \ \
| | | * | | EP93xx: Add i2s core supportRyan Mallon2010-06-094-1/+146
| | * | | | Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2010-06-071-0/+3
| | |\ \ \ \
| | | * | | | ASoC: imx-ssi.c: add new choices to platform configurationEric BĂ©nard2010-06-031-0/+3
| | * | | | | OMAP3: McBSP: Use the port's buffer_size when calculating tx delayPeter Ujfalusi2010-06-031-6/+1
| | * | | | | OMAP3: McBSP: Change the way how the FIFO is handledPeter Ujfalusi2010-06-032-15/+25
| | * | | | | OMAP: McBSP: Function to query the FIFO sizePeter Ujfalusi2010-06-032-0/+16
| | |/ / / /
| | * | | | openrd-client: initialise audioapatard@mandriva.com2010-05-311-0/+13
| | * | | | orion/kirkwood: add audio functions.apatard@mandriva.com2010-05-314-0/+54
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-072-2/+2
|\ \ \ \ \ \
| * | | | | | workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-292-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-075-42/+222
|\ \ \ \ \ \
| * | | | | | x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0H. Peter Anvin2010-07-221-11/+17
| * | | | | | x86, xsave: Add __init attribute to setup_xstate_features()Robert Richter2010-07-211-1/+1
| * | | | | | x86, xsave: Make init_xstate_buf staticRobert Richter2010-07-212-6/+5
| * | | | | | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter2010-07-212-3/+10
| * | | | | | x86, xsave: Introduce xstate enable functionsRobert Richter2010-07-211-11/+8
| * | | | | | x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-215-15/+26
| * | | | | | x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter2010-07-213-13/+12
| * | | | | | x86, xsave: 32/64 bit boot cpu check unification in initializationRobert Richter2010-07-211-1/+1
| * | | | | | x86, xsave: Do not include asm/i387.h in asm/xsave.hRobert Richter2010-07-211-1/+0
| * | | | | | x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha2010-07-203-4/+15
| * | | | | | x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2010-07-204-1/+123
| * | | | | | x86, xsave: Track the offset, size of state in the xsave layoutSuresh Siddha2010-07-201-0/+29
* | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-074-29/+19
|\ \ \ \ \ \ \
| * | | | | | | x86, mce: Use HW_ERR in MCE handlerHuang Ying2010-06-111-22/+10
| * | | | | | | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setupHuang Ying2010-06-112-1/+2
| * | | | | | | x86, mce: Rename MSR_IA32_MCx_CTL2 valueHuang Ying2010-06-113-7/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-078-13/+177
|\ \ \ \ \ \ \
| * | | | | | | x86, olpc: Constify an olpc_ofw() argAndres Salomon2010-07-313-3/+3