1. beca4e2 Map the vsyscall page with _PAGE_USER by Borislav Petkov · 7 years ago
  2. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  3. 2a53ccb x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err by Ingo Molnar · 8 years ago
  4. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  5. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 8 years ago
  6. 93f13a9 x86/entry/vsyscall: Fix undefined symbol warning by Borislav Petkov · 9 years ago
  7. 3dc33bd x86/entry/vsyscall: Add CONFIG to control default by Kees Cook · 9 years ago
  8. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  9. c338867 x86/compat: Check for both 32-bit compat and x32 in get_gate_vma() by Brian Gerst · 9 years ago
  10. 00398a0 x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/ by Ingo Molnar · 9 years ago[Renamed from arch/x86/kernel/vsyscall_64.c]
  11. 2689310 x86_64/vsyscall: Restore orig_ax after vsyscall seccomp by Andy Lutomirski · 10 years ago
  12. 95c46b5 x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall code by Andy Lutomirski · 10 years ago
  13. 87983c6 x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==none by Andy Lutomirski · 10 years ago
  14. e76b027 x86,vdso: Use LSL unconditionally for vgetcpu by Andy Lutomirski · 10 years ago
  15. d4f829d x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.c by Andy Lutomirski · 10 years ago
  16. b935909 x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.c by Andy Lutomirski · 10 years ago
  17. a4412fc seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing by Andy Lutomirski · 10 years ago
  18. 53b884a x86_64/vsyscall: Fix warn_bad_vsyscall log output by Andy Lutomirski · 10 years ago
  19. f40c330 x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO by Andy Lutomirski · 10 years ago
  20. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  21. 42112a0 x86, vsyscall: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  22. d2312e3 x86, vdso: Make vsyscall_gtod_data handling x86 generic by Stefani Seibold · 10 years ago
  23. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  24. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  25. 87b526d seccomp: Make syscall skipping and nr changes more consistent by Andy Lutomirski · 12 years ago
  26. 650ea02 time: Convert x86_64 to using new update_vsyscall by John Stultz · 12 years ago
  27. 7063942 time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 12 years ago
  28. 189374a time: Move update_vsyscall definitions to timekeeper_internal.h by John Stultz · 12 years ago
  29. 3fad0953 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  30. 09d3144 vsyscall_64: add missing ifdef CONFIG_SECCOMP by Will Drewry · 12 years ago
  31. 5651721 x86/vsyscall: allow seccomp filter in vsyscall=emulate by Will Drewry · 12 years ago
  32. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 12 years ago
  33. 46ed99d x86: vsyscall: Use NULL instead 0 for a pointer argument by Emil Goode · 12 years ago
  34. eb05df9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  35. 68fe7b2 x86: vdso: Put declaration before code by Thomas Gleixner · 12 years ago
  36. 91ec87d x86-64: Simplify and optimize vdso clock_gettime monotonic variants by Andy Lutomirski · 12 years ago
  37. 2ab5165 x86: vdso: Use seqcount instead of seqlock by Thomas Gleixner · 12 years ago
  38. 6c260d5 x86: vdso: Remove bogus locking in update_vsyscall_tz() by Thomas Gleixner · 12 years ago
  39. 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 12 years ago
  40. 2e57ae0 x86: Default to vsyscall=emulate by Andy Lutomirski · 13 years ago
  41. 4fc3490 x86-64: Set siginfo and context on vsyscall emulation faults by Andy Lutomirski · 13 years ago
  42. 2957402 x86: fix implicit include of <linux/topology.h> in vsyscall_64 by Paul Gortmaker · 13 years ago
  43. 2b66685 x86: Default to vsyscall=native for now by Adrian Bunk · 13 years ago
  44. 3ae3665 x86-64: Rework vsyscall emulation and add vsyscall= parameter by Andy Lutomirski · 13 years ago
  45. f3fb5b7 x86: Remove unnecessary compile flag tweaks for vsyscall code by Andy Lutomirski · 13 years ago
  46. c149a66 x86-64: Add vsyscall:emulate_vsyscall trace event by Andy Lutomirski · 13 years ago
  47. 318f5a2 x86-64: Add user_64bit_mode paravirt op by Andy Lutomirski · 13 years ago
  48. 98d0ac3 x86-64: Move vread_tsc and vread_hpet into the vDSO by Andy Lutomirski · 13 years ago
  49. 433bd80 clocksource: Replace vread with generic arch data by Andy Lutomirski · 13 years ago
  50. c971294 x86-64: Improve vsyscall emulation CS and RIP handling by Andy Lutomirski · 13 years ago
  51. 5cec93c x86-64: Emulate legacy vsyscalls by Andy Lutomirski · 13 years ago
  52. bb5fe2f x86-64: Remove vsyscall number 3 (venosys) by Andy Lutomirski · 13 years ago
  53. 0d7b854 x86-64: Remove kernel.vsyscall64 sysctl by Andy Lutomirski · 13 years ago
  54. 9fd67b4 x86-64: Give vvars their own page by Andy Lutomirski · 13 years ago
  55. 14587a2 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  56. c4dbe54 seqlock: Get rid of SEQLOCK_UNLOCKED by Eric Dumazet · 13 years ago
  57. 8c49d9a x86-64: Clean up vdso/kernel shared variables by Andy Lutomirski · 13 years ago
  58. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 14 years ago
  59. 8c73626 x86: Fix vtime/file timestamp inconsistencies by John Stultz · 14 years ago
  60. be43f83 x86: Raise vsyscall priority on hotplug notifier chain by Sheng Yang · 15 years ago
  61. fbf07ea Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  62. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  63. 24a0656 sysctl x86: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  64. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  65. da15cfd time: Introduce CLOCK_REALTIME_COARSE by john stultz · 15 years ago
  66. 7d96fd4 x86: move rdtsc_barrier() into the TSC vread method by Petr Tesarik · 15 years ago
  67. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  68. 2ed84ee trace: rename unlikely profiler to branch profiler by Steven Rostedt · 16 years ago
  69. 2b7d039 tracing: branch tracer, fix vdso crash by Ingo Molnar · 16 years ago
  70. 1f0d69a tracing: profile likely and unlikely annotations by Steven Rostedt · 16 years ago
  71. cb9e35d x86: clean up rdtsc_barrier() use by Ingo Molnar · 16 years ago
  72. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  73. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  74. fc8b8a6 x86, 64-bit: use write_gdt_entry in vsyscall_set_cpu by Jeremy Fitzhardinge · 16 years ago
  75. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  76. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  77. 23adec5 x86: add notrace annotations to vsyscall. by Steven Rostedt · 16 years ago
  78. a4928cf "make namespacecheck" fixes by Ingo Molnar · 16 years ago
  79. d67bbac x86: restore vsyscall64 prochandler by Thomas Gleixner · 16 years ago
  80. ce28b98 x86: fix vsyscall wreckage by Thomas Gleixner · 16 years ago
  81. e402644 x86: map vsyscalls early enough by Ingo Molnar · 17 years ago
  82. f6dc247 x86: change gdt acessor macro name by Glauber de Oliveira Costa · 17 years ago
  83. 8f12dea x86: introduce native_read_tscp by Glauber de Oliveira Costa · 17 years ago
  84. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  85. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  86. 676b185 spelling fixes: arch/x86_64/ by Simon Arlott · 17 years ago
  87. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  88. 957ff88 x86, vsyscall: fix the oops crash with __pa_vsymbol() by Siddha, Suresh B · 17 years ago
  89. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  90. 282a821 sysctl: x86_64 remove unnecessary binary paths by Eric W. Biederman · 17 years ago
  91. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 17 years ago
  92. c861eff x86: remove duplicated vsyscall nsec update by Andi Kleen · 17 years ago
  93. 98c9e27 x86: fix cpu_to_node references by Mike Travis · 17 years ago
  94. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  95. 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/vsyscall_64.c]
  96. 21a4400 x86_64: prepare shared kernel/vsyscall.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/vsyscall.c]
  97. 2aae950 x86_64: Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpu by Andi Kleen · 17 years ago
  98. d0aff6e x86_64: vsyscall time() fix by john stultz · 17 years ago
  99. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  100. c8118c6 [PATCH] x86-64: vsyscall_gtod_data diet and vgettimeofday() fix by Eric Dumazet · 17 years ago