| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/ | Ingo Molnar | 2015-06-04 | 1 | -335/+0 |
* | x86_64/vsyscall: Restore orig_ax after vsyscall seccomp | Andy Lutomirski | 2014-11-10 | 1 | -0/+1 |
* | x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall code | Andy Lutomirski | 2014-11-03 | 1 | -32/+18 |
* | x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==none | Andy Lutomirski | 2014-11-03 | 1 | -5/+9 |
* | x86,vdso: Use LSL unconditionally for vgetcpu | Andy Lutomirski | 2014-11-03 | 1 | -2/+0 |
* | x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.c | Andy Lutomirski | 2014-10-28 | 1 | -57/+0 |
* | x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.c | Andy Lutomirski | 2014-10-28 | 1 | -0/+49 |
* | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing | Andy Lutomirski | 2014-09-03 | 1 | -1/+1 |
* | x86_64/vsyscall: Fix warn_bad_vsyscall log output | Andy Lutomirski | 2014-07-25 | 1 | -4/+4 |
* | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO | Andy Lutomirski | 2014-05-05 | 1 | -11/+4 |
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 1 | -1/+5 |
|\ |
|
| * | x86, vsyscall: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -1/+5 |
* | | x86, vdso: Make vsyscall_gtod_data handling x86 generic | Stefani Seibold | 2014-03-18 | 1 | -45/+0 |
|/ |
|
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-12-16 | 1 | -51/+59 |
|\ |
|
| * | seccomp: Make syscall skipping and nr changes more consistent | Andy Lutomirski | 2012-10-02 | 1 | -51/+59 |
* | | time: Convert x86_64 to using new update_vsyscall | John Stultz | 2012-09-24 | 1 | -19/+28 |
* | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD | John Stultz | 2012-09-24 | 1 | -1/+1 |
* | | time: Move update_vsyscall definitions to timekeeper_internal.h | John Stultz | 2012-09-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-07-22 | 1 | -10/+7 |
|\ |
|
| * | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> | Joe Perches | 2012-06-06 | 1 | -10/+7 |
* | | vsyscall_64: add missing ifdef CONFIG_SECCOMP | Will Drewry | 2012-07-14 | 1 | -0/+4 |
* | | x86/vsyscall: allow seccomp filter in vsyscall=emulate | Will Drewry | 2012-07-13 | 1 | -4/+31 |
|/ |
|
* | x86: vsyscall: Use NULL instead 0 for a pointer argument | Emil Goode | 2012-04-06 | 1 | -3/+3 |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-29 | 1 | -1/+1 |
|\ |
|
| * | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju | 2012-03-13 | 1 | -1/+1 |
* | | x86: vdso: Put declaration before code | Thomas Gleixner | 2012-03-24 | 1 | -1/+2 |
* | | x86-64: Simplify and optimize vdso clock_gettime monotonic variants | Andy Lutomirski | 2012-03-23 | 1 | -1/+9 |
* | | x86: vdso: Use seqcount instead of seqlock | Thomas Gleixner | 2012-03-15 | 1 | -8/+3 |
* | | x86: vdso: Remove bogus locking in update_vsyscall_tz() | Thomas Gleixner | 2012-03-15 | 1 | -5/+0 |
|/ |
|
* | 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 |