summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-11-07powerpc: Don't flush caches when adding memoryAlastair D'Silva1-2/+0
2019-11-07powerpc: Chunk calls to flush_dcache_range in arch_*_memoryAlastair D'Silva1-2/+25
2019-11-07powerpc: Convert flush_icache_range & friends to CAlastair D'Silva5-252/+170
2019-11-07powerpc: define helpers to get L1 icache sizesAlastair D'Silva2-10/+31
2019-11-07powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva1-2/+2
2019-11-07powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-11-07powerpc: Support CMDLINE_EXTENDChris Packham2-13/+43
2019-11-06powerpc/64s: Always disable branch profiling for prom_init.oMichael Ellerman1-1/+1
2019-11-05powerpc/security: Fix debugfs data leak on 32-bitGeert Uytterhoeven2-6/+6
2019-11-05powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V1-0/+1
2019-11-05powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V1-2/+1
2019-11-05powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V3-39/+3
2019-11-05powerpc/mm/book3s64/radix: Remove unused code.Aneesh Kumar K.V1-60/+6
2019-11-05powerpc/security/book3s64: Report L1TF status in sysfsAnthony Steinhauser1-0/+5
2019-11-05powerpc/pseries: safely roll back failed DLPAR cpu addNathan Lynch1-57/+59
2019-11-05powerpc/pseries: address checkpatch warnings in dlpar_offline_cpuNathan Lynch1-6/+5
2019-11-04Merge branch 'fixes' into nextMichael Ellerman6-18/+57
2019-10-30powerpc/tools: Don't quote $objdump in scriptsMichael Ellerman2-3/+3
2019-10-30powerpc: Add build-time check of ptrace PT_xx definesMichael Ellerman1-0/+63
2019-10-30powerpc/ptrace: Add prototype for function pt_regs_checkMathieu Malaterre1-0/+6
2019-10-29powerpc/powernv: Fix CPU idle to be called with IRQs disabledNicholas Piggin1-16/+37
2019-10-29powerpc/prom_init: Undo relocation before entering secure modeThiago Jung Bauermann3-1/+18
2019-10-28powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary i...Aneesh Kumar K.V3-13/+52
2019-10-28powerpc/pseries: Don't fail hash page table insert for bolted mappingAneesh Kumar K.V1-1/+8
2019-10-28powerpc/pseries: Don't opencode HPTE_V_BOLTEDAneesh Kumar K.V1-1/+1
2019-10-28powerpc/pseries: Mark accumulate_stolen_time() as notraceMichael Ellerman1-1/+1
2019-10-28powerpc/configs: Rename foo_basic_defconfig to foo_base.configMichael Ellerman4-6/+6
2019-10-28powerpc/configs: Add debug config fragmentAndrew Donnellan1-0/+1
2019-10-28powerpc/nvdimm: Update vmemmap_populated to check sub-section rangeAneesh Kumar K.V1-16/+38
2019-10-28powerpc/xmon: Restrict when kernel is locked downChristopher M. Riedl1-21/+82
2019-10-28powerpc/xmon: Allow listing and clearing breakpoints in read-only modeChristopher M. Riedl1-5/+11
2019-10-25powerpc/powernv/eeh: Fix oops when probing cxl devicesFrederic Barrat1-1/+1
2019-10-17powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.Christophe Leroy1-0/+1
2019-10-13Merge branch 'fixes' into nextMichael Ellerman4-0/+9
2019-10-11powerpc/powernv: Add queue mechanism for early messagesDeb McLemore1-2/+84
2019-10-11powerpc/pkeys: remove unused pkey_allows_readwriteQian Cai1-10/+0
2019-10-11powerpc/setup_64: fix -Wempty-body warningsQian Cai1-20/+6
2019-10-11powerpc/udbg: Make it safe to call udbg_printf() alwaysMichael Ellerman1-6/+8
2019-10-11powerpc: make syntax for FADump config options in kernel/Makefile readableHari Bathini1-3/+2
2019-10-11powerpc/configs: add FADump awareness to skiroot_defconfigHari Bathini1-0/+1
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet1-0/+1
2019-10-10powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set}Vaibhav Jain1-2/+2
2019-10-09powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_hostJordan Niethe1-0/+1
2019-10-09powerpc/pseries: Remove confusing warning message.Laurent Dufour1-0/+3
2019-10-09powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell1-0/+4
2019-10-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds13-141/+50
2019-10-05Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-10-05Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds15-50/+81
2019-10-05KVM: s390: mark __insn32_query() as __always_inlineHeiko Carstens1-1/+1
2019-10-05KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens1-3/+3