summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | powerpc/numa: Set numa_node for all possible cpusSrikar Dronamraju2020-09-161-1/+15
* | powerpc/numa: Restrict possible nodes based on platformSrikar Dronamraju2020-09-161-3/+12
* | powerpc/topology: Override cpu_smt_maskSrikar Dronamraju2020-09-162-1/+13
* | sched/topology: Allow archs to override cpu_smt_maskSrikar Dronamraju2020-09-161-1/+1
* | drivers/macintosh/smu.c: Fix undeclared symbol warningWang Wensheng2020-09-161-1/+1
* | powerpc/papr_scm: Fix warning triggered by perf_stats_show()Vaibhav Jain2020-09-161-2/+3
* | macintosh: windfarm: use for_each_child_of_node() macroQinglang Miao2020-09-151-2/+1
* | powerpc/pci: unmap legacy INTx interrupts when a PHB is removedCédric Le Goater2020-09-152-0/+120
* | powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin2020-09-155-97/+212
* | powerepc/book3s64/hash: Align start/end address correctly with bolt mappingAneesh Kumar K.V2020-09-152-3/+10
* | powerpc/ps3: make two symbols staticJason Yan2020-09-151-2/+2
* | powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xxChristophe Leroy2020-09-151-3/+9
* | powerpc/powermac: Fix low_sleep_handler with KUAP and KUEPChristophe Leroy2020-09-152-9/+2
* | powerpc/process: Remove useless #ifdef CONFIG_PPC_FPUChristophe Leroy2020-09-151-5/+4
* | powerpc/process: Remove useless #ifdef CONFIG_SPEChristophe Leroy2020-09-152-14/+8
* | powerpc/process: Remove useless #ifdef CONFIG_ALTIVECChristophe Leroy2020-09-151-4/+0
* | powerpc/process: Remove useless #ifdef CONFIG_VSXChristophe Leroy2020-09-151-12/+1
* | powerpc/process: Tag an #endif to help locate the matching #ifdef.Christophe Leroy2020-09-151-1/+1
* | powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()Christophe Leroy2020-09-151-4/+4
* | powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...Christophe Leroy2020-09-151-6/+7
* | powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()Christophe Leroy2020-09-151-3/+1
* | powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()Christophe Leroy2020-09-151-3/+2
* | powerpc/32: Fix vmap stack - Properly set r1 before activating MMUChristophe Leroy2020-09-151-14/+29
* | powerpc/32: Fix vmap stack - Do not activate MMU before reading task structChristophe Leroy2020-09-152-31/+6
* | powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()Christophe Leroy2020-09-151-36/+5
* | powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy2020-09-151-10/+7
* | powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()Christophe Leroy2020-09-151-7/+7
* | powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()Christophe Leroy2020-09-151-1/+1
* | powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-157-5/+24
* | powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy2020-09-152-8/+16
* | powerpc: Fix random segfault when freeing hugetlb rangeChristophe Leroy2020-09-151-2/+16
* | powerpc/tau: Disable TAU between measurementsFinn Thain2020-09-152-48/+26
* | powerpc/tau: Check processor type before enabling TAU interruptFinn Thain2020-09-152-22/+16
* | powerpc/tau: Remove duplicated set_thresholds() callFinn Thain2020-09-151-5/+0
* | powerpc/tau: Convert from timer to workqueueFinn Thain2020-09-151-20/+18
* | powerpc/tau: Use appropriate temperature sample intervalFinn Thain2020-09-152-9/+5
* | powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V2020-09-158-19/+50
* | powerpc/book3s64/hash/4k: Support large linear mapping range with 4KAneesh Kumar K.V2020-09-151-7/+6
* | powerpc/64/mm: implement page mapping percpu first chunk allocatorAneesh Kumar K.V2020-09-152-4/+63
* | powerpc/percpu: Update percpu bootmem allocatorAneesh Kumar K.V2020-09-151-8/+37
* | selftests/powerpc: Tests for kernel accessing user memoryRavi Bangoria2020-09-151-2/+46
* | powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31Ravi Bangoria2020-09-153-0/+4
* | powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria2020-09-152-0/+2
* | powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria2020-09-153-1/+54
* | powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.cRavi Bangoria2020-09-154-158/+174
* | powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria2020-09-151-1/+1
* | powerpc/watchpoint: Fix handling of vector instructionsRavi Bangoria2020-09-151-0/+2
* | powerpc/watchpoint: Fix quadword instruction handling on p10 predecessorsRavi Bangoria2020-09-152-2/+11
* | powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memoryThiago Jung Bauermann2020-09-143-1/+35
* | powerpc/64: Make VDSO32 track COMPAT on 64-bitMichael Ellerman2020-09-141-4/+3