aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/vdso.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-07-11MIPS: vdso: Utilize __pa() for gic_pfnGravatar Florian Fainelli 1-1/+1
2021-04-06MIPS: Add support for CONFIG_DEBUG_VIRTUALGravatar Florian Fainelli 1-2/+3
2020-11-19MIPS: vdso: Use vma page protection for remappingGravatar Thomas Bogendoerfer 1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-03-25MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nGravatar Yousong Zhou 1-11/+15
2019-07-25mips: Add support for generic vDSOGravatar Vincenzo Frascino 1-31/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-12-20MIPS: math-emu: Write-protect delay slot emulation pagesGravatar Paul Burton 1-2/+2
2018-09-28MIPS: VDSO: Always map near top of user memoryGravatar Paul Burton 1-1/+17
2018-08-31MIPS: VDSO: Match data page cache colouring when D$ aliasesGravatar Paul Burton 1-0/+20
2017-09-04MIPS: VDSO: Drop gic_get_usm_range() usageGravatar Paul Burton 1-10/+5
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsGravatar Mike Rapoport 1-1/+1
2016-09-21MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsGravatar James Hogan 1-4/+4
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsGravatar Paul Burton 1-0/+10
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableGravatar Michal Hocko 1-1/+2
2015-11-11MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Gravatar Alex Smith 1-6/+65
2015-11-11MIPS: Initial implementation of a VDSOGravatar Alex Smith 1-83/+77
2014-11-24MIPS: Enable VDSO randomizationGravatar Prem Karat 1-1/+14
2012-03-23coredump: remove VM_ALWAYSDUMP flagGravatar Jason Baron 1-2/+1
2010-07-26MIPS: Make init_vdso a subsys_initcall.Gravatar David Daney 1-1/+1
2010-07-26MIPS: "Fix" useless 'init_vdso successfully' message.Gravatar David Daney 1-2/+0
2010-04-12MIPS: Preliminary VDSOGravatar David Daney 1-0/+112