summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-0212-130/+119
|\
| * x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as wellEric Dumazet2018-03-281-7/+4
| * x86/cpuid: Allow cpuid_read() to scheduleEric Dumazet2018-03-271-8/+26
| * x86/msr: Allow rdmsr_safe_on_cpu() to scheduleEric Dumazet2018-03-271-8/+24
| * x86/rtc: Stop using deprecated functionsBenjamin Gaignard2018-03-151-3/+3
| * x86/dumpstack: Unify show_regs()Borislav Petkov2018-03-084-87/+48
| * x86/fault: Do not print IP in show_fault_oops()Borislav Petkov2018-03-081-1/+0
| * x86/MSR: Move native_* variants to msr.hBorislav Petkov2018-03-084-16/+14
* | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-025-26/+9
|\ \
| * | x86/build: Don't pass in -D__KERNEL__ multiple timesCao jin2018-03-312-3/+2
| * | x86: Remove FAST_FEATURE_TESTSPeter Zijlstra2018-03-202-19/+0
| * | x86: Force asm-gotoPeter Zijlstra2018-03-201-0/+4
| * | Merge branch 'linus' into x86/build to pick up dependenciesThomas Gleixner2018-03-20116-830/+1536
| |\ \
| * | | x86/build: Drop superfluous ALIGN from the linker scriptCao jin2018-02-131-4/+3
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-022-3/+1
|\ \ \ \
| * | | | x86/asm: Trim clear_page.S includesAlexey Dobriyan2018-02-131-2/+0
| * | | | x86/asm: Clobber flags in clear_page()Alexey Dobriyan2018-02-131-1/+1
| |/ / /
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-0214-115/+99
|\ \ \ \
| * | | | x86/apic: Finish removing unused callbacksDavid Rientjes2018-03-261-16/+0
| * | | | x86/apic: Drop logical_smp_processor_id() inlineDou Liyang2018-03-012-15/+5
| * | | | x86/apic: Modernize the pending interrupt codeDou Liyang2018-03-011-9/+8
| * | | | x86/apic: Move pending interrupt check code into it's own functionDou Liyang2018-03-011-45/+55
| * | | | x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He2018-02-171-1/+1
| * | | | x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2018-02-175-13/+13
| * | | | x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He2018-02-174-20/+4
| * | | | x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdumpBaoquan He2018-02-172-2/+4
| * | | | x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He2018-02-174-3/+6
| * | | | x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()Baoquan He2018-02-172-0/+7
| * | | | x86/apic: Make setup_local_APIC() staticDou Liyang2018-02-162-2/+1
| * | | | x86/apic: Simplify init_bsp_APIC() usageDou Liyang2018-02-132-2/+8
| * | | | x86/x2apic: Mark set_x2apic_phys_mode() as __initDou Liyang2018-02-131-1/+1
| |/ / /
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-025-113/+149
|\ \ \ \
| * | | | Revert "x86/mce/AMD: Collect error info even if valid bits are not set"Yazen Ghannam2018-03-281-14/+0
| * | | | x86/MCE: Cleanup and complete struct mce fields definitionsBorislav Petkov2018-03-081-24/+28
| * | | | Merge branch 'ras/urgent' into ras/coreThomas Gleixner2018-03-0866-373/+881
| |\ \ \ \
| * | | | | x86/mce/AMD: Carve out SMCA get_block_address() codeYazen Ghannam2018-02-211-26/+31
| * | | | | x86/mce/AMD: Get address from already initialized blockYazen Ghannam2018-02-211-0/+15
| * | | | | x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeYazen Ghannam2018-02-212-0/+8
| * | | | | x86/mce/AMD: Pass the bank number to smca_get_bank_type()Yazen Ghannam2018-02-211-8/+7
| * | | | | x86/mce/AMD: Collect error info even if valid bits are not setBorislav Petkov2018-02-211-0/+14
| * | | | | x86/mce: Issue the 'mcelog --ascii' message only on !AMDBorislav Petkov2018-02-211-1/+3
| * | | | | x86/mce: Convert 'struct mca_config' bools to a bitfieldBorislav Petkov2018-02-212-13/+16
| * | | | | x86/mce: Put private structures and definitions into the internal headerBorislav Petkov2018-02-212-54/+54
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-029-39/+179
|\ \ \ \ \ \
| * | | | | | perf/x86/intel: Enable C-state residency events for Cannon LakeHarry Pan2018-03-311-13/+31
| * | | | | | perf/x86/intel: Add Cannon Lake support for RAPL profilingHarry Pan2018-03-311-0/+2
| * | | | | | perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-3/+10
| * | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-2919-137/+128
| |\ \ \ \ \ \
| * | | | | | | perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso2018-03-272-5/+6
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-03-245-28/+32
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud