summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | 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
| * | | | | powerpc/hash32: use physical address directly in hash handlers.Christophe Leroy2019-02-212-37/+31
| * | | | | powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy2019-02-211-9/+6
| * | | | | powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy2019-02-214-15/+18
| * | | | | powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-215-13/+21
| * | | | | powerpc: simplify BDI switchChristophe Leroy2019-02-215-11/+9
| * | | | | powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy2019-02-211-7/+27
| * | | | | powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy2019-02-211-4/+4
| * | | | | powerpc/32: Remove unneccessary MSR[RI] clearing for 8xxChristophe Leroy2019-02-211-3/+0
| * | | | | powerpc/setup: display reason for not bootingChristophe Leroy2019-02-211-1/+1
| * | | | | powerpc/8xx: hide itlbie and dtlbie symbolsChristophe Leroy2019-02-211-8/+8
| * | | | | powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras2019-02-213-25/+29
| * | | | | powerpc/64s: Fix logic when handling unknown CPU featuresMichael Ellerman2019-02-211-10/+7
| * | | | | powerpc/smp: Make __smp_send_nmi_ipi() staticNicholas Piggin2019-02-211-1/+2
| * | | | | powerpc/smp: Fix NMI IPI xmon timeoutNicholas Piggin2019-02-211-64/+29
| * | | | | powerpc/smp: Fix NMI IPI timeoutNicholas Piggin2019-02-211-2/+3
| * | | | | powerpc: Make PPC_64K_PAGES depend on only 44x or PPC_BOOK3S_64Michael Ellerman2019-02-211-1/+1
| * | | | | powerpc/64: Make sys_switch_endian() traceableMichael Ellerman2019-02-211-1/+1
| * | | | | powerpc/dts: Standardize DTS status assignments from "ok" to "okay"Robert P. J. Day2019-02-214-4/+4
| * | | | | powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V2019-02-212-18/+4
| * | | | | powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guestMark Cave-Ayland2019-02-211-1/+1
| * | | | | powerpc/pseries: export timebase register sample in lparcfgTyrel Datwyler2019-02-211-0/+1
| * | | | | powerpc/44x: Force PCI on for CURRITUCKMichael Ellerman2019-02-211-0/+1
| * | | | | powerpc/eeh: Add eeh_force_recover to debugfsOliver O'Halloran2019-02-213-10/+75
| * | | | | powerpc/eeh: Allow disabling recoveryOliver O'Halloran2019-02-213-0/+20
| * | | | | powerpc/pci: Add pci_find_controller_for_domain()Oliver O'Halloran2019-02-212-0/+13