aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/vdso
AgeCommit message (Expand)Author
2014-09-24x86/vdso: Fix vdso2c's special_pages[] error checkingAndy Lutomirski
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski
2014-07-25x86/vdso: Set VM_MAYREAD for the vvar vmaAndy Lutomirski
2014-07-11x86, vdso: Get rid of the fake section mechanismAndy Lutomirski
2014-07-11x86, vdso: Move the vvar area before the vdso textAndy Lutomirski
2014-07-10x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr()Jan Beulich
2014-07-10x86-64, vdso: Fix vDSO build breakage due to empty .rela.dynJan Beulich
2014-06-24x86/vdso: Error out in vdso2c if DT_RELA is presentAndy Lutomirski
2014-06-24x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski
2014-06-20x86/vdso: Create .build-id links for unstripped vdso filesAndy Lutomirski
2014-06-19x86/vdso: Remove some redundant in-memory section headersAndy Lutomirski
2014-06-19x86/vdso: Improve the fake section headersAndy Lutomirski
2014-06-19x86/vdso2c: Use better macros for ELF bitnessAndy Lutomirski
2014-06-19x86/vdso: Discard the __bug_table sectionAndy Lutomirski
2014-06-13x86/vdso: Fix vdso_installAndy Lutomirski
2014-06-12x86/vdso: Hack to keep 64-bit Go programs workingAndy Lutomirski
2014-06-12x86/vdso: Add PUT_LE to store little-endian valuesAndy Lutomirski
2014-06-10x86, vdso: Remove one final use of htole16()H. Peter Anvin
2014-06-06x86, vdso: Use <tools/le_byteshift.h> for littleendian accessH. Peter Anvin
2014-05-31x86/vdso, build: Make LE access macros clearer, host-safeH. Peter Anvin
2014-05-30x86/vdso, build: Fix cross-compilation from big-endian architecturesAndy Lutomirski
2014-05-30x86/vdso, build: When vdso2c fails, unlink the outputAndy Lutomirski
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski
2014-05-20x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPETAndy Lutomirski
2014-05-05x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated commentsAndy Lutomirski
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski
2014-05-05x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski
2014-05-05x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski
2014-05-05x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski
2014-04-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-03x86, vdso: Make the vdso linker script compatible with GoldAndy Lutomirski
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-30x86, vdso: Fix the symbol versions on the 32-bit vDSOAndy Lutomirski
2014-03-25x86, vdso, build: Don't rebuild 32-bit vdsos on every makeAndy Lutomirski
2014-03-25x86, vdso: Actually discard the .discard sectionsH. Peter Anvin
2014-03-24x86, vdso: Fix size of get_unmapped_area()Stefani Seibold
2014-03-20x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski
2014-03-20x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski
2014-03-18x86, vdso32: handle 32 bit vDSO larger one pageStefani Seibold
2014-03-18x86, vdso32: Disable stack protector, adjust optimizationsH. Peter Anvin
2014-03-18x86, vdso: Add 32 bit VDSO time support for 64 bit kernelStefani Seibold
2014-03-18x86, vdso: Add 32 bit VDSO time support for 32 bit kernelStefani Seibold
2014-03-18x86, vdso: Patch alternatives in the 32-bit VDSOAndy Lutomirski
2014-03-18x86, vdso: Cleanup __vdso_gettimeofday()Stefani Seibold
2014-03-18x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macroStefani Seibold
2014-03-18x86, vdso: __vdso_clock_gettime() cleanupStefani Seibold
2014-03-18x86, vdso: Revamp vclock_gettime.cStefani Seibold
2014-03-13x86, vdso: Remove compat vdso supportAndy Lutomirski
2014-02-13x86, lto: Disable LTO for the x86 VDSOAndi Kleen