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