summaryrefslogtreecommitdiff
path: root/arch/x86/vdso/vdso32-setup.c
AgeCommit message (Expand)Author
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy 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-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, 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-13x86, vdso: Remove compat vdso supportAndy Lutomirski
2013-06-19x86/vdso: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron
2012-02-21x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin
2012-02-20x32: Add x32 VDSO supportH. J. Lu
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2010-06-18x86-64, mm: Initialize VDSO earlier on 64 bitsJiri Slaby
2009-11-12sysctl x86: Remove dead binary sysctl supportEric W. Biederman
2009-06-05x86: Set context.vdso before installing the mappingPeter Zijlstra
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky
2008-07-16x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge
2008-07-11x86_64: vdso32 cleanup using feature flagsJeremy Fitzhardinge
2008-05-04x86: vdso ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov
2008-04-30x86: don't bother printing compat vdso addressJeremy Fitzhardinge
2008-04-17x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode ra...Dave Jones
2008-04-17x86 vDSO: don't map 32-bit vdso when disabledRoland McGrath
2008-01-30x86: compat_binfmt_elfRoland McGrath
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30x86 vDSO: consolidate vdso32Roland McGrath
2008-01-30x86 vDSO: ia32_sysenter_targetRoland McGrath
2008-01-30x86 vDSO: vdso32 setupRoland McGrath