summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin2019-02-265-0/+87
| * | | | powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V2019-02-261-4/+6
| * | | | powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V2019-02-261-2/+3
| * | | | powerpc sstep: Add support for modsd, modud instructionsSandipan Das2019-02-251-2/+15
| * | | | powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan2019-02-251-0/+14
| * | | | powerpc sstep: Add support for extswsli instructionSandipan Das2019-02-251-0/+14
| * | | | powerpc sstep: Add support for cnttzw, cnttzd instructionsSandipan Das2019-02-251-0/+14
| * | | | powerpc: sstep: Add support for darn instructionSandipan Das2019-02-251-0/+22
| * | | | powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das2019-02-252-2/+48
| * | | | powerpc: clean stack pointers namingChristophe Leroy2019-02-232-18/+10Star
| * | | | powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-239-18/+16Star
| * | | | powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-2311-72/+37Star
| * | | | powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy2019-02-235-15/+13Star
| * | | | powerpc: regain entire stack spaceChristophe Leroy2019-02-238-55/+38Star
| * | | | powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-2321-194/+56Star
| * | | | powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()Christophe Leroy2019-02-231-1/+2
| * | | | powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy2019-02-231-1/+1
| * | | | powerpc: Use linux/thread_info.h in processor.hChristophe Leroy2019-02-231-1/+1
| * | | | powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy2019-02-231-1/+1
| * | | | powerpc/64: Use task_stack_page() to initialise paca->kstackChristophe Leroy2019-02-231-1/+3
| * | | | powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy2019-02-234-4/+4
| * | | | powerpc: Replace current_thread_info()->task with currentChristophe Leroy2019-02-231-3/+3
| * | | | powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy2019-02-233-3/+3
| * | | | powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy2019-02-232-3/+3
| * | | | powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy2019-02-237-9/+9
| * | | | powerpc: prep stack walkers for THREAD_INFO_IN_TASKChristophe Leroy2019-02-232-6/+49
| * | | | powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy2019-02-233-1/+7
| * | | | powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy2019-02-235-96/+107
| * | | | powerpc/irq: use memblock functions returning virtual addressChristophe Leroy2019-02-233-27/+23Star
| * | | | powerpc/64: Simplify __secondary_start paca->kstack handlingMichael Ellerman2019-02-231-11/+9Star
| * | | | powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman2019-02-231-20/+14Star
| * | | | powerpc: Enable kcovAndrew Donnellan2019-02-237-2/+22
| * | | | powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy2019-02-232-5/+17
| * | | | powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-02-236-16/+78
| * | | | powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32Christophe Leroy2019-02-231-2/+30
| * | | | powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy2019-02-236-10/+112
| * | | | powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy2019-02-233-0/+69
| * | | | powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy2019-02-232-6/+12
| * | | | powerpc/kconfig: define PAGE_SHIFT inside KconfigChristophe Leroy2019-02-232-11/+9Star
| * | | | powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy2019-02-232-3/+12
| * | | | powerpc/32: add helper to write into segment registersChristophe Leroy2019-02-231-0/+5
| * | | | powerpc/mm/32s: use _PAGE_EXEC in setbat()Christophe Leroy2019-02-231-4/+6
| * | | | powerpc/wii: remove wii_mmu_mapin_mem2()Christophe Leroy2019-02-231-28/+0Star
| * | | | powerpc/32: always populate page tables for Abatron BDI.Christophe Leroy2019-02-231-1/+4
| * | | | powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.Christophe Leroy2019-02-231-18/+9Star
| * | | | powerpc/mm/32s: rework mmu_mapin_ram()Christophe Leroy2019-02-231-22/+41
| * | | | powerpc/mm/32: add base address to mmu_mapin_ram()Christophe Leroy2019-02-237-9/+9
| * | | | powerpc/wii: properly disable use of BATs when requested.Christophe Leroy2019-02-231-0/+4
| * | | | powerpc/8xx: Map 32Mb of RAM at init.Christophe Leroy2019-02-232-22/+36
| * | | | powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.cChristophe Leroy2019-02-231-25/+19Star