aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar4-21/+24
2008-07-18x86: fix two modpost warningsJan Beulich1-5/+6
2008-07-16x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge3-16/+18
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2-8/+10
2008-07-11x86_64: vdso32 cleanup using feature flagsJeremy Fitzhardinge1-10/+1
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar2-4/+4
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar1-3/+3
2008-05-25x86: clean up vdso_enabled type on x86_64OGAWA Hirofumi1-1/+1
2008-05-23x86: add notrace annotations to vsyscall.Steven Rostedt2-8/+10
2008-05-23x86: use explicit copy in vdso_gettimeofday()Andi Kleen1-3/+3
2008-05-04x86: vdso ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov1-1/+1
2008-04-30x86: don't bother printing compat vdso addressJeremy Fitzhardinge1-2/+0
2008-04-28x86_64 vDSO: use initdataRoland McGrath1-1/+9
2008-04-19x86 vDSO: compile with -g, 64-bitRoland McGrath1-1/+2
2008-04-17x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode rather than syscallDave Jones1-2/+6
2008-04-17x86: include mach_apic.h in smpboot_64.c and smpboot.cGlauber de Oliveira Costa1-1/+1
2008-04-17x86 vDSO: don't map 32-bit vdso when disabledRoland McGrath1-0/+3
2008-02-29x86 vdso: fix build locale dependencyRoland McGrath1-2/+4
2008-02-26x86: fix build on non-C locales.Priit Laes1-1/+1
2008-02-11x86: vdso_install fixRoland McGrath1-10/+12
2008-01-30x86: add vdso32-int80-syms.lds to .gitignoreHarvey Harrison1-0/+1
2008-01-30x86: gitignore arch/x86/vdso filesSam Ravnborg2-0/+5
2008-01-30x86: teach vdso to cleanSam Ravnborg1-0/+2
2008-01-30x86: compat_binfmt_elfRoland McGrath1-0/+33
2008-01-30x86: introduce native_read_tscpGlauber de Oliveira Costa1-2/+2
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30x86: use generic register names in struct sigcontextH. Peter Anvin1-27/+27
2008-01-30x86 vDSO: canonicalize sysenter .eh_frameRoland McGrath3-14/+8
2008-01-30x86 vDSO: makefile cleanupRoland McGrath1-15/+4
2008-01-30x86 vDSO: reorder vdso32 codeRoland McGrath4-37/+47
2008-01-30x86 vDSO: consolidate vdso32Roland McGrath3-33/+104
2008-01-30x86 vDSO: ia32 vdso32-syscall buildRoland McGrath3-3/+76
2008-01-30x86 vDSO: ia32_sysenter_targetRoland McGrath1-2/+2
2008-01-30x86 vDSO: vdso32 setupRoland McGrath2-1/+345
2008-01-30x86 vDSO: i386 vdso32Roland McGrath4-6/+23
2008-01-30x86 vDSO: vdso32 buildRoland McGrath2-3/+112
2008-01-30x86 vDSO: arch/x86/vdso/vdso32Roland McGrath4-0/+363
2008-01-30x86 vDSO: new layoutRoland McGrath3-78/+89
2008-01-30x86 vDSO: remove vdso-syms.oRoland McGrath1-13/+2
2008-01-30x86 vDSO: use vdso-syms.ldsRoland McGrath3-15/+8
2008-01-30x86 vDSO: generate vdso-syms.ldsRoland McGrath2-0/+24
2008-01-30x86: remove duplicate includesLucas Woods1-1/+0
2007-11-17x86: ignore the sys_getcpu() tcache parameterIngo Molnar1-17/+2
2007-11-12x86: do not use $(ARCH) when not neededSam Ravnborg1-1/+1
2007-10-17x86: vdso linker script cleanupRoland McGrath1-7/+9
2007-10-17x86: vdso put vars in rodataRoland McGrath1-1/+1
2007-10-17x86: Install unstripped copy of 64bit vdso to diskRoland McGrath1-1/+16
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-2/+2
2007-10-11x86_64: move vdsoThomas Gleixner12-0/+483