summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CRIS: drop unused Kconfig symbolsPaul Bolle2013-09-104-467/+0
* CRIS: Add kvm_para.h which includes generic fileJesper Nilsson2013-09-101-0/+1
* CRIS: remove unused current_regsJesper Nilsson2013-09-101-1/+0
* CRIS: Remove last traces of legacy RTC driversPaul Bolle2013-09-103-81/+0
* CRIS: remove "config OOM_REBOOT"Paul Bolle2013-09-101-3/+0
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-09-05103-1343/+1590
|\
| *---. Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King2013-09-05103-1343/+1590
| |\ \ \
| | | | * ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon2013-09-022-20/+2
| | | | * ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tablesDouglas Anderson2013-09-022-0/+10
| | | | * ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machinesUwe Kleine-König2013-09-023-1/+32
| | | | * ARM: 7823/1: errata: workaround Cortex-A15 erratum 773022Will Deacon2013-09-022-1/+22
| | | | * ARM: 7825/1: document the use of NEON in kernel modeArd Biesheuvel2013-08-251-0/+121
| | | | * ARM: 7824/1: update advice on kernel, initramfs and FDT load address.Ian Campbell2013-08-251-10/+32
| | | | * ARM: 7822/1: add workaround for ambiguous C99 stdint.h typesArd Biesheuvel2013-08-251-0/+40
| | | | * ARM: 7821/1: DT: binding fixup to align with vendor-prefixes.txtChristian Daudt2013-08-202-2/+6
| | | | * ARM: 7820/1: mm: cache-l2x0: Print the cache size in kBFabio Estevam2013-08-201-3/+3
| | | | * ARM: 7818/1: feroceon: Add suspend/resume operationEzequiel Garcia2013-08-202-1/+27
| | | | * ARM: 7814/2: Allow forced irq threadingThomas Gleixner2013-08-201-0/+1
| | | | * ARM: 7813/1: Mark pmu interupt IRQF_NO_THREADThomas Gleixner2013-08-201-1/+2
| | | | * ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICEChristoffer Dall2013-08-132-2/+1
| | | | * ARM: 7792/1: mm: Remove general hugetlb code from ARMSteven Capper2013-07-312-43/+3
| | | | * ARM: Allow selection HZ valuesRussell King2013-07-261-2/+38
| | | | * ARM: constify machine_desc structure usesRussell King2013-07-2610-25/+26
| | | * | Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-08-284-19/+65
| | | |\ \
| | | | * | ARM: cacheflush: don't bother rounding to nearest vmaWill Deacon2013-08-201-15/+2
| | | | * | ARM: cacheflush: don't round address range up to nearest pageWill Deacon2013-08-201-2/+1
| | | | * | ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon2013-08-202-8/+68
| | | | * | ARM: entry: allow ARM-private syscalls to be restartedWill Deacon2013-07-221-2/+2
| | | | |/
| | | * | Merge branch 'for-rmk/barriers' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King2013-08-28721-6933/+10833
| | | |\ \
| | | | * | ARM: cacheflush: use -ishst dsb variant for ensuring flush completionWill Deacon2013-08-121-1/+1
| | | | * | ARM: l2x0: use -st dsb option for ordering writel_relaxed with unlockWill Deacon2013-08-121-1/+1
| | | | * | ARM: mcpm: use -st dsb option prior to sev instructionsWill Deacon2013-08-122-3/+3
| | | | * | ARM: kvm: use inner-shareable barriers after TLB flushingWill Deacon2013-08-122-3/+3
| | | | * | ARM: spinlock: use inner-shareable dsb variant prior to sev instructionWill Deacon2013-08-122-1/+11
| | | | * | ARM: mm: use inner-shareable barriers for TLB and user cache operationsWill Deacon2013-08-123-7/+7
| | | | * | ARM: tlb: reduce scope of barrier domains for TLB invalidationWill Deacon2013-08-121-18/+18
| | | | * | ARM: barrier: allow options to be passed to memory barrier instructionsWill Deacon2013-08-122-18/+18
| | | | * | ARM: tlb: don't perform inner-shareable invalidation for local BP opsWill Deacon2013-08-122-3/+21
| | | | * | ARM: tlb: don't bother with barriers for branch predictor maintenanceWill Deacon2013-08-121-3/+4
| | | | * | ARM: tlb: don't perform inner-shareable invalidation for local TLB opsWill Deacon2013-08-123-30/+123
| | | | * | ARM: mm: remove redundant dsb() prior to range TLB invalidationWill Deacon2013-08-121-1/+0
| | | * | | Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm ...Russell King2013-07-2214-2/+452
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | lib/raid6: add ARM-NEON accelerated syndrome calculationArd Biesheuvel2013-07-087-1/+215
| | | | * | ARM: crypto: add NEON accelerated XOR implementationArd Biesheuvel2013-07-083-0/+121
| | | | * | ARM: add support for kernel mode NEONArd Biesheuvel2013-07-083-0/+90
| | | | * | ARM: be strict about FP exceptions in kernel modeArd Biesheuvel2013-07-082-0/+25
| | | | * | ARM: move VFP init to an earlier boot stageArd Biesheuvel2013-07-081-1/+1
| | * | | | ARM: 7826/1: debug: support debug ll on hisilicon socHaojian Zhuang2013-09-021-0/+19
| | * | | | ARM: 7827/1: highbank: fix debug uart virtual address for LPAERob Herring2013-09-021-1/+1
| | * | | | ARM: 7806/1: allow DEBUG_UNCOMPRESS for TegraStephen Warren2013-08-252-1/+30
OpenPOWER on IntegriCloud