aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()Christophe Leroy
2019-02-23powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy
2019-02-23powerpc: Use linux/thread_info.h in processor.hChristophe Leroy
2019-02-23powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy
2019-02-23powerpc/64: Use task_stack_page() to initialise paca->kstackChristophe Leroy
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Replace current_thread_info()->task with currentChristophe Leroy
2019-02-23powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy
2019-02-23powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy
2019-02-23powerpc: prep stack walkers for THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy
2019-02-23powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy
2019-02-23powerpc/irq: use memblock functions returning virtual addressChristophe Leroy
2019-02-23powerpc/64: Simplify __secondary_start paca->kstack handlingMichael Ellerman
2019-02-23powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman
2019-02-23powerpc: Enable kcovAndrew Donnellan
2019-02-23powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32Christophe Leroy
2019-02-23powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy
2019-02-23powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy
2019-02-23powerpc/kconfig: define PAGE_SHIFT inside KconfigChristophe Leroy
2019-02-23powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy
2019-02-23powerpc/32: add helper to write into segment registersChristophe Leroy
2019-02-23powerpc/mm/32s: use _PAGE_EXEC in setbat()Christophe Leroy
2019-02-23powerpc/wii: remove wii_mmu_mapin_mem2()Christophe Leroy
2019-02-23powerpc/32: always populate page tables for Abatron BDI.Christophe Leroy
2019-02-23powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.Christophe Leroy
2019-02-23powerpc/mm/32s: rework mmu_mapin_ram()Christophe Leroy
2019-02-23powerpc/mm/32: add base address to mmu_mapin_ram()Christophe Leroy
2019-02-23powerpc/wii: properly disable use of BATs when requested.Christophe Leroy
2019-02-23powerpc/8xx: Map 32Mb of RAM at init.Christophe Leroy
2019-02-23powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.cChristophe Leroy
2019-02-23powerpc: sstep: Add tests for addc[.] instructionSandipan Das
2019-02-23powerpc: sstep: Add tests for add[.] instructionSandipan Das
2019-02-23powerpc: sstep: Add tests for compute type instructionsSandipan Das
2019-02-23Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman
2019-02-22powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy
2019-02-22powerpc: dump as a single line areas mapping a single physical page.Christophe Leroy
2019-02-22tools/selftest/vm: allow choosing mem size and page size in map_hugetlbChristophe Leroy
2019-02-22powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy
2019-02-22powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy
2019-02-22powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy
2019-02-22powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy
2019-02-22powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy
2019-02-22powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy
2019-02-22powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy