| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-10-28 | 1 | -0/+9 |
|\ |
|
| * | x86, amd: Avoid cache aliasing penalties on AMD family 15h | Borislav Petkov | 2011-08-05 | 1 | -0/+9 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-08-23 | 1 | -1/+1 |
|\ \ |
|
| * | | x86-32, vdso: On system call restart after SYSENTER, use int $0x80 | H. Peter Anvin | 2011-08-23 | 1 | -1/+1 |
* | | | x86-64: Pad vDSO to a page boundary | Andy Lutomirski | 2011-08-04 | 1 | -0/+1 |
|/ / |
|
* | | x86-64, vdso: Do not allocate memory for the vDSO | Andy Lutomirski | 2011-07-21 | 2 | -21/+19 |
* | | x86, vdso: Drop now wrong comment | Borislav Petkov | 2011-07-18 | 1 | -1/+0 |
* | | x86-64: Move vread_tsc and vread_hpet into the vDSO | Andy Lutomirski | 2011-07-14 | 1 | -6/+47 |
* | | x86-64: Add --no-undefined to vDSO build | Andy Lutomirski | 2011-07-13 | 1 | -0/+1 |
* | | x86-64: Allow alternative patching in the vDSO | Andy Lutomirski | 2011-07-13 | 1 | -0/+33 |
* | | x86-64: Remove kernel.vsyscall64 sysctl | Andy Lutomirski | 2011-06-05 | 1 | -34/+21 |
|/ |
|
* | x86: vdso: Remove unused variable | Thomas Gleixner | 2011-05-26 | 1 | -1/+1 |
* | x86-64: Optimize vDSO time() | Andy Lutomirski | 2011-05-24 | 1 | -6/+2 |
* | x86-64: Add time to vDSO | Andy Lutomirski | 2011-05-24 | 2 | -1/+36 |
* | x86-64: Turn off -pg and turn on -foptimize-sibling-calls for vDSO | Andy Lutomirski | 2011-05-24 | 1 | -1/+14 |
* | x86-64: Vclock_gettime(CLOCK_MONOTONIC) can't ever see nsec < 0 | Andy Lutomirski | 2011-05-24 | 1 | -18/+22 |
* | x86-64: Clean up vdso/kernel shared variables | Andy Lutomirski | 2011-05-24 | 7 | -67/+3 |
* | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm | Stephen Wilson | 2011-03-23 | 1 | -1/+1 |
* | mm: arch: make in_gate_area take an mm_struct instead of a task_struct | Stephen Wilson | 2011-03-23 | 1 | -2/+2 |
* | mm: arch: make get_gate_vma take an mm_struct instead of a task_struct | Stephen Wilson | 2011-03-23 | 1 | -5/+6 |
* | x86, gcc-4.6: Use gcc -m options when building vdso | H. Peter Anvin | 2010-12-13 | 1 | -2/+2 |
*-. | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo... | Linus Torvalds | 2010-08-06 | 1 | -0/+1 |
|\ \ |
|
| | * | x86, vdso: Unmap vdso pages | Shaohua Li | 2010-08-02 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 | 2 | -2/+2 |
|\ \ |
|
| * | | x86-64, mm: Initialize VDSO earlier on 64 bits | Jiri Slaby | 2010-06-18 | 2 | -2/+2 |
| |/ |
|
* | | x86, vdso: Don't quote $nm in the script for checking vdso references | H. Peter Anvin | 2010-07-27 | 1 | -1/+1 |
* | | x86, vdso: Error out if the vdso contains external references | H. Peter Anvin | 2010-06-18 | 2 | -1/+12 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | sysctl x86: Remove dead binary sysctl support | Eric W. Biederman | 2009-11-12 | 1 | -1/+0 |
* | kbuild: rename ld-option to cc-ldoption | Sam Ravnborg | 2009-09-20 | 1 | -1/+1 |
* | time: Introduce CLOCK_REALTIME_COARSE | john stultz | 2009-08-21 | 1 | -3/+36 |
* | gcov: enable GCOV_PROFILE_ALL for x86_64 | Peter Oberparleiter | 2009-06-18 | 1 | -0/+1 |
* | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-11 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-10 | 1 | -0/+1 |
| |\ |
|
| | * | x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before t... | Jaswinder Singh Rajput | 2009-04-12 | 1 | -0/+1 |
* | | | x86: Set context.vdso before installing the mapping | Peter Zijlstra | 2009-06-05 | 2 | -3/+10 |
|/ / |
|
* | | x86: gettimeofday() vDSO: fix segfault when tv == NULL | John Wright | 2009-04-30 | 1 | -5/+7 |
|/ |
|
* | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX | Ingo Molnar | 2009-02-21 | 1 | -2/+2 |
* | x86: no stack protector for vdso | Tejun Heo | 2009-02-10 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2008-12-28 | 2 | -2/+2 |
|\ |
|
| * | [S390] arch_setup_additional_pages arguments | Martin Schwidefsky | 2008-12-25 | 2 | -2/+2 |
* | | trace: rename unlikely profiler to branch profiler | Steven Rostedt | 2008-11-12 | 1 | -1/+1 |
* | | tracing: branch tracer, fix vdso crash | Ingo Molnar | 2008-11-12 | 1 | -0/+3 |
|/ |
|
*-------. | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8... | Ingo Molnar | 2008-07-21 | 4 | -21/+24 |
|\ \ \ \ \ |
|
| | | | | * | x86_64: further cleanup of 32-bit compat syscall mechanisms | Jeremy Fitzhardinge | 2008-07-16 | 3 | -16/+18 |
| |_|_|_|/
|/| | | | |
|
| * | | | | x86: fix two modpost warnings | Jan Beulich | 2008-07-18 | 1 | -5/+6 |
|/ / / / |
|
* | | | | Merge branch 'auto-ftrace-next' into tracing/for-linus | Ingo Molnar | 2008-07-14 | 2 | -8/+10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge branch 'linus' into tracing/ftrace | Ingo Molnar | 2008-06-16 | 1 | -3/+3 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | x86: add notrace annotations to vsyscall. | Steven Rostedt | 2008-05-23 | 2 | -8/+10 |
* | | | | x86_64: vdso32 cleanup using feature flags | Jeremy Fitzhardinge | 2008-07-11 | 1 | -10/+1 |
| |_|/
|/| | |
|