| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 1 | -9/+5 |
* | x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 3 | -46/+35 |
* | x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 2 | -3/+3 |
* | x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 1 | -32/+12 |
* | x86, irq: Introduce two helper functions to support irqdomain map operation | Jiang Liu | 2014-06-21 | 2 | -1/+103 |
* | x86, devicetree, irq: Use common mechanism to support irqdomain | Jiang Liu | 2014-06-21 | 3 | -140/+59 |
* | x86, SFI, irq: Provide basic irqdomain support | Jiang Liu | 2014-06-21 | 3 | -1/+12 |
* | x86, mpparse, irq: Provide basic irqdomain support | Jiang Liu | 2014-06-21 | 1 | -1/+9 |
* | x86, ACPI, irq: Provide basic irqdomain support | Jiang Liu | 2014-06-21 | 1 | -2/+13 |
* | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu | 2014-06-21 | 6 | -6/+47 |
* | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC | Jiang Liu | 2014-06-21 | 4 | -41/+147 |
* | x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSI | Jiang Liu | 2014-06-21 | 1 | -13/+8 |
* | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number | Jiang Liu | 2014-06-21 | 3 | -36/+38 |
* | x86, irq: Simplify arch_early_irq_init() | Jiang Liu | 2014-06-21 | 1 | -22/+11 |
* | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu | 2014-06-21 | 6 | -36/+51 |
* | x86: ce4100, irq: Do not set legacy_pic to null_legacy_pic | Jiang Liu | 2014-06-21 | 1 | -2/+0 |
* | x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APIC | Jiang Liu | 2014-06-21 | 2 | -7/+3 |
* | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu | 2014-06-21 | 2 | -7/+24 |
* | x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain | Jiang Liu | 2014-06-21 | 1 | -28/+33 |
* | x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability | Jiang Liu | 2014-06-21 | 1 | -10/+10 |
* | x86, ioapic: Introduce helper utilities to walk ioapics and pins | Jiang Liu | 2014-06-21 | 1 | -58/+62 |
* | x86, ioapic: Kill static variable nr_irqs_gsi | Jiang Liu | 2014-06-21 | 1 | -19/+5 |
* | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu | 2014-06-21 | 2 | -7/+0 |
* | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu | 2014-06-21 | 3 | -28/+12 |
* | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQ | Jiang Liu | 2014-06-21 | 1 | -1/+9 |
* | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi() | Jiang Liu | 2014-06-21 | 1 | -6/+8 |
* | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.c | Jiang Liu | 2014-06-21 | 1 | -34/+16 |
* | x86, acpi, irq: Kill static function irq_to_gsi() | Jiang Liu | 2014-06-21 | 1 | -20/+6 |
* | x86, PCI, ACPI: Use kmalloc_node() to optimize for performance | Jiang Liu | 2014-06-21 | 1 | -3/+3 |
* | x86, acpi: Reorganize code to avoid forward declaration in boot.c | Jiang Liu | 2014-06-21 | 1 | -120/+116 |
* | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu | 2014-06-21 | 5 | -22/+12 |
* | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL) | Jiang Liu | 2014-06-21 | 1 | -51/+44 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-21 | 1 | -3/+4 |
|\ |
|
| * | x86/kprobes: Fix build errors and blacklist context_track_user | Masami Hiramatsu | 2014-06-14 | 1 | -3/+4 |
* | | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-20 | 2 | -2/+8 |
|\ \ |
|
| * | | x86, kaslr: boot-time selectable with hibernation | Kees Cook | 2014-06-16 | 2 | -2/+8 |
* | | | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-06-19 | 3 | -29/+37 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86/xen: no need to explicitly register an NMI callback | David Vrabel | 2014-06-18 | 1 | -8/+1 |
| * | | Revert "xen/pvh: Update E820 to work with PVH (v2)" | David Vrabel | 2014-06-05 | 1 | -20/+2 |
| * | | x86/xen: fix memory setup for PVH dom0 | David Vrabel | 2014-06-05 | 3 | -1/+34 |
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-14 | 4 | -27/+87 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/vdso: Fix vdso_install | Andy Lutomirski | 2014-06-13 | 1 | -11/+11 |
| * | | x86/vdso: Hack to keep 64-bit Go programs working | Andy Lutomirski | 2014-06-13 | 3 | -13/+60 |
| * | | x86/vdso: Add PUT_LE to store little-endian values | Andy Lutomirski | 2014-06-13 | 1 | -3/+16 |
| * | | x86, vdso: Remove one final use of htole16() | H. Peter Anvin | 2014-06-11 | 1 | -1/+1 |
* | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-06-13 | 4 | -24/+46 |
|\ \ \ |
|
| * | | | x86/irq: Fix fixup_irqs() error handling | Prarit Bhargava | 2014-04-16 | 2 | -14/+27 |
| * | | | Merge branch 'x86/apic' into x86/irq, to consolidate branches. | Ingo Molnar | 2014-04-16 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriately | K. Y. Srinivasan | 2014-04-14 | 2 | -10/+19 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-13 | 26 | -467/+559 |
|\ \ \ \ \ |
|