| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove zap_page_range and create zap_vma_pages | Mike Kravetz | 2023-01-18 | 1 | -3/+1 |
* | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy | Jann Horn | 2022-12-01 | 1 | -22/+0 |
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-10 | 1 | -3/+3 |
|\ |
|
| * | powerpc: remove mmap linked list walks | Matthew Wilcox (Oracle) | 2022-09-26 | 1 | -3/+3 |
* | | powerpc: Provide syscall wrapper | Rohan McLure | 2022-09-28 | 1 | -0/+2 |
* | | powerpc: Use common syscall handler type | Rohan McLure | 2022-09-28 | 1 | -2/+2 |
* | | powerpc/vdso: Don't map VDSO at a fixed address on PPC32 | Christophe Leroy | 2022-08-22 | 1 | -11/+2 |
|/ |
|
* | powerpc: Remove asm/prom.h from all files that don't need it | Christophe Leroy | 2022-05-08 | 1 | -1/+0 |
* | powerpc/vdso: Add support for time namespaces | Christophe Leroy | 2021-04-14 | 1 | -16/+100 |
* | powerpc/vdso: Separate vvar vma from vdso | Dmitry Safonov | 2021-04-14 | 1 | -15/+39 |
* | powerpc/vdso: Remove DBG() | Christophe Leroy | 2020-12-04 | 1 | -8/+0 |
* | powerpc/vdso: Remove vdso_ready | Christophe Leroy | 2020-12-04 | 1 | -6/+0 |
* | powerpc/vdso: Remove vdso_setup() | Christophe Leroy | 2020-12-04 | 1 | -19/+2 |
* | powerpc/vdso: Remove lib32_elfinfo and lib64_elfinfo | Christophe Leroy | 2020-12-04 | 1 | -27/+2 |
* | powerpc/vdso: Remove symbol section information in struct lib32/64_elfinfo | Christophe Leroy | 2020-12-04 | 1 | -90/+0 |
* | powerpc/vdso: Remove unused text member in struct lib32/64_elfinfo | Christophe Leroy | 2020-12-04 | 1 | -16/+0 |
* | powerpc/vdso: Remove vdso_patches[] and associated functions | Christophe Leroy | 2020-12-04 | 1 | -161/+0 |
* | powerpc/vdso: Remove runtime generated sigtramp offsets | Christophe Leroy | 2020-12-04 | 1 | -59/+0 |
* | powerpc/vdso: Remove __kernel_datapage_offset | Christophe Leroy | 2020-12-04 | 1 | -39/+0 |
* | powerpc/vdso: Remove vdso32_pages and vdso64_pages | Christophe Leroy | 2020-12-04 | 1 | -16/+0 |
* | powerpc/vdso: Merge __kernel_sync_dicache_p5() into __kernel_sync_dicache() | Christophe Leroy | 2020-12-04 | 1 | -4/+0 |
* | powerpc/vdso: Use builtin symbols to locate fixup section | Christophe Leroy | 2020-12-04 | 1 | -41/+14 |
* | powerpc/vdso: Move vdso datapage up front | Christophe Leroy | 2020-12-04 | 1 | -7/+7 |
* | powerpc/vdso: Replace vdso_base by vdso | Christophe Leroy | 2020-12-04 | 1 | -4/+4 |
* | powerpc/vdso: Provide vdso_remap() | Christophe Leroy | 2020-12-04 | 1 | -0/+24 |
* | powerpc/vdso: Move to _install_special_mapping() and remove arch_vma_name() | Christophe Leroy | 2020-12-04 | 1 | -23/+19 |
* | powerpc/vdso: Simplify arch_setup_additional_pages() exit | Christophe Leroy | 2020-12-04 | 1 | -19/+21 |
* | powerpc/vdso: Use VDSO size in arch_setup_additional_pages() | Christophe Leroy | 2020-12-04 | 1 | -12/+6 |
* | powerpc/vdso: Remove unnecessary ifdefs in vdso_pagelist initialization | Christophe Leroy | 2020-12-04 | 1 | -25/+6 |
* | powerpc/vdso: Refactor 32 bits and 64 bits pages setup | Christophe Leroy | 2020-12-04 | 1 | -20/+19 |
* | powerpc/vdso: Remove NULL termination element in vdso_pagelist | Christophe Leroy | 2020-12-04 | 1 | -4/+2 |
* | powerpc/vdso: Remove get_page() in vdso_pagelist initialization | Christophe Leroy | 2020-12-04 | 1 | -4/+2 |
* | powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map() | Christophe Leroy | 2020-12-04 | 1 | -10/+2 |
* | powerpc/vdso: Add missing includes and clean vdso_setup_syscall_map() | Christophe Leroy | 2020-12-04 | 1 | -12/+5 |
* | powerpc/vdso: Switch VDSO to generic C implementation. | Christophe Leroy | 2020-12-04 | 1 | -2/+3 |
* | powerpc/vdso: Fix vdso cpu truncation | Milton Miller | 2020-07-16 | 1 | -1/+1 |
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 1 | -3/+3 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | powerpc/64: make buildable without CONFIG_COMPAT | Michal Suchanek | 2020-04-03 | 1 | -1/+2 |
* | powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS references | Joe Lawrence | 2020-03-13 | 1 | -5/+0 |
* | powerpc/vdso32: Don't read cache line size from the datapage on PPC32. | Christophe Leroy | 2020-01-23 | 1 | -5/+0 |
* | powerpc/32s: drop CPU_FTR_USE_RTC feature | Christophe Leroy | 2019-08-28 | 1 | -22/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | powerpc/vdso: don't clear PG_reserved | David Hildenbrand | 2019-03-05 | 1 | -2/+0 |
* | powerpc: split compat syscall table out from native table | Firoz Khan | 2018-12-21 | 1 | -2/+5 |
* | powerpc: remove unneeded inclusions of cpu_has_feature.h | Christophe Leroy | 2018-07-30 | 1 | -1/+0 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | powerpc: Use feature bit for RTC presence rather than timebase presence | Paul Mackerras | 2018-03-24 | 1 | -5/+7 |
* | powerpc/64: Clean up ppc64_caches using a struct per cache | Benjamin Herrenschmidt | 2017-02-06 | 1 | -8/+8 |
* | powerpc/64: Fix naming of cache block vs. cache line | Benjamin Herrenschmidt | 2017-02-06 | 1 | -6/+4 |