aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-03x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski1-1/+0
2014-11-01x86: vdso: Fix build with older gccAndrew Morton1-10/+8
2014-10-28x86_64/vdso: Clean up vgetcpu init and merge the vdso initcallsAndy Lutomirski1-36/+18
2014-10-28x86_64/vdso: Remove jiffies from the vvar pageAndy Lutomirski1-1/+0
2014-10-28x86/vdso: Make the PER_CPU segment 32 bitsAndy Lutomirski1-0/+1
2014-10-28x86/vdso: Make the PER_CPU segment start out accessedAndy Lutomirski1-1/+1
2014-10-28x86/vdso: Change the PER_CPU segment to use struct desc_structAndy Lutomirski1-7/+12
2014-10-28x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.cAndy Lutomirski1-0/+61
2014-09-24x86/vdso: Fix vdso2c's special_pages[] error checkingAndy Lutomirski1-5/+7
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-18/+1
2014-07-25x86/vdso: Set VM_MAYREAD for the vvar vmaAndy Lutomirski1-1/+1
2014-07-11x86, vdso: Get rid of the fake section mechanismAndy Lutomirski4-229/+126
2014-07-11x86, vdso: Move the vvar area before the vdso textAndy Lutomirski4-48/+53
2014-07-10x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr()Jan Beulich1-0/+4
2014-07-10x86-64, vdso: Fix vDSO build breakage due to empty .rela.dynJan Beulich1-0/+3
2014-06-24x86/vdso: Error out in vdso2c if DT_RELA is presentAndy Lutomirski1-1/+1
2014-06-24x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski2-4/+3
2014-06-20x86/vdso: Create .build-id links for unstripped vdso filesAndy Lutomirski1-3/+13
2014-06-19x86/vdso: Remove some redundant in-memory section headersAndy Lutomirski3-24/+26
2014-06-19x86/vdso: Improve the fake section headersAndy Lutomirski8-67/+237
2014-06-19x86/vdso2c: Use better macros for ELF bitnessAndy Lutomirski2-40/+25
2014-06-19x86/vdso: Discard the __bug_table sectionAndy Lutomirski1-0/+1
2014-06-13x86/vdso: Fix vdso_installAndy Lutomirski1-11/+11
2014-06-12x86/vdso: Hack to keep 64-bit Go programs workingAndy Lutomirski3-13/+60
2014-06-12x86/vdso: Add PUT_LE to store little-endian valuesAndy Lutomirski1-3/+16
2014-06-10x86, vdso: Remove one final use of htole16()H. Peter Anvin1-1/+1
2014-06-06x86, vdso: Use <tools/le_byteshift.h> for littleendian accessH. Peter Anvin3-35/+38
2014-05-31x86/vdso, build: Make LE access macros clearer, host-safeH. Peter Anvin2-39/+42
2014-05-30x86/vdso, build: Fix cross-compilation from big-endian architecturesAndy Lutomirski2-28/+50
2014-05-30x86/vdso, build: When vdso2c fails, unlink the outputAndy Lutomirski2-16/+14
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski3-17/+20
2014-05-20x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPETAndy Lutomirski1-1/+2
2014-05-05x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated commentsAndy Lutomirski3-16/+3
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2-19/+5
2014-05-05x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski5-150/+166
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski11-202/+351
2014-05-05x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski1-30/+0
2014-05-05x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski2-14/+11
2014-04-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+8
2014-04-03x86, vdso: Make the vdso linker script compatible with GoldAndy Lutomirski1-11/+8
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-383/+349
2014-03-30x86, vdso: Fix the symbol versions on the 32-bit vDSOAndy Lutomirski1-3/+7
2014-03-25x86, vdso, build: Don't rebuild 32-bit vdsos on every makeAndy Lutomirski1-1/+1
2014-03-25x86, vdso: Actually discard the .discard sectionsH. Peter Anvin1-0/+5
2014-03-24x86, vdso: Fix size of get_unmapped_area()Stefani Seibold1-1/+3
2014-03-20x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski6-41/+3
2014-03-20x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski6-83/+70
2014-03-18x86, vdso32: handle 32 bit vDSO larger one pageStefani Seibold1-7/+15
2014-03-18x86, vdso32: Disable stack protector, adjust optimizationsH. Peter Anvin1-0/+3
2014-03-18x86, vdso: Add 32 bit VDSO time support for 64 bit kernelStefani Seibold2-41/+71