summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy2020-12-041-0/+12
| * powerpc/vdso: Remove unused \tmp param in __get_datapage()Christophe Leroy2020-12-042-3/+3
| * powerpc/vdso: Simplify __get_datapage()Christophe Leroy2020-12-041-3/+5
| * powerpc/vdso: Move vdso datapage up frontChristophe Leroy2020-12-041-1/+1
| * powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy2020-12-048-9/+11
| * powerpc/vdso: Provide vdso_remap()Christophe Leroy2020-12-041-25/+0
| * powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()Christophe Leroy2020-12-041-3/+4
| * powerpc/signal: Remove get_clean_sp()Christophe Leroy2020-12-041-14/+0
| * powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy2020-12-041-0/+2
| * powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy2020-12-041-6/+0
| * powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy2020-12-041-0/+2
| * powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy2020-12-042-27/+38
| * 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-044-0/+203
| * 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: inline iomap accessorsChristophe Leroy2020-12-041-1/+153
| * powerpc: Work around inline asm issues in alternate feature sectionsBill Wendling2020-11-261-3/+19
| * Merge branch 'fixes' into nextMichael Ellerman2020-11-2511-73/+137
| |\
| * | powerpc/perf: Add new power PMU flag "PPMU_P10_DD1" for power10 DD1Athira Rajeev2020-11-191-0/+1
| * | powerpc: Remove RFI macroChristophe Leroy2020-11-191-5/+0
| * | powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFIChristophe Leroy2020-11-191-1/+0
| * | powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy2020-11-191-5/+0
| * | powerpc/mm: Move setting PTE specific flags to pfn_pmd()Aneesh Kumar K.V2020-11-191-1/+16
| * | powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy2020-11-191-2/+21
| * | powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to CJordan Niethe2020-11-191-0/+12
* | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-1/+3
|\ \ \
| * | | livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-131-1/+3
| |/ /
* | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+4
|\ \ \
| * | | powerpc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+4
* | | | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+23
|\ \ \ \
| * | | | powerpc: Enable seccomp architecture trackingYiFei Zhu2020-11-201-0/+23
| |/ / /
* | | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-5/+8
|\ \ \ \
| * | | | powerpc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-5/+8
| | |/ / | |/| |
* | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-143-17/+7
|\ \ \ \
| * | | | powerpc/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-063-17/+7
| |/ / /
* | | | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-141-0/+23
|\ \ \ \
| * | | | powerpc/8xx: Implement pXX_leaf_size() supportPeter Zijlstra2020-12-091-0/+23
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-141-24/+0
|\ \ \ \ \
| * | | | | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-24/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-051-0/+12
|\ \ \ \ \
| * | | | | powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin2020-11-271-0/+12
| | |_|_|/ | |/| | |
* | | | | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-272-0/+4
|\ \ \ \ \
| * | | | | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-162-0/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'powerpc-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-11-271-0/+2
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell2020-11-231-0/+2
| * | | Merge tag 'powerpc-cve-2020-4788' into fixesMichael Ellerman2020-11-236-31/+103
| |\ \ \ | | |/ / | |/| |