summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Remove unused struct mp_pin_infoJiang Liu2015-04-241-27/+3
* x86/irq: Remove unused old IOAPIC irqdomain interfacesJiang Liu2015-04-242-205/+1
* x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu2015-04-248-137/+240
* x86/irq: Introduce helper functions to support hierarchical irqdomains for IO...Jiang Liu2015-04-241-0/+61
* x86/irq: Simplify the way to print IOAPIC entryJiang Liu2015-04-241-2/+28
* x86/irq: Refine the way to allocate irq_cfg for legacy IRQsJiang Liu2015-04-242-13/+42
* x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICsJiang Liu2015-04-242-3/+166
* x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomainsJiang Liu2015-04-246-22/+54
* x86/irq: Remove unused pre_init_apic_IRQ0()Jiang Liu2015-04-242-18/+0
* x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()Jiang Liu2015-04-241-10/+10
* x86/intel-mid: Delay initialization of APB timerThomas Gleixner2015-04-243-11/+13
* irq_remapping: Remove unused function irq_remapping_print_chip()Jiang Liu2015-04-241-2/+0
* x86/irq: Simplify MSI/DMAR/HPET implementation by using common codeJiang Liu2015-04-241-138/+54
* x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chipsJiang Liu2015-04-241-0/+12
* x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()Jiang Liu2015-04-241-17/+2
* x86/MSI: Simplify the way to deal with remapped MSI interruptsJiang Liu2015-04-241-4/+24
* x86/irq: Normalize x86 irq_chip nameJiang Liu2015-04-241-2/+2
* x86/uv: Use hierarchical irqdomain to manage UV interruptsJiang Liu2015-04-242-180/+119
* x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu2015-04-243-41/+134
* x86/irq: Use hierarchical irqdomain to manage DMAR interruptsJiang Liu2015-04-242-57/+103
* iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu2015-04-242-15/+13
* x86/MSI: Clean up unused MSI related code and interfacesJiang Liu2015-04-243-64/+4
* irq_remapping: Clean up unused MSI related codeJiang Liu2015-04-243-20/+0
* x86/irq: Directly call native_compose_msi_msg() for DMAR IRQJiang Liu2015-04-241-4/+2
* x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu2015-04-246-72/+94
* x86/hpet: Enhance HPET IRQ to support hierarchical irqdomainsJiang Liu2015-04-243-63/+167
* irq_remapping: Introduce new interfaces to support hierarchical irqdomainsJiang Liu2015-04-242-0/+73
* x86/dmar: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-242-2/+12
* x86/htirq: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-13/+13
* x86/uv: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-16/+11
* x86/MSI: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-8/+6
* x86/hpet: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-3/+5
* x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu2015-04-244-18/+160
* x86/irq: Save destination CPU ID in irq_cfgJiang Liu2015-04-242-0/+7
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
|\
| * x86: fix more deprecated cpu function usage.Rusty Russell2015-03-101-2/+2
| * x86: fix up obsolete cpu function usage.Rusty Russell2015-03-053-9/+9
* | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2015-04-191-0/+8
|\ \
| * | tools/power turbostat: Initial Skylake supportLen Brown2015-04-181-0/+5
| * | x86 msr-index: define MSR_TURBO_RATIO_LIMIT,1,2Len Brown2015-04-131-0/+3
* | | Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-185-6/+94
|\ \ \
| * | | x86/mm: Add support for the non-standard protected e820 typeChristoph Hellwig2015-04-015-6/+94
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-183-14/+18
|\ \ \ \
| * | | | config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selectedKonrad Rzeszutek Wilk2015-04-181-1/+1
| * | | | x86/fpu: Load xsave pointer *after* initializationBorislav Petkov2015-04-171-2/+6
| * | | | x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal()Oleg Nesterov2015-04-161-11/+11
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-185-49/+106
|\ \ \ \ \
| * | | | | perf/x86/intel/pt: Fix and clean up error handling in pt_event_add()Ingo Molnar2015-04-181-18/+15
| * | | | | perf/x86/intel: Add Broadwell support for the LBR callstackKan Liang2015-04-171-1/+1
| * | | | | perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain...Jacob Pan2015-04-171-21/+73
OpenPOWER on IntegriCloud