| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-08 | 25 | -147/+1933 |
|\ |
|
| * | davinci: dm646x EVM: Specify reserved EDMA channel/slots | Rajashekhara, Sudhakar | 2010-08-05 | 3 | -1/+43 |
| * | davinci: da8xx/omapl EVM: Specify reserved channels/slots | Rajashekhara, Sudhakar | 2010-08-05 | 4 | -12/+96 |
| * | davinci: support for EDMA resource sharing | Rajashekhara, Sudhakar | 2010-08-05 | 2 | -1/+49 |
| * | davinci: edma: provide ability to detect insufficient CC info data | Sekhar Nori | 2010-08-05 | 8 | -74/+92 |
| * | davinci: da8xx: sparse cleanup: remove duplicate entries in irq priorities | Sekhar Nori | 2010-08-05 | 2 | -30/+0 |
| * | davinci: DM365: fixed second serial port | Thomas Koeller | 2010-08-05 | 1 | -1/+3 |
| * | Davinci: tnetv107x evm board initial support | Cyril Chemparathy | 2010-06-21 | 3 | -0/+182 |
| * | Davinci: tnetv107x initial gpio support | Cyril Chemparathy | 2010-06-21 | 3 | -7/+221 |
| * | Davinci: tnetv107x soc support | Cyril Chemparathy | 2010-06-21 | 5 | -0/+1132 |
| * | Davinci: tnetv107x decompresser uart definitions | Cyril Chemparathy | 2010-06-21 | 2 | -0/+15 |
| * | Davinci: generalized debug macros | Cyril Chemparathy | 2010-06-21 | 3 | -32/+111 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-08-08 | 19 | -27/+319 |
|\ \ |
|
| * \ | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2010-08-05 | 1 | -0/+6 |
| |\ \ |
|
| | * | | sound: push BKL into open functions | Arnd Bergmann | 2010-07-12 | 1 | -0/+6 |
| * | | | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 2010-08-05 | 18 | -27/+313 |
| |\ \ \ |
|
| | * | | | ASoC: davinci: let platform data define edma queue numbers | Sekhar Nori | 2010-07-20 | 4 | -5/+6 |
| | * | | | ASoC: DaVinci: More accurate continuous serial clock for McBSP (I2S) | Raffaele Recalcati | 2010-07-06 | 1 | -0/+33 |
| | * | | | ASoC: DaVinci: Added selection of clk input pin for McBSP | Raffaele Recalcati | 2010-07-06 | 1 | -0/+15 |
| | * | | | ASoC: EP93xx: Add Snapper CL15 i2s audio support | Ryan Mallon | 2010-06-09 | 1 | -0/+1 |
| | * | | | Merge branch 'ep93xx' into for-2.6.36 | Mark Brown | 2010-06-09 | 4 | -1/+146 |
| | |\ \ \ |
|
| | | * | | | EP93xx: Add i2s core support | Ryan Mallon | 2010-06-09 | 4 | -1/+146 |
| | * | | | | Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Takashi Iwai | 2010-06-07 | 1 | -0/+3 |
| | |\ \ \ \ |
|
| | | * | | | | ASoC: imx-ssi.c: add new choices to platform configuration | Eric BĂ©nard | 2010-06-03 | 1 | -0/+3 |
| | * | | | | | OMAP3: McBSP: Use the port's buffer_size when calculating tx delay | Peter Ujfalusi | 2010-06-03 | 1 | -6/+1 |
| | * | | | | | OMAP3: McBSP: Change the way how the FIFO is handled | Peter Ujfalusi | 2010-06-03 | 2 | -15/+25 |
| | * | | | | | OMAP: McBSP: Function to query the FIFO size | Peter Ujfalusi | 2010-06-03 | 2 | -0/+16 |
| | |/ / / / |
|
| | * | | | | openrd-client: initialise audio | apatard@mandriva.com | 2010-05-31 | 1 | -0/+13 |
| | * | | | | orion/kirkwood: add audio functions. | apatard@mandriva.com | 2010-05-31 | 4 | -0/+54 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-08-07 | 2 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | workqueue: increase max_active of keventd and kill current_is_keventd() | Tejun Heo | 2010-06-29 | 2 | -2/+2 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-07 | 5 | -42/+222 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0 | H. Peter Anvin | 2010-07-22 | 1 | -11/+17 |
| * | | | | | | x86, xsave: Add __init attribute to setup_xstate_features() | Robert Richter | 2010-07-21 | 1 | -1/+1 |
| * | | | | | | x86, xsave: Make init_xstate_buf static | Robert Richter | 2010-07-21 | 2 | -6/+5 |
| * | | | | | | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) | Robert Richter | 2010-07-21 | 2 | -3/+10 |
| * | | | | | | x86, xsave: Introduce xstate enable functions | Robert Richter | 2010-07-21 | 1 | -11/+8 |
| * | | | | | | x86, xsave: Separate fpu and xsave initialization | Robert Richter | 2010-07-21 | 5 | -15/+26 |
| * | | | | | | x86, xsave: Move boot cpu initialization to xsave_init() | Robert Richter | 2010-07-21 | 3 | -13/+12 |
| * | | | | | | x86, xsave: 32/64 bit boot cpu check unification in initialization | Robert Richter | 2010-07-21 | 1 | -1/+1 |
| * | | | | | | x86, xsave: Do not include asm/i387.h in asm/xsave.h | Robert Richter | 2010-07-21 | 1 | -1/+0 |
| * | | | | | | x86, xsave: Use xsaveopt in context-switch path when supported | Suresh Siddha | 2010-07-20 | 3 | -4/+15 |
| * | | | | | | x86, xsave: Sync xsave memory layout with its header for user handling | Suresh Siddha | 2010-07-20 | 4 | -1/+123 |
| * | | | | | | x86, xsave: Track the offset, size of state in the xsave layout | Suresh Siddha | 2010-07-20 | 1 | -0/+29 |
* | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-07 | 4 | -29/+19 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, mce: Use HW_ERR in MCE handler | Huang Ying | 2010-06-11 | 1 | -22/+10 |
| * | | | | | | | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup | Huang Ying | 2010-06-11 | 2 | -1/+2 |
| * | | | | | | | x86, mce: Rename MSR_IA32_MCx_CTL2 value | Huang Ying | 2010-06-11 | 3 | -7/+8 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-07 | 8 | -13/+177 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, olpc: Constify an olpc_ofw() arg | Andres Salomon | 2010-07-31 | 3 | -3/+3 |