Age | Commit message (Expand) | Author | Files | Lines |
2014-05-30 | x86/vdso, build: When vdso2c fails, unlink the output | Andy Lutomirski | 2 | -16/+14 |
2014-05-21 | Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso | H. Peter Anvin | 41 | -90/+515 |
2014-05-21 | Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfix | H. Peter Anvin | 32 | -74/+195 |
2014-05-21 | Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" | H. Peter Anvin | 2 | -11/+1 |
2014-05-20 | x86, mm: Replace arch_vma_name with vm_ops->name for vsyscalls | Andy Lutomirski | 1 | -8/+9 |
2014-05-20 | x86, mm: Improve _install_special_mapping and fix x86 vdso naming | Andy Lutomirski | 5 | -21/+25 |
2014-05-20 | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET | Andy Lutomirski | 1 | -1/+2 |
2014-05-14 | x86-64, modify_ldt: Make support for 16-bit segments a runtime option | Linus Torvalds | 2 | -1/+11 |
2014-05-13 | x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow() | Anthony Iliopoulos | 1 | -0/+1 |
2014-05-11 | x86, rdrand: When nordrand is specified, disable RDSEED as well | H. Peter Anvin | 1 | -0/+1 |
2014-05-09 | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall() | Boris Ostrovsky | 1 | -1/+1 |
2014-05-09 | x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro | Andres Freund | 1 | -1/+1 |
2014-05-09 | x86: Fix typo preventing msr_set/clear_bit from having an effect | Andres Freund | 1 | -1/+1 |
2014-05-08 | x86/intel: Add quirk to disable HPET for the Baytrail platform | Feng Tang | 1 | -0/+16 |
2014-05-08 | x86/hpet: Make boot_hpet_disable extern | Feng Tang | 2 | -1/+2 |
2014-05-07 | x86-64, build: Fix stack protector Makefile breakage with 32-bit userland | George Spelvin | 1 | -0/+1 |
2014-05-07 | x86/reboot: Add reboot quirk for Certec BPC600 | Christian Gmeiner | 1 | -0/+10 |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 18 | -34/+34 |
2014-05-05 | x86, build: Don't get confused by local symbols | H. Peter Anvin | 1 | -2/+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 | 11 | -77/+27 |
2014-05-05 | x86, vdso: Move the 32-bit vdso special pages after the text | Andy Lutomirski | 8 | -166/+173 |
2014-05-05 | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 18 | -260/+400 |
2014-05-05 | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c | Andy Lutomirski | 3 | -32/+32 |
2014-05-05 | x86, vdso: Clean up 32-bit vs 64-bit vdso params | Andy Lutomirski | 4 | -22/+25 |
2014-05-05 | x86, mm: Ensure correct alignment of the fixmap | Andy Lutomirski | 2 | -3/+9 |
2014-05-04 | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 4 | -5/+43 |
2014-05-04 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 1 | -19/+64 |
2014-05-04 | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 3 | -2/+6 |
2014-05-03 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+5 |
2014-05-03 | x86/efi: earlyprintk=efi,keep fix | Dave Young | 1 | -19/+64 |
2014-05-02 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+13 |
2014-05-02 | x86, espfix: Fix broken header guard | H. Peter Anvin | 1 | -1/+1 |
2014-05-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -12/+41 |
2014-05-01 | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin | 3 | -3/+19 |
2014-04-30 | x86-32, espfix: Remove filter for espfix32 due to race | H. Peter Anvin | 1 | -5/+0 |
2014-04-30 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 8 | -26/+323 |
2014-04-28 | genirq: x86: Ensure that dynamic irq allocation does not conflict | Thomas Gleixner | 1 | -0/+5 |
2014-04-28 | KVM: x86: Check for host supported fields in shadow vmcs | Bandan Das | 1 | -12/+41 |
2014-04-28 | x86/vsmp: Fix irq routing | Oren Twaig | 1 | -1/+10 |
2014-04-24 | perf/x86: Fix RAPL rdmsrl_safe() usage | Stephane Eranian | 1 | -1/+2 |
2014-04-22 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -11/+8 |
2014-04-22 | x86: LLVMLinux: Wrap -mno-80387 with cc-option | Behan Webster | 1 | -1/+3 |
2014-04-19 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -12/+10 |
2014-04-19 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -12/+16 |
2014-04-18 | perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMU | Venkatesh Srinivas | 1 | -3/+9 |
2014-04-17 | Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 3 | -10/+23 |
2014-04-17 | kprobes/x86: Fix page-fault handling logic | Masami Hiramatsu | 1 | -9/+7 |
2014-04-17 | x86/mce: Fix CMCI preemption bugs | Ingo Molnar | 2 | -12/+10 |
2014-04-16 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -38/+45 |