Age | Commit message (Expand) | Author |
2015-10-13 | KVM: x86: trap AMD MSRs for the TSeg base and mask | Paolo Bonzini |
2015-10-13 | x86/ldt: Make modify_ldt synchronous | Andy Lutomirski |
2015-08-12 | KVM: x86: make vapics_in_nmi_mode atomic | Radim Krčmář |
2015-08-07 | x86/iommu: Fix header comments regarding standard and _FINISH macros | Aravind Gopalakrishnan |
2015-02-20 | x86, cpu, amd: Add workaround for family 16h, erratum 793 | Borislav Petkov |
2015-02-20 | x86, tls: Interpret an all-zero struct user_desc as "no segment" | Andy Lutomirski |
2015-02-20 | x86, tls, ldt: Stop checking lm in LDT_empty | Andy Lutomirski |
2015-02-20 | x86/tls: Don't validate lm in set_thread_area() after all | Andy Lutomirski |
2015-01-01 | x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only | Paolo Bonzini |
2014-12-14 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski |
2014-12-14 | kvm: x86: fix stale mmio cache bug | David Matlack |
2014-11-05 | kvm: vmx: handle invvpid vm exit gracefully | Petr Matousek |
2014-11-05 | nEPT: Nested INVEPT | Nadav Har'El |
2014-11-05 | KVM: x86: Check non-canonical addresses upon WRMSR | Nadav Amit |
2014-09-13 | x86_64/entry/xen: Do not invoke espfix64 on Xen | Andy Lutomirski |
2014-09-13 | x86, espfix: Fix broken header guard | H. Peter Anvin |
2014-09-13 | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin |
2014-09-13 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin |
2014-08-06 | KVM: x86: preserve the high 32-bits of the PAT register | Paolo Bonzini |
2014-08-06 | KVM: x86: Increase the number of fixed MTRR regs to 10 | Nadav Amit |
2014-07-11 | ptrace,x86: force IRET path after a ptrace_stop() | Tejun Heo |
2014-06-09 | x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow() | Anthony Iliopoulos |
2014-04-02 | x86: Add check for number of available vectors before CPU down | Prarit Bhargava |
2013-11-28 | compiler/gcc4: Add quirk for 'asm goto' miscompilation bug | Ingo Molnar |
2013-04-25 | KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-... | Andy Honig |
2013-04-25 | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky |
2013-03-27 | signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer | Ben Hutchings |
2013-03-06 | x86/mm: Check if PUD is large when validating a kernel address | Mel Gorman |
2013-02-06 | x86: Use enum instead of literals for trap values | Kees Cook |
2013-02-06 | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming |
2012-12-06 | x86-32: Fix invalid stack address while in softirq | Robert Richter |
2012-11-16 | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility | Len Brown |
2012-10-17 | mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP | Andrea Arcangeli |
2012-08-04 | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester |
2012-07-04 | x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM | H. Peter Anvin |
2012-07-04 | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE | Andrea Arcangeli |
2012-07-04 | mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition | Andrea Arcangeli |
2012-06-19 | x86/uv: Fix UV2 BAU legacy mode | Cliff Wickman |
2012-04-13 | sched/x86: Fix overflow in cyc2ns_offset | Salman Qazi |
2012-04-02 | KVM: x86: fix missing checks in syscall emulation | Stephan Bärwolf |
2012-04-02 | KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" | Stephan Bärwolf |
2012-03-12 | perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled | Joerg Roedel |
2012-02-27 | i387: re-introduce FPU state preloading at context switch time | Linus Torvalds |
2012-02-27 | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds |
2012-02-27 | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore | Linus Torvalds |
2012-02-27 | i387: do not preload FPU state at task switch time | Linus Torvalds |
2012-02-27 | i387: don't ever touch TS_USEDFPU directly, use helper functions | Linus Torvalds |
2012-02-27 | i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers | Linus Torvalds |
2012-02-27 | i387: fix x86-64 preemption-unsafe user stack save/restore | Linus Torvalds |
2012-02-27 | i387: fix sense of sanity check | Linus Torvalds |