Age | Commit message (Expand) | Author | Files | Lines |
2022-05-08 | powerpc: Remove asm/prom.h from all files that don't need it | Christophe Leroy | 1 | -1/+0 |
2021-04-14 | powerpc/vdso: Add support for time namespaces | Christophe Leroy | 1 | -16/+100 |
2021-04-14 | powerpc/vdso: Separate vvar vma from vdso | Dmitry Safonov | 1 | -15/+39 |
2020-12-04 | powerpc/vdso: Remove DBG() | Christophe Leroy | 1 | -8/+0 |
2020-12-04 | powerpc/vdso: Remove vdso_ready | Christophe Leroy | 1 | -6/+0 |
2020-12-04 | powerpc/vdso: Remove vdso_setup() | Christophe Leroy | 1 | -19/+2 |
2020-12-04 | powerpc/vdso: Remove lib32_elfinfo and lib64_elfinfo | Christophe Leroy | 1 | -27/+2 |
2020-12-04 | powerpc/vdso: Remove symbol section information in struct lib32/64_elfinfo | Christophe Leroy | 1 | -90/+0 |
2020-12-04 | powerpc/vdso: Remove unused text member in struct lib32/64_elfinfo | Christophe Leroy | 1 | -16/+0 |
2020-12-04 | powerpc/vdso: Remove vdso_patches[] and associated functions | Christophe Leroy | 1 | -161/+0 |
2020-12-04 | powerpc/vdso: Remove runtime generated sigtramp offsets | Christophe Leroy | 1 | -59/+0 |
2020-12-04 | powerpc/vdso: Remove __kernel_datapage_offset | Christophe Leroy | 1 | -39/+0 |
2020-12-04 | powerpc/vdso: Remove vdso32_pages and vdso64_pages | Christophe Leroy | 1 | -16/+0 |
2020-12-04 | powerpc/vdso: Merge __kernel_sync_dicache_p5() into __kernel_sync_dicache() | Christophe Leroy | 1 | -4/+0 |
2020-12-04 | powerpc/vdso: Use builtin symbols to locate fixup section | Christophe Leroy | 1 | -41/+14 |
2020-12-04 | powerpc/vdso: Move vdso datapage up front | Christophe Leroy | 1 | -7/+7 |
2020-12-04 | powerpc/vdso: Replace vdso_base by vdso | Christophe Leroy | 1 | -4/+4 |
2020-12-04 | powerpc/vdso: Provide vdso_remap() | Christophe Leroy | 1 | -0/+24 |
2020-12-04 | powerpc/vdso: Move to _install_special_mapping() and remove arch_vma_name() | Christophe Leroy | 1 | -23/+19 |
2020-12-04 | powerpc/vdso: Simplify arch_setup_additional_pages() exit | Christophe Leroy | 1 | -19/+21 |
2020-12-04 | powerpc/vdso: Use VDSO size in arch_setup_additional_pages() | Christophe Leroy | 1 | -12/+6 |
2020-12-04 | powerpc/vdso: Remove unnecessary ifdefs in vdso_pagelist initialization | Christophe Leroy | 1 | -25/+6 |
2020-12-04 | powerpc/vdso: Refactor 32 bits and 64 bits pages setup | Christophe Leroy | 1 | -20/+19 |
2020-12-04 | powerpc/vdso: Remove NULL termination element in vdso_pagelist | Christophe Leroy | 1 | -4/+2 |
2020-12-04 | powerpc/vdso: Remove get_page() in vdso_pagelist initialization | Christophe Leroy | 1 | -4/+2 |
2020-12-04 | powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map() | Christophe Leroy | 1 | -10/+2 |
2020-12-04 | powerpc/vdso: Add missing includes and clean vdso_setup_syscall_map() | Christophe Leroy | 1 | -12/+5 |
2020-12-04 | powerpc/vdso: Switch VDSO to generic C implementation. | Christophe Leroy | 1 | -2/+3 |
2020-07-16 | powerpc/vdso: Fix vdso cpu truncation | Milton Miller | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -3/+3 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
2020-04-03 | powerpc/64: make buildable without CONFIG_COMPAT | Michal Suchanek | 1 | -1/+2 |
2020-03-13 | powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS references | Joe Lawrence | 1 | -5/+0 |
2020-01-23 | powerpc/vdso32: Don't read cache line size from the datapage on PPC32. | Christophe Leroy | 1 | -5/+0 |
2019-08-28 | powerpc/32s: drop CPU_FTR_USE_RTC feature | Christophe Leroy | 1 | -22/+0 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-03-05 | powerpc/vdso: don't clear PG_reserved | David Hildenbrand | 1 | -2/+0 |
2018-12-21 | powerpc: split compat syscall table out from native table | Firoz Khan | 1 | -2/+5 |
2018-07-30 | powerpc: remove unneeded inclusions of cpu_has_feature.h | Christophe Leroy | 1 | -1/+0 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
2018-03-24 | powerpc: Use feature bit for RTC presence rather than timebase presence | Paul Mackerras | 1 | -5/+7 |
2017-02-06 | powerpc/64: Clean up ppc64_caches using a struct per cache | Benjamin Herrenschmidt | 1 | -8/+8 |
2017-02-06 | powerpc/64: Fix naming of cache block vs. cache line | Benjamin Herrenschmidt | 1 | -6/+4 |
2016-08-09 | powerpc/vdso: Add missing include file | Guenter Roeck | 1 | -0/+1 |
2016-05-23 | vdso: make arch_setup_additional_pages wait for mmap_sem for write killable | Michal Hocko | 1 | -1/+2 |
2015-11-26 | powerpc: Standardise on NR_syscalls rather than __NR_syscalls. | Rashmica Gupta | 1 | -1/+1 |
2015-05-11 | powerpc/vdso: Disable building the 32-bit VDSO on little endian | Michael Ellerman | 1 | -2/+34 |
2015-05-11 | powerpc/vdso: Combine start/size variables | Michael Ellerman | 1 | -29/+26 |
2015-05-11 | powerpc/vdso: Remove unused debug code | Michael Ellerman | 1 | -44/+0 |
2014-11-10 | powerpc: Remove superfluous bootmem includes | Anton Blanchard | 1 | -1/+0 |