Age | Commit message (Expand) | Author | Files | Lines |
2015-02-04 | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} | Viresh Kumar | 1 | -2/+1 |
2015-01-08 | x86/tls: Don't validate lm in set_thread_area() after all | Andy Lutomirski | 1 | -6/+0 |
2015-01-08 | x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit | Andy Lutomirski | 2 | -2/+8 |
2015-01-08 | x86_64, switch_to(): Load TLS descriptors before switching DS and ES | Andy Lutomirski | 1 | -28/+73 |
2015-01-08 | x86/tls: Disallow unusual TLS segments | Andy Lutomirski | 1 | -0/+22 |
2015-01-08 | x86/tls: Validate TLS entries to protect espfix | Andy Lutomirski | 1 | -0/+23 |
2014-12-16 | perf/x86/intel: Protect LBR and extra_regs against KVM lying | Kan Liang | 3 | -6/+75 |
2014-12-06 | x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only | Paolo Bonzini | 1 | -0/+7 |
2014-12-06 | x86: Require exact match for 'noxsave' command line option | Dave Hansen | 1 | -0/+2 |
2014-12-06 | x86_64, traps: Rework bad_iret | Andy Lutomirski | 2 | -26/+48 |
2014-12-06 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski | 3 | -19/+2 |
2014-12-06 | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C | Andy Lutomirski | 2 | -32/+26 |
2014-11-21 | perf/x86/intel: Use proper dTLB-load-misses event on IvyBridge | Vince Weaver | 1 | -0/+3 |
2014-11-21 | x86, microcode, AMD: Fix ucode patch stashing on 32-bit | Borislav Petkov | 1 | -10/+14 |
2014-11-21 | x86, microcode, AMD: Fix early ucode loading on 32-bit | Borislav Petkov | 1 | -2/+7 |
2014-11-21 | x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit | Andy Lutomirski | 1 | -10/+1 |
2014-11-14 | x86, apic: Handle a bad TSC more gracefully | Andy Lutomirski | 2 | -3/+6 |
2014-11-14 | x86/platform/intel/iosf: Add Braswell PCI ID | David E. Box | 1 | -0/+2 |
2014-11-14 | x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache() | Bryan O'Donoghue | 1 | -1/+16 |
2014-11-14 | x86, iosf: Add PCI ID macros for better readability | Ong Boon Leong | 1 | -2/+5 |
2014-11-14 | x86, iosf: Add Quark X1000 PCI ID | Ong Boon Leong | 1 | -0/+1 |
2014-11-14 | x86, iosf: Make IOSF driver modular and usable by more drivers | David E. Box | 1 | -0/+7 |
2014-11-14 | x86_64, entry: Filter RFLAGS.NT on entry from userspace | Andy Lutomirski | 1 | -1/+1 |
2014-11-14 | x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal() | Oleg Nesterov | 2 | -2/+5 |
2014-11-14 | x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable() | Oleg Nesterov | 1 | -1/+4 |
2014-10-30 | x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead | Bryan O'Donoghue | 1 | -0/+15 |
2014-10-05 | perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMU | Venkatesh Srinivas | 1 | -3/+9 |
2014-10-05 | sched: Fix unreleased llc_shared_mask bit during CPU hotplug | Wanpeng Li | 1 | -0/+3 |
2014-09-05 | x86_64/vsyscall: Fix warn_bad_vsyscall log output | Andy Lutomirski | 1 | -4/+4 |
2014-09-05 | x86: don't exclude low BIOS area when allocating address space for non-PCI cards | Christoph Schulz | 1 | -3/+5 |
2014-08-07 | x86/espfix/xen: Fix allocation of pages for paravirt page tables | Boris Ostrovsky | 1 | -3/+2 |
2014-08-07 | x86_64/entry/xen: Do not invoke espfix64 on Xen | Andy Lutomirski | 2 | -20/+10 |
2014-08-07 | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 3 | -0/+25 |
2014-08-07 | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 2 | -2/+2 |
2014-08-07 | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin | 1 | -0/+1 |
2014-08-07 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 5 | -15/+285 |
2014-08-07 | Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" | H. Peter Anvin | 1 | -3/+1 |
2014-07-31 | x86_32, entry: Store badsys error code in %eax | Sven Wegener | 1 | -4/+5 |
2014-07-28 | x86, tsc: Fix cpufreq lockup | Peter Zijlstra | 1 | -2/+2 |
2014-07-28 | perf/x86/intel: ignore CondChgd bit to avoid false NMI handling | HATAYAMA Daisuke | 1 | -0/+9 |
2014-06-30 | x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) | Andy Lutomirski | 1 | -2/+8 |
2014-06-30 | x86-32, espfix: Remove filter for espfix32 due to race | H. Peter Anvin | 1 | -5/+0 |
2014-06-07 | x86-64, modify_ldt: Make support for 16-bit segments a runtime option | Linus Torvalds | 1 | -1/+3 |
2014-05-06 | x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels | H. Peter Anvin | 1 | -0/+11 |
2014-05-06 | ftrace/x86: One more missing sync after fixup of function modification failure | Petr Mladek | 1 | -1/+1 |
2014-04-26 | x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsets | Neil Horman | 1 | -9/+6 |
2014-04-26 | x86, hyperv: Bypass the timer_irq_works() check | Jason Wang | 1 | -0/+6 |
2014-03-19 | Merge tag 'pci-v3.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -19/+1 |
2014-03-18 | Revert "[PATCH] Insert GART region into resource map" | Bjorn Helgaas | 1 | -19/+1 |
2014-03-16 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |