| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2021-04-30 | 1 | -1/+1 |
|\ |
|
| * | powerpc/vdso: Add support for time namespaces | Christophe Leroy | 2021-04-14 | 1 | -1/+1 |
* | | powerpc/vdso32: Add missing _restgpr_31_x to fix build failure | Christophe Leroy | 2021-03-14 | 1 | -0/+11 |
|/ |
|
* | powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o | Masahiro Yamada | 2021-01-30 | 2 | -18/+1 |
* | powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSO | Michael Ellerman | 2020-12-21 | 1 | -1/+1 |
* | powerpc/vdso: Block R_PPC_REL24 relocations | Michael Ellerman | 2020-12-21 | 1 | -1/+1 |
* | powerpc: Use common STABS_DEBUG and DWARF_DEBUG and ELF_DETAILS macro | Youling Tang | 2020-12-03 | 1 | -38/+4 |
* | powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASE | Christophe Leroy | 2020-12-03 | 1 | -1/+1 |
* | powerpc/vdso: Remove __kernel_datapage_offset | Christophe Leroy | 2020-12-03 | 2 | -8/+0 |
* | powerpc/vdso: Merge __kernel_sync_dicache_p5() into __kernel_sync_dicache() | Christophe Leroy | 2020-12-03 | 2 | -12/+6 |
* | powerpc/vdso: Use builtin symbols to locate fixup section | Christophe Leroy | 2020-12-03 | 1 | -0/+8 |
* | powerpc/vdso: Retrieve sigtramp offsets at buildtime | Christophe Leroy | 2020-12-03 | 3 | -0/+30 |
* | powerpc/vdso: Remove unused \tmp param in __get_datapage() | Christophe Leroy | 2020-12-03 | 2 | -3/+3 |
* | powerpc/vdso: Simplify __get_datapage() | Christophe Leroy | 2020-12-03 | 1 | -0/+2 |
* | powerpc/vdso: Stripped VDSO is not needed, don't build it | Christophe Leroy | 2020-12-03 | 1 | -17/+2 |
* | powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32 | Christophe Leroy | 2020-12-03 | 3 | -0/+16 |
* | powerpc/vdso: Switch VDSO to generic C implementation. | Christophe Leroy | 2020-12-03 | 3 | -290/+28 |
* | powerpc/vdso: Prepare for switching VDSO to generic C implementation. | Christophe Leroy | 2020-12-03 | 1 | -0/+28 |
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-10-22 | 1 | -1/+1 |
|\ |
|
| * | arch: vdso: add vdso linker script to 'targets' instead of extra-y | Masahiro Yamada | 2020-09-07 | 1 | -1/+1 |
* | | powerpc: Remove support for PowerPC 601 | Christophe Leroy | 2020-10-08 | 2 | -4/+0 |
* | | Revert "powerpc/build: vdso linker warning for orphan sections" | Michael Ellerman | 2020-09-03 | 2 | -2/+1 |
|/ |
|
* | powerpc/build: vdso linker warning for orphan sections | Nicholas Piggin | 2020-07-29 | 2 | -1/+2 |
* | powerpc/vdso32: Fallback on getres syscall when clock is unknown | Christophe Leroy | 2020-05-11 | 1 | -3/+3 |
* | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | powerpc/vdso32: miscellaneous optimisations | Christophe Leroy | 2020-01-23 | 3 | -14/+13 |
* | powerpc/vdso32: implement clock_getres entirely | Christophe Leroy | 2020-01-23 | 1 | -8/+11 |
* | powerpc/vdso32: use LOAD_REG_IMMEDIATE() | Christophe Leroy | 2020-01-23 | 1 | -4/+2 |
* | powerpc/vdso32: Don't read cache line size from the datapage on PPC32. | Christophe Leroy | 2020-01-23 | 1 | -0/+23 |
* | powerpc/vdso32: inline __get_datapage() | Christophe Leroy | 2020-01-23 | 3 | -37/+12 |
* | powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE | Christophe Leroy | 2020-01-23 | 1 | -7/+57 |
* | powerpc/32: Add VDSO version of getcpu on non SMP | Christophe Leroy | 2020-01-23 | 3 | -4/+19 |
* | powerpc: Fix vDSO clock_getres() | Vincenzo Frascino | 2019-12-04 | 1 | -2/+5 |
* | y2038: fix typo in powerpc vdso "LOPART" | Arnd Bergmann | 2019-11-21 | 1 | -2/+2 |
* | y2038: vdso: powerpc: avoid timespec references | Arnd Bergmann | 2019-11-15 | 1 | -4/+2 |
* | powerpc/32s: drop CPU_FTR_USE_RTC feature | Christophe Leroy | 2019-08-28 | 2 | -1/+5 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -13/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 4 | -20/+4 |
* | powerpc/vdso: Drop unnecessary cc-ldoption | Nick Desaulniers | 2019-05-01 | 1 | -3/+2 |
* | powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64 | Christophe Leroy | 2019-04-07 | 1 | -1/+1 |
* | powerpc: Enable kcov | Andrew Donnellan | 2019-02-23 | 1 | -0/+1 |
* | powerpc/vdso: Correct call frame information | Alan Modra | 2018-09-14 | 2 | -0/+2 |
* | powerpc: Add build salt to the vDSO | Laura Abbott | 2018-07-17 | 1 | -0/+3 |
* | powerpc/kbuild: Remove CROSS32 defines from top level powerpc Makefile | Nicholas Piggin | 2018-06-01 | 1 | -4/+11 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
* | powerpc/time: refactor MFTB() to limit number of ifdefs | Christophe Leroy | 2017-08-10 | 1 | -9/+3 |
* | powerpc/vdso: Fix build rules to rebuild vdsos correctly | Nicholas Piggin | 2016-08-10 | 1 | -3/+3 |
* | powerpc: enable UBSAN support | Daniel Axtens | 2016-01-21 | 1 | -0/+1 |
* | powerpc: Standardise on NR_syscalls rather than __NR_syscalls. | Rashmica Gupta | 2015-11-26 | 1 | -1/+1 |
* | powerpc/vdso: Avoid link stack corruption in __get_datapage() | Michael Neuling | 2015-10-01 | 1 | -5/+7 |