| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-13 | 2 | -4/+2 |
|\ |
|
| * | x86/vdso: Remove x32 intermediates during 'make clean' | Andy Lutomirski | 2015-03-31 | 1 | -1/+1 |
| * | x86/vdso: Teach 'make clean' to remove generated vdso-image-*.c files | Andrey Skvortsov | 2015-03-31 | 1 | -1/+1 |
| * | x86/vdso32/syscall.S: Do not load __USER32_DS to %ss | Denys Vlasenko | 2015-03-31 | 1 | -2/+0 |
| * | x86/vdso: Fix the x86 vdso2c tool includes | Tommi Kyntola | 2015-03-31 | 1 | -1/+1 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-04-13 | 1 | -15/+19 |
|\ \
| |/
|/| |
|
| * | x86: vdso: fix pvclock races with task migration | Radim Krčmář | 2015-04-08 | 1 | -8/+12 |
| * | x86: kvm: Revert "remove sched notifier for cross-cpu migrations" | Marcelo Tosatti | 2015-03-23 | 1 | -8/+8 |
* | | x86/vdso: Fix the build on GCC5 | Jiri Slaby | 2015-03-06 | 1 | -0/+1 |
|/ |
|
* | x86_64: add KASan support | Andrey Ryabinin | 2015-02-13 | 1 | -0/+1 |
* | x86, vdso: teach 'make clean' remove vdso64 binaries | Andrey Skvortsov | 2015-01-28 | 1 | -1/+1 |
* | x86_64, vdso: Fix the vdso address randomization algorithm | Andy Lutomirski | 2014-12-20 | 1 | -16/+29 |
* | x86,vdso: Use LSL unconditionally for vgetcpu | Andy Lutomirski | 2014-11-03 | 1 | -1/+0 |
* | x86: vdso: Fix build with older gcc | Andrew Morton | 2014-11-01 | 1 | -10/+8 |
* | x86_64/vdso: Clean up vgetcpu init and merge the vdso initcalls | Andy Lutomirski | 2014-10-28 | 1 | -36/+18 |
* | x86_64/vdso: Remove jiffies from the vvar page | Andy Lutomirski | 2014-10-28 | 1 | -1/+0 |
* | x86/vdso: Make the PER_CPU segment 32 bits | Andy Lutomirski | 2014-10-28 | 1 | -0/+1 |
* | x86/vdso: Make the PER_CPU segment start out accessed | Andy Lutomirski | 2014-10-28 | 1 | -1/+1 |
* | x86/vdso: Change the PER_CPU segment to use struct desc_struct | Andy Lutomirski | 2014-10-28 | 1 | -7/+12 |
* | x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.c | Andy Lutomirski | 2014-10-28 | 1 | -0/+61 |
* | x86/vdso: Fix vdso2c's special_pages[] error checking | Andy Lutomirski | 2014-09-24 | 1 | -5/+7 |
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2014-08-08 | 1 | -18/+1 |
* | x86/vdso: Set VM_MAYREAD for the vvar vma | Andy Lutomirski | 2014-07-25 | 1 | -1/+1 |
* | x86, vdso: Get rid of the fake section mechanism | Andy Lutomirski | 2014-07-11 | 4 | -229/+126 |
* | x86, vdso: Move the vvar area before the vdso text | Andy Lutomirski | 2014-07-11 | 4 | -48/+53 |
* | 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 |