aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vsyscall_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-3/+3
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-51/+59
2012-10-02seccomp: Make syscall skipping and nr changes more consistentAndy Lutomirski1-51/+59
2012-09-24time: Convert x86_64 to using new update_vsyscallJohn Stultz1-19/+28
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-1/+1
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz1-1/+1
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+7
2012-07-14vsyscall_64: add missing ifdef CONFIG_SECCOMPWill Drewry1-0/+4
2012-07-13x86/vsyscall: allow seccomp filter in vsyscall=emulateWill Drewry1-4/+31
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-10/+7
2012-04-06x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode1-3/+3
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-24x86: vdso: Put declaration before codeThomas Gleixner1-1/+2
2012-03-23x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski1-1/+9
2012-03-15x86: vdso: Use seqcount instead of seqlockThomas Gleixner1-8/+3
2012-03-15x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner1-5/+0
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-1/+1
2011-12-05x86: Default to vsyscall=emulateAndy Lutomirski1-1/+1
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski1-8/+67
2011-10-31x86: fix implicit include of <linux/topology.h> in vsyscall_64Paul Gortmaker1-0/+1
2011-10-11x86: Default to vsyscall=native for nowAdrian Bunk1-1/+1
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski1-30/+49
2011-08-10x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski1-3/+0
2011-08-04x86-64: Add vsyscall:emulate_vsyscall trace eventAndy Lutomirski1-0/+6
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski1-5/+1
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski1-1/+1
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski1-1/+1
2011-07-13x86-64: Improve vsyscall emulation CS and RIP handlingAndy Lutomirski1-20/+41
2011-06-07x86-64: Emulate legacy vsyscallsAndy Lutomirski1-139/+122
2011-06-06x86-64: Remove vsyscall number 3 (venosys)Andy Lutomirski1-5/+0
2011-06-05x86-64: Remove kernel.vsyscall64 sysctlAndy Lutomirski1-33/+1
2011-06-05x86-64: Give vvars their own pageAndy Lutomirski1-0/+5
2011-05-26Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-26/+20
2011-05-24seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet1-1/+1
2011-05-24x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski1-26/+20
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz1-3/+3
2010-07-27x86: Fix vtime/file timestamp inconsistenciesJohn Stultz1-3/+8
2010-03-01x86: Raise vsyscall priority on hotplug notifier chainSheng Yang1-1/+2
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpLin Ming1-2/+3
2009-11-12sysctl x86: Remove dead binary sysctl supportEric W. Biederman1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-9/+1
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz1-0/+1
2009-05-28x86: move rdtsc_barrier() into the TSC vread methodPetr Tesarik1-8/+0
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt1-1/+1
2008-11-12tracing: branch tracer, fix vdso crashIngo Molnar1-7/+2
2008-11-12tracing: profile likely and unlikely annotationsSteven Rostedt1-0/+8
2008-11-08x86: clean up rdtsc_barrier() useIngo Molnar1-0/+9
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-2/+2