summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King2014-01-2164-470/+1155
|\ \ \ \ \
| | | | | * ARM: 7935/1: sa1100: collie: add gpio-keys configurationDmitry Eremin-Solenikov2014-01-111-0/+35
| | | | | * ARM: 7901/1: sa1100: h3600: refactor IrDA GPIO handlingDmitry Eremin-Solenikov2013-12-131-19/+7
| | | | | * ARM: 7900/1: sa1100: h3100: refactor IrDA GPIO handlingDmitry Eremin-Solenikov2013-12-131-2/+17
| | | | | * ARM: 7899/1: sa1100: h3600: refactor LCD GPIO handlingDmitry Eremin-Solenikov2013-12-131-22/+26
| | | | | * ARM: 7898/1: sa1100: h3100: refactor LCD GPIO handlingDmitry Eremin-Solenikov2013-12-131-8/+27
| | | | | * ARM: sa11x0: assabet: clean up IrDA power settingRussell King2013-12-121-6/+3
| | | | | * ARM: sa11x0: assabet: allow UCB1300 to wake up AssabetRussell King2013-12-121-0/+1
| | | | | * ARM: sa11x0: assabet: better reset handlingRussell King2013-12-122-4/+137
| | | | * | ARM: SMP implementations are not supposed to return from smp_ops.cpu_die()Russell King2014-01-211-0/+3
| | | | * | ARM: ignore memory below PHYS_OFFSETRussell King2014-01-211-0/+14
| | | | * | Fix select-induced Kconfig warning for ZBOOT_ROMRussell King2014-01-212-4/+3
| | | | * | ARM: 7932/1: bcm: Add DEBUG_LL console supportChristian Daudt2013-12-291-1/+15
| | | | * | ARM: 7929/1: Remove duplicate SCHED_HRTICK config optionAxel Lin2013-12-291-3/+0
| | | | * | ARM: 7928/1: kconfig: select HAVE_EFFICIENT_UNALIGNED_ACCESS for CPUv6+ && MMUWill Deacon2013-12-291-1/+2
| | | | * | ARM: 7927/1: dcache: select DCACHE_WORD_ACCESS for big-endian CPUsWill Deacon2013-12-292-9/+11
| | | | * | ARM: 7926/1: mm: flesh out and fix the comments in the ASID allocatorWill Deacon2013-12-291-6/+10
| | | | * | ARM: 7925/1: mm: keep track of last ASID allocation to improve bitmap searchingWill Deacon2013-12-291-1/+3
| | | | * | ARM: 7924/1: mm: don't bother with reserved ttbr0 when running with LPAEWill Deacon2013-12-291-10/+11
| | | | * | ARM: PCI: add legacy IDE IRQ implementationRussell King2013-12-291-4/+1
| | | | * | ARM: footbridge: cleanup LEDs codeRussell King2013-12-293-13/+15
| | | | * | ARM: pgd allocation: retry on failureRussell King2013-12-291-1/+1
| | | | * | ARM: footbridge: add one-shot mode for DC21285 timerRussell King2013-12-291-2/+20
| | | | * | ARM: footbridge: add sched_clock implementationRussell King2013-12-293-0/+20
| | | | * | ARM: 7922/1: l2x0: add Marvell Tauros3 supportSebastian Hesselbarth2013-12-294-19/+94
| | | | * | ARM: 7877/1: use built-in byte swap functionKim Phillips2013-12-295-5/+53
| | | | * | ARM: 7921/1: mcpm: remove redundant dsb instructions prior to sevWill Deacon2013-12-291-2/+2
| | | | * | ARM: 7920/1: topology: Staticise non-exported symbolsMark Brown2013-12-291-6/+6
| | | | * | ARM: fix csum_tcpudp_magic() miscompilationRussell King2013-12-291-10/+24
| | | | * | ARM: 7919/1: mm: refactor v7 cache cleaning ops to use way/index sequenceLorenzo Pieralisi2013-12-291-7/+7
| | | | * | ARM: 7918/1: clean up cache handling in core codeNicolas Pitre2013-12-292-4/+2
| | | | * | ARM: 7911/2: Clean up setup printks a bitOlof Johansson2013-12-291-21/+20
| | | | * | ARM: 7906/1: mmc: mmci: Remove unnecessary amba_set_drvdata()Michal Simek2013-12-291-2/+0
| | | | * | ARM: 7905/1: etm: Remove unnecessary amba_set_drvdata()Michal Simek2013-12-291-6/+0
| | | | * | ARM: 7904/1: input: ambakmi: Remove unnecessary amba_set_drvdata()Michal Simek2013-12-291-2/+0
| | | | * | ARM: 7890/1: v7-M: drop using mach/entry-macro.SUwe Kleine-König2013-12-291-2/+0
| | | | * | ARM: make kernel oops easier to readRussell King2013-12-292-11/+11
| | | | * | ARM: 7896/1: rename ioremap_cached to ioremap_cacheRob Herring2013-12-293-3/+3
| | | * | | ARM: fix executability of CMA mappingsRussell King2013-12-112-4/+5
| | | * | | ARM: add DEBUG_SET_MODULE_RONX option to KconfigLaura Abbott2013-12-111-0/+11
| | | * | | ARM: mm: Define set_memory_* functions for ARMLaura Abbott2013-12-112-0/+43
| | | * | | ARM: add definitions for pte_mkexec/pte_mknexecLaura Abbott2013-12-111-0/+2
| | | * | | ARM: implement basic NX support for kernel lowmem mappingsRussell King2013-12-112-5/+51
| | | * | | ARM: add permission annotations to MT_MEMORY* mapping typesRussell King2013-12-118-36/+38
| | | * | | ARM: add support to dump the kernel page tablesRussell King2013-12-115-0/+360
| | * | | | 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