summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-07-29powerpc/kexec_file: Add helper functions for getting memory rangesHari Bathini3-1/+247
2020-07-29powerpc/kexec_file: Mark PPC64 specific codeHari Bathini7-23/+105
2020-07-29powerpc/configs: Add BLK_DEV_NVME to pseries_defconfigAnton Blanchard1-0/+1
2020-07-29powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar5-6/+9
2020-07-29powerpc/fsl/dts: add missing P4080DS I2C devicesDavid Lamparter1-2/+41
2020-07-29ocxl: Remove unnecessary externsAlastair D'Silva1-21/+19
2020-07-29powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructionsBalamuruhan S1-0/+156
2020-07-29powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S1-1/+12
2020-07-29powerpc/ppc-opcode: Add divde and divdeu opcodesBalamuruhan S1-0/+6
2020-07-29powerpc/powernv/sriov: Remove unused but set variable 'phb'Wei Yongjun1-2/+0
2020-07-29powerpc: use for_each_child_of_node() macroQinglang Miao4-9/+6
2020-07-29powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin4-3/+5
2020-07-29powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva5-8/+8
2020-07-29powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V5-6/+18
2020-07-29powerpc/kvm/cma: Improve kernel log during bootAneesh Kumar K.V1-1/+1
2020-07-29powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAAneesh Kumar K.V3-0/+28
2020-07-29powerpc/xmon: Use `dcbf` inplace of `dcbi` instruction for 64bit Book3SBalamuruhan S1-1/+1
2020-07-29powerpc: Drop old comment about CONFIG_POWERMichael Ellerman1-1/+0
2020-07-29powerpc/kvm: Use correct CONFIG symbol in commentMichael Ellerman1-1/+1
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-29powerpc/mm: Remove custom stack expansion checkingMichael Ellerman1-104/+5
2020-07-29powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman1-2/+5
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-26powerpc/powernv/pci.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/smu.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/reg.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/ppc_asm.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/epapr_hcalls.h: delete duplicated wordsRandy Dunlap1-2/+2
2020-07-26powerpc/cputime.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/book3s/radix-4k.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/book3s/mmu-hash.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing2-4/+2
2020-07-26powerpc/ptdump: Refactor update of pg_stateChristophe Leroy1-14/+20
2020-07-26powerpc/ptdump: Refactor update of st->last_paChristophe Leroy1-4/+1
2020-07-26powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy3-10/+14
2020-07-26powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy2-7/+7
2020-07-26powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy2-3/+9
2020-07-26powerpc/32s: Only leave NX unset on segments used for modulesChristophe Leroy1-3/+14