summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: remove compatibility codeKuninori Morimoto2014-05-085-163/+36
* ASoC: rsnd: remove old clock style supportKuninori Morimoto2014-05-081-36/+3
*-. Merge tags 'renesas-clock-for-v3.16' and 'renesas-boards-for-v3.16' of git://...Mark Brown2014-05-0815-169/+223
|\ \
| | * ARM: shmobile: lager legacy: Enable Quad SPI transfers for the SPI FLASHGeert Uytterhoeven2014-04-151-6/+6
| | * ARM: shmobile: koelsch legacy: Enable Quad SPI transfers for the SPI FLASHGeert Uytterhoeven2014-04-151-1/+1
| | * ARM: shmobile: lager: switch to use dai info for R-Car soundKuninori Morimoto2014-04-141-5/+12
| | * ARM: shmobile: bockw: switch to use dai info for R-Car soundKuninori Morimoto2014-04-141-18/+35
| | * ARM: shmobile: bockw: remove old style audio clockKuninori Morimoto2014-04-141-4/+6
| | * ARM: shmobile: Add Koelsch clock workarounds for SDHIMagnus Damm2014-04-141-0/+3
| | * ARM: shmobile: Add Lager clock workarounds for SDHI and MMCIFMagnus Damm2014-04-141-0/+3
| | * ARM: shmobile: lager-reference: Work around core clock issuesSimon Horman2014-04-141-0/+11
| | * ARM: shmobile: koelsch-reference: Annotate clk_enables as __initconstSimon Horman2014-04-141-1/+1
| | * ARM: shmobile: koelsch-reference: Work around core clock issuesGeert Uytterhoeven2014-04-141-0/+12
| | * ARM: shmobile: lager: Annotate clk_names with __initconstSimon Horman2014-04-141-1/+1
| | * ARM: shmobile: koelsch: Annotate clk_names with __initconstSimon Horman2014-04-141-1/+1
| | * ARM: shmobile: Use shmobile_clk_workaround() on KoelschMagnus Damm2014-04-141-43/+28
| | * ARM: shmobile: Use shmobile_clk_workaround() on LagerMagnus Damm2014-04-141-40/+25
| * | ARM: shmobile: r8a7790: remove old style audio clockKuninori Morimoto2014-04-141-14/+10
| * | ARM: shmobile: r8a7778: remove old style audio clockKuninori Morimoto2014-04-141-13/+9
| |/
| * ARM: shmobile: r8a7791: Rename VSP1_SY clocks to VSP1_SLaurent Pinchart2014-04-142-2/+2
| * ARM: shmobile: r8a7790: Rename VSP1_(SY|RT) clocks to VSP1_(S|R)Laurent Pinchart2014-04-142-3/+3
| * ARM: shmobile: r8a7791: Fix the I2C clocks parents in legacy codeLaurent Pinchart2014-04-141-6/+6
| * ARM: shmobile: r8a7790: Fix the I2C clocks parents in legacy codeLaurent Pinchart2014-04-141-4/+4
| * ARM: shmobile: Introduce shmobile_clk_workaround()Magnus Damm2014-04-143-1/+45
| * ARM: shmobile: r8a7791: Use rcar_gen2_read_mode_pins() helperGeert Uytterhoeven2014-04-141-9/+2
|/
* Linux 3.15-rc1v3.15-rc1Linus Torvalds2014-04-131-2/+2
* mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven2014-04-131-1/+1
* cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven2014-04-131-1/+1
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-04-135-84/+128
|\
| * mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-113-8/+9
| * mm/slab.c: cleanup outdated comments and unify variables namingJianyu Zhan2014-04-011-34/+32
| * slab: fix wrongly used macroJoonsoo Kim2014-04-011-11/+11
| * slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim2014-03-271-2/+3
| * slab: Make allocations with GFP_ZERO slightly more efficientJoe Perches2014-02-081-8/+8
| * slab: make more slab management structure off the slabJoonsoo Kim2014-02-081-1/+1
| * slab: introduce byte sized index for the freelist of a slabJoonsoo Kim2014-02-081-9/+9
| * slab: restrict the number of objects in a slabJoonsoo Kim2014-02-082-0/+32
| * slab: introduce helper functions to get/set free objectJoonsoo Kim2014-02-081-7/+13
| * slab: factor out calculate nr objects in cache_estimateJoonsoo Kim2014-02-081-21/+27
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-04-126-120/+196
|\ \
| * | scripts/coccinelle: Use PTR_ERR_OR_ZEROSachin Kamat2014-04-081-7/+7
| * | scripts/bootgraph.pl: Add graphic headerFabian Frederick2014-04-081-2/+40
| * | scripts: objdiff: detect object code changes between two commitsJason Cooper2014-04-082-1/+142
| * | Coccicheck: Remove memcpy to struct assignment testPeter Senna Tschudin2014-03-291-103/+0
| * | scripts/tags.sh: Ignore *.mod.cPrarit Bhargava2014-02-062-7/+7
| |/
* | sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka2014-04-121-0/+4
* | powerpc: Don't try to set LPCR unless we're in hypervisor modePaul Mackerras2014-04-121-1/+2
* | futex: update documentation for ordering guaranteesDavidlohr Bueso2014-04-121-9/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-12102-433/+420
|\ \
| * \ Merge branch 'tunnels'David S. Miller2014-04-122-2/+2
| |\ \
OpenPOWER on IntegriCloud