summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal2-1/+43
2017-08-22arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...Punit Agrawal1-5/+14
2017-08-22arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper1-21/+91
2017-08-22arm64: hugetlb: Spring clean huge pte accessorsSteve Capper1-65/+54
2017-08-22arm64: hugetlb: Introduce pte_pgprot helperSteve Capper1-4/+12
2017-08-22arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper1-0/+6
2017-08-21arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu3-3/+13
2017-08-21arm64: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin1-1/+1
2017-08-21arm64: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin1-1/+1
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas3-11/+2
2017-08-21arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()Catalin Marinas1-8/+13
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas4-41/+21
2017-08-21kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg()Catalin Marinas1-12/+9
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas2-51/+44
2017-08-18Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas8-137/+207
2017-08-18Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas1-123/+85
2017-08-18arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin1-2/+2
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas17-101/+345
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland4-0/+127
2017-08-15arm64: add on_accessible_stack()Mark Rutland3-8/+18
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland5-5/+58
2017-08-15arm64: use an irq stack pointerMark Rutland3-3/+16
2017-08-15arm64: assembler: allow adr_this_cpu to use the stack pointerArd Biesheuvel1-1/+7
2017-08-15arm64: factor out entry stack manipulationMark Rutland1-21/+26
2017-08-15efi/arm64: add EFI_KIMG_ALIGNMark Rutland1-0/+3
2017-08-15arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland2-16/+19
2017-08-15arm64: clean up irq stack definitionsMark Rutland4-25/+27
2017-08-15arm64: clean up THREAD_* definitionsMark Rutland2-8/+9
2017-08-15arm64: factor out PAGE_* and CONT_* definitionsMark Rutland3-11/+36
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel5-7/+5
2017-08-15arm64: remove __die()'s stack dumpMark Rutland1-2/+0
2017-08-15arm64: numa: Remove the unused parent_node() macroDou Liyang1-3/+0
2017-08-10arm64: compat: Remove leftover variable declarationKevin Brodsky1-2/+0
2017-08-10arm64: fix pmem interface definitionArnd Bergmann1-2/+2
2017-08-10arm64: perf: add support for Cortex-A35Julien Thierry1-0/+17
2017-08-10arm64: perf: add support for Cortex-A73Julien Thierry1-0/+37
2017-08-10arm64: perf: Remove redundant entries from CPU-specific event mapsWill Deacon1-110/+4
2017-08-10arm64: perf: Connect additional events to pmu countersJulien Thierry1-0/+11
2017-08-10arm64: uaccess: Add the uaccess_flushcache.c fileRobin Murphy1-0/+47
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas17-198/+176
2017-08-09arm64: neon: Forbid when irqs are disabledDave Martin1-1/+3
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel7-14/+1
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel8-85/+36
2017-08-09arm64/vdso: Support mremap() for vDSODmitry Safonov1-0/+15
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy4-0/+19
2017-08-09arm64: Implement pmem API supportRobin Murphy7-1/+61
2017-08-09arm64: Handle trapped DC CVAPRobin Murphy2-1/+5
2017-08-09arm64: Expose DC CVAP to userspaceRobin Murphy4-0/+5
2017-08-09arm64: Convert __inval_cache_range() to area-basedRobin Murphy3-18/+24
2017-08-09arm64: mm: Fix set_memory_valid() declarationRobin Murphy1-1/+1