summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-0213-10/+18
|\
| * dt: Remove dangling "select PROC_DEVICETREE"Grant Likely2014-04-011-1/+0
| * Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-3145-100/+263
| |\
| * \ Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely2014-03-196-0/+9
| |\ \
| | * | powerpc: add support for reserved memory defined by device treeMarek Szyprowski2014-03-132-0/+4
| | * | arm64: add support for reserved memory defined by device treeMarek Szyprowski2014-03-132-0/+2
| | * | arm: add support for reserved memory defined by device treeMarek Szyprowski2014-03-112-0/+3
| * | | of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-113-5/+1
| |/ /
| * | Merge tag 'v3.14-rc5' into HEADGrant Likely2014-03-04233-1128/+2149
| |\ \
| * | | kbuild: dtbs_install: new make targetJason Cooper2014-02-202-4/+7
| * | | ARM: mvebu: Allows to get the SoC ID even without PCI enabledGregory CLEMENT2014-02-201-0/+1
* | | | Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-0212-67/+161
|\ \ \ \
| * | | | cpuidle/powernv: Add "Fast-Sleep" CPU idle statePreeti U Murthy2014-03-052-1/+5
| * | | | powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan2014-03-054-1/+31
| * | | | powerpc/powernv: Add context management for Fast SleepVaidyanathan Srinivasan2014-03-053-21/+53
| * | | | powerpc: Split timer_interrupt() into timer handling and interrupt handling r...Preeti U Murthy2014-03-051-35/+46
| * | | | powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2014-03-056-7/+26
| * | | | powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat2014-03-054-10/+8
| |/ / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-02161-898/+4409
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-03-2457-210/+1259
| |\ \ \ \
| | * | | | fsl/pci: The new pci suspend/resume implementationWang Dongsheng2014-03-1917-24/+185
| | * | | | powerpc/booke64: Critical and machine check exception supportScott Wood2014-03-193-61/+300
| | * | | | powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMONScott Wood2014-03-191-30/+33
| | * | | | powerpc/booke64: Remove ints from EXCEPTION_COMMONScott Wood2014-03-191-36/+46
| | * | | | powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlersScott Wood2014-03-194-31/+42
| | * | | | powerpc/booke64: Use SPRG7 for VDSOScott Wood2014-03-1912-47/+33
| | * | | | powerpc/e6500: Make TLB lock recursiveScott Wood2014-03-193-10/+20
| | * | | | powerpc/booke64: Fix exception numbersScott Wood2014-03-191-6/+6
| | * | | | powerpc/book3e: store crit/mc/dbg exception thread infoTiejun Chen2014-03-191-3/+19
| | * | | | powerpc/book3e: initialize crit/mc/dbg kernel stack pointersTiejun Chen2014-03-191-6/+12
| | * | | | powerpc/fsl: add PVR definition for E500MC and E5500Wang Dongsheng2014-03-191-0/+2
| | * | | | Corenet: Add QE platform support for CorenetZhao Qiang2014-03-191-0/+16
| | * | | | QE: split function mpc85xx_qe_init() into two functions.Zhao Qiang2014-03-195-0/+11
| | * | | | powerpc: 85xx rdb: move np pointer to avoid builderrorSebastian Siewior2014-03-191-4/+1
| | * | | | powerpc/config: Remove unnecssary CONFIG_FSL_IFCPrabhakar Kushwaha2014-03-193-3/+0
| | * | | | powerpc: T4240: Add ina220 node in dtsTang Yuantian2014-03-191-0/+42
| | * | | | powerpc/kconfig: Remove TSI108_BRIDGE duplicatesLuis Henriques2014-03-191-2/+0
| | * | | | powerpc/pci: Fix IMMRBAR addressMinghuan Lian2014-03-191-0/+8
| | * | | | powerpc/mpc85xx: Update clock nodes in device treeTang Yuantian2014-03-1916-0/+536
| * | | | | powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar2014-03-242-0/+13
| * | | | | powerpc/compat: 32-bit little endian machine name is ppcle, not ppcAnton Blanchard2014-03-241-0/+4
| * | | | | powerpc/le: Big endian arguments for ppc_rtas()Greg Kurz2014-03-241-9/+13
| * | | | | powerpc: Use default set of netfilter modules (CONFIG_NETFILTER_ADVANCED=n)Anton Blanchard2014-03-244-238/+8
| * | | | | powerpc/defconfigs: Enable THP in pseries defconfigAneesh Kumar K.V2014-03-241-0/+2
| * | | | | powerpc/mm: Make sure a local_irq_disable prevent a parallel THP splitAneesh Kumar K.V2014-03-241-0/+5
| * | | | | powerpc: Rate-limit users spamming kernel log bufferMichael Neuling2014-03-241-2/+3
| * | | | | powerpc/perf: Fix handling of L3 events with bank == 1Michael Ellerman2014-03-241-2/+3
| * | | | | powerpc/perf: Add kconfig option for hypervisor provided countersCody P Schafer2014-03-242-0/+14
| * | | | | powerpc/perf: Add support for the hv 24x7 interfaceCody P Schafer2014-03-241-0/+510
| * | | | | powerpc/perf: Add support for the hv gpci (get performance counter info) inte...Cody P Schafer2014-03-241-0/+294