Age | Commit message (Expand) | Author | Files | Lines |
2014-05-20 | x86, mm: Improve _install_special_mapping and fix x86 vdso naming | Andy Lutomirski | 1 | -7/+0 |
2014-05-06 | x86, vdso: Move the 32-bit vdso special pages after the text | Andy Lutomirski | 1 | -112/+3 |
2014-05-06 | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 1 | -30/+20 |
2014-05-06 | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c | Andy Lutomirski | 1 | -30/+0 |
2014-05-06 | x86, vdso: Clean up 32-bit vs 64-bit vdso params | Andy Lutomirski | 1 | -11/+8 |
2014-03-24 | x86, vdso: Fix size of get_unmapped_area() | Stefani Seibold | 1 | -1/+3 |
2014-03-21 | x86, vdso: Move more vdso definitions into vdso.h | Andy Lutomirski | 1 | -7/+0 |
2014-03-21 | x86: Load the 32-bit vdso in place, just like the 64-bit vdsos | Andy Lutomirski | 1 | -21/+29 |
2014-03-18 | x86, vdso32: handle 32 bit vDSO larger one page | Stefani Seibold | 1 | -7/+15 |
2014-03-18 | x86, vdso: Add 32 bit VDSO time support for 32 bit kernel | Stefani Seibold | 1 | -4/+43 |
2014-03-18 | x86, vdso: Patch alternatives in the 32-bit VDSO | Andy Lutomirski | 1 | -11/+12 |
2014-03-14 | x86, vdso: Remove compat vdso support | Andy Lutomirski | 1 | -211/+21 |
2013-06-19 | x86/vdso: Convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2012-06-08 | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() | H. Peter Anvin | 1 | -3/+3 |
2012-03-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+5 |
2012-03-24 | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 1 | -15/+2 |
2012-02-22 | x32: Fix coding style violations in the x32 VDSO code | H. Peter Anvin | 1 | -2/+1 |
2012-02-21 | x32: Add x32 VDSO support | H. J. Lu | 1 | -0/+6 |
2011-03-23 | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm | Stephen Wilson | 1 | -1/+1 |
2011-03-23 | mm: arch: make in_gate_area take an mm_struct instead of a task_struct | Stephen Wilson | 1 | -2/+2 |
2011-03-23 | mm: arch: make get_gate_vma take an mm_struct instead of a task_struct | Stephen Wilson | 1 | -5/+6 |
2010-06-19 | x86-64, mm: Initialize VDSO earlier on 64 bits | Jiri Slaby | 1 | -1/+1 |
2009-11-12 | sysctl x86: Remove dead binary sysctl support | Eric W. Biederman | 1 | -1/+0 |
2009-06-05 | x86: Set context.vdso before installing the mapping | Peter Zijlstra | 1 | -1/+5 |
2008-12-25 | [S390] arch_setup_additional_pages arguments | Martin Schwidefsky | 1 | -1/+1 |
2008-07-16 | x86_64: further cleanup of 32-bit compat syscall mechanisms | Jeremy Fitzhardinge | 1 | -10/+9 |
2008-07-11 | x86_64: vdso32 cleanup using feature flags | Jeremy Fitzhardinge | 1 | -10/+1 |
2008-05-04 | x86: vdso ELF handling - use SELFMAG instead of numeric constant | Cyrill Gorcunov | 1 | -1/+1 |
2008-05-01 | x86: don't bother printing compat vdso address | Jeremy Fitzhardinge | 1 | -2/+0 |
2008-04-17 | x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode ra... | Dave Jones | 1 | -2/+6 |
2008-04-17 | x86 vDSO: don't map 32-bit vdso when disabled | Roland McGrath | 1 | -0/+3 |
2008-01-30 | x86: compat_binfmt_elf | Roland McGrath | 1 | -0/+33 |
2008-01-30 | x86: use generic register name in the thread and tss structures | H. Peter Anvin | 1 | -2/+2 |
2008-01-30 | x86 vDSO: consolidate vdso32 | Roland McGrath | 1 | -26/+93 |
2008-01-30 | x86 vDSO: ia32_sysenter_target | Roland McGrath | 1 | -2/+2 |
2008-01-30 | x86 vDSO: vdso32 setup | Roland McGrath | 1 | -0/+344 |