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