aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz1-3/+36
2009-06-18gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter1-0/+1
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+1
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-06-05x86: Set context.vdso before installing the mappingPeter Zijlstra2-3/+10
2009-04-30x86: gettimeofday() vDSO: fix segfault when tv == NULLJohn Wright1-5/+7
2009-04-12x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before they get usedJaswinder Singh Rajput1-0/+1
2009-02-21x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar1-2/+2
2009-02-10x86: no stack protector for vdsoTejun Heo1-1/+1
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-2/+2
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky2-2/+2
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt1-1/+1
2008-11-12tracing: branch tracer, fix vdso crashIngo Molnar1-0/+3
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