summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-30532-4123/+11335
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-07-3060-251/+1133
| |\
| | * powerpc/8xx: Force VIRT_IMMR_BASE to be a positive numberScott Wood2016-07-091-1/+1
| | * powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy2016-07-093-8/+19
| | * powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy2016-07-092-48/+23
| | * powerpc/8xx: Don't use page table for linear memory spaceChristophe Leroy2016-07-092-72/+55
| | * powerpc/8xx: unpin all TLBs before flushingChristophe Leroy2016-07-091-8/+10
| | * powerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2016-07-091-1/+0
| | * powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy2016-07-093-2/+86
| | * powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy2016-07-095-10/+41
| | * powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-0915-67/+158
| | * T104xQDS: Add qe node to t104xqdsZhao Qiang2016-07-091-0/+38
| | * T104xRDB: Add qe node to t104xrdbZhao Qiang2016-07-091-0/+38
| | * T104xD4RDB: Add qe node to t104xd4rdbZhao Qiang2016-07-092-0/+83
| | * bindings: move cpm_qe binding from powerpc/fsl to soc/fslZhao Qiang2016-07-0915-0/+0
| | * QE: Add uqe_serial document to bindingsZhao Qiang2016-07-091-0/+17
| | * QE: Add ucc hdlc document to bindingsZhao Qiang2016-07-091-0/+81
| | * QE: Add IC, SI and SIRAM document to device tree bindings.Zhao Qiang2016-07-091-0/+52
| | * powerpc: define the fman node for the kmcoge4 DTSValentin Longchamp2016-07-081-0/+37
| | * powerpc: disable IDE subsystem in pq2fads_defconfigBartlomiej Zolnierkiewicz2016-07-081-1/+0
| | * powerpc/86xx: Add support for Emerson/Artesyn MVME7100Alessio Igor Bogani2016-07-0811-4/+365
| | * powerpc/85xx: add aliases for usb nodes on t4240, b4860, and b4420Sriram Dash2016-07-084-1/+5
| | * powerpc/85xx: Change T1040si USB controller versionSriram Dash2016-07-081-2/+2
| | * powerpc/85xx: Don't report SRAM to L2 cache fallback as errorClaudiu Manoil2016-07-081-6/+2
| * | powerpc/mm: Parenthesise IS_ENABLED() in if conditionStephen Rothwell2016-07-281-1/+1
| * | tty/hvc: Use opal irqchip interface if availableSam Mendoza-Jonas2016-07-271-1/+7
| * | tty/hvc: Use IRQF_SHARED for OPAL hvc consolesSam Mendoza-Jonas2016-07-273-2/+11
| * | selftests/powerpc: exec() with suspended transactionCyril Bur2016-07-265-18/+98
| * | powerpc: Improve comment explaining why we modify VRSAVEAnton Blanchard2016-07-261-4/+5
| * | powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()Michael Ellerman2016-07-261-2/+0
| * | powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman2016-07-263-8/+8
| * | powerpc/mm: Fix build break when PPC_NATIVE=nMichael Ellerman2016-07-261-1/+4
| * | crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva2016-07-212-5/+3
| * | powerpc: Add module autoloading based on CPU featuresAlastair D'Silva2016-07-212-0/+41
| * | powerpc/powernv/ioda: Fix endianness when reading TCEsAlexey Kardashevskiy2016-07-211-2/+2
| * | powerpc/mm: Add memory barrier in __hugepte_alloc()Sukadev Bhattiprolu2016-07-211-0/+7
| * | powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman2016-07-211-2/+3
| * | powerpc/ftrace: Separate the heuristics for checking call sitesMichael Ellerman2016-07-211-17/+18
| * | powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt2016-07-216-233/+250
| * | powerpc/64: Make a few boot functions __initBenjamin Herrenschmidt2016-07-211-3/+3
| * | powerpc: Re-order setup_panic()Benjamin Herrenschmidt2016-07-213-6/+6
| * | powerpc: Re-order the call to smp_setup_cpu_maps()Benjamin Herrenschmidt2016-07-212-3/+4
| * | powerpc/32: Move cache info inits to a separate functionBenjamin Herrenschmidt2016-07-211-11/+16
| * | powerpc/64: Move the content of setup_system() to setup_arch()Benjamin Herrenschmidt2016-07-212-76/+63
| * | powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()Benjamin Herrenschmidt2016-07-211-9/+4
| * | powerpc/64: Move the boot time info banner to a separate functionBenjamin Herrenschmidt2016-07-211-31/+33
| * | powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt2016-07-2115-60/+43
| * | powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt2016-07-2183-289/+120
| * | powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt2016-07-218-26/+21
| * | powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt2016-07-211-0/+12