1. 645a387 x86, vdso: Fix size of get_unmapped_area() by Stefani Seibold · 10 years ago
  2. 9e6f450 x86, vdso: Move more vdso definitions into vdso.h by Andy Lutomirski · 10 years ago
  3. b67e612 x86: Load the 32-bit vdso in place, just like the 64-bit vdsos by Andy Lutomirski · 10 years ago
  4. 4e40112 x86, vdso32: handle 32 bit vDSO larger one page by Stefani Seibold · 10 years ago
  5. 7a59ed4 x86, vdso: Add 32 bit VDSO time support for 32 bit kernel by Stefani Seibold · 10 years ago
  6. b4b541a x86, vdso: Patch alternatives in the 32-bit VDSO by Andy Lutomirski · 10 years ago
  7. b0b49f2 x86, vdso: Remove compat vdso support by Andy Lutomirski · 10 years ago
  8. f07d91e x86/vdso: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  9. 715c85b x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() by H. Peter Anvin · 12 years ago
  10. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  11. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 12 years ago
  12. 22e842d x32: Fix coding style violations in the x32 VDSO code by H. Peter Anvin · 12 years ago
  13. 1a21d4e x32: Add x32 VDSO support by H. J. Lu · 12 years ago
  14. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 13 years ago
  15. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  16. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  17. d7a0380 x86-64, mm: Initialize VDSO earlier on 64 bits by Jiri Slaby · 14 years ago
  18. 24a0656 sysctl x86: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  19. f7b6eb3 x86: Set context.vdso before installing the mapping by Peter Zijlstra · 15 years ago
  20. fc5243d [S390] arch_setup_additional_pages arguments by Martin Schwidefsky · 16 years ago
  21. 6a52e4b x86_64: further cleanup of 32-bit compat syscall mechanisms by Jeremy Fitzhardinge · 16 years ago
  22. b6ad92d x86_64: vdso32 cleanup using feature flags by Jeremy Fitzhardinge · 16 years ago
  23. ecb783e x86: vdso ELF handling - use SELFMAG instead of numeric constant by Cyrill Gorcunov · 16 years ago
  24. a4c863f x86: don't bother printing compat vdso address by Jeremy Fitzhardinge · 16 years ago
  25. 0e03eb8 x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode rather than syscall by Dave Jones · 16 years ago
  26. 5de253c x86 vDSO: don't map 32-bit vdso when disabled by Roland McGrath · 16 years ago
  27. a97f52e x86: compat_binfmt_elf by Roland McGrath · 16 years ago
  28. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 16 years ago
  29. af65d64 x86 vDSO: consolidate vdso32 by Roland McGrath · 16 years ago
  30. 0aa97fb22 x86 vDSO: ia32_sysenter_target by Roland McGrath · 16 years ago
  31. f288f32 x86 vDSO: vdso32 setup by Roland McGrath · 16 years ago[Renamed from arch/x86/kernel/sysenter_32.c]
  32. 6c3652e x86 vDSO: i386 vdso32 by Roland McGrath · 16 years ago
  33. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  34. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/sysenter_32.c]
  35. a6424fa i386: prepare shared kernel/sysenter.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/sysenter.c]
  36. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  37. 2f30c00 i386: allow debuggers to access the vsyscall page with compat vDSO by Jan Beulich · 17 years ago
  38. 752783c [PATCH] i386: In compat mode, the return value here was uninitialized. by Zachary Amsden · 17 years ago
  39. a75c54f [PATCH] i386: i386 separate hardware-defined TSS from Linux additions by Rusty Russell · 17 years ago
  40. 1dbf527c [PATCH] i386: Make COMPAT_VDSO runtime selectable. by Jeremy Fitzhardinge · 17 years ago
  41. d4f7a2c [PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_VDSO by Jeremy Fitzhardinge · 17 years ago
  42. a6c4e07 [PATCH] i386: clean up identify_cpu by Jeremy Fitzhardinge · 17 years ago
  43. 86c0baf [PATCH] i386: Change sysenter_setup to __cpuinit & improve __INIT, __INITDATA by Prarit Bhargava · 17 years ago
  44. 22c5ace [PATCH] i386: Fix broken CONFIG_COMPAT_VDSO on i386 by Jan Beulich · 17 years ago
  45. 7d91d53 [PATCH] i386 vDSO: use install_special_mapping by Roland McGrath · 17 years ago
  46. f47aef5 [PATCH] i386 vDSO: use VM_ALWAYSDUMP by Roland McGrath · 17 years ago
  47. a1f3bb9 [PATCH] Fix CONFIG_COMPAT_VDSO by Roland McGrath · 17 years ago
  48. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  49. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  50. 3bbf547 [PATCH] paravirt: Disable vdso by default when CONFIG_PARAVIRT is enabled by Andi Kleen · 18 years ago
  51. 79bc79b [PATCH] small fix for not releasing the mmap semaphore in i386/arch_setup_additional_pages by pageexec@freemail.hu · 18 years ago
  52. e6e5494 [PATCH] vdso: randomize the i386 vDSO by moving it into a vma by Ingo Molnar · 18 years ago
  53. 6fe940d [PATCH] sep initializing rework by Li Shaohua · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago