summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2014-11-15x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski
2014-11-13x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski
2014-11-13x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue
2014-11-13kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek
2014-11-13KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit
2014-11-13KVM: x86: Fix wrong masking on relative jump/callNadav Amit
2014-11-13kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin
2014-11-13KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-11-13KVM: x86: Improve thread safety in pitAndy Honig
2014-11-13KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig
2014-11-13x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui
2014-11-13x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski
2014-11-13x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov
2014-11-13x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov
2014-11-13x86: Reject x32 executables if x32 ABI not supportedBen Hutchings
2014-10-31perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver
2014-10-31x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue
2014-10-31kvm: fix potentially corrupt mmio cacheDavid Matlack
2014-10-31kvm: x86: fix stale mmio cache bugDavid Matlack
2014-10-13sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li
2014-09-26x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li
2014-09-26x86/mm: Eliminate redundant page table walk during TLB range flushingMel Gorman
2014-09-26x86/mm: Clean up inconsistencies when flushing TLB rangesMel Gorman
2014-09-26mm, x86: Account for TLB flushes only when debuggingMel Gorman
2014-09-12x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable()Prarit Bhargava
2014-09-12x86: Add check for number of available vectors before CPU downPrarit Bhargava
2014-09-03x86/xen: resume timer irqs earlyDavid Vrabel
2014-09-03x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stubMatt Fleming
2014-09-03x86_64/vsyscall: Fix warn_bad_vsyscall log outputAndy Lutomirski
2014-09-03x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz
2014-09-03Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"Paolo Bonzini
2014-09-03KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit
2014-08-19x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky
2014-08-19x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski
2014-08-19x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin
2014-08-19x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin
2014-08-19x86, espfix: Fix broken header guardH. Peter Anvin
2014-08-19x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin
2014-08-19x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin
2014-08-19Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin
2014-07-30x86/efi: Include a .bss section within the PE/COFF headersMichael Brown
2014-07-30x86_32, entry: Store badsys error code in %eaxSven Wegener
2014-07-29locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-07-29perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke
2014-07-18x86, ioremap: Speed up check for RAM pagesRoland Dreier
2014-07-18crypto: sha512_ssse3 - fix byte count to bit count conversionJussi Kivilinna
2014-07-18KVM: x86: preserve the high 32-bits of the PAT registerPaolo Bonzini
2014-07-18KVM: x86: Increase the number of fixed MTRR regs to 10Nadav Amit
2014-07-17ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo
2014-07-02x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski