summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-3045-784/+1201
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-07-306-115/+183
| |\
| | * 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-091-4/+6
| | * powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy2016-07-091-40/+4
| | * powerpc/8xx: Don't use page table for linear memory spaceChristophe Leroy2016-07-091-34/+37
| | * powerpc/8xx: unpin all TLBs before flushingChristophe Leroy2016-07-091-8/+10
| | * powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy2016-07-091-0/+29
| | * powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy2016-07-092-5/+14
| | * powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-095-36/+95
| * | powerpc: Improve comment explaining why we modify VRSAVEAnton Blanchard2016-07-261-4/+5
| * | 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-214-229/+242
| * | 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-212-11/+0
| * | powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt2016-07-211-16/+19
| * | powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt2016-07-211-3/+3
| * | powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt2016-07-211-0/+12
| * | powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2016-07-212-3/+8
| * | powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt2016-07-211-0/+6
| * | powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt2016-07-211-14/+42
| * | powerpc: Move FW feature probing out of pseries probe()Benjamin Herrenschmidt2016-07-211-0/+4
| * | powerpc: Move 64-bit memory reserves to setup_arch()Benjamin Herrenschmidt2016-07-211-11/+11
| * | powerpc: Move 64-bit feature fixup earlierBenjamin Herrenschmidt2016-07-211-2/+3
| * | powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt2016-07-212-27/+3
| * | powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao2016-07-192-3/+2
| * | powerpc/mm/radix: Add a kernel command line to disable radixAneesh Kumar K.V2016-07-171-0/+13
| * | powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V2016-07-171-2/+2
| * | powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt2016-07-171-2/+4
| * | powerpc/opal: Add real mode call wrappersBenjamin Herrenschmidt2016-07-171-11/+5
| * | powerpc/irq: Add mechanism to force a replay of interruptsBenjamin Herrenschmidt2016-07-171-0/+15
| * | powerpc/irq: Add support for HV virtualization interruptsBenjamin Herrenschmidt2016-07-172-0/+21
| * | powerpc/book64s: Move a few exception common handlers to make roomBenjamin Herrenschmidt2016-07-171-8/+9
| * | powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu2016-07-151-34/+159
| * | powerpc/powernv: abstraction for saving SPRs before entering deep idle statesShreyas B. Prabhu2016-07-151-22/+32
| * | powerpc/powernv: Make pnv_powersave_common more genericShreyas B. Prabhu2016-07-151-9/+14
| * | powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu2016-07-152-20/+21
| * | powerpc/powernv: Rename idle_power7.S to idle_book3s.SShreyas B. Prabhu2016-07-152-1/+1
| * | powerpc/kvm: make hypervisor state restore a functionShreyas B. Prabhu2016-07-152-54/+46
| * | powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkleShreyas B. Prabhu2016-07-151-1/+1
| * | powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()Michael Neuling2016-07-151-2/+1
| * | Merge tag 'powerpc-4.7-5' into nextMichael Ellerman2016-07-155-25/+63
| |\ \
| * | | powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens2016-07-141-2/+2
OpenPOWER on IntegriCloud