summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King2014-06-0516-114/+151
|\ \ \
| | | * ARM: 8025/1: Get rid of meminfoLaura Abbott2014-06-013-33/+2
| | | * ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory typeThomas Petazzoni2014-06-011-0/+6
| | | * ARM: 8065/1: remove last use of CONFIG_CPU_ARM710Paul Bolle2014-05-301-8/+0
| | | * ARM: 8047/1: rwsem: use asm-generic rwsem implementationWill Deacon2014-05-301-0/+1
| | | * ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resumeLorenzo Pieralisi2014-05-251-1/+1
| | | * ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky2014-05-251-0/+2
| | | * ARM: 8029/1: mcpm: Rename the power_down_finish() functions to be less confusingDave Martin2014-05-251-4/+4
| | | * ARM: 8055/1: cacheflush: use -st dsb option for ensuring completionWill Deacon2014-05-251-1/+1
| | | * ARM: 8046/1: proc: add support for the Cortex-A17 processorWill Deacon2014-05-251-0/+1
| | | * ARM: 8031/2: change fixmap mapping region to support 32 CPUsLiu Hua2014-04-232-14/+3
| | | * ARM: 8031/1: fixmap: remove FIX_KMAP_BEGIN and FIX_KMAP_ENDLiu Hua2014-04-231-3/+2
| | | * ARM: 8023/1: remove remnants of the static DMA mappingNicolas Pitre2014-04-231-2/+0
| | * | ARM: l2c: trial at enabling some Cortex-A9 optimisationsRussell King2014-05-301-0/+8
| | * | ARM: l2c: remove old .set_debug methodRussell King2014-05-301-1/+0
| | * | ARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of thisRussell King2014-05-301-1/+0
| | * | ARM: l2c: add platform independent core L2 cache OF initialisationRussell King2014-05-301-0/+3
| | * | ARM: l2c: fix register namingRussell King2014-05-301-25/+48
| | * | ARM: l2c: provide generic hook to intercept writes to secure registersRussell King2014-05-301-1/+4
| | * | ARM: l2c: add and use L2C revision constantsRussell King2014-05-301-6/+16
| | * | ARM: outer cache: add WARN_ON() to outer_disable()Russell King2014-05-301-5/+1
| | * | ARM: outer cache: add documentation of outer cache functionsRussell King2014-05-221-1/+47
| | * | ARM: l2c: remove outer_inv_all() methodRussell King2014-05-221-8/+0
| * | | ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin2014-05-251-1/+2
| |/ /
* | | ARM: remove global cr_no_alignmentRussell King2014-06-021-5/+3
* | | ARM: remove unused adjust_cr() functionRussell King2014-06-021-4/+0
* | | ARM: use get_cr() rather than cr_alignmentRussell King2014-05-221-1/+6
* | | ARM: make get_cr()/set_cr() use unsigned long valuesRussell King2014-05-221-3/+3
|/ /
* | Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-05-131-1/+0
|\ \
| * | arm/xen: Remove definiition of virt_to_pfn in asm/xen/page.hJulien Grall2014-04-281-1/+0
| * | Merge commit 'e26a9e0' into stable/for-linus-3.15David Vrabel2014-04-2816-45/+98
| |\ \
| * \ \ Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel2014-04-073-11/+6
| |\ \ \
* | \ \ \ Merge branch 'safe-dirty-tlb-flush'Linus Torvalds2014-04-271-1/+11
|\ \ \ \ \
| * | | | | mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds2014-04-251-1/+11
* | | | | | ARM: 8041/1: pj4: fix cpu_is_pj4 checkSebastian Hesselbarth2014-04-251-7/+7
|/ / / / /
* | | | | ARM: add renameat2 syscallMiklos Szeredi2014-04-231-0/+1
* | | | | ARM: 8032/1: bL_switcher: fix validation check before its activationNicolas Pitre2014-04-221-0/+7
* | | | | ARM: 8027/1: fix do_div() bug in big-endian systemsXiangyu Lu2014-04-221-1/+1
| |_|_|/ |/| | |
* | | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-3/+2
|\ \ \ \
| * | | | audit: use uapi/linux/audit.h for AUDIT_ARCH declarationsEric Paris2014-03-201-1/+1
| * | | | syscall_get_arch: remove useless function argumentsEric Paris2014-03-201-2/+1
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-112-0/+61
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'fixes' and 'misc' into for-nextRussell King2014-04-112-0/+61
| |\ \ \ \ \ \
| | | * | | | | ARM: 8018/1: Add {inc,dec}_preempt_count asm macrosCatalin Marinas2014-04-091-0/+32
| | | * | | | | ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.hCatalin Marinas2014-04-091-0/+10
| | | * | | | | ARM: 8015/1: Add cpu_is_pj4 to distinguish PJ4 because it has some difference...Chao Xie Linux2014-04-081-0/+19
| | | | |_|_|/ | | | |/| | |
* | | | | | | Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-051-0/+3
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'samsung/cleanup', 'samsung/exynos-clk' and 'samsung/exynos-cl...Arnd Bergmann2014-03-291-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'zynq-cleanup-for-3.15-v2' of git://git.xilinx.com/linux-xlnx into ...Arnd Bergmann2014-03-271-0/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: zynq: Add waituart implementationMichal Simek2014-03-171-0/+3
| | | |/ / / / / / / | | |/| | | | | | |