aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy
2018-12-19powerpc/signal: Use code patching instead of hardcodingChristophe Leroy
2018-12-19powerpc/8xx: use modify_instruction_site()Christophe Leroy
2018-12-19powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy
2018-12-19powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy
2018-12-19powerpc/32: use patch_site_addr() in machine_init()Christophe Leroy
2018-12-19powerpc: add modify_instruction() and modify_instruction_site()Christophe Leroy
2018-12-19powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy
2018-12-19powerpc/mm: remove unused variableChristophe Leroy
2018-12-19powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy
2018-12-17powerpc/32: Move the old 6xx -mcpu logic before the TARGET_CPU logicMathieu Malaterre
2018-12-17powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman
2018-12-17Merge branch 'fixes' into nextMichael Ellerman
2018-12-10powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova
2018-12-09powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran
2018-12-09powerpc/papr_scm: Use ibm,unit-guid as the iset cookieOliver O'Halloran
2018-12-09powerpc/papr_scm: Fix DIMM device registration raceOliver O'Halloran
2018-12-09powerpc/papr_scm: Remove endian conversionsOliver O'Halloran
2018-12-09powerpc/papr_scm: Update DT propertiesOliver O'Halloran
2018-12-07powerpc/papr_scm: Fix resource end addressOliver O'Halloran
2018-12-07powerpc/papr_scm: Use depend instead of selectOliver O'Halloran
2018-12-07powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das
2018-12-06powerpc/boot: Fix build failures with -j 1Michael Ellerman
2018-12-04powerpc/mm: dump block address translation on book3s/32Christophe Leroy
2018-12-04powerpc/mm: dump segment registers on book3s/32Christophe Leroy
2018-12-04powerpc/math-emu: Update macros from GCCJoel Stanley
2018-12-04powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCHRussell Currey
2018-12-04powerpc/8xx: regroup TLB handler routinesChristophe Leroy
2018-12-04powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy
2018-12-04powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy
2018-12-04powerpc/8xx: Enable 8M hugepage support with HW assistanceChristophe Leroy
2018-12-04powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy
2018-12-04powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy
2018-12-04powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy
2018-12-04powerpc/mm: remove unnecessary test in pgtable_cache_init()Christophe Leroy
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy
2018-12-04powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy
2018-12-04powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy
2018-12-04powerpc/mm: Move pgtable_t into platform headersChristophe Leroy
2018-12-04powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy
2018-12-04powerpc/mm: Avoid useless lock with single page fragmentsChristophe Leroy
2018-12-04powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy
2018-12-04powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy
2018-12-04powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy
2018-12-04powerpc: annotate implicit fall throughsStephen Rothwell
2018-12-04powerpc/mm: remove unused function prototypeBreno Leitao
2018-12-04powerpc/xmon: Fix invocation inside lock regionBreno Leitao