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