summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-11-08m68k/irq: Remove obsolete m68k irq frameworkGeert Uytterhoeven
2011-11-08m68k/q40: Convert Q40/Q60 to genirqGeert Uytterhoeven
2011-11-08m68k/sun3: Convert Sun3/3x to genirqGeert Uytterhoeven
2011-11-08m68k/sun3: Use the kstat_irqs_cpu() wrapperGeert Uytterhoeven
2011-11-08m68k/apollo: Convert Apollo to genirqGeert Uytterhoeven
2011-11-08m68k/vme: Convert VME to genirqGeert Uytterhoeven
2011-11-08m68k/hp300: Convert HP9000/300 and HP9000/400 to genirqGeert Uytterhoeven
2011-11-08m68k/mac: Optimize interrupts using chain handlersGeert Uytterhoeven
2011-11-08m68k/mac: Convert Mac to genirqGeert Uytterhoeven
2011-11-08m68k/amiga: Optimize interrupts using chain handlersGeert Uytterhoeven
2011-11-08m68k/amiga: Convert Amiga to genirqGeert Uytterhoeven
2011-11-08m68k/amiga: Refactor amiints.cGeert Uytterhoeven
2011-11-08m68k/atari: Remove code and comments about different irq typesGeert Uytterhoeven
2011-11-08m68k/atari: Convert Atari to genirqGeert Uytterhoeven
2011-11-08m68k/irq: Add genirq supportGeert Uytterhoeven
2011-11-08m68k/irq: Remove obsolete IRQ_FLG_* usersGeert Uytterhoeven
2011-11-08m68k/irq: Rename {,__}m68k_handle_int()Geert Uytterhoeven
2011-11-08m68k/irq: Add m68k_setup_irq_controller()Geert Uytterhoeven
2011-11-08m68k/irq: Extract irq_set_chip()Geert Uytterhoeven
2011-11-08m68k/irq: Rename setup_irq() to m68k_setup_irq() and make it staticGeert Uytterhoeven
2011-11-08m68k/irq: Switch irq_chip methods to "struct irq_data *data"Geert Uytterhoeven
2011-11-08m68k/irq: Rename irq_node to irq_dataGeert Uytterhoeven
2011-11-08m68k/irq: Kill irq_node_t typedef, always use struct irq_nodeGeert Uytterhoeven
2011-11-08m68k/irq: Rename irq_controller to irq_chipGeert Uytterhoeven
2011-11-08m68k: Revive lost DIO bus config optionGeert Uytterhoeven
2011-11-08m68k: Revive lost ARAnyM config optionsGeert Uytterhoeven
2011-11-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Linus Torvalds
2011-11-07Merge branch 'fixes-modulesplit' into fixesTony Lindgren
2011-11-07ARM: OMAP: Fix export.h or module.h includesTony Lindgren
2011-11-07ARM: OMAP: omap_device: Include linux/export.hAxel Lin
2011-11-07arm: Add export.h to recently added files for EXPORT_SYMBOLPaul Gortmaker
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-11-07Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2011-11-07Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-07Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown
2011-11-07Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-11-07Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-11-07cpuidle: Single/Global registration of idle statesDeepthi Dharwar
2011-11-07cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar
2011-11-07cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar
2011-11-07Merge branch 'rmobile-latest' of git://github.com/pmundt/linux-shLinus Torvalds
2011-11-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-11-07Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds
2011-11-06mrst pmu: update commentLen Brown
2011-11-06ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynosKukjin Kim
2011-11-06ARM: EXYNOS4: convert MCT to percpu interrupt APIMarc Zyngier
2011-11-06ARM: SAMSUNG: Add clk enable/disable of pwmJoonyoung Shim
2011-11-06ARM: SAMSUNG: Fix compile error due to kfreeJonghwan Choi