index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
vsyscall_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Default to vsyscall=emulate
Andy Lutomirski
2011-12-05
1
-1
/
+1
*
x86-64: Set siginfo and context on vsyscall emulation faults
Andy Lutomirski
2011-12-05
1
-8
/
+67
*
x86: fix implicit include of <linux/topology.h> in vsyscall_64
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
x86: Default to vsyscall=native for now
Adrian Bunk
2011-10-11
1
-1
/
+1
*
x86-64: Rework vsyscall emulation and add vsyscall= parameter
Andy Lutomirski
2011-08-10
1
-30
/
+49
*
x86: Remove unnecessary compile flag tweaks for vsyscall code
Andy Lutomirski
2011-08-10
1
-3
/
+0
*
x86-64: Add vsyscall:emulate_vsyscall trace event
Andy Lutomirski
2011-08-04
1
-0
/
+6
*
x86-64: Add user_64bit_mode paravirt op
Andy Lutomirski
2011-08-04
1
-5
/
+1
*
x86-64: Move vread_tsc and vread_hpet into the vDSO
Andy Lutomirski
2011-07-14
1
-1
/
+1
*
clocksource: Replace vread with generic arch data
Andy Lutomirski
2011-07-13
1
-1
/
+1
*
x86-64: Improve vsyscall emulation CS and RIP handling
Andy Lutomirski
2011-07-13
1
-20
/
+41
*
x86-64: Emulate legacy vsyscalls
Andy Lutomirski
2011-06-07
1
-139
/
+122
*
x86-64: Remove vsyscall number 3 (venosys)
Andy Lutomirski
2011-06-06
1
-5
/
+0
*
x86-64: Remove kernel.vsyscall64 sysctl
Andy Lutomirski
2011-06-05
1
-33
/
+1
*
x86-64: Give vvars their own page
Andy Lutomirski
2011-06-05
1
-0
/
+5
*
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-05-26
1
-26
/
+20
|
\
|
*
x86-64: Clean up vdso/kernel shared variables
Andy Lutomirski
2011-05-24
1
-26
/
+20
*
|
seqlock: Get rid of SEQLOCK_UNLOCKED
Eric Dumazet
2011-05-24
1
-1
/
+1
|
/
*
timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset
John Stultz
2010-07-27
1
-3
/
+3
*
x86: Fix vtime/file timestamp inconsistencies
John Stultz
2010-07-27
1
-3
/
+8
*
x86: Raise vsyscall priority on hotplug notifier chain
Sheng Yang
2010-03-01
1
-1
/
+2
*
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-12-08
1
-2
/
+3
|
\
|
*
timekeeping: Fix clock_gettime vsyscall time warp
Lin Ming
2009-11-17
1
-2
/
+3
*
|
sysctl x86: Remove dead binary sysctl support
Eric W. Biederman
2009-11-12
1
-1
/
+1
|
/
*
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
2009-09-24
1
-9
/
+1
*
time: Introduce CLOCK_REALTIME_COARSE
john stultz
2009-08-21
1
-0
/
+1
*
x86: move rdtsc_barrier() into the TSC vread method
Petr Tesarik
2009-05-28
1
-8
/
+0
*
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2008-12-28
1
-0
/
+3
|
\
|
*
trace: rename unlikely profiler to branch profiler
Steven Rostedt
2008-11-12
1
-1
/
+1
|
*
tracing: branch tracer, fix vdso crash
Ingo Molnar
2008-11-12
1
-7
/
+2
|
*
tracing: profile likely and unlikely annotations
Steven Rostedt
2008-11-12
1
-0
/
+8
*
|
x86: clean up rdtsc_barrier() use
Ingo Molnar
2008-11-08
1
-0
/
+9
|
/
*
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
2008-07-15
1
-2
/
+2
|
\
|
*
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-06-26
1
-1
/
+1
|
*
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2008-06-26
1
-1
/
+1
*
|
Merge branch 'auto-ftrace-next' into tracing/for-linus
Ingo Molnar
2008-07-14
1
-1
/
+2
|
\
\
|
*
|
x86: add notrace annotations to vsyscall.
Steven Rostedt
2008-05-23
1
-1
/
+2
|
|
/
*
|
x86, 64-bit: use write_gdt_entry in vsyscall_set_cpu
Jeremy Fitzhardinge
2008-07-08
1
-6
/
+6
|
/
*
"make namespacecheck" fixes
Ingo Molnar
2008-04-24
1
-1
/
+1
*
x86: restore vsyscall64 prochandler
Thomas Gleixner
2008-02-29
1
-1
/
+10
*
x86: fix vsyscall wreckage
Thomas Gleixner
2008-02-26
1
-49
/
+3
*
x86: map vsyscalls early enough
Ingo Molnar
2008-01-30
1
-2
/
+1
*
x86: change gdt acessor macro name
Glauber de Oliveira Costa
2008-01-30
1
-1
/
+1
*
x86: introduce native_read_tscp
Glauber de Oliveira Costa
2008-01-30
1
-2
/
+2
*
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
2008-01-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-10-19
1
-1
/
+1
|
\
|
*
spelling fixes: arch/x86_64/
Simon Arlott
2007-10-20
1
-1
/
+1
*
|
x86: convert cpuinfo_x86 array to a per_cpu array
Mike Travis
2007-10-19
1
-1
/
+1
*
|
x86, vsyscall: fix the oops crash with __pa_vsymbol()
Siddha, Suresh B
2007-10-19
1
-1
/
+1
|
/
*
sparse pointer use of zero as null
Stephen Hemminger
2007-10-18
1
-1
/
+1
[next]