summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* ARM: pxa: fix the missing definition of IRQ_BOARD_ENDEric Miao2010-11-031-1/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-303-10/+34
|\
| * Merge branch 'devel-stable' into develRussell King2010-10-282-3/+34
| |\
| | * Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel...Russell King2010-10-282-3/+30
| | |\
| | | * ARM: l2x0: Determine the cache sizeSantosh Shilimkar2010-10-261-0/+1
| | | * ARM: l2x0: Fix coding-style in the cache-l2x0.hSantosh Shilimkar2010-10-261-3/+5
| | | * arm: Disable outer (L2) cache in kexecThomas Gleixner2010-10-261-0/+24
| | * | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-10-281-0/+4
| | |\ \
| | | * | ARM: Add L2X0 PREFETCH and POWER control registerKyungmin Park2010-10-251-0/+4
| | | |/
| * | | ARM: fix memblock breakageRussell King2010-10-271-7/+0
| |/ /
* | | kgdb,arm: fix register dumpRabin Vincent2010-10-291-2/+3
|/ /
* | mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-8/+6
* | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-3/+3
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \
| * | Update broken web addresses in arch directory.Justin P. Mattock2010-10-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-221-82/+1
|\ \ \
| * | | ioctl: Use asm-generic/ioctls.h on arm (enables termiox)Jeff Mahoney2010-10-221-82/+1
| | |/ | |/|
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-2120-80/+410
|\ \ \
| * | | arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre2010-10-201-5/+1
| * | | ARM: make struct machine_desc definition coherent with its commentNicolas Pitre2010-10-201-1/+2
| * | | Merge branch 'devel-stable' into develRussell King2010-10-195-1/+46
| |\ \ \
| | * | | ARM: add a vma entry for the user accessible vector pageNicolas Pitre2010-10-012-1/+32
| | * | | ARM: SECCOMP supportNicolas Pitre2010-10-012-0/+13
| | * | | ARM: implement CONFIG_STRICT_DEVMEM by disabling access to RAM via /dev/memNicolas Pitre2010-10-011-0/+1
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King2010-10-1817-82/+369
| |\ \ \ \ \ \ \
| | | | | | * | | ARM: 6340/1: module - additional unwind tables for exit/devexit sectionsPhil Carmody2010-09-021-0/+2
| | | | | | * | | ARM: 6339/1: module - simplify unwind table handlingPhil Carmody2010-09-021-12/+17
| | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | ARM: 6428/1: add cpu_idle_wait() to support CPUidle on SMP systems.Kevin Hilman2010-10-081-0/+2
| | | | | * | | ARM: 6429/1: Check for is_smp for tlb_ops and cache_ops broadcastTony Lindgren2010-10-081-11/+17
| | | | | * | | ARM: 6405/1: Handle __flush_icache_all for CONFIG_SMP_ON_UPTony Lindgren2010-10-041-15/+41
| | | | | * | | ARM: Allow SMP kernels to boot on UP systemsRussell King2010-10-044-10/+63
| | | | | * | | ARM: Provide common header for hard_smp_processor_id()Russell King2010-10-041-0/+12
| | | | | * | | ARM: 6293/1: coresight: cosmetic fixesAlexander Shishkin2010-10-041-11/+11
| | | | | * | | ARM: 6291/1: coresight: move struct tracectx inside etm driverAlexander Shishkin2010-10-041-12/+0
| | | | | |/ /
| | | | * | | ARM: 6357/1: hw-breakpoint: add new ptrace requests for hw-breakpoint interac...Will Deacon2010-09-083-1/+17
| | | | * | | ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint frameworkWill Deacon2010-09-081-0/+123
| | | | * | | ARM: 6355/1: hw-breakpoint: add mechanism for hooking into prefetch abortsWill Deacon2010-09-081-0/+4
| | |_|/ / / | |/| | | |
| | | * | | ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftraceRabin Vincent2010-09-021-1/+2
| | | * | | ARM: 6318/1: ftrace: fix and update dynamic ftraceRabin Vincent2010-09-021-1/+18
| | |/ / / | |/| | |
| | * | | ARM: 6385/1: setup: detect aliasing I-cache when D-cache is non-aliasingWill Deacon2010-10-041-2/+6
| | * | | ARM: 6382/1: Remove superfluous flush_kernel_dcache_page()Catalin Marinas2010-09-191-3/+0
| | * | | ARM: 6381/1: Use lazy cache flushing on ARMv7 SMP systemsCatalin Marinas2010-09-191-0/+4
| | * | | ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT cachesCatalin Marinas2010-09-192-4/+32
| | * | | ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas2010-09-192-4/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-211-61/+84
|\ \ \ \ \
| * | | | | Fix IRQ flag handling namingDavid Howells2010-10-071-61/+84
| | |_|/ / | |/| | |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-0/+2
|\ \ \ \ \
| * | | | | arm: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner2010-10-161-0/+2
| |/ / / /
* | | | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-12/+0
|/ / / /
* | | | ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasingCatalin Marinas2010-09-191-0/+4
| |/ / |/| |
OpenPOWER on IntegriCloud