summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-151-1/+6
|\
| * KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-141-1/+6
* | kernel/watchdog: split up config optionsNicholas Piggin2017-07-121-1/+1
* | kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-121-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-093-15/+45
|\
| * x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] tableChen Yu2017-07-051-5/+26
| * x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecChen Yu2017-07-052-23/+23
| * x86/boot/e820: Avoid overwriting e820_table_firmwareChen Yu2017-07-051-2/+4
| * x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka2017-07-051-0/+7
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-064-16/+29
|\ \
| * | x86: remove arch specific dma_supported implementationChristoph Hellwig2017-06-284-7/+4
| * | x86/calgary: implement ->mapping_errorChristoph Hellwig2017-06-281-8/+16
| * | x86/pci-nommu: implement ->mapping_errorChristoph Hellwig2017-06-281-1/+9
* | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-044-9/+84
|\ \ \ | |_|/ |/| |
| | |
| | \
| *-. \ Merge branches 'pm-cpufreq', 'intel_pstate' and 'pm-cpuidle'Rafael J. Wysocki2017-07-034-9/+84
| |\ \ \ | | |_|/ | |/| |
| | | * x86/ACPI/cstate: Allow ACPI C1 FFH MWAIT use on AMD systemsYazen Ghannam2017-06-271-1/+2
| | |/ | |/|
| | * x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown2017-06-272-0/+80
| | * x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"Len Brown2017-06-241-8/+2
| |/
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-035-200/+720
|\ \
| * | x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1
| * | x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross2017-06-201-1/+7
| * | x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam2017-06-141-2/+3
| * | x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam2017-06-141-2/+3
| * | x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov2017-06-141-0/+9
| * | x86/mce: Clean up include filesBorislav Petkov2017-06-141-10/+0
| * | x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-143-58/+61
| * | x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-141-16/+526
| * | x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam2017-06-141-31/+35
| * | x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam2017-06-141-1/+1
| * | Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar2017-06-1410-29/+86
| |\ \
| * | | x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam2017-05-211-38/+38
| * | | x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam2017-05-211-73/+74
| * | | x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_tElena Reshetova2017-05-211-3/+3
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-4/+0
|\ \ \ \
| * | | | jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-261-2/+0
| * | | | x86/mtrr: Remove get_online_cpus() from mtrr_save_state()Sebastian Andrzej Siewior2017-05-261-2/+0
* | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-035-24/+85
|\ \ \ \ \
| * | | | | x86/tsc: Call check_system_tsc_reliable() before unsynchronized_tsc()Zhenzhong Duan2017-06-221-2/+2
| * | | | | x86/hpet: Do not use smp_processor_id() in preemptible codeBorislav Petkov2017-06-201-1/+1
| * | | | | x86/time: Make setup_default_timer_irq() staticDou Liyang2017-06-131-1/+1
| * | | | | x86/tsc: Remove the TSC_ADJUST clampPeter Zijlstra2017-06-041-20/+1
| * | | | | x86/apic: Add TSC_DEADLINE quirk due to errataPeter Zijlstra2017-06-041-0/+79
| * | | | | x86/apic: Change the lapic name in deadline modePeter Zijlstra2017-06-041-0/+1
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0314-166/+168
|\ \ \ \ \ \
| * | | | | | x86/apic: Mark single target interruptsThomas Gleixner2017-06-221-0/+7
| * | | | | | x86/apic: Implement effective irq mask updateThomas Gleixner2017-06-222-0/+7
| * | | | | | x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner2017-06-224-15/+27
| * | | | | | x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-2210-32/+22
| * | | | | | x86/apic: Move online masking to core codeThomas Gleixner2017-06-223-35/+22
| * | | | | | x86/uv: Use default_cpu_mask_to_apicid_and()Thomas Gleixner2017-06-221-15/+4
OpenPOWER on IntegriCloud