summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-34/+46
2017-02-20Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-0/+48
2017-02-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+1
2017-02-20Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-127/+78
2017-02-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-16/+19
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-19/+1
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-14/+37
2017-02-20Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-78/+32
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2017-02-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+24
2017-02-14Merge tag 'v4.10-rc8' into perf/core, to pick up fixesIngo Molnar7-17/+38
2017-02-13x86/vm86: Fix unused variable warning if THP is disabledKirill A. Shutemov1-2/+3
2017-02-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-15/+35
2017-02-10x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliableThomas Gleixner1-9/+7
2017-02-10x86/tsc: Avoid the large time jump when sanitizing TSC ADJUSTThomas Gleixner1-2/+3
2017-02-08Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds1-2/+0
2017-02-07efi: Print the secure boot status in x86 setup_arch()David Howells1-0/+14
2017-02-07efi: Get and store the secure boot statusDavid Howells1-0/+1
2017-02-07x86/apic: Fix a typo in a comment lineDou Liyang1-1/+1
2017-02-07Merge tag 'v4.10-rc7' into efi/core, to pick up fixesIngo Molnar7-35/+39
2017-02-06kprobes/x86: Use hlist_for_each_entry() instead of hlist_for_each_entry_safe()Masami Hiramatsu1-1/+1
2017-02-05x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam1-0/+7
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov3-4/+18
2017-02-05x86/cpufeature: Enable RING3MWAIT for Knights MillPiotr Luc1-1/+8
2017-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+3
2017-02-04x86/traps: Get rid of unnecessary preempt_disable/preempt_enable_no_reschedAlexander Kuleshov1-5/+0
2017-02-04x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky1-1/+1
2017-02-04x86/cpufeature: Enable RING3MWAIT for Knights LandingGrzegorz Andrejczuk1-0/+37
2017-02-04x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk1-0/+3
2017-02-01x86: Convert obsolete cputime type to nsecsFrederic Weisbecker1-4/+4
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker1-1/+1
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar7-72/+53
2017-02-01efi/x86: Move the EFI BGRT init code to early init codeDave Young1-0/+9
2017-01-31x86/mce: Make timer handling more robustThomas Gleixner1-19/+12
2017-01-31x86/irq: Make irq activate operations symmetricThomas Gleixner2-0/+3
2017-01-30x86/microcode: Do not access the initrd after it has been freedBorislav Petkov2-7/+20
2017-01-28Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar8-76/+55
2017-01-25x86/fpu: Fix the "Giving up, no FPU found" testAndy Lutomirski1-1/+1
2017-01-25x86/fpu: Fix CPUID-less FPU detectionAndy Lutomirski1-13/+14
2017-01-25x86/fpu: Fix "x86/fpu: Legacy x87 FPU detected" messageAndy Lutomirski1-1/+7
2017-01-25x86/cpu: Re-apply forced caps every time CPU caps are re-readAndy Lutomirski1-0/+7
2017-01-25x86/cpu: Factor out application of forced CPU capsAndy Lutomirski1-8/+12
2017-01-25x86/cpu: Add X86_FEATURE_CPUIDBorislav Petkov1-3/+4
2017-01-25x86/fpu/xstate: Move XSAVES state init to a functionYu-cheng Yu1-8/+1
2017-01-24x86/ras, EDAC, acpi: Assign MCE notifier handlers a priorityBorislav Petkov1-5/+3
2017-01-24x86/ras: Get rid of mce_process_work()Borislav Petkov3-13/+3
2017-01-24x86/ras: Flip the TSC-adding logicBorislav Petkov3-11/+9
2017-01-24x86/ras/amd: Make sysfs names of banks more user-friendlyYazen Ghannam1-1/+5
2017-01-24x86/ras/therm_throt: Do not log a fake MCE for thermal eventsBorislav Petkov2-44/+11
2017-01-24x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov1-4/+1