summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, irq: Refine hw_irq.h to prepare for irqdomain supportJiang Liu2014-12-161-43/+51
* x86, irq: Convert irq_2_pin list to generic listYinghai Lu2014-12-162-18/+12
* x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu2014-12-163-15/+6
* x86, irq, acpi: Get rid of special handling of GSI for ACPI SCIJiang Liu2014-12-161-8/+2
* x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu2014-12-163-0/+34
* x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removalJiang Liu2014-12-163-4/+65
* x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-additionJiang Liu2014-12-162-3/+50
* x86, irq, ACPI: Introduce a mutex to protect IOAPIC operations from hotplugJiang Liu2014-12-161-0/+21
* x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplugJiang Liu2014-12-162-33/+58
* x86, irq: Keep balance of IOAPIC pin reference countJiang Liu2014-12-162-2/+15
* x86, irq: Remove __init marker for functions will be used by IOAPIC hotplugJiang Liu2014-12-162-11/+11
* x86, irq: Prefer assigned ID in APIC ID register for x86_64Yinghai Lu2014-12-161-6/+39
* x86, irq: Split out alloc_ioapic_save_registers()Yinghai Lu2014-12-161-7/+15
* x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus()Thomas Gleixner2014-12-161-7/+1
* x86: Avoid building unused IRQ entry stubsJan Beulich2014-12-167-20/+34
* x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich2014-12-164-15/+14
* x86, irq, ACPI: Fix building warning of unused codeJiang Liu2014-12-161-0/+2
* x86, irq: Provide empty send_cleanup_vector() stub for UP buildsJiang Liu2014-12-161-0/+4
* Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-108-24/+87
|\
| * x86/microcode/intel: Fish out the stashed microcode for the BSPBorislav Petkov2014-12-101-14/+12
| * x86, microcode: Reload microcode on resumeBorislav Petkov2014-12-067-16/+84
| * x86, microcode: Don't initialize microcode code on paravirtBoris Ostrovsky2014-12-061-1/+1
| * x86, microcode, intel: Drop unused parameterBorislav Petkov2014-12-061-4/+3
| * x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov2014-12-013-6/+6
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-1016-200/+190
|\ \
| * | x86_64/vsyscall: Restore orig_ax after vsyscall seccompAndy Lutomirski2014-11-101-0/+1
| * | x86_64: Add a comment explaining the TASK_SIZE_MAX guard pageAndy Lutomirski2014-11-101-1/+7
| * | x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski2014-11-037-7/+36
| * | x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall codeAndy Lutomirski2014-11-031-32/+18
| * | x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==noneAndy Lutomirski2014-11-031-5/+9
| * | x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski2014-11-036-43/+19
| * | x86: vdso: Fix build with older gccAndrew Morton2014-11-011-10/+8
| * | x86_64/vdso: Clean up vgetcpu init and merge the vdso initcallsAndy Lutomirski2014-10-281-36/+18
| * | x86_64/vdso: Remove jiffies from the vvar pageAndy Lutomirski2014-10-283-3/+1
| * | x86/vdso: Make the PER_CPU segment 32 bitsAndy Lutomirski2014-10-281-0/+1
| * | x86/vdso: Make the PER_CPU segment start out accessedAndy Lutomirski2014-10-281-1/+1
| * | x86/vdso: Change the PER_CPU segment to use struct desc_structAndy Lutomirski2014-10-281-7/+12
| * | x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.cAndy Lutomirski2014-10-282-57/+61
| * | x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.cAndy Lutomirski2014-10-282-49/+49
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-105-46/+112
|\ \ \
| * | | x86/mce: Spell "panicked" correctlyBorislav Petkov2014-12-081-6/+6
| * | | x86, mce: Support memory error recovery for both UCNA and Deferred error in m...Chen Yucong2014-11-191-0/+46
| * | | x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2014-11-194-13/+32
| * | | x86, MCE, AMD: Assign interrupt handler only when bank supports itChen Yucong2014-11-011-7/+10
| * | | x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov2014-10-212-4/+2
| * | | x86, MCE, AMD: Move invariant code out from loop bodyChen Yucong2014-10-211-1/+3
| * | | x86, MCE, AMD: Correct thresholding error loggingChen Yucong2014-10-211-15/+15
| * | | x86, MCE, AMD: Use macros to compute bank MSRsChen Yucong2014-10-211-6/+4
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-1023-340/+468
|\ \ \ \
| * | | | x86: mm: Move PAT only functions to mm/pat.cThomas Gleixner2014-11-162-69/+69
OpenPOWER on IntegriCloud