summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/vsyscall_64.c
AgeCommit message (Expand)Author
2015-06-04x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar
2014-11-10x86_64/vsyscall: Restore orig_ax after vsyscall seccompAndy Lutomirski
2014-11-03x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall codeAndy Lutomirski
2014-11-03x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==noneAndy Lutomirski
2014-11-03x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski
2014-10-28x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.cAndy Lutomirski
2014-10-28x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.cAndy Lutomirski
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski
2014-07-25x86_64/vsyscall: Fix warn_bad_vsyscall log outputAndy Lutomirski
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-20x86, vsyscall: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-10-02seccomp: Make syscall skipping and nr changes more consistentAndy Lutomirski
2012-09-24time: Convert x86_64 to using new update_vsyscallJohn Stultz
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-07-14vsyscall_64: add missing ifdef CONFIG_SECCOMPWill Drewry
2012-07-13x86/vsyscall: allow seccomp filter in vsyscall=emulateWill Drewry
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-04-06x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-24x86: vdso: Put declaration before codeThomas Gleixner
2012-03-23x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski
2012-03-15x86: vdso: Use seqcount instead of seqlockThomas Gleixner
2012-03-15x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju
2011-12-05x86: Default to vsyscall=emulateAndy Lutomirski
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski
2011-10-31x86: fix implicit include of <linux/topology.h> in vsyscall_64Paul Gortmaker
2011-10-11x86: Default to vsyscall=native for nowAdrian Bunk
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski
2011-08-10x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski
2011-08-04x86-64: Add vsyscall:emulate_vsyscall trace eventAndy Lutomirski
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski
2011-07-13x86-64: Improve vsyscall emulation CS and RIP handlingAndy Lutomirski
2011-06-07x86-64: Emulate legacy vsyscallsAndy Lutomirski
2011-06-06x86-64: Remove vsyscall number 3 (venosys)Andy Lutomirski
2011-06-05x86-64: Remove kernel.vsyscall64 sysctlAndy Lutomirski
2011-06-05x86-64: Give vvars their own pageAndy Lutomirski
2011-05-26Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-05-24seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet
2011-05-24x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz
2010-07-27x86: Fix vtime/file timestamp inconsistenciesJohn Stultz