summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: kirkwood: add node labelsSebastian Hesselbarth2014-05-054-26/+26
* ARM: mvebu: Enable the thermal sensor in Armada 380/385 SoCEzequiel Garcia2014-04-281-0/+6
* ARM: mvebu: Enable the thermal sensor in Armada 375 SoCEzequiel Garcia2014-04-261-0/+6
* ARM: mvebu: don't use clocks property in UART node for Netgear RN2120Thomas Petazzoni2014-04-261-1/+0Star
* ARM: mvebu: remove clock-frequency of serial port Device Tree nodesThomas Petazzoni2014-04-2613-24/+0Star
* ARM: mvebu: use clocks property for serial portsThomas Petazzoni2014-04-264-0/+8
* ARM: mvebu: add Device Tree description of AHCI interfaces on Armada 38xThomas Petazzoni2014-04-262-0/+24
* ARM: mvebu: enable the SDHCI interface on Armada 385Thomas Petazzoni2014-04-252-0/+17
* ARM: mvebu: add SMP support in the Armada 38x device treeThomas Petazzoni2014-04-243-0/+14
* ARM: mvebu: add SMP support in the Armada 375 device treeGregory CLEMENT2014-04-241-0/+7
* ARM: mvebu: add enable-method property for CPUsThomas Petazzoni2014-04-243-0/+3
* ARM: mvebu: switch to the new PMSU binding in Armada 370/XP Device TreeGregory CLEMENT2014-04-243-3/+13
* ARM: mvebu: enable the coherency fabric on Armada 38xThomas Petazzoni2014-04-241-0/+10
* ARM: mvebu: enable the coherency fabric on Armada 375Thomas Petazzoni2014-04-241-0/+10
* ARM: mvebu: Enable Armada 380/385 watchdog in the devicetreeEzequiel Garcia2014-04-241-0/+7
* ARM: mvebu: Enable Armada 375 watchdog in the devicetreeEzequiel Garcia2014-04-241-0/+6
* ARM: kirkwood: rename kirwood-nsa310-common to 3x0-commonAdam Baker2014-04-244-3/+3
* ARM: kirkwood: Add DTS file for NSA320Adam Baker2014-04-241-0/+214
* ARM: kirkwood: Move NSA310 common parts to include fileAdam Baker2014-04-243-104/+54Star
* Linux 3.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/+32Star
| * 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-136-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/+0Star
| * | scripts/tags.sh: Ignore *.mod.cPrarit Bhargava2014-02-062-7/+7
| |/
* | sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka2014-04-131-0/+4
* | powerpc: Don't try to set LPCR unless we're in hypervisor modePaul Mackerras2014-04-131-1/+2
* | futex: update documentation for ordering guaranteesDavidlohr Bueso2014-04-131-9/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-13102-433/+420Star
|\ \
| * \ Merge branch 'tunnels'David S. Miller2014-04-122-2/+2
| |\ \
| | * | vti: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
| | * | gre: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
| |/ /
| * | drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione2014-04-121-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-04-1214-203/+91Star
| |\ \
| | * | i40evf: program RSS LUT correctlyMitch A Williams2014-04-111-4/+16
| | * | i40evf: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+4Star