aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/vdso.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23arm/arm64: arch_timer: Use archdata to indicate vdso suitabilityGravatar Scott Wood 1-1/+1
2016-08-22arm64: apply __ro_after_init to some objectsGravatar Jisheng Zhang 1-15/+15
2016-08-22arm64: vdso: constify vm_special_mapping used for aarch32 vectors pageGravatar Jisheng Zhang 1-1/+1
2016-08-22arm64: vdso: add __init section marker to alloc_vectors_pageGravatar Jisheng Zhang 1-1/+1
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOGravatar Kevin Brodsky 1-1/+7
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableGravatar Michal Hocko 1-2/+4
2016-04-14arm64: vdso: avoid virt_to_page() translations on kernel symbolsGravatar Ard Biesheuvel 1-2/+2
2015-08-10arm64: VDSO: fix coarse clock monotonicity regressionGravatar Nathan Lynch 1-4/+3
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoGravatar Peter Zijlstra 1-5/+5
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaGravatar Andy Lutomirski 1-19/+0
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+5
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperGravatar Thomas Gleixner 1-5/+5
2014-07-23clocksource: Get rid of cycle_lastGravatar Thomas Gleixner 1-1/+1
2014-07-17arm64: vdso: move data page before code pagesGravatar Will Deacon 1-17/+17
2014-07-17arm64: vdso: move to _install_special_mapping and remove arch_vma_nameGravatar Will Deacon 1-45/+35
2014-07-17arm64: vdso: put vdso datapage in a separate vmaGravatar Will Deacon 1-8/+26
2014-02-26arm64: vdso: clean up vdso_pagelist initializationGravatar Nathan Lynch 1-30/+12
2014-02-05arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSEGravatar Nathan Lynch 1-2/+2
2013-10-25arm64: big-endian: don't treat code as data when copying sigret codeGravatar Matthew Leach 1-1/+4
2013-01-10arm64: vdso: remove broken, redundant sequence counting for timezonesGravatar Will Deacon 1-4/+0
2012-12-05arm64: vdso: defer shifting of nanosecond component of timespecGravatar Will Deacon 1-1/+1
2012-10-18arm64: Fix the update_vsyscall() prototypeGravatar Catalin Marinas 1-10/+10
2012-09-17arm64: VDSO supportGravatar Will Deacon 1-0/+261