summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-06x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2-2/+6
2017-11-28x86/idt: Load idt early in start_secondaryChunyu Hu1-1/+1
2017-11-28x86/xen: Support early interrupts in xen pv guestsJuergen Gross4-14/+53
2017-11-25x86/tlb: Disable interrupts when changing CR4Nadav Amit2-4/+9
2017-11-25x86/tlb: Refactor CR4 setting and shadow writeNadav Amit1-13/+11
2017-11-24x86/decoder: Add new TEST instruction patternMasami Hiramatsu1-1/+1
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas11-454/+2
2017-11-23x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov3-4/+4
2017-11-23x86/boot/KASLR: Remove unused variableChao Fan1-3/+2
2017-11-23x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski1-2/+8
2017-11-22x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2-8/+137
2017-11-22x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski1-2/+2
2017-11-21x86/pkeys/selftests: Fix protection keys write() warningDave Hansen1-1/+4
2017-11-21x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen1-5/+5
2017-11-21x86/mpx/selftests: Fix up weird arraysDave Hansen1-2/+2
2017-11-21x86/pkeys: Update documentation about availabilityDave Hansen1-2/+7
2017-11-21x86/umip: Print a warning into the syslog if UMIP-protected instructions are ...Ricardo Neri1-4/+58
2017-11-17x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava1-45/+10
2017-11-17x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2-44/+30
2017-11-17perf/x86/intel/uncore: Cache logical pkg id in uncore driverAndi Kleen3-4/+4
2017-11-17x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan1-22/+5
2017-11-17x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan1-1/+33
2017-11-17x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky1-2/+4
2017-11-16x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom3-0/+24
2017-11-16x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2-1/+178
2017-11-16x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov4-6/+62
2017-11-14x86/umip: Identify the STR and SLDT instructionsRicardo Neri1-8/+16
2017-11-14x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri1-0/+2
2017-11-14x86/umip: Select X86_INTEL_UMIP by defaultRicardo Neri1-3/+9
2017-11-14x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()Rafael J. Wysocki1-4/+7
2017-11-14Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-51/+148
2017-11-14Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-32/+170
2017-11-14Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds43-1317/+1493
2017-11-14Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-55/+14
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds253-1864/+1810
2017-11-14Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds57-408/+2490
2017-11-14Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds21-108/+155
2017-11-14Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+7
2017-11-14Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+8
2017-11-14Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-7/+7
2017-11-14Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds110-1145/+4067
2017-11-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds31-774/+1270
2017-11-14Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+9
2017-11-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds182-2521/+8370
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds307-1672/+1252
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds35-256/+14598
2017-11-13Merge tag 'please-pull-gettime_vsyscall_update' of git://git.kernel.org/pub/s...Linus Torvalds5-26/+36
2017-11-13Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds46-262/+1940
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-92/+90
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds125-4580/+4751