aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-04powerpc/vdso: Remove unused \tmp param in __get_datapage()Christophe Leroy2-3/+3
2020-12-04powerpc/vdso: Simplify __get_datapage()Christophe Leroy1-3/+5
2020-12-04powerpc/vdso: Move vdso datapage up frontChristophe Leroy1-1/+1
2020-12-04powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy8-9/+11
2020-12-04powerpc/vdso: Provide vdso_remap()Christophe Leroy1-25/+0
2020-12-04powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()Christophe Leroy1-3/+4
2020-12-04powerpc/signal: Remove get_clean_sp()Christophe Leroy1-14/+0
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy1-0/+2
2020-12-04powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy1-6/+0
2020-12-04powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy1-0/+2
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy2-27/+38
2020-12-04powerpc/vdso: Save and restore TOC pointer on PPC64Christophe Leroy1-0/+12
2020-12-04powerpc/vdso: Prepare for switching VDSO to generic C implementation.Christophe Leroy4-0/+203
2020-12-04powerpc/barrier: Use CONFIG_PPC64 for barrier selectionMichael Ellerman1-1/+1
2020-12-04powerpc/time: Fix mftb()/get_tb() for use with the compat VDSOMichael Ellerman1-2/+10
2020-12-04powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy4-61/+73
2020-12-04powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy2-11/+25
2020-12-04powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible...Christophe Leroy1-2/+2
2020-12-04powerpc: inline iomap accessorsChristophe Leroy1-1/+153
2020-11-27Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+4
2020-11-27Merge tag 'powerpc-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+2
2020-11-27powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin1-0/+12
2020-11-26powerpc: Work around inline asm issues in alternate feature sectionsBill Wendling1-3/+19
2020-11-25Merge branch 'fixes' into nextMichael Ellerman11-73/+137
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne1-24/+0
2020-11-23powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell1-0/+2
2020-11-23Merge tag 'powerpc-cve-2020-4788' into fixesMichael Ellerman6-31/+103
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2-3/+7
2020-11-20powerpc: Enable seccomp architecture trackingYiFei Zhu1-0/+23
2020-11-19Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-31/+103
2020-11-19powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2-5/+10
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin6-29/+72
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin4-1/+25
2020-11-19powerpc/perf: Add new power PMU flag "PPMU_P10_DD1" for power10 DD1Athira Rajeev1-0/+1
2020-11-19powerpc: Remove RFI macroChristophe Leroy1-5/+0
2020-11-19powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFIChristophe Leroy1-1/+0
2020-11-19powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy1-5/+0
2020-11-19powerpc/mm: Move setting PTE specific flags to pfn_pmd()Aneesh Kumar K.V1-1/+16
2020-11-19powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy1-2/+21
2020-11-19powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to CJordan Niethe1-0/+12
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2-0/+4
2020-11-13livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)1-1/+3
2020-11-09powerpc: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2020-11-06powerpc/mm/highmem: Switch to generic kmap atomicThomas Gleixner3-17/+7
2020-11-06powerpc/numa: Fix build when CONFIG_NUMA=nScott Cheloha1-3/+9
2020-11-05powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy3-37/+21
2020-11-05powerpc: Use asm_goto_volatile for put_user()Michael Ellerman1-2/+2
2020-10-27powerpc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-5/+8
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-2/+2
2020-10-24Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-3/+16