Age | Commit message (Expand) | Author |
2011-01-31 | ARM: io: ensure inb/outb() et.al. are properly ordered on ARMv6+ | Russell King |
2011-01-25 | ARM: 6637/1: Make the argument to virt_to_phys() "const volatile" | Catalin Marinas |
2011-01-25 | ARM: 6635/2: Configure reference clock for Versatile Express timers | Pawel Moll |
2011-01-15 | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds |
2011-01-12 | ARM: 6621/1: bitops: remove condition code clobber for CLZ | Rabin Vincent |
2011-01-11 | ARM: sched_clock: allow init_sched_clock() to be called early | Russell King |
2011-01-06 | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2011-01-06 | Merge branch 'devel-stable' into devel | Russell King |
2011-01-06 | Merge branch 'pgt' (early part) into devel | Russell King |
2011-01-06 | Merge branch 'misc' into devel | Russell King |
2011-01-06 | Merge branch 'smp' into misc | Russell King |
2011-01-06 | ARM: DMA: add support for DMA debugging | Russell King |
2011-01-05 | Merge branch 'clksrc' into devel | Russell King |
2011-01-05 | Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver... | Russell King |
2011-01-03 | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King |
2011-01-03 | ARM: it8152: add IT8152_LAST_IRQ definition to fix build error | Mike Rapoport |
2011-01-03 | ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn() | Russell King |
2011-01-03 | ARM: 6605/1: Add missing include "asm/memory.h" | Axel Lin |
2010-12-24 | ARM: 6541/1: move sev definition to common system.h include file | Shiraz Hashim |
2010-12-24 | ARM: provide an early platform initialization hook | Russell King |
2010-12-24 | ARM: simplify early machine init hooks | Russell King |
2010-12-24 | ARM: 6538/1: Subarch IRQ handler macros V3 | Magnus Damm |
2010-12-24 | ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-time | eric miao |
2010-12-24 | ARM: 6536/1: Add missing SZ_{32,64,128} | Stephen Warren |
2010-12-22 | ARM: sched_clock: provide common infrastructure for sched_clock() | Russell King |
2010-12-22 | ARM: pgtable: provide RDONLY page table bit rather than WRITE bit | Russell King |
2010-12-22 | ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN | Russell King |
2010-12-22 | ARM: pgtable: remove FIRST_USER_PGD_NR | Russell King |
2010-12-22 | ARM: pgtable: collect up identity mapping functions | Russell King |
2010-12-22 | ARM: pgtable: switch order of Linux vs hardware page tables | Russell King |
2010-12-20 | Merge branches 'devel-iommu-mailbox' and 'devel-l2x0' into omap-for-linus | Tony Lindgren |
2010-12-20 | ARM: localtimer: clean up local timer on hot unplug | Russell King |
2010-12-20 | ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels. | Dave Martin |
2010-12-20 | ARM: SMP: remove smp_mpidr.h | Russell King |
2010-12-20 | ARM: SMP: consolidate the common parts of smp_prepare_cpus() | Russell King |
2010-12-20 | ARM: SMP: collect IPI and local timer IRQs for /proc/stat | Russell King |
2010-12-20 | ARM: SMP: provide individual IPI interrupt statistics | Russell King |
2010-12-20 | ARM: fix /proc/interrupts formatting | Russell King |
2010-12-20 | ARM: SMP: move ipi_count into irq_stat structure | Russell King |
2010-12-20 | ARM: SMP: provide accessors for irq_stat data | Russell King |
2010-12-20 | ARM: include local timer irq stats only when local timers configured | Russell King |
2010-12-19 | ARM: get rid of kmap_high_l1_vipt() | Nicolas Pitre |
2010-12-18 | ARM: l2x0: Add aux control register bitfields | Santosh Shilimkar |
2010-12-18 | Merge branch 'hw-breakpoint' of git://repo.or.cz/linux-2.6/linux-wd into deve... | Russell King |
2010-12-14 | ARM: GIC: move enablement of PPI interrupts to gic.c | Russell King |
2010-12-14 | ARM: GIC: private a standard get_irqnr_preamble assembler macro | Russell King |
2010-12-14 | ARM: GIC: consolidate gic_cpu_base_addr to common GIC code | Russell King |
2010-12-14 | ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_init | Russell King |
2010-12-14 | ARM: GIC: provide a single initialization function for boot CPU | Russell King |
2010-12-08 | ARM: io: simplify ioremap* and iounmap definitions | Russell King |