aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: memory: fix flipped VA space falloutMark Rutland2019-08-142-2/+2
* arm64: memory: Cosmetic cleanupsWill Deacon2019-08-141-12/+11
* arm64: memory: Add comments to end of non-trivial #ifdef blocksWill Deacon2019-08-141-6/+8
* arm64: memory: Implement __tag_set() as common functionWill Deacon2019-08-141-7/+7
* arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitionsWill Deacon2019-08-141-4/+2
* arm64: memory: Simplify virt_to_page() implementationWill Deacon2019-08-141-1/+1
* arm64: memory: Rewrite default page_to_virt()/virt_to_page()Will Deacon2019-08-141-11/+10
* arm64: memory: Ensure address tag is masked in conversion macrosWill Deacon2019-08-141-2/+3
* arm64: memory: Fix virt_addr_valid() using __is_lm_address()Will Deacon2019-08-141-8/+8
* arm64: mm: Simplify definition of virt_addr_valid()Will Deacon2019-08-091-4/+2
* arm64: mm: Remove vabits_userSteve Capper2019-08-097-16/+5
* arm64: mm: Introduce 52-bit Kernel VAsSteve Capper2019-08-098-22/+39
* arm64: mm: Modify calculation of VMEMMAP_SIZESteve Capper2019-08-091-1/+8
* arm64: mm: Separate out vmemmapSteve Capper2019-08-092-2/+7
* arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper2019-08-094-10/+18
* arm64: mm: Introduce vabits_actualSteve Capper2019-08-098-17/+31
* arm64: mm: Introduce VA_BITS_MINSteve Capper2019-08-096-9/+17
* arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper2019-08-091-3/+16
* arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper2019-08-094-18/+24
* arm64: mm: Flip kernel VA spaceSteve Capper2019-08-098-22/+16
* arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_STARTSteve Capper2019-08-091-6/+5
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-031-0/+40
|\
| * arm64: compat: vdso: Use legacy syscalls as fallbackThomas Gleixner2019-07-311-0/+40
* | arm64: Make debug exception handlers visible from RCUMasami Hiramatsu2019-08-021-8/+49
* | arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu2019-08-022-34/+8
* | arm64/mm: fix variable 'tag' set but not usedQian Cai2019-08-011-3/+7
* | arm64/mm: fix variable 'pud' set but not usedQian Cai2019-08-011-2/+2
* | arm64: Remove unneeded rcu_read_lock from debug handlersMasami Hiramatsu2019-08-011-6/+8
* | arm64: unwind: Prohibit probing on return_address()Masami Hiramatsu2019-08-012-0/+6
* | arm64: Lower priority mask for GIC_PRIO_IRQONJulien Thierry2019-08-012-1/+7
* | arm64/efi: fix variable 'si' set but not usedQian Cai2019-07-311-1/+5
* | arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2019-07-312-5/+10
* | arm64: vdso: Fix Makefile regressionVincenzo Frascino2019-07-311-1/+1
* | arm64: module: Mark expected switch fall-throughAnders Roxell2019-07-291-0/+4
* | arm64: smp: Mark expected switch fall-throughAnders Roxell2019-07-291-1/+1
* | arm64: hw_breakpoint: Fix warnings about implicit fallthroughWill Deacon2019-07-291-0/+4
* | arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon2019-07-291-3/+4
|/
* Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-281-1/+1
|\
| * treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-251-1/+1
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-07-282-4/+3
|\ \
| * | arm64: dts: imx8mq: fix SAI compatibleLucas Stach2019-07-231-2/+1
| * | arm64: dts: imx8mm: Correct SAI3 RXC/TXFS pin's mux option #1Anson Huang2019-07-231-2/+2
| |/
* | arm64: entry: SP Alignment Fault doesn't write to FAR_EL1James Morse2019-07-221-9/+13
* | arm64: Force SSBS on context switchMarc Zyngier2019-07-222-3/+40
* | arm64: mm: Drop pte_huge()Anshuman Khandual2019-07-221-1/+0
* | arm64/sve: Fix a couple of magic numbers for the Z-reg countDave Martin2019-07-221-2/+2
* | arm64/sve: Factor out FPSIMD to SVE state conversionDave Martin2019-07-221-13/+14
* | arm64: stacktrace: Better handle corrupted stacksMark Rutland2019-07-222-9/+88
* | arm64: stacktrace: Factor out backtrace initialisationDave Martin2019-07-227-42/+30
* | arm64: stacktrace: Constify stacktrace.h functionsDave Martin2019-07-221-5/+6