summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2019-06-12KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin
2019-06-12KVM: arm64: Implement vq_present() as a macroViresh Kumar
2019-06-12arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor
2019-06-12arm64: dts: ls1028a: Fix CPU idle fail.Ran Wang
2019-06-10arm64: mm: avoid redundant READ_ONCE(*ptep)Mark Rutland
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-06-07arm64/mm: Refactor __do_page_fault()Anshuman Khandual
2019-06-07arm64/mm: Document write abort detection from ESRAnshuman Khandual
2019-06-07arm64: Fix comment after #endifOdin Ugedal
2019-06-06arm64: Silence gcc warnings about arch ABI driftDave Martin
2019-06-06ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fixGeorge G. Davis
2019-06-05arm64: ptrace: add support for syscall emulationSudeep Holla
2019-06-05arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headersSudeep Holla
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 252Thomas Gleixner
2019-06-05arm64: arch_timer: mark functions as __always_inlineAnders Roxell
2019-06-05arm64: smp: Moved cpu_logical_map[] to smp.hFlorian Fainelli
2019-06-05arm64: cpufeature: Fix missing ZFR0 in __read_sysreg_by_encoding()Dave Martin
2019-06-04arm64/mm: Drop task_struct argument from __do_page_fault()Anshuman Khandual
2019-06-04arm64/mm: Drop mmap_sem before calling __do_kernel_fault()Anshuman Khandual
2019-06-04arm64/mm: Identify user instruction abortsAnshuman Khandual
2019-06-04arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge()Anshuman Khandual
2019-06-04arm64: kernel: use aff3 instead of aff2 in commentLiu Song
2019-06-04arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs()Julien Grall
2019-06-04arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen
2019-06-04arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual
2019-06-04arm64: cacheinfo: Update cache_line_size detected from DT or PPTTShaokun Zhang
2019-06-04arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE stateJulien Grall
2019-06-04arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall
2019-06-04arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()Julien Grall
2019-06-04arm64: arch_k3: Fix kconfig dependency warningYueHaibing
2019-06-03arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitionsAnshuman Khandual
2019-06-03arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen
2019-05-29arm64: use the correct function type in SYSCALL_DEFINE0Sami Tolvanen
2019-05-29arm64: fix syscall_fn_t typeSami Tolvanen
2019-05-29signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman
2019-05-28arm64/module: revert to unsigned interpretation of ABS16/32 relocationsArd Biesheuvel
2019-05-28arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas