summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-5/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-2/+2
| * | | | | | | | | | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | | | | | | | | | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-121-3/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2020-09-161-3/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-125-28/+23
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'irqchip-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-10-115-28/+23
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'origin/irq/ipi-as-irq' into irq/irqchip-nextMarc Zyngier2020-09-173-26/+3
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | arm64: Remove custom IRQ stat accountingMarc Zyngier2020-09-172-14/+0
| | | * | | | | | | | | | arm64: Kill __smp_cross_call and coMarc Zyngier2020-09-172-15/+1
| | | * | | | | | | | | | arm64: Allow IPIs to be handled as normal interruptsMarc Zyngier2020-09-131-0/+5
| | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | * / | | | | | | | | irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0Alexandru Elisei2020-09-132-2/+20
| | |/ / / / / / / / /
* | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-1241-295/+541
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Revert "arm64: initialize per-cpu offsets earlier"Will Deacon2020-10-091-2/+0
| * | | | | | | | | Merge branch 'for-next/late-arrivals' into for-next/coreWill Deacon2020-10-072-5/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arm64: random: Remove no longer needed prototypesAndre Przywara2020-10-071-5/+0
| | * | | | | | | | | arm64: initialize per-cpu offsets earlierMark Rutland2020-10-051-0/+2
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-0216-25/+299
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arm64: mte: Enable swap of tagged pagesSteven Price2020-09-042-0/+40
| | * | | | | | | | | arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas2020-09-042-0/+20
| | * | | | | | | | | arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas2020-09-042-8/+8
| | * | | | | | | | | arm64: mte: Restore the GCR_EL1 register after a suspendCatalin Marinas2020-09-041-0/+4
| | * | | | | | | | | arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas2020-09-042-0/+8
| | * | | | | | | | | arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas2020-09-042-0/+17
| | * | | | | | | | | arm64: mte: Validate the PROT_MTE request via arch_validate_flags()Catalin Marinas2020-09-041-1/+13
| | * | | | | | | | | arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-045-12/+60
| | * | | | | | | | | arm64: Avoid unnecessary clear_user_page() indirectionCatalin Marinas2020-09-041-2/+1
| | * | | | | | | | | arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino2020-09-042-3/+15
| | * | | | | | | | | arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2020-09-042-0/+23
| | * | | | | | | | | arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2020-09-042-1/+26
| | * | | | | | | | | arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino2020-09-036-4/+12
| | * | | | | | | | | arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas2020-09-032-0/+3
| | * | | | | | | | | arm64: mte: system register definitionsVincenzo Frascino2020-09-033-0/+55
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon2020-10-0210-206/+67
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon2020-09-292-52/+1
| | * | | | | | | | arm64: Get rid of arm64_ssbd_stateMarc Zyngier2020-09-291-14/+0
| | * | | | | | | | KVM: arm64: Get rid of kvm_arm_have_ssbd()Marc Zyngier2020-09-291-23/+0
| | * | | | | | | | KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-294-34/+9
| | * | | | | | | | arm64: Rewrite Spectre-v4 mitigation codeWill Deacon2020-09-292-17/+7
| | * | | | | | | | arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon2020-09-291-1/+1
| | * | | | | | | | arm64: Group start_thread() functions togetherWill Deacon2020-09-291-12/+12
| | * | | | | | | | arm64: Rewrite Spectre-v2 mitigation codeWill Deacon2020-09-294-23/+28
| | * | | | | | | | arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon2020-09-293-16/+15
| | * | | | | | | | KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon2020-09-292-2/+2
| | * | | | | | | | arm64: Remove Spectre-related CONFIG_* optionsWill Deacon2020-09-293-20/+0
| | |/ / / / / / /
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-------------------. \ \ \ \ \ \ \ Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon2020-10-0225-59/+175
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | / / / | | | | | | | | | | | | |_|_|_|/ / / | | | | | | | | | | | |/| | | | | |
| | | | | | | | | | | | * | | | | | arm64: fix some spelling mistakes in the comments by codespellXiaoming Ni2020-09-073-3/+3
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker2020-09-282-1/+13
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown2020-09-181-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |