aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso/vdso32-setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-18/+1
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski1-7/+0
2014-05-05x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski1-112/+3
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-30/+20
2014-05-05x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski1-30/+0
2014-05-05x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski1-11/+8
2014-03-24x86, vdso: Fix size of get_unmapped_area()Stefani Seibold1-1/+3
2014-03-20x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski1-7/+0
2014-03-20x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski1-21/+29
2014-03-18x86, vdso32: handle 32 bit vDSO larger one pageStefani Seibold1-7/+15
2014-03-18x86, vdso: Add 32 bit VDSO time support for 32 bit kernelStefani Seibold1-4/+43
2014-03-18x86, vdso: Patch alternatives in the 32-bit VDSOAndy Lutomirski1-11/+12
2014-03-13x86, vdso: Remove compat vdso supportAndy Lutomirski1-211/+21
2013-06-19x86/vdso: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin1-3/+3
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-15/+2
2012-02-21x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin1-2/+1
2012-02-20x32: Add x32 VDSO supportH. J. Lu1-0/+6
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson1-2/+2
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-5/+6
2010-06-18x86-64, mm: Initialize VDSO earlier on 64 bitsJiri Slaby1-1/+1
2009-11-12sysctl x86: Remove dead binary sysctl supportEric W. Biederman1-1/+0
2009-06-05x86: Set context.vdso before installing the mappingPeter Zijlstra1-1/+5
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky1-1/+1
2008-07-16x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge1-10/+9
2008-07-11x86_64: vdso32 cleanup using feature flagsJeremy Fitzhardinge1-10/+1
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-17x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode rather than syscallDave Jones1-2/+6
2008-04-17x86 vDSO: don't map 32-bit vdso when disabledRoland McGrath1-0/+3
2008-01-30x86: compat_binfmt_elfRoland McGrath1-0/+33
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30x86 vDSO: consolidate vdso32Roland McGrath1-26/+93
2008-01-30x86 vDSO: ia32_sysenter_targetRoland McGrath1-2/+2
2008-01-30x86 vDSO: vdso32 setupRoland McGrath1-0/+344