summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2015-07-03x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas
2015-03-26x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...Oleg Nesterov
2015-03-18x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski
2015-01-29x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski
2015-01-29x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski
2015-01-29x86/tsc: Change Fast TSC calibration failed from error to infoAlexandre Demers
2015-01-29x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan
2015-01-27ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracingSteven Rostedt (Red Hat)
2015-01-16perf/x86/intel/uncore: Make sure only uncore events are collectedJiri Olsa
2015-01-08x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski
2015-01-08x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski
2015-01-08x86_64, switch_to(): Load TLS descriptors before switching DS and ESAndy Lutomirski
2015-01-08x86/tls: Disallow unusual TLS segmentsAndy Lutomirski
2015-01-08x86/tls: Validate TLS entries to protect espfixAndy Lutomirski
2014-12-06x86: Require exact match for 'noxsave' command line optionDave Hansen
2014-12-06x86_64, traps: Rework bad_iretAndy Lutomirski
2014-12-06x86_64, traps: Stop using IST for #SSAndy Lutomirski
2014-12-06x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski
2014-11-21perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver
2014-11-21x86, x32, audit: Fix x32's AUDIT_ARCH wrt auditAndy Lutomirski
2014-11-14x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski
2014-11-14x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski
2014-11-14x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin
2014-11-14x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov
2014-11-14x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov
2014-10-30x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue
2014-10-05sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li
2014-09-05x86_64/vsyscall: Fix warn_bad_vsyscall log outputAndy Lutomirski
2014-09-05x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz
2014-08-07x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky
2014-08-07x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski
2014-08-07x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin
2014-08-07x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin
2014-08-07x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin
2014-08-07x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin
2014-08-07Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin
2014-07-31x86_32, entry: Store badsys error code in %eaxSven Wegener
2014-07-28perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke
2014-06-30x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski
2014-06-30x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin
2014-06-11perf: Drop sample rate when sampling is too slowDave Hansen
2014-06-07x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds
2014-05-06x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin
2014-05-06ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek
2014-04-26x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsetsNeil Horman
2014-03-23x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPUSuresh Siddha
2014-03-23x86/amd/numa: Fix northbridge quirk to assign correct NUMA nodeDaniel J Blueman
2014-03-23x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds
2014-03-23x86: Ignore NMIs that come in during early bootH. Peter Anvin
2014-03-06perf/x86: Fix event schedulingPeter Zijlstra