summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-221-6/+12
* | tools/selftest/vm: allow choosing mem size and page size in map_hugetlbChristophe Leroy2019-02-221-2/+27
* | powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy2019-02-221-5/+7
* | powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy2019-02-223-12/+7
* | powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy2019-02-221-11/+13
* | powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy2019-02-221-9/+3
* | powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy2019-02-221-4/+2
* | powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy2019-02-221-6/+2
* | powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy2019-02-221-0/+4
* | powerpc/hash32: use physical address directly in hash handlers.Christophe Leroy2019-02-222-37/+31
* | powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy2019-02-221-9/+6
* | powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy2019-02-224-15/+18
* | powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-225-13/+21
* | powerpc: simplify BDI switchChristophe Leroy2019-02-225-11/+9
* | powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy2019-02-221-7/+27
* | powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy2019-02-221-4/+4
* | powerpc/32: Remove unneccessary MSR[RI] clearing for 8xxChristophe Leroy2019-02-221-3/+0
* | powerpc/setup: display reason for not bootingChristophe Leroy2019-02-221-1/+1
* | powerpc/8xx: hide itlbie and dtlbie symbolsChristophe Leroy2019-02-221-8/+8
* | powerpc/selftest: fix type of mftb() in null_syscallChristophe Leroy2019-02-221-1/+1
* | powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras2019-02-223-25/+29
* | powerpc/64s: Fix logic when handling unknown CPU featuresMichael Ellerman2019-02-221-10/+7
* | powerpc/smp: Make __smp_send_nmi_ipi() staticNicholas Piggin2019-02-221-1/+2
* | powerpc/smp: Fix NMI IPI xmon timeoutNicholas Piggin2019-02-221-64/+29
* | powerpc/smp: Fix NMI IPI timeoutNicholas Piggin2019-02-221-2/+3