summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-09-16powerpc/smp: Merge Power9 topology with Power topologySrikar Dronamraju
2020-09-16powerpc/smp: Fix a warning under !NEED_MULTIPLE_NODESSrikar Dronamraju
2020-09-16powerpc/numa: Offline memoryless cpuless node 0Srikar Dronamraju
2020-09-16powerpc/numa: Prefer node id queried from vphnSrikar Dronamraju
2020-09-16powerpc/numa: Set numa_node for all possible cpusSrikar Dronamraju
2020-09-16powerpc/numa: Restrict possible nodes based on platformSrikar Dronamraju
2020-09-16powerpc/topology: Override cpu_smt_maskSrikar Dronamraju
2020-09-16powerpc/papr_scm: Fix warning triggered by perf_stats_show()Vaibhav Jain
2020-09-15powerpc/pci: unmap legacy INTx interrupts when a PHB is removedCédric Le Goater
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin
2020-09-15powerepc/book3s64/hash: Align start/end address correctly with bolt mappingAneesh Kumar K.V
2020-09-15powerpc/ps3: make two symbols staticJason Yan
2020-09-15powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xxChristophe Leroy
2020-09-15powerpc/powermac: Fix low_sleep_handler with KUAP and KUEPChristophe Leroy
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_PPC_FPUChristophe Leroy
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_SPEChristophe Leroy
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_ALTIVECChristophe Leroy
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_VSXChristophe Leroy
2020-09-15powerpc/process: Tag an #endif to help locate the matching #ifdef.Christophe Leroy
2020-09-15powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...Christophe Leroy
2020-09-15powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/32: Fix vmap stack - Properly set r1 before activating MMUChristophe Leroy
2020-09-15powerpc/32: Fix vmap stack - Do not activate MMU before reading task structChristophe Leroy
2020-09-15powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()Christophe Leroy
2020-09-15powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy
2020-09-15powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()Christophe Leroy
2020-09-15powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()Christophe Leroy
2020-09-15powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy
2020-09-15powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy
2020-09-15powerpc: Fix random segfault when freeing hugetlb rangeChristophe Leroy
2020-09-15powerpc/tau: Disable TAU between measurementsFinn Thain
2020-09-15powerpc/tau: Check processor type before enabling TAU interruptFinn Thain
2020-09-15powerpc/tau: Remove duplicated set_thresholds() callFinn Thain
2020-09-15powerpc/tau: Convert from timer to workqueueFinn Thain
2020-09-15powerpc/tau: Use appropriate temperature sample intervalFinn Thain
2020-09-15powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V
2020-09-15powerpc/book3s64/hash/4k: Support large linear mapping range with 4KAneesh Kumar K.V
2020-09-15powerpc/64/mm: implement page mapping percpu first chunk allocatorAneesh Kumar K.V
2020-09-15powerpc/percpu: Update percpu bootmem allocatorAneesh Kumar K.V
2020-09-15powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31Ravi Bangoria
2020-09-15powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria
2020-09-15powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria
2020-09-15powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.cRavi Bangoria
2020-09-15powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria
2020-09-15powerpc/watchpoint: Fix handling of vector instructionsRavi Bangoria
2020-09-15powerpc/watchpoint: Fix quadword instruction handling on p10 predecessorsRavi Bangoria
2020-09-14powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memoryThiago Jung Bauermann
2020-09-14powerpc/64: Make VDSO32 track COMPAT on 64-bitMichael Ellerman