aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vdso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-07-11MIPS: vdso: Utilize __pa() for gic_pfnFlorian Fainelli1-1/+1
2021-04-06MIPS: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli1-2/+3
2020-11-19MIPS: vdso: Use vma page protection for remappingThomas Bogendoerfer1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-03-25MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou1-11/+15
2019-07-25mips: Add support for generic vDSOVincenzo Frascino1-31/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-20MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton1-2/+2
2018-09-28MIPS: VDSO: Always map near top of user memoryPaul Burton1-1/+17
2018-08-31MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton1-0/+20
2017-09-04MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton1-10/+5
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-1/+1
2016-09-21MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan1-4/+4
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton1-0/+10
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2015-11-11MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith1-6/+65
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith1-83/+77
2014-11-24MIPS: Enable VDSO randomizationPrem Karat1-1/+14
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-2/+1
2010-07-26MIPS: Make init_vdso a subsys_initcall.David Daney1-1/+1
2010-07-26MIPS: "Fix" useless 'init_vdso successfully' message.David Daney1-2/+0
2010-04-12MIPS: Preliminary VDSODavid Daney1-0/+112