aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/vsyscall_64.c
AgeCommit message (Expand)Author
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
2010-03-01x86: Raise vsyscall priority on hotplug notifier chainSheng Yang
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpLin Ming
2009-11-12sysctl x86: Remove dead binary sysctl supportEric W. Biederman
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz
2009-05-28x86: move rdtsc_barrier() into the TSC vread methodPetr Tesarik
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt
2008-11-12tracing: branch tracer, fix vdso crashIngo Molnar
2008-11-12tracing: profile likely and unlikely annotationsSteven Rostedt
2008-11-08x86: clean up rdtsc_barrier() useIngo Molnar
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar
2008-07-08x86, 64-bit: use write_gdt_entry in vsyscall_set_cpuJeremy Fitzhardinge
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-05-23x86: add notrace annotations to vsyscall.Steven Rostedt
2008-04-24"make namespacecheck" fixesIngo Molnar
2008-02-29x86: restore vsyscall64 prochandlerThomas Gleixner
2008-02-26x86: fix vsyscall wreckageThomas Gleixner
2008-01-30x86: map vsyscalls early enoughIngo Molnar
2008-01-30x86: change gdt acessor macro nameGlauber de Oliveira Costa
2008-01-30x86: introduce native_read_tscpGlauber de Oliveira Costa
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-10-20spelling fixes: arch/x86_64/Simon Arlott
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis
2007-10-19x86, vsyscall: fix the oops crash with __pa_vsymbol()Siddha, Suresh B
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-10-18sysctl: x86_64 remove unnecessary binary pathsEric W. Biederman
2007-10-18Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().Tony Breeds