summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/build: Make isoimage work on DebianMatthew Wilcox2017-12-161-12/+16
* x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski2017-12-151-1/+1
* objtool: Resync objtool's instruction decoder source code copy with the kerne...Ingo Molnar2017-12-151-0/+10
* x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-153-8/+35
* x86/power: Make restore_processor_context() saneAndy Lutomirski2017-12-153-41/+62
* x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski2017-12-151-6/+3Star
* x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski2017-12-152-12/+2Star
* x86/unwinder/guess: Prevent using CONFIG_UNWINDER_GUESS=y with CONFIG_STACKDE...Andrey Ryabinin2017-12-111-0/+1
* x86/build: Don't verify mtools configuration file for isoimageChangbin Du2017-12-111-1/+3
* x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2017-12-112-7/+9
* x86/boot/compressed/64: Print error if 5-level paging is not supportedKirill A. Shutemov2017-12-071-0/+16
* x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov2017-12-073-4/+41
* x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculationPrarit Bhargava2017-12-071-2/+2
* x86/vdso: Change time() prototype to match __vdso_time()Arnd Bergmann2017-12-061-1/+1
* x86: Fix Sparse warnings about non-static functionsColin Ian King2017-12-062-4/+4
* x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski2017-12-061-4/+17
* x86/PCI: Make broadcom_postcore_init() check acpi_disabledRafael J. Wysocki2017-12-061-1/+1
* x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky2017-12-061-0/+4
* x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-062-2/+6
* x86/idt: Load idt early in start_secondaryChunyu Hu2017-11-281-1/+1
* x86/xen: Support early interrupts in xen pv guestsJuergen Gross2017-11-284-14/+53
* x86/tlb: Disable interrupts when changing CR4Nadav Amit2017-11-252-4/+9
* x86/tlb: Refactor CR4 setting and shadow writeNadav Amit2017-11-251-13/+11Star
* x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-241-1/+1
* x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-2311-454/+2Star
* x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov2017-11-233-4/+4
* x86/boot/KASLR: Remove unused variableChao Fan2017-11-231-3/+2Star
* x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-231-2/+8
* x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-222-8/+137
* x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski2017-11-221-2/+2
* x86/pkeys/selftests: Fix protection keys write() warningDave Hansen2017-11-211-1/+4
* x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen2017-11-211-5/+5
* x86/mpx/selftests: Fix up weird arraysDave Hansen2017-11-211-2/+2
* x86/pkeys: Update documentation about availabilityDave Hansen2017-11-211-2/+7
* x86/umip: Print a warning into the syslog if UMIP-protected instructions are ...Ricardo Neri2017-11-211-4/+58
* x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava2017-11-171-45/+10Star
* x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2017-11-172-44/+30Star
* perf/x86/intel/uncore: Cache logical pkg id in uncore driverAndi Kleen2017-11-173-4/+4
* x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan2017-11-171-22/+5Star
* x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan2017-11-171-1/+33
* x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky2017-11-171-2/+4
* x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-163-0/+24
* x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2017-11-162-1/+178
* x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-164-6/+62
* x86/umip: Identify the STR and SLDT instructionsRicardo Neri2017-11-141-8/+16
* x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri2017-11-141-0/+2
* x86/umip: Select X86_INTEL_UMIP by defaultRicardo Neri2017-11-141-3/+9
* x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()Rafael J. Wysocki2017-11-141-4/+7
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-147-51/+148
|\
| * x86/tsc: Mark cyc2ns_init() and detect_art() __initDou Liyang2017-11-101-2/+2