| 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 | -300/+0 |
* | x86_64, vdso: Fix the vdso address randomization algorithm | Andy Lutomirski | 2014-12-20 | 1 | -16/+29 |
* | x86: vdso: Fix build with older gcc | Andrew Morton | 2014-11-01 | 1 | -10/+8 |
* | x86_64/vdso: Clean up vgetcpu init and merge the vdso initcalls | Andy Lutomirski | 2014-10-28 | 1 | -36/+18 |
* | x86/vdso: Make the PER_CPU segment 32 bits | Andy Lutomirski | 2014-10-28 | 1 | -0/+1 |
* | x86/vdso: Make the PER_CPU segment start out accessed | Andy Lutomirski | 2014-10-28 | 1 | -1/+1 |
* | x86/vdso: Change the PER_CPU segment to use struct desc_struct | Andy Lutomirski | 2014-10-28 | 1 | -7/+12 |
* | x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.c | Andy Lutomirski | 2014-10-28 | 1 | -0/+61 |
* | x86/vdso: Set VM_MAYREAD for the vvar vma | Andy Lutomirski | 2014-07-25 | 1 | -1/+1 |
* | x86, vdso: Move the vvar area before the vdso text | Andy Lutomirski | 2014-07-11 | 1 | -9/+11 |
* | x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr() | Jan Beulich | 2014-07-10 | 1 | -0/+4 |
* | x86, mm: Improve _install_special_mapping and fix x86 vdso naming | Andy Lutomirski | 2014-05-20 | 1 | -9/+16 |
* | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET | Andy Lutomirski | 2014-05-20 | 1 | -1/+2 |
* | x86, vdso: Move the 32-bit vdso special pages after the text | Andy Lutomirski | 2014-05-05 | 1 | -22/+106 |
* | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 2014-05-05 | 1 | -84/+16 |
* | x86, vdso: Clean up 32-bit vs 64-bit vdso params | Andy Lutomirski | 2014-05-05 | 1 | -3/+3 |
* | x86, vdso: Move more vdso definitions into vdso.h | Andy Lutomirski | 2014-03-20 | 1 | -1/+0 |
* | x86: Load the 32-bit vdso in place, just like the 64-bit vdsos | Andy Lutomirski | 2014-03-20 | 1 | -5/+3 |
* | x86, vdso: Patch alternatives in the 32-bit VDSO | Andy Lutomirski | 2014-03-18 | 1 | -3/+10 |
* | mm: use vm_unmapped_area() on x86_64 architecture | Michel Lespinasse | 2012-12-11 | 1 | -1/+1 |
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 1 | -8/+70 |
|\ |
|
| * | x32: Fix coding style violations in the x32 VDSO code | H. Peter Anvin | 2012-02-21 | 1 | -4/+4 |
| * | x32: Add x32 VDSO support | H. J. Lu | 2012-02-20 | 1 | -8/+70 |
* | | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 2012-03-23 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-10-28 | 1 | -0/+9 |
|\ |
|
| * | x86, amd: Avoid cache aliasing penalties on AMD family 15h | Borislav Petkov | 2011-08-05 | 1 | -0/+9 |
* | | x86-64, vdso: Do not allocate memory for the vDSO | Andy Lutomirski | 2011-07-21 | 1 | -19/+6 |
* | | x86-64: Allow alternative patching in the vDSO | Andy Lutomirski | 2011-07-13 | 1 | -0/+33 |
|/ |
|
* | x86-64: Clean up vdso/kernel shared variables | Andy Lutomirski | 2011-05-24 | 1 | -27/+0 |
*-. | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo... | Linus Torvalds | 2010-08-06 | 1 | -0/+1 |
|\ \ |
|
| | * | x86, vdso: Unmap vdso pages | Shaohua Li | 2010-08-02 | 1 | -0/+1 |
| |/ |
|
* | | x86-64, mm: Initialize VDSO earlier on 64 bits | Jiri Slaby | 2010-06-18 | 1 | -1/+1 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-11 | 1 | -0/+1 |
|\ |
|
| * | x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before t... | Jaswinder Singh Rajput | 2009-04-12 | 1 | -0/+1 |
* | | x86: Set context.vdso before installing the mapping | Peter Zijlstra | 2009-06-05 | 1 | -2/+5 |
|/ |
|
* | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX | Ingo Molnar | 2009-02-21 | 1 | -2/+2 |
* | [S390] arch_setup_additional_pages arguments | Martin Schwidefsky | 2008-12-25 | 1 | -1/+1 |
* | x86: fix two modpost warnings | Jan Beulich | 2008-07-18 | 1 | -5/+6 |
* | x86: clean up vdso_enabled type on x86_64 | OGAWA Hirofumi | 2008-05-25 | 1 | -1/+1 |
* | x86 vDSO: use vdso-syms.lds | Roland McGrath | 2008-01-30 | 1 | -11/+7 |
* | x86_64: move vdso | Thomas Gleixner | 2007-10-11 | 1 | -0/+140 |