summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King156-766/+2953
2015-08-26ARM: software-based priviledged-no-access supportRussell King7-8/+125
2015-08-26ARM: entry: provide uaccess assembly macro hooksRussell King11-11/+55
2015-08-26ARM: entry: get rid of multiple macro definitionsRussell King1-65/+44
2015-08-25ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()Stephen Boyd3-9/+1
2015-08-25ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King7-21/+97
2015-08-25ARM: mm: improve do_ldrd_abort macroRussell King4-11/+11
2015-08-25ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit()Russell King1-1/+1
2015-08-25ARM: entry: efficiency cleanupsRussell King4-32/+71
2015-08-25ARM: entry: get rid of asm_trace_hardirqs_on_condRussell King1-6/+2
2015-08-25ARM: uaccess: simplify user access assemblyRussell King1-35/+12
2015-08-21ARM: domains: remove DOMAIN_TABLERussell King1-3/+0
2015-08-21ARM: domains: keep vectors in separate domainRussell King4-3/+16
2015-08-21ARM: domains: get rid of manager mode for user domainRussell King2-2/+1
2015-08-21ARM: domains: move initial domain setting value to asm/domains.hRussell King2-4/+7
2015-08-21ARM: domains: provide domain_mask()Russell King1-2/+3
2015-08-21ARM: domains: switch to keeping domain value in registerRussell King4-11/+27
2015-08-18ARM: 8419/1: dma-mapping: harmonize definition of DMA_ERROR_CODEMarek Szyprowski1-1/+1
2015-08-18ARM: 8417/1: refactor bitops functions with BIT_MASK() and BIT_WORD()Masahiro Yamada1-12/+12
2015-08-18ARM: 8416/1: Feroceon: use of_iomap() to map register baseMasahiro Yamada1-5/+1
2015-08-18ARM: 8415/1: early fixmap support for earlyconStefan Agner5-11/+105
2015-08-18ARM: 8418/1: add boot image dependencies to not generate invalid imagesMasahiro Yamada1-0/+3
2015-08-18ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usageNicolas Pitre1-1/+1
2015-08-11firmware: qcom_scm-32: replace open-coded call to __cpuc_flush_dcache_area()Russell King1-0/+17
2015-08-11ARM: 8410/1: VDSO: fix coarse clock monotonicity regressionNathan Lynch1-4/+3
2015-08-07ARM: 8409/1: Mark ret_fast_syscall as a functionDrew Richardson1-0/+1
2015-08-07ARM: 8408/1: Fix the secondary_startup function in Big Endian caseGregory CLEMENT1-0/+3
2015-08-04ARM: 8398/1: arm DMA: Fix allocation from CMA for coherent DMALorenzo Nava1-9/+12
2015-08-02ARM: reduce visibility of dmac_* functionsRussell King4-6/+33
2015-07-31ARM: 8407/1: switch_to: Remove finish_arch_switchWill Deacon1-1/+4
2015-07-31ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd10-16/+35
2015-07-31ARM: 8405/1: VDSO: fix regression with toolchains lacking ld.bfd executableNathan Lynch1-1/+1
2015-07-25ARM: omap2: restore OMAP4 barrier behaviourRussell King6-91/+91
2015-07-25Revert "ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688"Russell King7-0/+105
2015-07-25ARM: add soc memory barrier extensionRussell King2-0/+5
2015-07-25ARM: move heavy barrier support out of lineRussell King8-20/+28
2015-07-17ARM: fix __virt_to_idmap build error on !MMURussell King1-1/+1
2015-07-17ARM: invalidate L1 before enabling coherencyRussell King1-5/+9
2015-07-17ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size checkMarek Szyprowski1-1/+1
2015-07-17ARM: 8402/1: perf: Don't use of_node after putting itStephen Boyd1-1/+2
2015-07-17ARM: 8400/1: use virt_to_idmap to get phys_reset addressVitaly Andrianov1-1/+1
2015-07-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds25-112/+213
2015-07-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-87/+116
2015-07-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2015-07-11Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds16-11/+1346
2015-07-11Merge branch 'parisc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-168/+212
2015-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-8/+13
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin5-168/+212
2015-07-10Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-26/+39
2015-07-10arm64: entry32: remove pointless register assignmentMark Rutland1-2/+0