summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vdso.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* MIPS: vdso: Utilize __pa() for gic_pfnFlorian Fainelli2022-07-111-1/+1
* MIPS: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli2021-04-061-2/+3
* MIPS: vdso: Use vma page protection for remappingThomas Bogendoerfer2020-11-191-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou2020-03-251-11/+15
* mips: Add support for generic vDSOVincenzo Frascino2019-07-251-31/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton2018-12-201-2/+2
* MIPS: VDSO: Always map near top of user memoryPaul Burton2018-09-281-1/+17
* MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton2018-08-311-0/+20
* MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton2017-09-041-10/+5
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-1/+1
* MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan2016-09-211-4/+4
* MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton2016-08-021-0/+10
* vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+2
* MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith2015-11-111-6/+65
* MIPS: Initial implementation of a VDSOAlex Smith2015-11-111-83/+77
* MIPS: Enable VDSO randomizationPrem Karat2014-11-241-1/+14
* coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-2/+1
* MIPS: Make init_vdso a subsys_initcall.David Daney2010-07-261-1/+1
* MIPS: "Fix" useless 'init_vdso successfully' message.David Daney2010-07-261-2/+0
* MIPS: Preliminary VDSODavid Daney2010-04-121-0/+112