summaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Fix vdso2c's special_pages[] error checkingAndy Lutomirski2014-09-241-5/+7
* arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-081-18/+1
* x86/vdso: Set VM_MAYREAD for the vvar vmaAndy Lutomirski2014-07-251-1/+1
* x86, vdso: Get rid of the fake section mechanismAndy Lutomirski2014-07-114-229/+126
* x86, vdso: Move the vvar area before the vdso textAndy Lutomirski2014-07-114-48/+53
* x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr()Jan Beulich2014-07-101-0/+4
* x86-64, vdso: Fix vDSO build breakage due to empty .rela.dynJan Beulich2014-07-101-0/+3
* x86/vdso: Error out in vdso2c if DT_RELA is presentAndy Lutomirski2014-06-241-1/+1
* x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski2014-06-242-4/+3
* x86/vdso: Create .build-id links for unstripped vdso filesAndy Lutomirski2014-06-201-3/+13
* x86/vdso: Remove some redundant in-memory section headersAndy Lutomirski2014-06-193-24/+26
* x86/vdso: Improve the fake section headersAndy Lutomirski2014-06-198-67/+237
* x86/vdso2c: Use better macros for ELF bitnessAndy Lutomirski2014-06-192-40/+25
* x86/vdso: Discard the __bug_table sectionAndy Lutomirski2014-06-191-0/+1
* x86/vdso: Fix vdso_installAndy Lutomirski2014-06-131-11/+11
* x86/vdso: Hack to keep 64-bit Go programs workingAndy Lutomirski2014-06-123-13/+60
* x86/vdso: Add PUT_LE to store little-endian valuesAndy Lutomirski2014-06-121-3/+16
* x86, vdso: Remove one final use of htole16()H. Peter Anvin2014-06-101-1/+1
* x86, vdso: Use <tools/le_byteshift.h> for littleendian accessH. Peter Anvin2014-06-063-35/+38
* x86/vdso, build: Make LE access macros clearer, host-safeH. Peter Anvin2014-05-312-39/+42
* x86/vdso, build: Fix cross-compilation from big-endian architecturesAndy Lutomirski2014-05-302-28/+50
* x86/vdso, build: When vdso2c fails, unlink the outputAndy Lutomirski2014-05-302-16/+14
* x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-203-17/+20
* x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPETAndy Lutomirski2014-05-201-1/+2
* x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated commentsAndy Lutomirski2014-05-053-16/+3
* x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-052-19/+5
* x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski2014-05-055-150/+166
* x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-0511-202/+351
* x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski2014-05-051-30/+0
* x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski2014-05-052-14/+11
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-221-11/+8
|\
| * x86, vdso: Make the vdso linker script compatible with GoldAndy Lutomirski2014-04-031-11/+8
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-0210-383/+349
|\ \ | |/
| * x86, vdso: Fix the symbol versions on the 32-bit vDSOAndy Lutomirski2014-03-301-3/+7
| * x86, vdso, build: Don't rebuild 32-bit vdsos on every makeAndy Lutomirski2014-03-251-1/+1
| * x86, vdso: Actually discard the .discard sectionsH. Peter Anvin2014-03-251-0/+5
| * x86, vdso: Fix size of get_unmapped_area()Stefani Seibold2014-03-241-1/+3
| * x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski2014-03-206-41/+3
| * x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski2014-03-206-83/+70
| * x86, vdso32: handle 32 bit vDSO larger one pageStefani Seibold2014-03-181-7/+15
| * x86, vdso32: Disable stack protector, adjust optimizationsH. Peter Anvin2014-03-181-0/+3
| * x86, vdso: Add 32 bit VDSO time support for 64 bit kernelStefani Seibold2014-03-182-41/+71
| * x86, vdso: Add 32 bit VDSO time support for 32 bit kernelStefani Seibold2014-03-186-11/+162
| * x86, vdso: Patch alternatives in the 32-bit VDSOAndy Lutomirski2014-03-183-15/+24
| * x86, vdso: Cleanup __vdso_gettimeofday()Stefani Seibold2014-03-181-5/+2
| * x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macroStefani Seibold2014-03-181-3/+3
| * x86, vdso: __vdso_clock_gettime() cleanupStefani Seibold2014-03-181-13/+14
| * x86, vdso: Revamp vclock_gettime.cStefani Seibold2014-03-181-43/+42
| * x86, vdso: Remove compat vdso supportAndy Lutomirski2014-03-133-214/+22
* | x86, lto: Disable LTO for the x86 VDSOAndi Kleen2014-02-131-3/+7
|/
OpenPOWER on IntegriCloud