summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-1642-521/+1180
|\
| * Merge branch 'devel-stable' into for-nextRussell King2017-11-0830-449/+1111
| |\
| | * ARM: 8719/1: NOMMU: work around maybe-uninitialized warningArnd Bergmann2017-11-061-1/+1
| | * ARM: 8713/1: NOMMU: Support MPU in XIP configurationVladimir Murzin2017-10-235-7/+90
| | * ARM: 8712/1: NOMMU: Use more MPU regions to cover memoryVladimir Murzin2017-10-232-46/+149
| | * ARM: 8711/1: V7M: Add support for MPU to M-classVladimir Murzin2017-10-235-20/+113
| | * ARM: 8710/1: Kconfig: Kill CONFIG_VECTORS_BASEVladimir Murzin2017-10-231-9/+0
| | * ARM: 8709/1: NOMMU: Disallow MPU for XIPVladimir Murzin2017-10-231-1/+1
| | * ARM: 8708/1: NOMMU: Rework MPU to be mostly done in CVladimir Murzin2017-10-236-40/+127
| | * ARM: 8707/1: NOMMU: Update MPU accessors to use cp15 helpersVladimir Murzin2017-10-231-22/+26
| | * ARM: 8706/1: NOMMU: Move out MPU setup in separate moduleVladimir Murzin2017-10-234-257/+276
| | * ARM: 8702/1: head-common.S: Clear lr before jumping to start_kernel()Geert Uytterhoeven2017-10-141-0/+1
| | * Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King2017-10-0312-30/+173
| | |\
| | | * ARM: enable elf_fdpic on systems with an MMUNicolas Pitre2017-09-112-0/+26
| | | * ARM: add ELF_FDPIC supportNicolas Pitre2017-09-113-0/+20
| | | * ARM: signal handling support for FDPIC_FUNCPTRS functionsNicolas Pitre2017-09-115-20/+105
| | | * ARM: start_thread(): don't always clear all regsNicolas Pitre2017-09-111-7/+15
| | | * arm_elf_read_implies_exec(): remove unused argumentNicolas Pitre2017-09-112-3/+3
| | | * ARM: implement get_tls syscallNicolas Pitre2017-09-112-0/+4
| | * | Merge branch 'xip_zdata' of http://git.linaro.org/people/nicolas.pitre/linux ...Russell King2017-09-288-118/+256
| | |\ \
| | | * | ARM: XIP kernel: store .data compressed in ROMNicolas Pitre2017-09-117-2/+172
| | | * | ARM: vmlinux-xip.lds.S: fix multiple issuesNicolas Pitre2017-09-111-36/+34
| | | * | ARM: vmlinux.lds.S: replace open coded .data sections with generic macrosNicolas Pitre2017-09-111-32/+6
| | | * | ARM: vmlinux*.lds.S: some decruftificationNicolas Pitre2017-09-112-17/+1
| | | * | ARM: head-common.S: speed up startup codeNicolas Pitre2017-09-112-33/+45
| | | |/
| | | |
| | \ \
| *-. | | Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-nextRussell King2017-11-0813-72/+69
| |\ \| |
| | * | | ARM: 8717/2: debug printch/printascii: translate '\n' to "\r\n" not "\n\r"Nicolas Pitre2017-11-061-11/+14
| | * | | ARM: 8705/1: early_printk: use printascii() rather than printch()Nicolas Pitre2017-10-121-6/+10
| | * | | ARM: 8703/1: debug.S: move hexbuf to a writable sectionNicolas Pitre2017-10-121-3/+11
| | * | | ARM: add additional table to compressed kernelRussell King2017-10-032-0/+13
| | * | | ARM: decompressor: fix BSS size calculationRussell King2017-10-031-2/+5
| | * | | ARM: better diagnostics with missing/corrupt dtbRussell King2017-09-292-5/+12
| | * | | ARM: 8699/1: dma-mapping: Remove init_dma_coherent_pool_size()Vladimir Murzin2017-09-282-22/+0
| | * | | ARM: 8698/1: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin2017-09-281-2/+2
| | * | | ARM: 8697/1: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin2017-09-281-1/+1
| | * | | ARM: 8696/1: mm: Remove dead code in mem_init()Vladimir Murzin2017-09-281-10/+0
| | * | | ARM: 8695/1: entry: Remove dead code in sys_mmap2Vladimir Murzin2017-09-281-9/+0
| | * | | ARM: 8694/1: Remove leftover of fixmap_page_tableVladimir Murzin2017-09-281-1/+0
| | * | | ARM: 8693/1: discard memblock arrays when possibleNicolas Pitre2017-09-281-0/+1
| | |/ /
* | | | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-16131-927/+3026
|\ \ \ \
| * | | | powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 featureMichael Ellerman2017-11-154-11/+12
| * | | | powerpc/64s: Fix masking of SRR1 bits on instruction faultMichael Ellerman2017-11-141-1/+1
| * | | | powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-1311-42/+27
| * | | | powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2017-11-132-31/+50
| * | | | powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundaryNicholas Piggin2017-11-131-1/+1
| * | | | powerpc/64s/hash: Fix fork() with 512TB process address spaceNicholas Piggin2017-11-131-4/+4
| * | | | powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2017-11-131-26/+24
| * | | | powerpc/64s/hash: Fix 512T hint detection to use >= 128TMichael Ellerman2017-11-131-2/+2
| * | | | powerpc: Fix DABR match on hash based systemsBenjamin Herrenschmidt2017-11-132-2/+2
| * | | | powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao2017-11-131-1/+1