aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin1-1/+7
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy1-1/+1
2022-02-12powerpc/vdso: Move cvdso_call macro into gettimeofday.SChristophe Leroy1-50/+2
2022-02-12powerpc/vdso: Remove cvdso_call_time macroChristophe Leroy1-27/+10
2021-08-27powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy1-0/+9
2021-04-14powerpc/vdso: Add support for time namespacesChristophe Leroy1-0/+10
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-6/+0
2021-02-11powerpc/time: Remove get_tbl()Christophe Leroy1-6/+0
2021-01-14powerpc/vdso: Fix clock_gettime_fallback for vdso32Andreas Schwab1-1/+15
2020-12-21powerpc/time: Force inlining of get_tb()Christophe Leroy1-1/+1
2020-12-04powerpc/vdso: Remove unused \tmp param in __get_datapage()Christophe Leroy1-2/+2
2020-12-04powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy1-0/+2
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy1-0/+25
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 Leroy2-0/+194
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 Leroy1-0/+71
2020-12-04powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy1-0/+23