summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy2020-12-044-0/+18
* powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy2020-12-0412-691/+106
* powerpc/vdso: Save and restore TOC pointer on PPC64Christophe Leroy2020-12-041-0/+12
* powerpc/vdso: Prepare for switching VDSO to generic C implementation.Christophe Leroy2020-12-046-0/+260
* powerpc/barrier: Use CONFIG_PPC64 for barrier selectionMichael Ellerman2020-12-041-1/+1
* powerpc/time: Fix mftb()/get_tb() for use with the compat VDSOMichael Ellerman2020-12-041-2/+10
* powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy2020-12-044-61/+73
* powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy2020-12-042-11/+25
* powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible...Christophe Leroy2020-12-041-2/+2
* powerpc: Update NUMA Kconfig description & help textMichael Ellerman2020-12-041-1/+7
* powerpc: Make NUMA default y for powernvMichael Ellerman2020-12-041-1/+1
* powerpc: Make NUMA depend on SMPMichael Ellerman2020-12-041-1/+1
* powerpc: inline iomap accessorsChristophe Leroy2020-12-042-167/+153
* powerpc/perf: Fix crash with is_sier_available when pmu is not setAthira Rajeev2020-12-041-0/+3
* powerpc/boot: Make use of REL16 relocs in powerpc/boot/util.SAlan Modra2020-12-041-6/+3
* powerpc: Work around inline asm issues in alternate feature sectionsBill Wendling2020-11-261-3/+19
* powerpc/boot: Use clang when CC is clangBill Wendling2020-11-261-0/+4
* powerpc/boot/wrapper: Add "-z notext" flag to disable diagnosticBill Wendling2020-11-261-1/+3
* powerpc/boot/wrapper: Add "-z rodynamic" when using LLDBill Wendling2020-11-261-1/+3
* powerpc/boot: Move the .got section to after the .dynamic sectionBill Wendling2020-11-261-10/+11
* powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() tooOleg Nesterov2020-11-262-2/+12
* powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Oleg Nesterov2020-11-262-15/+7
* Merge branch 'fixes' into nextMichael Ellerman2020-11-2527-192/+483
|\
| * powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell2020-11-231-0/+2
| * Merge tag 'powerpc-cve-2020-4788' into fixesMichael Ellerman2020-11-2315-80/+421
| |\
| | * powerpc/64s: rename pnv|pseries_setup_rfi_flush to _setup_security_mitigationsDaniel Axtens2020-11-194-9/+11
| | * powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2020-11-193-6/+11
| | * powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-1912-90/+229
| | * powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-1910-2/+197
| * | powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU contextNicholas Piggin2020-11-181-4/+7
| * | powerpc: Drop -me200 addition to build flagsMichael Ellerman2020-11-171-1/+0
| * | KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB pageCédric Le Goater2020-11-161-0/+7
| * | powerpc/64s: Fix KVM system reset handling when CONFIG_PPC_PSERIES=yNicholas Piggin2020-11-161-2/+0
| * | powerpc/32s: Use relocation offset when setting early hash tableChristophe Leroy2020-11-081-1/+2
| * | powerpc/numa: Fix build when CONFIG_NUMA=nScott Cheloha2020-11-061-3/+9
| * | powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy2020-11-054-66/+28
| * | powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+2
| * | powerpc/40x: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-8/+0
| * | powerpc/603: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+0
| * | powerpc: Use asm_goto_volatile for put_user()Michael Ellerman2020-11-051-2/+2
| * | powerpc/smp: Call rcu_cpu_starting() earlierQian Cai2020-11-021-1/+2
| * | powerpc/eeh_cache: Fix a possible debugfs deadlockQian Cai2020-11-021-2/+3
| |/
* | powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory al...David Hildenbrand2020-11-192-109/+62
* | powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()David Hildenbrand2020-11-191-1/+4
* | powerpc/book3s64/hash: Drop WARN_ON in hash__remove_section_mapping()David Hildenbrand2020-11-191-1/+0
* | powerpc/mm: print warning in arch_remove_linear_mapping()David Hildenbrand2020-11-191-1/+3
* | powerpc/mm: protect linear mapping modifications by a mutexDavid Hildenbrand2020-11-191-0/+5
* | powerpc/mm: factor out creating/removing linear mappingDavid Hildenbrand2020-11-191-13/+28
* | powerpc/powernv/memtrace: Fix crashing the kernel when enabling concurrentlyDavid Hildenbrand2020-11-191-7/+15
* | powerpc/powernv/memtrace: Don't leak kernel memory to user spaceDavid Hildenbrand2020-11-191-0/+22