summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-212-11/+50
* arm64: irqflags: Add condition flags to inline asm clobber listJulien Thierry2019-06-211-2/+2
* arm64: irqflags: Pass flags as readonly operand to restore instructionJulien Thierry2019-06-211-1/+1
* arm64: Do not enable IRQs for ct_user_exitJulien Thierry2019-06-211-2/+2
* arm64/mm: Correct the cache line size warning with non coherent deviceMasayoshi Mizuma2019-06-173-7/+16
* arm64: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2019-06-141-1/+0
* arm64: mm: avoid redundant READ_ONCE(*ptep)Mark Rutland2019-06-101-17/+30
* arm64/mm: Refactor __do_page_fault()Anshuman Khandual2019-06-071-19/+11
* arm64/mm: Document write abort detection from ESRAnshuman Khandual2019-06-071-1/+10
* arm64: Fix comment after #endifOdin Ugedal2019-06-071-1/+1
* arm64: ptrace: add support for syscall emulationSudeep Holla2019-06-052-2/+9
* arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headersSudeep Holla2019-06-051-0/+3
* arm64/mm: Drop task_struct argument from __do_page_fault()Anshuman Khandual2019-06-041-10/+5
* arm64/mm: Drop mmap_sem before calling __do_kernel_fault()Anshuman Khandual2019-06-041-1/+3
* arm64/mm: Identify user instruction abortsAnshuman Khandual2019-06-041-0/+1
* arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge()Anshuman Khandual2019-06-041-2/+2
* arm64: kernel: use aff3 instead of aff2 in commentLiu Song2019-06-041-1/+1
* arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs()Julien Grall2019-06-041-3/+3
* arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen2019-06-042-3/+5
* arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual2019-06-042-8/+9
* arm64: cacheinfo: Update cache_line_size detected from DT or PPTTShaokun Zhang2019-06-042-5/+12
* arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE stateJulien Grall2019-06-042-45/+89
* arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall2019-06-043-10/+15
* arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()Julien Grall2019-06-041-1/+0
* arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitionsAnshuman Khandual2019-06-032-1/+1
* arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual2019-06-031-6/+6
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3130-230/+30
|\
| * treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3018-162/+18
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-308-42/+8
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-306-30/+56
|\ \ | |/ |/|
| * arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen2019-05-292-10/+11
| * arm64: use the correct function type in SYSCALL_DEFINE0Sami Tolvanen2019-05-291-9/+9
| * arm64: fix syscall_fn_t typeSami Tolvanen2019-05-291-1/+1
| * signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman2019-05-291-1/+4
| * arm64/module: revert to unsigned interpretation of ABS16/32 relocationsArd Biesheuvel2019-05-281-8/+30
| * arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas2019-05-281-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-264-41/+40
|\ \
| * | KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse2019-05-241-0/+1
| * | KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse2019-05-243-41/+39
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-2410-34/+159
|\ \ \ | | |/ | |/|
| * | arm64: insn: Add BUILD_BUG_ON() for invalid masksJean-Philippe Brucker2019-05-241-5/+11
| * | arm64: insn: Fix ldadd instruction encodingJean-Philippe Brucker2019-05-241-1/+1
| * | arm64: Kconfig: Make ARM64_PSEUDO_NMI depend on BROKEN for nowWill Deacon2019-05-241-0/+1
| * | arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier2019-05-234-17/+20
| * | arm64/module: deal with ambiguity in PRELxx relocation rangesArd Biesheuvel2019-05-231-2/+14
| * | arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel2019-05-232-4/+4
| * | arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2019-05-235-1/+108