summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2014-06-21x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu-1/+98
2014-06-21x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu-138/+59
2014-06-21x86, mpparse, irq: Provide basic irqdomain supportJiang Liu-1/+9
2014-06-21x86, ACPI, irq: Provide basic irqdomain supportJiang Liu-2/+13
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu-4/+44
2014-06-21x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu-39/+127
2014-06-21x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSIJiang Liu-13/+8
2014-06-21x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu-36/+36
2014-06-21x86, irq: Simplify arch_early_irq_init()Jiang Liu-22/+11
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu-33/+42
2014-06-21x86, irq: Introduce some helper utilities to improve readabilityJiang Liu-7/+22
2014-06-21x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu-28/+33
2014-06-21x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu-10/+10
2014-06-21x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu-58/+62
2014-06-21x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu-19/+5
2014-06-21x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu-3/+0
2014-06-21x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu-16/+5
2014-06-21x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu-1/+9
2014-06-21x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu-6/+8
2014-06-21x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu-34/+16
2014-06-21x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu-20/+6
2014-06-21x86, acpi: Reorganize code to avoid forward declaration in boot.cJiang Liu-120/+116
2014-06-21x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu-4/+10
2014-06-21x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu-51/+44
2014-06-19x86/tsc: Get rid of custom DIV_ROUND() macroMichal Nazarewicz-4/+3
2014-06-18x86, cpufeature: Convert more "features" to bugsBorislav Petkov-3/+3
2014-06-18Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin-1163/+1728
2014-06-14x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu-3/+4
2014-06-12Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-24/+46
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-448/+521
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-10/+36
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-252/+226
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds-529/+994
2014-06-08Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait fo...Linus Torvalds-47/+79
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar-19/+48
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds-16/+41
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-18/+307
2014-06-05Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar-19/+18
2014-06-05x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov-79/+47
2014-06-05x86/smpboot: Log error on secondary CPU wakeup failure at ERR levelIgor Mammedov-1/+1
2014-06-05x86: Fix list/memory corruption on CPU hotplugIgor Mammedov-3/+0
2014-06-05uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updatesOleg Nesterov-19/+18
2014-06-05perf/x86: Add conditional branch filtering supportAnshuman Khandual-0/+5
2014-06-05perf/x86: Use common PMU interrupt disabled codeVince Weaver-9/+9
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie-22/+65
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar-161/+162
2014-06-05Merge branch 'perf/uprobes' into perf/coreIngo Molnar-277/+346
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds-14/+17
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov-1/+1
2014-06-04hwpoison: remove unused global variable in do_machine_check()Chen Yucong-5/+0