summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-11-01Revert "x86/mm: Expand the exception table logic to allow new handling options"Greg Kroah-Hartman2-4/+4
2016-10-31x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2-4/+4
2016-10-31drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä1-6/+5
2016-10-28x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams1-1/+1
2016-10-16x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf1-2/+2
2016-10-16x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg1-3/+20
2016-10-16x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulationDan Williams1-9/+5
2016-10-07x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski1-12/+11
2016-09-24x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai1-0/+12
2016-09-24x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-09-15x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li1-0/+3
2016-09-15x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov1-0/+12
2016-09-15perf/x86/cqm: Fix CQM memory leak and notifier leakVikas Shivappa1-11/+32
2016-09-15perf/x86/cqm: Fix CQM handling of grouping events into a cache_groupVikas Shivappa1-3/+10
2016-09-07uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko1-11/+11
2016-08-16x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani3-10/+18
2016-08-16x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani1-1/+9
2016-08-10perf/x86: fix PEBS issues on Intel Atom/Core2Stephane Eranian1-1/+8
2016-08-10pvclock: Add CPU barriers to get correct version valueMinfei Huang1-0/+4
2016-08-10x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner1-0/+64
2016-08-10x86/quirks: Reintroduce scanning of secondary busesLukas Wunner1-13/+21
2016-08-10x86/quirks: Apply nvidia_bugs quirk only on root busLukas Wunner1-0/+7
2016-07-27perf/x86: Fix undefined shift on 32-bit kernelsAndrey Ryabinin1-1/+1
2016-07-27x86/amd_nb: Fix boot crash on non-AMD systemsBorislav Petkov1-2/+2
2016-07-27kprobes/x86: Clear TF bit in fault on single-steppingMasami Hiramatsu1-0/+12
2016-06-24x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski1-10/+10
2016-06-01perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin1-0/+2
2016-05-11ACPI / processor: Request native thermal interrupt handling via _OSCSrinivas Pandruvada1-0/+3
2016-05-11x86/sysfb_efi: Fix valid BAR address range checkWang YanQing1-2/+12
2016-05-11x86/tsc: Read all ratio bits from MSR_PLATFORM_INFOChen Yu1-1/+1
2016-05-05x86/apic: Handle zero vector gracefully in clear_vector_irq()Keith Busch1-1/+2
2016-05-05x86/mce: Avoid using object after free in genpoolTony Luck1-2/+2
2016-04-12perf/x86/intel: Fix PEBS data source interpretation on Nehalem/WestmereAndi Kleen3-1/+14
2016-04-12perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2Jiri Olsa2-2/+12
2016-04-12perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmiKan Liang3-3/+29
2016-04-12perf/x86/pebs: Add workaround for broken OVFL status on HSW+Stephane Eranian1-0/+10
2016-04-12x86/iopl: Fix iopl capability check on Xen PVAndy Lutomirski1-3/+9
2016-04-12x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski1-0/+12
2016-04-12x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner1-18/+70
2016-04-12x86/microcode: Untangle from BLK_DEV_INITRDBorislav Petkov1-10/+4
2016-04-12x86/microcode/intel: Make early loader look for builtin microcode tooBorislav Petkov1-8/+16
2016-03-10PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt1-0/+7
2016-03-04x86/irq: Plug vector cleanup raceThomas Gleixner1-10/+53
2016-03-04x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2-5/+8
2016-03-04x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner1-2/+16
2016-03-04x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner1-13/+3
2016-03-04x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner1-1/+3
2016-03-04x86/irq: Remove offline cpus from vector cleanupThomas Gleixner1-2/+6
2016-03-04x86/irq: Get rid of code duplicationThomas Gleixner1-18/+15
2016-03-04x86/irq: Copy vectormask instead of an AND operationThomas Gleixner1-1/+1