summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-2321-194/+56
* 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/+23
* powerpc/64: Simplify __secondary_start paca->kstack handlingMichael Ellerman2019-02-231-11/+9
* powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman2019-02-231-20/+14
* 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/+9
* 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/+0
* 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/+9
* 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/+19
* powerpc: sstep: Add tests for addc[.] instructionSandipan Das2019-02-232-0/+193
* powerpc: sstep: Add tests for add[.] instructionSandipan Das2019-02-231-0/+176
* powerpc: sstep: Add tests for compute type instructionsSandipan Das2019-02-233-5/+315
* Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman2019-02-233-7/+12
* powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy2019-02-2211-17/+14
* powerpc: dump as a single line areas mapping a single physical page.Christophe Leroy2019-02-211-6/+12
* tools/selftest/vm: allow choosing mem size and page size in map_hugetlbChristophe Leroy2019-02-211-2/+27
* powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy2019-02-211-5/+7
* powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy2019-02-213-12/+7
* powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy2019-02-211-11/+13
* powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy2019-02-211-9/+3
* powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy2019-02-211-4/+2
* powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy2019-02-211-6/+2
* powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy2019-02-211-0/+4