- 2f078b9 x86, apic: Remove enable_apic_mode callback by David Rientjes · 10 years ago
- 11a8318 x86, apic: Remove setup_portio_remap callback by David Rientjes · 10 years ago
- e76661b x86, apic: Remove multi_timer_check callback by David Rientjes · 10 years ago
- 4c59f3e x86, apic: Replace noop_check_apicid_used by David Rientjes · 10 years ago
- 658ffd7 x86, apic: Remove check_apicid_present callback by David Rientjes · 10 years ago
- c460b5d x86, apic: Remove mps_oem_check callback by David Rientjes · 10 years ago
- 300eddf x86, apic: Remove smp_callin_clear_local_apic callback by David Rientjes · 10 years ago
- 6ab1b27 x86, apic: Replace trampoline physical addresses with defaults by David Rientjes · 10 years ago
- 80a2670 x86, apic: Remove x86_32_numa_cpu_node callback by David Rientjes · 10 years ago
- a4355e6 x86: intel-mid: Use the new io_apic interfaces by Jiang Liu · 11 years ago
- 411cf9e x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box() by Oren Twaig · 11 years ago
- b81975e x86, irq: Clean up irqdomain transition code by Jiang Liu · 11 years ago
- 00f49c2 x86, irq, devicetree: Release IOAPIC pin when PCI device is disabled by Jiang Liu · 11 years ago
- 8a3e533 x86, irq, SFI: Release IOAPIC pin when PCI device is disabled by Jiang Liu · 11 years ago
- c03b3b0 x86, irq, mpparse: Release IOAPIC pin when PCI device is disabled by Jiang Liu · 11 years ago
- 6a38fa0 x86, irq, ACPI: Release IOAPIC pin when PCI device is disabled by Jiang Liu · 11 years ago
- df334be x86, irq: Introduce helper functions to release IOAPIC pin by Jiang Liu · 11 years ago
- 16ee7b3 x86, irq: Simplify the way to handle ISA IRQ by Jiang Liu · 11 years ago
- 9f354b0 x86, irq: Clean up unused IOAPIC interface by Jiang Liu · 11 years ago
- 795aacf x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pins by Jiang Liu · 11 years ago
- ecc527d x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pins by Jiang Liu · 11 years ago
- 9506063 x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pins by Jiang Liu · 11 years ago
- d7b8300 x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pins by Jiang Liu · 11 years ago
- 15a3c7c x86, irq: Introduce two helper functions to support irqdomain map operation by Jiang Liu · 11 years ago
- facd8fd x86, devicetree, irq: Use common mechanism to support irqdomain by Jiang Liu · 11 years ago
- 1b5d3e0 x86, SFI, irq: Provide basic irqdomain support by Jiang Liu · 11 years ago
- 74501ed x86, mpparse, irq: Provide basic irqdomain support by Jiang Liu · 11 years ago
- ca7e28aa x86, ACPI, irq: Provide basic irqdomain support by Jiang Liu · 11 years ago
- 44767bf x86, irq: Enhance mp_register_ioapic() to support irqdomain by Jiang Liu · 11 years ago
- d7f3d47 x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC by Jiang Liu · 11 years ago
- 84245af x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSI by Jiang Liu · 11 years ago
- 6b9fb70 x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number by Jiang Liu · 11 years ago
- 4b92b4f x86, irq: Simplify arch_early_irq_init() by Jiang Liu · 11 years ago
- 95d76ac x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACY by Jiang Liu · 11 years ago
- 6532ce9 x86: ce4100, irq: Do not set legacy_pic to null_legacy_pic by Jiang Liu · 11 years ago
- 6084a6e x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APIC by Jiang Liu · 11 years ago
- 18e4855 x86, irq: Introduce some helper utilities to improve readability by Jiang Liu · 11 years ago
- 7959850 x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain by Jiang Liu · 11 years ago
- 32f5ef5 x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability by Jiang Liu · 11 years ago
- f44d169 x86, ioapic: Introduce helper utilities to walk ioapics and pins by Jiang Liu · 11 years ago
- 518b2c63 x86, ioapic: Kill static variable nr_irqs_gsi by Jiang Liu · 11 years ago
- 4035ed0 x86, ioapic: Kill unused global variable timer_through_8259 by Jiang Liu · 11 years ago
- 3eb2be5 x86, irq, trivial: Minor improvements of IRQ related code by Jiang Liu · 11 years ago
- 2e0ad0e x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQ by Jiang Liu · 11 years ago
- 2c0a689 x86, ACPI, irq: Enhance error handling in function acpi_register_gsi() by Jiang Liu · 11 years ago
- e819813 x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.c by Jiang Liu · 11 years ago
- 032329e x86, acpi, irq: Kill static function irq_to_gsi() by Jiang Liu · 11 years ago
- 965cd0e x86, PCI, ACPI: Use kmalloc_node() to optimize for performance by Jiang Liu · 11 years ago
- 8d7cdcb x86, acpi: Reorganize code to avoid forward declaration in boot.c by Jiang Liu · 11 years ago
- a491cc902 x86, mpparse: Simplify arch/x86/include/asm/mpspec.h by Jiang Liu · 11 years ago
- b1bfd5e x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL) by Jiang Liu · 11 years ago
- 43a7759 genirq: Export irq_domain_disassociate() to architecture interrupt drivers by Jiang Liu · 11 years ago
- 401c58f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 7b08d61 Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 7a8e9c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
- f1b35b8 Merge tag 'for-linus' of git://github.com/gxt/linux by Linus Torvalds · 11 years ago
- 60761c1 Merge tag 'char-misc-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
- e6934ab Merge tag 'staging-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
- c3cb500 Merge tag 'tty-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
- 564fbee Merge tag 'usb-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
- 73b35d0 MAINTAINERS: add entry for VMware Balloon driver by Dmitry Torokhov · 11 years ago
- 3c8fb50 Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 4ef6107 Merge tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
- 0c9bc27 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
- f1d7024 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
- 58c72f9 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
- 37014f5 w1: mxc_w1: Fix incorrect "presence" status by Alexander Shiyan · 11 years ago
- c026a3f imx-drm: parallel-display: Fix DPMS default state. by Denis Carikli · 11 years ago
- b28e7d5 staging: android: timed_output: fix use after free of dev by Yi Zhang · 11 years ago
- d670878 unicore32: Remove ARCH_HAS_CPUFREQ config option by Stephen Boyd · 11 years ago
- ceebf4d UniCore32: Change git tree location information in MAINTAINERS by Guan Xuetao · 11 years ago
- 92543fd arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failure by Chen Gang · 11 years ago
- 3420d49 arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure. by Chen Gang · 11 years ago
- 40ad2a6 arch: unicore32: ksyms: export additional find_first_*() to avoid compiling failure by Chen Gang · 11 years ago
- 8a01659 arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM by Chen Gang · 11 years ago
- aaad618 unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h by Chen Gang · 11 years ago
- f80561e arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling failure by Chen Gang · 11 years ago
- 8902b10 drivers: scsi: mvsas: fix compiling issue by adding 'MVS_' for "enum pci_interrupt_cause" by Chen Gang · 11 years ago
- 8065042 arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compiling failure by Chen Gang · 11 years ago
- 5a5ffc9 arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling failure by Chen Gang · 11 years ago
- 73fa540 drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0 by Chen Gang · 11 years ago
- c863810 drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue by Chen Gang · 11 years ago
- 312c6df arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition by Chen Gang · 11 years ago
- 1febf61 arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc() by Chen Gang · 11 years ago
- 1ff38c5 arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error by Chen Gang · 11 years ago
- db7ef28 arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macros by Chen Gang · 11 years ago
- df8e4c7 arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmalloc_area() by Chen Gang · 11 years ago
- 4877b60 arch/unicore32/kernel/ksyms.c: remove several undefined exported symbols by Chen Gang · 11 years ago
- 60efcf0 tty/serial: fix 8250 early console option passing to regular console by Rob Herring · 11 years ago
- 66528f9 tty: Correct INPCK handling by Peter Hurley · 11 years ago
- ef8b9dd serial: Fix IGNBRK handling by Peter Hurley · 11 years ago
- 894e552 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
- 3d09c62 Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
- 92b9441 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
- c4222e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 11 years ago
- 2ba87ea Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 11 years ago
- 639bb92 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
- cf8116c Merge branches 'acpi-general', 'acpi-processor', 'acpi-lpss' and 'acpi-battery' by Rafael J. Wysocki · 11 years ago
- 884d614 Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
- fb54918 drm: fix uninitialized acquire_ctx fields (v2) by Rob Clark · 11 years ago