Age | Commit message (Expand) | Author | Files | Lines |
2014-06-06 | x86, vdso: Use <tools/le_byteshift.h> for littleendian access |  H. Peter Anvin | 3 | -35/+38 |
2014-05-31 | x86/vdso, build: Make LE access macros clearer, host-safe |  H. Peter Anvin | 2 | -39/+42 |
2014-05-30 | x86/vdso, build: Fix cross-compilation from big-endian architectures |  Andy Lutomirski | 2 | -28/+50 |
2014-05-30 | x86/vdso, build: When vdso2c fails, unlink the output |  Andy Lutomirski | 2 | -16/+14 |
2014-05-20 | x86, mm: Improve _install_special_mapping and fix x86 vdso naming |  Andy Lutomirski | 3 | -17/+20 |
2014-05-20 | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET |  Andy Lutomirski | 1 | -1/+2 |
2014-05-05 | x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated comments |  Andy Lutomirski | 3 | -16/+3 |
2014-05-05 | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO |  Andy Lutomirski | 2 | -19/+5 |
2014-05-05 | x86, vdso: Move the 32-bit vdso special pages after the text |  Andy Lutomirski | 5 | -150/+166 |
2014-05-05 | x86, vdso: Reimplement vdso.so preparation in build-time C |  Andy Lutomirski | 11 | -202/+351 |
2014-05-05 | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c |  Andy Lutomirski | 1 | -30/+0 |
2014-05-05 | x86, vdso: Clean up 32-bit vs 64-bit vdso params |  Andy Lutomirski | 2 | -14/+11 |
2014-04-22 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -11/+8 |
2014-04-03 | x86, vdso: Make the vdso linker script compatible with Gold |  Andy Lutomirski | 1 | -11/+8 |
2014-04-02 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 10 | -383/+349 |
2014-03-30 | x86, vdso: Fix the symbol versions on the 32-bit vDSO |  Andy Lutomirski | 1 | -3/+7 |
2014-03-25 | x86, vdso, build: Don't rebuild 32-bit vdsos on every make |  Andy Lutomirski | 1 | -1/+1 |
2014-03-25 | x86, vdso: Actually discard the .discard sections |  H. Peter Anvin | 1 | -0/+5 |
2014-03-24 | x86, vdso: Fix size of get_unmapped_area() |  Stefani Seibold | 1 | -1/+3 |
2014-03-20 | x86, vdso: Move more vdso definitions into vdso.h |  Andy Lutomirski | 6 | -41/+3 |
2014-03-20 | x86: Load the 32-bit vdso in place, just like the 64-bit vdsos |  Andy Lutomirski | 6 | -83/+70 |
2014-03-18 | x86, vdso32: handle 32 bit vDSO larger one page |  Stefani Seibold | 1 | -7/+15 |
2014-03-18 | x86, vdso32: Disable stack protector, adjust optimizations |  H. Peter Anvin | 1 | -0/+3 |
2014-03-18 | x86, vdso: Add 32 bit VDSO time support for 64 bit kernel |  Stefani Seibold | 2 | -41/+71 |
2014-03-18 | x86, vdso: Add 32 bit VDSO time support for 32 bit kernel |  Stefani Seibold | 6 | -11/+162 |
2014-03-18 | x86, vdso: Patch alternatives in the 32-bit VDSO |  Andy Lutomirski | 3 | -15/+24 |
2014-03-18 | x86, vdso: Cleanup __vdso_gettimeofday() |  Stefani Seibold | 1 | -5/+2 |
2014-03-18 | x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macro |  Stefani Seibold | 1 | -3/+3 |
2014-03-18 | x86, vdso: __vdso_clock_gettime() cleanup |  Stefani Seibold | 1 | -13/+14 |
2014-03-18 | x86, vdso: Revamp vclock_gettime.c |  Stefani Seibold | 1 | -43/+42 |
2014-03-13 | x86, vdso: Remove compat vdso support |  Andy Lutomirski | 3 | -214/+22 |
2014-02-13 | x86, lto: Disable LTO for the x86 VDSO |  Andi Kleen | 1 | -3/+7 |
2014-01-20 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -2/+0 |
2014-01-12 | seqlock: Use raw_ prefix instead of _no_lockdep |  John Stultz | 1 | -4/+4 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> |  Paul Gortmaker | 2 | -2/+0 |
2013-11-06 | seqcount: Add lockdep functionality to seqcount/seqlock structures |  John Stultz | 1 | -4/+4 |
2013-07-18 | remove sched notifier for cross-cpu migrations |  Marcelo Tosatti | 1 | -8/+8 |
2013-06-19 | x86/vdso: Convert use of typedef ctl_table to struct ctl_table |  Joe Perches | 1 | -2/+2 |
2013-02-15 | timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet() |  Satoru Takeuchi | 1 | -1/+1 |
2012-12-13 | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 2 | -11/+81 |
2012-12-11 | mm: use vm_unmapped_area() on x86_64 architecture |  Michel Lespinasse | 1 | -1/+1 |
2012-11-27 | x86: vdso: pvclock gettime support |  Marcelo Tosatti | 2 | -11/+81 |
2012-09-24 | time: Convert x86_64 to using new update_vsyscall |  John Stultz | 1 | -8/+14 |
2012-06-07 | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() |  H. Peter Anvin | 1 | -3/+3 |
2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 6 | -9/+172 |
2012-03-29 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -68/+67 |
2012-03-23 | coredump: remove VM_ALWAYSDUMP flag |  Jason Baron | 2 | -17/+3 |
2012-03-23 | x86-64: Inline vdso clock_gettime helpers |  Andy Lutomirski | 1 | -4/+5 |
2012-03-23 | x86-64: Simplify and optimize vdso clock_gettime monotonic variants |  Andy Lutomirski | 1 | -30/+8 |
2012-03-15 | x86: vdso: Use seqcount instead of seqlock |  Thomas Gleixner | 1 | -8/+8 |