summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-1018-501/+436
|\
| * x86, init: Fix UP boot regression on x86_64Thomas Gleixner2015-01-241-1/+1
| * iommu/amd: Fix irq remapping detection logicThomas Gleixner2015-01-231-1/+6
| * x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APICThomas Gleixner2015-01-221-0/+2
| * x86: Consolidate boot cpu timer setupThomas Gleixner2015-01-222-6/+2
| * x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner2015-01-223-34/+25
| * x86/smpboot: Sanitize uniprocessor initThomas Gleixner2015-01-221-11/+26
| * x86/smpboot: Move apic init code to apic.cThomas Gleixner2015-01-223-37/+47
| * init: Get rid of x86ismsThomas Gleixner2015-01-224-13/+18
| * x86/apic: Move apic_init_uniprocessor codeThomas Gleixner2015-01-221-63/+62
| * x86/smpboot: Cleanup ioapic handlingThomas Gleixner2015-01-221-40/+7
| * x86/apic: Sanitize ioapic handlingThomas Gleixner2015-01-221-14/+3
| * x86/ioapic: Add proper checks to setp/enable_IO_APIC()Thomas Gleixner2015-01-221-4/+7
| * x86/ioapic: Provide stub functions for IOAPIC%3DnThomas Gleixner2015-01-221-0/+5
| * x86/smpboot: Move smpboot inlines to codeThomas Gleixner2015-01-222-69/+65
| * x86/x2apic: Use state information for disableThomas Gleixner2015-01-221-16/+10
| * x86/x2apic: Split enable and setup functionThomas Gleixner2015-01-223-28/+41
| * x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner2015-01-222-36/+24
| * x86/x2apic: Add proper state trackingThomas Gleixner2015-01-221-1/+14
| * x86/x2apic: Clarify remapping mode for x2apic enablementThomas Gleixner2015-01-221-4/+4
| * x86/x2apic: Move code in conditional regionThomas Gleixner2015-01-222-54/+37
| * x86/apic: Check x2apic earlyThomas Gleixner2015-01-222-15/+21
| * x86/apic: Make disable x2apic work reallyThomas Gleixner2015-01-221-9/+5
| * x86/ioapic: Check x2apic reallyThomas Gleixner2015-01-223-4/+4
| * x86/apic: Move x2apic code to one placeThomas Gleixner2015-01-221-30/+28
| * x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APICThomas Gleixner2015-01-222-5/+5
| * x86/apic: Avoid open coded x2apic detectionThomas Gleixner2015-01-222-13/+11
| * iommu/irq_remapping: Normailize the way to detect whether IR is enabledJiang Liu2015-01-151-24/+14
| * iommu/irq_remapping: Change variable disable_irq_remap to be staticJiang Liu2015-01-154-14/+2
| * iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenanceJiang Liu2015-01-151-8/+8
| * iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu2015-01-158-34/+3
| * iommu/amd: Check for irq-remap support amd_iommu_prepare()Joerg Roedel2015-01-151-0/+3
| * x86/apic: Only disable CPU x2apic mode when necessaryJiang Liu2015-01-151-1/+2
| * iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC modeJiang Liu2015-01-151-4/+6
| * iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUsJoerg Roedel2015-01-151-10/+9
| * iommu/vt-d: Prepare for killing function irq_remapping_supported()Jiang Liu2015-01-151-33/+25
| * x86/apic: Handle XAPIC remap mode proper.Jiang Liu2015-01-151-5/+1
| * x86/apic: Refine enable_IR_x2apic() and related functionsJiang Liu2015-01-151-45/+47
| * x86/apic: Correctly detect X2APIC status in function enable_IR()Jiang Liu2015-01-151-1/+1
| * x86/apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()Jiang Liu2015-01-151-3/+1
| * x86/apic: Panic if kernel doesn't support x2apic but BIOS has enabled x2apicJiang Liu2015-01-151-0/+8
| * x86/apic: Clear stale x2apic modeThomas Gleixner2015-01-151-0/+1
| * iommu/vt-d: Convert allocations to GFP_KERNELThomas Gleixner2015-01-151-2/+2
| * iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepareThomas Gleixner2015-01-151-20/+44
| * iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner2015-01-153-17/+7
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-1011-104/+120
|\ \
| * | hrtimer: Make __hrtimer_get_next_event() statickbuild test robot2015-01-241-1/+1
| * | Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner2015-01-2410-46/+63
| |\ \
| | * | rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang2015-01-243-6/+6
| | * | rtc: Remove redundant rtc_valid_tm() from rtc_hctosys()Xunlei Pang2015-01-241-8/+0