summaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Fix 'make bzImage' on older distrosOleg Nesterov2015-05-111-1/+1
* x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-19/+15Star
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-132-4/+2Star
|\
| * x86/vdso: Remove x32 intermediates during 'make clean'Andy Lutomirski2015-03-311-1/+1
| * x86/vdso: Teach 'make clean' to remove generated vdso-image-*.c filesAndrey Skvortsov2015-03-311-1/+1
| * x86/vdso32/syscall.S: Do not load __USER32_DS to %ssDenys Vlasenko2015-03-311-2/+0Star
| * x86/vdso: Fix the x86 vdso2c tool includesTommi Kyntola2015-03-311-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-15/+19
|\ \ | |/ |/|
| * x86: vdso: fix pvclock races with task migrationRadim Krčmář2015-04-081-8/+12
| * x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-241-8/+8
* | x86/vdso: Fix the build on GCC5Jiri Slaby2015-03-061-0/+1
|/
* x86_64: add KASan supportAndrey Ryabinin2015-02-141-0/+1
* x86, vdso: teach 'make clean' remove vdso64 binariesAndrey Skvortsov2015-01-291-1/+1
* x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski2014-12-211-16/+29
* x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski2014-11-031-1/+0Star
* x86: vdso: Fix build with older gccAndrew Morton2014-11-011-10/+8Star
* x86_64/vdso: Clean up vgetcpu init and merge the vdso initcallsAndy Lutomirski2014-10-281-36/+18Star
* x86_64/vdso: Remove jiffies from the vvar pageAndy Lutomirski2014-10-281-1/+0Star
* x86/vdso: Make the PER_CPU segment 32 bitsAndy Lutomirski2014-10-281-0/+1
* x86/vdso: Make the PER_CPU segment start out accessedAndy Lutomirski2014-10-281-1/+1
* x86/vdso: Change the PER_CPU segment to use struct desc_structAndy Lutomirski2014-10-281-7/+12
* x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.cAndy Lutomirski2014-10-281-0/+61
* x86/vdso: Fix vdso2c's special_pages[] error checkingAndy Lutomirski2014-09-241-5/+7
* arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-091-18/+1Star
* x86/vdso: Set VM_MAYREAD for the vvar vmaAndy Lutomirski2014-07-261-1/+1
* x86, vdso: Get rid of the fake section mechanismAndy Lutomirski2014-07-124-229/+126Star
* x86, vdso: Move the vvar area before the vdso textAndy Lutomirski2014-07-124-48/+53
* x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr()Jan Beulich2014-07-111-0/+4
* x86-64, vdso: Fix vDSO build breakage due to empty .rela.dynJan Beulich2014-07-111-0/+3
* x86/vdso: Error out in vdso2c if DT_RELA is presentAndy Lutomirski2014-06-241-1/+1
* x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski2014-06-242-4/+3Star
* x86/vdso: Create .build-id links for unstripped vdso filesAndy Lutomirski2014-06-201-3/+13
* x86/vdso: Remove some redundant in-memory section headersAndy Lutomirski2014-06-203-24/+26
* x86/vdso: Improve the fake section headersAndy Lutomirski2014-06-208-67/+237
* x86/vdso2c: Use better macros for ELF bitnessAndy Lutomirski2014-06-202-40/+25Star
* x86/vdso: Discard the __bug_table sectionAndy Lutomirski2014-06-201-0/+1
* x86/vdso: Fix vdso_installAndy Lutomirski2014-06-131-11/+11
* x86/vdso: Hack to keep 64-bit Go programs workingAndy Lutomirski2014-06-133-13/+60
* x86/vdso: Add PUT_LE to store little-endian valuesAndy Lutomirski2014-06-131-3/+16
* x86, vdso: Remove one final use of htole16()H. Peter Anvin2014-06-111-1/+1
* x86, vdso: Use <tools/le_byteshift.h> for littleendian accessH. Peter Anvin2014-06-063-35/+38
* x86/vdso, build: Make LE access macros clearer, host-safeH. Peter Anvin2014-05-312-39/+42
* x86/vdso, build: Fix cross-compilation from big-endian architecturesAndy Lutomirski2014-05-312-28/+50
* x86/vdso, build: When vdso2c fails, unlink the outputAndy Lutomirski2014-05-312-16/+14Star
* x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-203-17/+20
* x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPETAndy Lutomirski2014-05-201-1/+2
* x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated commentsAndy Lutomirski2014-05-053-16/+3Star
* x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-052-19/+5Star
* x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski2014-05-055-150/+166
* x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-0511-202/+351