summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7938/1: OMAP4/highbank: Flush L2 cache before disablingTaras Kondratiuk2014-01-122-0/+2
* ARM: 7939/1: traps: fix opcode endianness when read from user memoryTaras Kondratiuk2014-01-111-2/+3
* ARM: 7937/1: perf_event: Silence sparse warningStephen Boyd2014-01-111-1/+1
* ARM: 7934/1: DT/kernel: fix arch_match_cpu_phys_id to avoid erroneous matchSudeep Holla2014-01-111-1/+1
* Revert "ARM: 7908/1: mm: Fix the arm_dma_limit calculation"Russell King2014-01-071-1/+1
* ARM: 7933/1: rename ioremap_cached to ioremap_cacheRob Herring2014-01-052-2/+2
* ARM: fix "bad mode in ... handler" message for undefined instructionsRussell King2014-01-051-1/+7
* CRYPTO: Fix more AES build errorsRussell King2014-01-052-2/+2
* ARM: 7931/1: Correct virt_addr_validLaura Abbott2013-12-291-1/+2
* ARM: 7923/1: mm: fix dcache flush logic for compound high pagesSteven Capper2013-12-291-3/+3
* ARM: fix footbridge clockevent deviceRussell King2013-12-291-2/+3
* ARM: fix asm/memory.h build errorRussell King2013-12-133-20/+17
* ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst2013-12-091-1/+2
* ARM: 7913/1: fix framepointer check in unwind_frameKonstantin Khlebnikov2013-12-091-1/+1
* ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov2013-12-091-2/+5
* ARM: 7909/1: mm: Call setup_dma_zone() post early_paging_init()Santosh Shilimkar2013-12-091-2/+1
* ARM: 7908/1: mm: Fix the arm_dma_limit calculationSantosh Shilimkar2013-12-091-1/+1
* ARM: another fix for the DMA mapping checksRussell King2013-12-091-51/+40
* ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculationFabio Estevam2013-11-301-0/+1
* ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2013-11-302-9/+16
* ARM: 7895/1: signal: fix armv7-m build issue in sigreturn_codes.SVictor Kamensky2013-11-301-9/+31
* ARM: footbridge: fix EBSA285 LEDsRussell King2013-11-301-9/+13
* ARM: footbridge: fix VGA initialisationRussell King2013-11-302-2/+3
* ARM: fix booting low-vectors machinesRussell King2013-11-303-3/+4
* ARM: dma-mapping: check DMA mask against available memoryRussell King2013-11-301-2/+7
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-228-14/+39
|\
| * ARM: 7894/1: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMERWill Deacon2013-11-201-0/+1
| * ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMPWill Deacon2013-11-201-1/+1
| * ARM: 7892/1: Fix warning for V7M buildsOlof Johansson2013-11-191-1/+1
| * ARM: 7888/1: seccomp: not compatible with ARM OABIKees Cook2013-11-141-1/+6
| * ARM: 7886/1: make OABI default to offKees Cook2013-11-141-2/+1
| * ARM: 7885/1: Save/Restore 64-bit TTBR registers on LPAE suspend/resumeMahesh Sivasubramanian2013-11-141-5/+12
| * ARM: 7884/1: mm: Fix ECC mem policy printkMichal Simek2013-11-141-2/+2
| * ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BEVictor Kamensky2013-11-141-1/+5
| * ARM: 7882/1: mm: fix __phys_to_virt to work with 64 bit phys_addr_t in BE caseVictor Kamensky2013-11-141-1/+8
| * ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE caseVictor Kamensky2013-11-141-0/+1
| * ARM: Fix nommu.c build warningRussell King2013-11-141-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-221-6/+28
|\ \
| * \ Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-k...Gleb Natapov2013-11-191-6/+28
| |\ \
| | * | arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall2013-11-161-6/+28
* | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-204-62/+2
|\ \ \ \
| * \ \ \ Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-163-60/+0
| |\ \ \ \
| | * | | | dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-143-60/+0
| * | | | | Merge branch 'dma_complete' into nextVinod Koul2013-10-311-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | dmanengine: fix edma driver to not define DMA_COMPLETEVinod Koul2013-10-301-2/+2
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-6/+0
|\ \ \ \ \ \
| * | | | | | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-6/+0
* | | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-11-181-0/+1
|\ \ \ \ \ \ \
| * | | | | | | watchdog: sirf: add watchdog driver of CSR SiRFprimaII and SiRFatlasVIXianglong Du2013-11-171-0/+1
* | | | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-1821-21/+21
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud