aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-152-1/+3
|\
| * ARM: 6621/1: bitops: remove condition code clobber for CLZRabin Vincent2011-01-121-1/+1
| * ARM: sched_clock: allow init_sched_clock() to be called earlyRussell King2011-01-111-0/+2
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-061-1/+11
|\ \ | |/ |/|
| *-. Merge branches 'devel-iommu-mailbox' and 'devel-l2x0' into omap-for-linusTony Lindgren2010-12-202-9/+16
| |\ \
| | | * ARM: l2x0: Add aux control register bitfieldsSantosh Shilimkar2010-12-181-1/+11
| | |/ | |/|
* | | Merge branch 'devel-stable' into develRussell King2011-01-061-2/+2
|\ \ \
| * \ \ Merge branch 'hw-breakpoint' of git://repo.or.cz/linux-2.6/linux-wd into deve...Russell King2010-12-181-2/+2
| |\ \ \
| | * | | ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpointsWill Deacon2010-12-061-2/+2
| | * | | ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabledWill Deacon2010-12-061-1/+1
| | |/ /
* | | | Merge branch 'pgt' (early part) into develRussell King2011-01-063-190/+181
|\ \ \ \
| * | | | ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King2010-12-221-19/+19
| * | | | ARM: pgtable: invert L_PTE_EXEC to L_PTE_XNRussell King2010-12-221-22/+22
| * | | | ARM: pgtable: remove FIRST_USER_PGD_NRRussell King2010-12-221-2/+1
| * | | | ARM: pgtable: collect up identity mapping functionsRussell King2010-12-221-0/+3
| * | | | ARM: pgtable: switch order of Linux vs hardware page tablesRussell King2010-12-222-38/+32
| * | | | ARM: pgtable: introduce pteval_t to represent a pte valueRussell King2010-11-262-22/+25
| * | | | ARM: pgtable: use phys_addr_t for physical addressesRussell King2010-11-262-4/+6
| * | | | ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow()Russell King2010-11-261-5/+2
| * | | | ARM: pgtable: directly pass pgd/pmd/pte to their error functionsRussell King2010-11-261-6/+6
| * | | | ARM: pgtable: group pte functions togetherRussell King2010-11-261-59/+51
| * | | | ARM: pgtable: group pgd functions and data togetherRussell King2010-11-261-21/+23
| * | | | ARM: pgtable: move pgprot functions to one placeRussell King2010-11-261-22/+21
* | | | | Merge branch 'misc' into develRussell King2011-01-0618-105/+239
|\ \ \ \ \
| * \ \ \ \ Merge branch 'smp' into miscRussell King2011-01-0611-45/+57
| |\ \ \ \ \
| | * | | | | ARM: localtimer: clean up local timer on hot unplugRussell King2010-12-202-13/+0
| | * | | | | ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin2010-12-201-3/+19
| | * | | | | ARM: SMP: remove smp_mpidr.hRussell King2010-12-201-17/+0
| | * | | | | ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King2010-12-201-4/+5
| | * | | | | ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King2010-12-201-0/+8
| | * | | | | ARM: SMP: provide individual IPI interrupt statisticsRussell King2010-12-201-1/+3
| | * | | | | ARM: fix /proc/interrupts formattingRussell King2010-12-202-3/+3
| | * | | | | ARM: SMP: move ipi_count into irq_stat structureRussell King2010-12-201-0/+3
| | * | | | | ARM: SMP: provide accessors for irq_stat dataRussell King2010-12-201-0/+3
| | * | | | | ARM: include local timer irq stats only when local timers configuredRussell King2010-12-201-0/+2
| | * | | | | ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-031-2/+2
| | | |_|/ / | | |/| | |
| * | | | | ARM: DMA: add support for DMA debuggingRussell King2011-01-061-12/+53
| * | | | | ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()Russell King2011-01-031-15/+19
| * | | | | ARM: 6541/1: move sev definition to common system.h include fileShiraz Hashim2010-12-241-0/+7
| * | | | | ARM: provide an early platform initialization hookRussell King2010-12-241-0/+1
| * | | | | ARM: simplify early machine init hooksRussell King2010-12-243-3/+5
| * | | | | ARM: 6538/1: Subarch IRQ handler macros V3Magnus Damm2010-12-241-0/+44
| * | | | | ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-timeeric miao2010-12-242-0/+7
| * | | | | ARM: implement support for read-mostly sectionsRussell King2010-12-051-0/+2
| * | | | | ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD2010-11-261-16/+6
| * | | | | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas2010-11-045-20/+51
* | | | | | Merge branch 'clksrc' into develRussell King2011-01-053-2/+144
|\ \ \ \ \ \
| * | | | | | ARM: sched_clock: provide common infrastructure for sched_clock()Russell King2010-12-221-0/+118
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'ftrace' of git://github.com/rabinv/linux-2.6 into devel-stableRussell King2010-11-262-2/+26
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent2010-11-192-2/+26