summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove bogus comment in futex_atomic_cmpxchg_inatomic()Thomas Gleixner2011-03-141-3/+0
* futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-6/+7
* futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-8/+10
* futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()Michel Lespinasse2011-03-111-3/+2
* ARM: 6765/1: remove obsolete comment from asm/mach/arch.hNicolas Pitre2011-02-261-4/+0
* ARM: 6757/1: fix tlb.h induced linux/swap.h build failureUwe Kleine-König2011-02-231-0/+2
* ARM: tlb: move noMMU tlb_flush() to asm/tlb.hRussell King2011-02-212-6/+4
* ARM: tlb: delay page freeing for SMP and ARMv7 CPUsRussell King2011-02-211-13/+89
* ARM: 6722/1: SPEAr: sp810: switch to slow mode before resetShiraz Hashim2011-02-211-0/+3
* ARM: 6741/1: errata: pl310 cache sync operation may be faultySrinidhi Kasagar2011-02-191-0/+1
* ARM: io: ensure inb/outb() et.al. are properly ordered on ARMv6+Russell King2011-01-311-16/+17
* ARM: 6637/1: Make the argument to virt_to_phys() "const volatile"Catalin Marinas2011-01-251-1/+1
* ARM: 6635/2: Configure reference clock for Versatile Express timersPawel Moll2011-01-251-0/+6
* 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
OpenPOWER on IntegriCloud