summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: zynq: Reserve not DMAable space in front of the kernelMichal Simek2014-02-101-0/+14
* Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesKevin Hilman2014-02-107-2/+246
|\
| * ARM: at91: add Atmel's SAMA5D3 Xplained boardNicolas Ferre2014-02-072-0/+230
| * spi/atmel: document clock propertiesBoris BREZILLON2014-02-071-0/+5
| * mmc: atmel-mci: document clock propertiesBoris BREZILLON2014-02-071-0/+5
| * ARM: at91: enable USB host on at91sam9n12ek boardBo Shen2014-02-071-0/+4
| * ARM: at91/dt: fix sama5d3 ohci hclk clock referenceBoris BREZILLON2014-02-071-1/+1
| * ARM: at91/dt: sam9263: fix compatibility string for the I2CJean-Jacques Hiblot2014-02-071-1/+1
* | ARM: multi_v7_defconfig: Select CONFIG_SOC_DRA7XXNishanth Menon2014-02-101-0/+1
* | ARM: imx6: Initialize low-power mode early againPhilipp Zabel2014-02-103-2/+6
* | ARM: pxa: fix various compilation problemsLinus Walleij2014-02-1015-1/+25
* | ARM: pxa: fix compilation problem on AM300EPD boardLinus Walleij2014-02-101-0/+1
* | Merge tag 'mvebu-phy_ata-fixes-3.14' of git://git.infradead.org/linux-mvebu i...Kevin Hilman2014-02-104-11/+99
|\ \
| * | ata: sata_mv: Fix probe failures with optional physAndrew Lunn2014-02-051-3/+5
| * | drivers: phy: Add support for optional physAndrew Lunn2014-02-053-7/+72
| * | drivers: phy: Make NULL a valid phy referenceAndrew Lunn2014-02-052-1/+22
| |/
* | ARM: fix HAVE_ARM_TWD selection for OMAP and shmobileRob Herring2014-02-032-2/+2
* | ARM: moxart: move DMA_OF selection to driverRob Herring2014-02-032-1/+1
* | ARM: hisi: fix kconfig warning on HAVE_ARM_TWDRob Herring2014-02-031-1/+1
|/
* Linus 3.14-rc1v3.14-rc1Linus Torvalds2014-02-031-3/+3
* Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-02-0315-73/+278
|\
| * parisc: add flexible mmap memory layout supportHelge Deller2014-02-026-43/+233
| * parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin2014-02-021-1/+1
| * parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller2014-02-021-21/+19
| * parisc: wire up sched_setattr and sched_getattrHelge Deller2014-02-022-1/+5
| * parisc: fix cache-flushingHelge Deller2014-02-023-3/+16
| * parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller2014-02-022-4/+4
* | hpfs: optimize quad buffer loadingMikulas Patocka2014-02-031-46/+50
* | hpfs: remember free spaceMikulas Patocka2014-02-033-10/+87
|/
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-02-021-0/+2
|\
| * hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare2014-02-021-0/+1
| * hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare2014-02-021-0/+1
* | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-02-023-27/+39
|\ \
| * | mm: Fix warning on make htmldocs caused by slab.cMasanari Iida2014-01-311-1/+1
| * | mm: slub: work around unneeded lockdep warningDave Hansen2014-01-311-0/+6
| * | mm: sl[uo]b: fix misleading commentsDave Hansen2014-01-311-4/+4
| * | slub: Fix possible format string bug.Tetsuo Handa2014-01-131-1/+1
| * | slub: use lockdep_assert_heldPeter Zijlstra2014-01-131-20/+20
| * | slub: Fix calculation of cpu slabsLi Zefan2013-12-291-1/+7
| * | slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap2013-12-181-56/+46
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-02-023-200/+244
|\ \ \
| * | | tools/power turbostat: introduce -s to dump countersAndy Shevchenko2014-02-011-33/+65
| * | | tools/power turbostat: remove unused command line optionAndy Shevchenko2014-02-011-3/+3
| * | | turbostat: Add option to report joules consumed per sampleDirk Brandewie2014-01-191-25/+66
| * | | turbostat: run on HSXLen Brown2014-01-191-11/+31
| * | | turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett2014-01-191-0/+1
| * | | turbostat: Clean up error handling; disambiguate error messages; use err and ...Josh Triplett2014-01-191-69/+38
| * | | turbostat: Factor out common function to open file and exit on failureJosh Triplett2014-01-191-15/+16
| * | | turbostat: Add a helper to parse a single int out of a fileJosh Triplett2014-01-191-57/+24
| * | | turbostat: Check return value of fscanfJosh Triplett2014-01-191-4/+16