| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr() | Jan Beulich | 2014-07-10 | 1 | -0/+4 |
* | x86-64, vdso: Fix vDSO build breakage due to empty .rela.dyn | Jan Beulich | 2014-07-10 | 1 | -0/+3 |
* | x86/vdso: Error out in vdso2c if DT_RELA is present | Andy Lutomirski | 2014-06-24 | 1 | -1/+1 |
* | x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefile | Andy Lutomirski | 2014-06-24 | 2 | -4/+3 |
* | x86/vdso: Create .build-id links for unstripped vdso files | Andy Lutomirski | 2014-06-20 | 1 | -3/+13 |
* | x86/vdso: Remove some redundant in-memory section headers | Andy Lutomirski | 2014-06-19 | 3 | -24/+26 |
* | x86/vdso: Improve the fake section headers | Andy Lutomirski | 2014-06-19 | 8 | -67/+237 |
* | x86/vdso2c: Use better macros for ELF bitness | Andy Lutomirski | 2014-06-19 | 2 | -40/+25 |
* | x86/vdso: Discard the __bug_table section | Andy Lutomirski | 2014-06-19 | 1 | -0/+1 |
* | x86/vdso: Fix vdso_install | Andy Lutomirski | 2014-06-13 | 1 | -11/+11 |
* | x86/vdso: Hack to keep 64-bit Go programs working | Andy Lutomirski | 2014-06-12 | 3 | -13/+60 |
* | x86/vdso: Add PUT_LE to store little-endian values | Andy Lutomirski | 2014-06-12 | 1 | -3/+16 |
* | x86, vdso: Remove one final use of htole16() | H. Peter Anvin | 2014-06-10 | 1 | -1/+1 |
* | x86, vdso: Use <tools/le_byteshift.h> for littleendian access | H. Peter Anvin | 2014-06-06 | 3 | -35/+38 |
* | x86/vdso, build: Make LE access macros clearer, host-safe | H. Peter Anvin | 2014-05-31 | 2 | -39/+42 |
* | x86/vdso, build: Fix cross-compilation from big-endian architectures | Andy Lutomirski | 2014-05-30 | 2 | -28/+50 |
* | x86/vdso, build: When vdso2c fails, unlink the output | Andy Lutomirski | 2014-05-30 | 2 | -16/+14 |
* | x86, mm: Improve _install_special_mapping and fix x86 vdso naming | Andy Lutomirski | 2014-05-20 | 3 | -17/+20 |
* | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET | Andy Lutomirski | 2014-05-20 | 1 | -1/+2 |
* | x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated comments | Andy Lutomirski | 2014-05-05 | 3 | -16/+3 |
* | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO | Andy Lutomirski | 2014-05-05 | 2 | -19/+5 |
* | x86, vdso: Move the 32-bit vdso special pages after the text | Andy Lutomirski | 2014-05-05 | 5 | -150/+166 |
* | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 2014-05-05 | 11 | -202/+351 |
* | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c | Andy Lutomirski | 2014-05-05 | 1 | -30/+0 |
* | x86, vdso: Clean up 32-bit vs 64-bit vdso params | Andy Lutomirski | 2014-05-05 | 2 | -14/+11 |
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-22 | 1 | -11/+8 |
|\ |
|
| * | x86, vdso: Make the vdso linker script compatible with Gold | Andy Lutomirski | 2014-04-03 | 1 | -11/+8 |
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-02 | 10 | -383/+349 |
|\ \
| |/ |
|
| * | x86, vdso: Fix the symbol versions on the 32-bit vDSO | Andy Lutomirski | 2014-03-30 | 1 | -3/+7 |
| * | x86, vdso, build: Don't rebuild 32-bit vdsos on every make | Andy Lutomirski | 2014-03-25 | 1 | -1/+1 |
| * | x86, vdso: Actually discard the .discard sections | H. Peter Anvin | 2014-03-25 | 1 | -0/+5 |
| * | x86, vdso: Fix size of get_unmapped_area() | Stefani Seibold | 2014-03-24 | 1 | -1/+3 |
| * | x86, vdso: Move more vdso definitions into vdso.h | Andy Lutomirski | 2014-03-20 | 6 | -41/+3 |
| * | x86: Load the 32-bit vdso in place, just like the 64-bit vdsos | Andy Lutomirski | 2014-03-20 | 6 | -83/+70 |
| * | x86, vdso32: handle 32 bit vDSO larger one page | Stefani Seibold | 2014-03-18 | 1 | -7/+15 |
| * | x86, vdso32: Disable stack protector, adjust optimizations | H. Peter Anvin | 2014-03-18 | 1 | -0/+3 |
| * | x86, vdso: Add 32 bit VDSO time support for 64 bit kernel | Stefani Seibold | 2014-03-18 | 2 | -41/+71 |
| * | x86, vdso: Add 32 bit VDSO time support for 32 bit kernel | Stefani Seibold | 2014-03-18 | 6 | -11/+162 |
| * | x86, vdso: Patch alternatives in the 32-bit VDSO | Andy Lutomirski | 2014-03-18 | 3 | -15/+24 |
| * | x86, vdso: Cleanup __vdso_gettimeofday() | Stefani Seibold | 2014-03-18 | 1 | -5/+2 |
| * | x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macro | Stefani Seibold | 2014-03-18 | 1 | -3/+3 |
| * | x86, vdso: __vdso_clock_gettime() cleanup | Stefani Seibold | 2014-03-18 | 1 | -13/+14 |
| * | x86, vdso: Revamp vclock_gettime.c | Stefani Seibold | 2014-03-18 | 1 | -43/+42 |
| * | x86, vdso: Remove compat vdso support | Andy Lutomirski | 2014-03-13 | 3 | -214/+22 |
* | | x86, lto: Disable LTO for the x86 VDSO | Andi Kleen | 2014-02-13 | 1 | -3/+7 |
|/ |
|
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-01-20 | 2 | -2/+0 |
|\ |
|
| * | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-06 | 2 | -2/+0 |
* | | seqlock: Use raw_ prefix instead of _no_lockdep | John Stultz | 2014-01-12 | 1 | -4/+4 |
|/ |
|
* | seqcount: Add lockdep functionality to seqcount/seqlock structures | John Stultz | 2013-11-06 | 1 | -4/+4 |
* | remove sched notifier for cross-cpu migrations | Marcelo Tosatti | 2013-07-18 | 1 | -8/+8 |