summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-07-21powerpc/64: Make a few boot functions __initBenjamin Herrenschmidt1-3/+3
2016-07-21powerpc: Re-order setup_panic()Benjamin Herrenschmidt3-6/+6
2016-07-21powerpc: Re-order the call to smp_setup_cpu_maps()Benjamin Herrenschmidt2-3/+4
2016-07-21powerpc/32: Move cache info inits to a separate functionBenjamin Herrenschmidt1-11/+16
2016-07-21powerpc/64: Move the content of setup_system() to setup_arch()Benjamin Herrenschmidt2-76/+63
2016-07-21powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()Benjamin Herrenschmidt1-9/+4
2016-07-21powerpc/64: Move the boot time info banner to a separate functionBenjamin Herrenschmidt1-31/+33
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt2-11/+0
2016-07-21powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt1-16/+19
2016-07-21powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt1-3/+3
2016-07-21powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt1-0/+12
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2-3/+8
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt1-0/+6
2016-07-21powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt1-14/+42
2016-07-21powerpc: Move FW feature probing out of pseries probe()Benjamin Herrenschmidt1-0/+4
2016-07-21powerpc: Move 64-bit memory reserves to setup_arch()Benjamin Herrenschmidt1-11/+11
2016-07-21powerpc: Move 64-bit feature fixup earlierBenjamin Herrenschmidt1-2/+3
2016-07-21powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt2-27/+3
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao2-3/+2
2016-07-17powerpc/mm/radix: Add a kernel command line to disable radixAneesh Kumar K.V1-0/+13
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V1-2/+2
2016-07-17powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt1-2/+4
2016-07-17powerpc/opal: Add real mode call wrappersBenjamin Herrenschmidt1-11/+5
2016-07-17powerpc/irq: Add mechanism to force a replay of interruptsBenjamin Herrenschmidt1-0/+15
2016-07-17powerpc/irq: Add support for HV virtualization interruptsBenjamin Herrenschmidt2-0/+21
2016-07-17powerpc/book64s: Move a few exception common handlers to make roomBenjamin Herrenschmidt1-8/+9
2016-07-15powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu1-34/+159
2016-07-15powerpc/powernv: abstraction for saving SPRs before entering deep idle statesShreyas B. Prabhu1-22/+32
2016-07-15powerpc/powernv: Make pnv_powersave_common more genericShreyas B. Prabhu1-9/+14
2016-07-15powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu2-20/+21
2016-07-15powerpc/powernv: Rename idle_power7.S to idle_book3s.SShreyas B. Prabhu2-1/+1
2016-07-15powerpc/kvm: make hypervisor state restore a functionShreyas B. Prabhu2-54/+46
2016-07-15powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkleShreyas B. Prabhu1-1/+1
2016-07-15powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()Michael Neuling1-2/+1
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman5-25/+63
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens1-2/+2
2016-07-14powerpc/crash: Rearrange loop condition to avoid out of bounds array accessSuraj Jitindar Singh1-1/+1
2016-07-13powerpc: Don't test for machine type in smp_setup_cpu_maps()Benjamin Herrenschmidt1-1/+1
2016-07-13powerpc/rtas: Don't test for machine type in rtas_initialize()Benjamin Herrenschmidt1-1/+1
2016-07-11powerpc: Move epapr_paravirt_early_init() to early_init_devtree()Benjamin Herrenschmidt3-6/+2
2016-07-11powerpc: Add comment explaining the purpose of setup_kdump_trampoline()Benjamin Herrenschmidt1-2/+4
2016-07-11powerpc: Update obsolete comments in setup_32.c about entry conditionsBenjamin Herrenschmidt1-3/+5
2016-07-09powerpc/8xx: Force VIRT_IMMR_BASE to be a positive numberScott Wood1-1/+1
2016-07-09powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy1-4/+6
2016-07-09powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy1-40/+4
2016-07-09powerpc/8xx: Don't use page table for linear memory spaceChristophe Leroy1-34/+37
2016-07-09powerpc/8xx: unpin all TLBs before flushingChristophe Leroy1-8/+10
2016-07-09powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy1-0/+29
2016-07-09powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy2-5/+14
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy5-36/+95