summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/ppc-opcode: Add divde and divdeu opcodesBalamuruhan S2020-07-291-0/+6
| * | | powerpc/powernv/sriov: Remove unused but set variable 'phb'Wei Yongjun2020-07-291-2/+0
| * | | powerpc: use for_each_child_of_node() macroQinglang Miao2020-07-294-9/+6
| * | | powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin2020-07-294-3/+5
| * | | powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-295-8/+8
| * | | powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V2020-07-295-6/+18
| * | | powerpc/kvm/cma: Improve kernel log during bootAneesh Kumar K.V2020-07-291-1/+1
| * | | powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAAneesh Kumar K.V2020-07-293-0/+28
| * | | powerpc/xmon: Use `dcbf` inplace of `dcbi` instruction for 64bit Book3SBalamuruhan S2020-07-291-1/+1
| * | | powerpc: Drop old comment about CONFIG_POWERMichael Ellerman2020-07-291-1/+0
| * | | powerpc/kvm: Use correct CONFIG symbol in commentMichael Ellerman2020-07-291-1/+1
| * | | powerpc/boot: Fix CONFIG_PPC_MPC52XX referencesMichael Ellerman2020-07-292-2/+2
| * | | powerpc/32s: Remove TAUException wart in traps.cMichael Ellerman2020-07-292-8/+4
| * | | powerpc/32s: Fix CONFIG_BOOK3S_601 usesMichael Ellerman2020-07-292-2/+2
| * | | powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS codeMichael Ellerman2020-07-292-96/+4
| * | | powerpc/52xx: Fix comment about CONFIG_BDI*Michael Ellerman2020-07-291-1/+1
| * | | powerpc/configs: Remove dead symbolsMichael Ellerman2020-07-2915-27/+0
| * | | powerpc/configs: Drop old symbols from ppc6xx_defconfigMichael Ellerman2020-07-291-39/+0
| * | | powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests onlyBharata B Rao2020-07-293-12/+7
| * | | powerpc/mm: Remove custom stack expansion checkingMichael Ellerman2020-07-291-104/+5
| * | | powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman2020-07-291-2/+5
| * | | powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin2020-07-295-41/+53
| * | | powerpc/pseries: Use doorbells even if XIVE is availableNicholas Piggin2020-07-291-18/+36
| * | | powerpc: Inline doorbell sending functionsNicholas Piggin2020-07-293-58/+63
| * | | powerpc/perf: Fix MMCRA_BHRB_DISABLE define for binutils < 2.28Athira Rajeev2020-07-291-1/+2
| * | | powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=yMichael Ellerman2020-07-271-1/+3
| * | | powerpc/powernv/pci.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | | powerpc/smu.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | | powerpc/reg.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | | powerpc/ppc_asm.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | | powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | | powerpc/epapr_hcalls.h: delete duplicated wordsRandy Dunlap2020-07-261-2/+2
| * | | powerpc/cputime.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | | powerpc/book3s/radix-4k.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | | powerpc/book3s/mmu-hash.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | | powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing2020-07-262-4/+2
| * | | powerpc/ptdump: Refactor update of pg_stateChristophe Leroy2020-07-261-14/+20
| * | | powerpc/ptdump: Refactor update of st->last_paChristophe Leroy2020-07-261-4/+1
| * | | powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy2020-07-263-10/+14
| * | | powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy2020-07-262-7/+7
| * | | powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy2020-07-262-3/+9
| * | | powerpc/32s: Only leave NX unset on segments used for modulesChristophe Leroy2020-07-261-3/+14
| * | | powerpc: Use MODULES_VADDR if definedChristophe Leroy2020-07-262-0/+17
| * | | powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy2020-07-261-1/+1
| * | | powerpc/papr_scm: Make some symbols staticWei Yongjun2020-07-261-2/+2
| * | | powerpc/64s: allow for clang's objdump differencesBill Wendling2020-07-261-1/+4
| * | | powerpc: Implement smp_cond_load_relaxed()Nicholas Piggin2020-07-261-0/+16
| * | | powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hintNicholas Piggin2020-07-262-1/+29
| * | | powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin2020-07-266-2/+116
| * | | powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin2020-07-266-0/+54