summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-01-31powerpc: configs: Cleanup old Kconfig optionsKrzysztof Kozlowski
2020-01-31powerpc/configs/skiroot: Enable some more hardening optionsMichael Ellerman
2020-01-31powerpc/configs/skiroot: Disable xmon default & enable reboot on panicMichael Ellerman
2020-01-31powerpc/configs/skiroot: Enable security featuresJoel Stanley
2020-01-31powerpc/configs/skiroot: Update for symbol movement onlyMichael Ellerman
2020-01-31powerpc/configs/skiroot: Drop default n CONFIG_CRYPTO_ECHAINIVMichael Ellerman
2020-01-31powerpc/configs/skiroot: Drop HID_LOGITECHMichael Ellerman
2020-01-31powerpc/configs: Drop NET_VENDOR_HP which moved to stagingMichael Ellerman
2020-01-31powerpc/configs: NET_CADENCE became NET_VENDOR_CADENCEMichael Ellerman
2020-01-31powerpc/configs: Drop CONFIG_QLGE which moved to stagingMichael Ellerman
2020-01-31powerpc: Do not consider weak unresolved symbol relocations as badAlexandre Ghiti
2020-01-30powerpc/32s: Fix kasan_early_hash_table() for CONFIG_VMAP_STACKChristophe Leroy
2020-01-30powerpc: indent to improve Kconfig readabilityRandy Dunlap
2020-01-29powerpc: Provide initial documentation for PAPR hcallsVaibhav Jain
2020-01-28powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy
2020-01-27powerpc/32: Reuse orphaned memblocks in kasan_init_shadow_page_tables()Christophe Leroy
2020-01-27powerpc/32: Simplify KASAN initChristophe Leroy
2020-01-27powerpc/32: Force KASAN_VMALLOC for modulesChristophe Leroy
2020-01-27powerpc/kconfig: Move CONFIG_PPC32 into Kconfig.cputypeChristophe Leroy
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy
2020-01-27powerpc/mm: Don't log user reads to 0xffffffffChristophe Leroy
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/32s: Avoid crossing page boundary while changing SRR0/1.Christophe Leroy
2020-01-27powerpc/32s: Reorganise DSI handler.Christophe Leroy
2020-01-27powerpc/8xx: Enable CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/8xx: Move tail of alignment exception out of lineMichael Ellerman
2020-01-27powerpc/8xx: Split breakpoint exceptionChristophe Leroy
2020-01-27powerpc/8xx: Move DataStoreTLBMiss perf handlerChristophe Leroy
2020-01-27powerpc/8xx: Drop exception entries for non-existing exceptionsChristophe Leroy
2020-01-27powerpc/8xx: Use alternative scratch registers in DTLB miss handlerChristophe Leroy
2020-01-27powerpc/32: Use vmapped stacks for interruptsChristophe Leroy
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: add a macro to get and/or save DAR and DSISR on stack.Christophe Leroy
2020-01-26powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0Christophe Leroy
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy
2020-01-26powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.hChristophe Leroy
2020-01-26powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy
2020-01-26powerpc/pseries/lparcfg: Fix display of Maximum MemoryMichael Bringmann
2020-01-26powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe
2020-01-26powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some pathsVaibhav Jain
2020-01-26powerpc/xmon: Fix compile error in print_insn* functionsSukadev Bhattiprolu
2020-01-26powerpc: use probe_user_read() and probe_user_write()Christophe Leroy
2020-01-26powerpc/maple: Fix comparing pointer to 0Chen Zhou
2020-01-26powerpc/pseries/vio: Fix iommu_table use-after-free refcount warningTyrel Datwyler
2020-01-26powerpc/papr_scm: Don't enable direct map for a region by defaultAneesh Kumar K.V
2020-01-23powerpc/xive: Drop extern qualifiers from header function prototypesGreg Kurz
2020-01-23KVM: PPC: Book3S HV: XIVE: Fix typo in commentGreg Kurz
2020-01-23powernv/pci: Move pnv_pci_dma_bus_setup() to pci-ioda.cOliver O'Halloran