summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: shmobile: henninger: enable SATA0Sergei Shtylyov2014-04-281-0/+4
* ARM: shmobile: henninger: add Ether DT supportSergei Shtylyov2014-04-251-1/+27
* ARM: shmobile: henninger: initial device treeSergei Shtylyov2014-04-252-0/+51
* ARM: shmobile: armadillo-reference dts: Seiko Instruments, Inc is "sii"Geert Uytterhoeven2014-04-161-1/+1
* ARM: shmobile: lager dts: Enable Quad SPI transfers for the SPI FLASHGeert Uytterhoeven2014-04-151-0/+2
* ARM: shmobile: koelsch dts: Enable Quad SPI transfers for the SPI FLASHGeert Uytterhoeven2014-04-151-0/+2
* ARM: shmobile: r8a7790: add IIC(B) cores to dtsiWolfram Sang2014-04-141-0/+44
* ARM: shmobile: r8a7790: add IIC(B) clocks to dtsiWolfram Sang2014-04-141-13/+14
* ARM: shmobile: r8a7790: add IIC0-2 clock macrosWolfram Sang2014-04-141-0/+3
* ARM: shmobile: r8a7791: Fix the I2C clocks parents in DTLaurent Pinchart2014-04-141-3/+3
* ARM: shmobile: r8a7790: Fix the I2C clocks parents in DTLaurent Pinchart2014-04-141-1/+1
* ARM: shmobile: lager: Correct setting of ethernet PHY LED modeSimon Horman2014-04-141-1/+1
* ARM: shmobile: armadillo-reference dts: enable RTCUlrich Hecht2014-04-141-0/+18
* ARM: shmobile: r8a7791: Add EHCI MSTP clockMagnus Damm2014-04-142-3/+4
* ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat stringsUlrich Hecht2014-04-141-4/+4
* ARM: shmobile: koelsch: activate i2c6 busWolfram Sang2014-04-141-0/+5
* ARM: shmobile: koelsch: make i2c2-pfc node uniqueWolfram Sang2014-04-141-1/+1
* ARM: shmobile: r8a7791: add IIC(B) cores to dtsiWolfram Sang2014-04-141-0/+36
* ARM: shmobile: r8a7791: add IIC(B) clocks to dtsiWolfram Sang2014-04-141-12/+13
* ARM: shmobile: r8a7791: add IIC0/1 clock macrosWolfram Sang2014-04-141-0/+2
* ARM: shmobile: kzm9g-reference dts: Use KEY_* macros for gpio-keysGeert Uytterhoeven2014-04-141-7/+8
* ARM: shmobile: armadillo-reference dts: Use KEY_* macros for gpio-keysGeert Uytterhoeven2014-04-141-4/+5
* ARM: shmobile: koelsch: Set ethernet PHY LED modeLaurent Pinchart2014-04-141-0/+1
* ARM: shmobile: lager: Set ethernet PHY LED modeLaurent Pinchart2014-04-141-0/+1
* ARM: shmobile: Add DTS gpio-keys support for SW2 on KoelschMagnus Damm2014-04-141-7/+36
* ARM: shmobile: Add DTS gpio-keys support for SW2 on LagerMagnus Damm2014-04-141-0/+34
* ARM: shmobile: bockw reference dts: Add SPI FLASHGeert Uytterhoeven2014-04-141-0/+14
* ARM: shmobile: r8a7779 dtsi: Improve and correct HSPI nodesGeert Uytterhoeven2014-04-141-6/+12
* ARM: shmobile: r8a7778 dtsi: Improve and correct HSPI nodesGeert Uytterhoeven2014-04-141-6/+12
* ARM: shmobile: koelsch dts: Add MSIOF nodesGeert Uytterhoeven2014-04-141-0/+21
* ARM: shmobile: lager dts: Add MSIOF nodesGeert Uytterhoeven2014-04-141-0/+22
* ARM: shmobile: r8a7791 dtsi: Add MSIOF nodes and aliasesGeert Uytterhoeven2014-04-141-0/+33
* ARM: shmobile: r8a7790 dtsi: Add MSIOF nodes and aliasesGeert Uytterhoeven2014-04-141-0/+44
* ARM: shmobile: r8a7791/koelsch dts: Rename label spi to qspi, add spi0 aliasGeert Uytterhoeven2014-04-142-3/+4
* ARM: shmobile: r8a7790/lager dts: Rename label spi to qspi, add spi0 aliasGeert Uytterhoeven2014-04-142-3/+4
* ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTSMagnus Damm2014-04-141-2/+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