summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas2015-07-131-1/+1
* kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin2015-07-121-2/+5
* x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-07-033-25/+30
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-06-289-10/+20
* x86: Clean up cr4 manipulationAndy Lutomirski2015-06-288-15/+22
* perf/x86/rapl: Enable Broadwell-U RAPL supportStephane Eranian2015-06-101-0/+1
* x86/fpu: Disable XSAVES* support for nowIngo Molnar2015-06-091-0/+15
* x86/mce: Fix MCE severity messagesBorislav Petkov2015-06-091-2/+5
* x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2015-06-093-13/+28
* sched/idle/x86: Optimize unnecessary mwait_idle() resched IPIsMike Galbraith2015-05-171-4/+8
* sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...Len Brown2015-05-171-0/+47
* x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirkStefan Lippers-Hollmann2015-04-241-0/+10
* x86: numachip: Fix 16-bit APIC ID truncationDaniel J Blueman2015-03-281-1/+1
* x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...Oleg Nesterov2015-03-281-3/+4
* x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski2015-03-141-5/+8
* x86/irq: Fix regression caused by commit b568b8601f05Jiang Liu2015-03-061-0/+5
* x86: pmc-atom: Assign debugfs node as soon as possibleAndy Shevchenko2015-03-061-1/+3
* x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu2015-03-061-11/+12
* x86, microcode: Return error from driver init code when loader is disabledBoris Ostrovsky2015-02-111-1/+1
* perf/rapl: Fix crash in rapl_scale()Stephane Eranian2015-02-051-1/+1
* perf/x86/intel: Add model number for AirmontKan Liang2015-02-051-0/+1
* x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2015-01-291-2/+23
* x86/tsc: Change Fast TSC calibration failed from error to infoAlexandre Demers2015-01-291-1/+1
* x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan2015-01-291-0/+1
* x86, irq: Properly tag virtualization entry in /proc/interruptsJan Beulich2015-01-291-1/+1
* ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracingSteven Rostedt (Red Hat)2015-01-271-5/+15
* x86/build: Clean auto-generated processor feature filesBjørn Mork2015-01-271-0/+1
* perf/x86/uncore/hsw-ep: Handle systems with only two SBOXesAndi Kleen2015-01-162-1/+18
* perf/x86/intel/uncore: Make sure only uncore events are collectedJiri Olsa2015-01-161-3/+19
* x86: export get_xsave_addrPaolo Bonzini2015-01-161-0/+1
* x86/microcode/intel: Fish out the stashed microcode for the BSPBorislav Petkov2015-01-081-14/+12
* x86, microcode: Reload microcode on resumeBorislav Petkov2015-01-084-18/+78
* x86, microcode: Don't initialize microcode code on paravirtBoris Ostrovsky2015-01-081-1/+1
* x86, microcode, intel: Drop unused parameterBorislav Petkov2015-01-081-4/+3
* x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov2015-01-082-5/+5
* x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2015-01-081-6/+0
* x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski2015-01-081-2/+3
* x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2015-01-082-2/+8
* x86_64, switch_to(): Load TLS descriptors before switching DS and ESAndy Lutomirski2015-01-081-28/+73
* x86/tls: Disallow unusual TLS segmentsAndy Lutomirski2015-01-081-0/+22
* x86/tls: Validate TLS entries to protect espfixAndy Lutomirski2015-01-081-0/+23
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-051-0/+2
|\
| * x86, microcode: Limit the microcode reloading to 64-bit for nowBorislav Petkov2014-12-011-0/+2
* | Merge branch 'x86-traps' (trap handling from Andy Lutomirski)Linus Torvalds2014-11-233-77/+76
|\ \ | |/ |/|
| * x86_64, traps: Rework bad_iretAndy Lutomirski2014-11-232-26/+48
| * x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-11-233-19/+2
| * x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2014-11-232-32/+26
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-11-213-1/+11
|\ \
| * | x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1Andy Lutomirski2014-11-201-1/+1
| * | x86, microcode: Update BSPs microcode on resumeBorislav Petkov2014-11-181-0/+8