summaryrefslogtreecommitdiff
path: root/arch (follow)
Commit message (Expand)AuthorAge
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: add function to install the idmapMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: unmap idmap earlierMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: unify idmap removalMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: place empty_zero_page in bssMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: specialise pagetable allocatorsMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modulesWilliam Cohen2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Fix an enum typo in mm/dump.cMasanari Iida2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: kasan: ensure that the KASAN zero page is mapped read-onlyArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THPMinchan Kim2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: hide __efistub_ aliases from kallsymsArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: head.S: use memset to clear BSSMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: entry: remove pointless SPSR mode checkMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: traps: address fallout from printk -> pr_* conversionWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: pass a task parameter to unwind_frame()AKASHI Takahiro2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: remove irq_count and do_softirq_own_stack()James Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: hugetlb: add support for PTE contiguous bitDavid Woods2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Use PoU cache instr for I/D coherencyAshok Kumar2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Defer dcache flush in __cpu_copy_user_pageAshok Kumar2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: reduce stack use in irq_handlerJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: place __cpu_setup in .textMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: cmpxchg: Don't incldue linux/mmdebug.hMark Brown2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: fold alternatives into .initMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Remove redundant padding from linker scriptMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: remove pointless PAGE_MASKingMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: don't call C code with el0's fp registerJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: when walking onto the task stack, check sp & fp are in current->stackJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: irq: fix walking from irq stack to task stackWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Store struct thread_info in sp_el0Jungseok Lee2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: ftrace: fix the comments for ftrace_modify_codeLi Bin2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: ftrace: stop using kstop_machine to enable/disable tracingLi Bin2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: spinlock: serialise spin_unlock_wait against concurrent lockersWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: enable HAVE_IRQ_TIME_ACCOUNTINGWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: fix COMPAT_SHMLBA definition for large pagesYury Norov2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: pgtable: implement pte_accessible()Will Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: allow sections for unaligned basesMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: detect bad __create_mapping usesMark Rutland2016-05-11
| | | |/ / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | / / / / / / Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi2016-05-05
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | ARM: dts: pxa: fix dma engine node to pxa3xx-nandRobert Jarzmik2016-05-04
| | | * | | | | | | | | | | | | | | | | | | | | | ARM: dts: armada-375: use armada-370-sata for SATALior Amsalem2016-05-04