Age | Commit message (Expand) | Author |
2011-11-26 | ARM: 7177/1: GIC: avoid skipping non-existent PPIs in irq_start calculation | Will Deacon |
2011-11-26 | ARM: 7176/1: cpu_pm: register GIC PM notifier only once | Marc Zyngier |
2011-11-21 | ARM: 7165/2: PL330: Fix typo in _prepare_ccr() | Javi Merino |
2011-11-21 | ARM: 7163/2: PL330: Only register usable channels | Javi Merino |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-11-02 | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds |
2011-10-31 | arm: Add export.h to ARM specific files as required. | Paul Gortmaker |
2011-10-31 | ARM: gic: use module.h instead of export.h | Arnd Bergmann |
2011-10-31 | Merge branch 'dt/gic' into next/dt | Arnd Bergmann |
2011-10-31 | ARM: gic: fix irq_alloc_descs handling for sparse irq | Rob Herring |
2011-10-31 | ARM: gic: add OF based initialization | Rob Herring |
2011-10-31 | ARM: gic: add irq_domain support | Rob Herring |
2011-10-28 | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds |
2011-10-27 | Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu... | Linus Torvalds |
2011-10-27 | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds |
2011-10-26 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2011-10-25 | Merge branch 'misc' into for-linus | Russell King |
2011-10-25 | Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v... | Russell King |
2011-10-23 | Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform... | Russell King |
2011-10-23 | ARM: gic, local timers: use the request_percpu_irq() interface | Marc Zyngier |
2011-10-23 | ARM: gic: consolidate PPI handling | Marc Zyngier |
2011-10-22 | ARM: 7136/1: pl330: Fix a race condition | Javi Merino |
2011-10-17 | ARM: 7061/1: gic: convert logical CPU numbers into physical numbers | Will Deacon |
2011-10-15 | ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS | Zoltan Devai |
2011-10-01 | ARM: common/vic: use proper __iomem annotations | Arnd Bergmann |
2011-09-27 | clk: timer-sp: convert to clk_prepare()/clk_unprepare() | Russell King |
2011-09-27 | clk: sa1111: convert to clk_prepare()/clk_unprepare() | Russell King |
2011-09-23 | ARM: gic: Allow gic arch extensions to provide irqchip flags | Colin Cross |
2011-09-23 | ARM: gic: Use cpu pm notifiers to save gic state | Colin Cross |
2011-09-13 | locking, ARM: Annotate low level hw locks as raw | Thomas Gleixner |
2011-08-08 | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h | Russell King |
2011-07-30 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds |
2011-07-27 | Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-07-22 | Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci... | Russell King |
2011-07-22 | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle |
2011-07-21 | ARM: GIC: avoid routing interrupts to offline CPUs | Russell King |
2011-07-21 | ARM: CPU hotplug: fix abuse of irqdesc->node | Russell King |
2011-07-20 | ARM: GIC: move gic_chip_data structure declaration to header | Changhwan Youn |
2011-07-11 | Merge branch 'master' into for-next | Jiri Kosina |
2011-07-04 | ARM: dmabounce: no need to check dev->bus type in needs_bounce function | Russell King |
2011-07-04 | ARM: dmabounce: get rid of dma_needs_bounce global function | Russell King |
2011-07-03 | ARM: dmabounce: correct unmap_single dev_dbg | Russell King |
2011-07-03 | ARM: dmabounce: check pointer against NULL not 0 | Russell King |
2011-07-03 | ARM: dmabounce: remove useless pr_err | Russell King |
2011-07-03 | ARM: dmabounce: move decision for bouncing into __dma_map_page() | Russell King |
2011-07-03 | ARM: dmabounce: separate out decision to bounce | Russell King |
2011-07-03 | ARM: dmabounce: avoid needless valid_dma_direction() check | Russell King |
2011-07-03 | ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_page | Russell King |
2011-07-03 | ARM: dmabounce: fix map_single() error return value | Russell King |