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