summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-29powerpc/boot: Fix CONFIG_PPC_MPC52XX referencesMichael Ellerman2-2/+2
2020-07-29powerpc/32s: Remove TAUException wart in traps.cMichael Ellerman2-8/+4
2020-07-29powerpc/32s: Fix CONFIG_BOOK3S_601 usesMichael Ellerman2-2/+2
2020-07-29powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS codeMichael Ellerman2-96/+4
2020-07-29powerpc/52xx: Fix comment about CONFIG_BDI*Michael Ellerman1-1/+1
2020-07-29powerpc/configs: Remove dead symbolsMichael Ellerman15-27/+0
2020-07-29powerpc/configs: Drop old symbols from ppc6xx_defconfigMichael Ellerman1-39/+0
2020-07-29powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests onlyBharata B Rao3-12/+7
2020-07-29selftests/powerpc: Remove powerpc special cases from stack expansion testMichael Ellerman1-36/+5
2020-07-29powerpc/mm: Remove custom stack expansion checkingMichael Ellerman1-104/+5
2020-07-29selftests/powerpc: Update the stack expansion testMichael Ellerman1-5/+5
2020-07-29powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman1-2/+5
2020-07-29selftests/powerpc: Add test of stack expansion logicMichael Ellerman5-1/+361
2020-07-29selftests/powerpc: Squash spurious errors due to device removalOliver O'Halloran1-3/+8
2020-07-29selftests/powerpc: Add test for pkey siginfo verificationSandipan Das3-1/+338
2020-07-29selftests/powerpc: Add wrapper for gettidSandipan Das1-0/+10
2020-07-29selftests/powerpc: Add helper to exit on failureSandipan Das1-0/+9
2020-07-29selftests/powerpc: Harden test for execute-disabled pkeysSandipan Das1-43/+41
2020-07-29selftests/powerpc: Add pkey helpers for rightsSandipan Das2-16/+48
2020-07-29selftests/powerpc: Move pkey helpers to headersSandipan Das3-98/+114
2020-07-29powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin5-41/+53
2020-07-29powerpc/pseries: Use doorbells even if XIVE is availableNicholas Piggin1-18/+36
2020-07-29powerpc: Inline doorbell sending functionsNicholas Piggin3-58/+63
2020-07-29powerpc/perf: Fix MMCRA_BHRB_DISABLE define for binutils < 2.28Athira Rajeev1-1/+2
2020-07-27powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=yMichael Ellerman1-1/+3
2020-07-27powerpc/powernv/pci.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/smu.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/reg.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/ppc_asm.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/epapr_hcalls.h: delete duplicated wordsRandy Dunlap1-2/+2
2020-07-27powerpc/cputime.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/book3s/radix-4k.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/book3s/mmu-hash.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing2-4/+2
2020-07-27powerpc/ptdump: Refactor update of pg_stateChristophe Leroy1-14/+20
2020-07-27powerpc/ptdump: Refactor update of st->last_paChristophe Leroy1-4/+1
2020-07-27powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy3-10/+14
2020-07-27powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy2-7/+7
2020-07-27powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy2-3/+9
2020-07-27powerpc/32s: Only leave NX unset on segments used for modulesChristophe Leroy1-3/+14
2020-07-27powerpc: Use MODULES_VADDR if definedChristophe Leroy2-0/+17
2020-07-27powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy1-1/+1
2020-07-27powerpc/papr_scm: Make some symbols staticWei Yongjun1-2/+2
2020-07-27powerpc/64s: allow for clang's objdump differencesBill Wendling1-1/+4
2020-07-27powerpc: Implement smp_cond_load_relaxed()Nicholas Piggin1-0/+16
2020-07-27powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hintNicholas Piggin2-1/+29
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin7-2/+118
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin7-0/+56
2020-07-26powerpc: Move spinlock implementation to simple_spinlockNicholas Piggin4-295/+311