aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2014-04-02x86: Add check for number of available vectors before CPU downPrarit Bhargava
2013-11-28compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar
2013-04-25KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig
2013-04-25x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky
2013-03-27signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings
2013-03-06x86/mm: Check if PUD is large when validating a kernel addressMel Gorman
2013-02-06x86: Use enum instead of literals for trap valuesKees Cook
2013-02-06efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming
2012-12-06x86-32: Fix invalid stack address while in softirqRobert Richter
2012-11-16x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown
2012-10-17mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli
2012-08-04x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester
2012-07-04x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin
2012-07-04thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli
2012-07-04mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli
2012-06-19x86/uv: Fix UV2 BAU legacy modeCliff Wickman
2012-04-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi
2012-04-02KVM: x86: fix missing checks in syscall emulationStephan Bärwolf
2012-04-02KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf
2012-03-12perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel
2012-02-27i387: re-introduce FPU state preloading at context switch timeLinus Torvalds
2012-02-27i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-27i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds
2012-02-27i387: do not preload FPU state at task switch timeLinus Torvalds
2012-02-27i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2012-02-27i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds
2012-02-27i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds
2012-02-27i387: fix sense of sanity checkLinus Torvalds
2012-02-27i387: make irq_fpu_usable() tests more robustLinus Torvalds
2012-02-27i387: math_state_restore() isn't called from asmLinus Torvalds
2012-02-03x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson
2012-01-25x86/UV2: Work around BAU bugCliff Wickman
2012-01-25x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman
2012-01-25x86/PCI: amd: factor out MMCONFIG discoveryBjorn Helgaas
2011-12-12Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard
2011-12-09x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming
2011-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-12-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-12-05x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platformsMathias Nyman
2011-12-05Merge branch 'ucode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp i...Ingo Molnar
2011-12-05x86: Document rdmsr_safe restrictionsBorislav Petkov
2011-12-05x86,mrst: Power control commands updateJacob Pan
2011-12-05x86, UV: Fix UV2 hub part numberJack Steiner
2011-12-03xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk
2011-11-16sched, x86: Avoid unnecessary overflow in sched_clockSalman Qazi
2011-11-10x86/mrst: Avoid reporting wrong nmi statusJacob Pan
2011-11-10x86/mrst: Add support for Penwell clock calibrationDirk Brandewie
2011-11-10x86/apic: Allow use of lapic timer early calibration resultJacob Pan
2011-11-10x86/platform: Add a wallclock_init func to x86_platforms opsFeng Tang
2011-11-08x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony