summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-04-131-2/+1
| * | | | | arm64/sve: Remove redundant system_supports_sve() testsMark Brown2021-04-131-4/+4
| * | | | | arm64: Add __init section marker to some functionsJisheng Zhang2021-04-081-2/+2
| * | | | | arm64/sve: Rework SVE access trap to convert state in registersMark Brown2021-04-082-9/+22
| * | | | | arm64: stacktrace: Move start_backtrace() out of the headerMark Brown2021-03-281-0/+24
| * | | | | arm64: entry: remove test_irqs_unmasked macroMark Rutland2021-03-251-14/+0
| |/ / / /
* | | | | Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-262-0/+21
|\ \ \ \ \
| * | | | | arm64: entry: Enable random_kstack_offset supportKees Cook2021-04-082-0/+21
| | |/ / / | |/| | |
* | | | | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-04-261-4/+9
|\ \ \ \ \
| * | | | | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-4/+9
| | |_|/ / | |/| | |
* | | | | kasan: remove redundant config optionWalter Wu2021-04-161-1/+1
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-04-142-6/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | arm64: kprobes: Restore local irqflag if kprobes is cancelledJisheng Zhang2021-04-131-2/+4
| * | | | arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas2021-04-121-4/+6
* | | | | Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-03-301-1/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose2021-03-241-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-256-6/+22
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | arm64: kernel: disable CNP on CarmelRich Wiley2021-03-252-1/+12
| * | arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh2021-03-251-0/+2
| * | arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin2021-03-221-0/+2
| * | arm64: cpuinfo: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
| * | arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland2021-03-221-4/+5
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-141-0/+3
|\ \ \ | |/ / |/| |
| * | KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier2021-03-061-0/+3
* | | arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel2021-03-111-1/+1
* | | arm64: perf: Fix 64-bit event counter read truncationRob Herring2021-03-101-1/+1
* | | arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse2021-03-101-2/+4
* | | arm64: Drop support for CMDLINE_EXTENDWill Deacon2021-03-081-4/+1
* | | arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overridesWill Deacon2021-03-081-19/+25
| |/ |/|
* | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\ \
| * | arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-12/+0
|\ \ \
| * | | arm64, numa: Change the numa init functions name to be genericAtish Patra2021-01-141-12/+0
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-02-267-18/+35
|\ \ \ \
| * | | | arm64: stacktrace: Report when we reach the end of the stackMark Brown2021-02-251-1/+1
| * | | | arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)Timothy E Baldwin2021-02-251-1/+1
| * | | | arm64: Add missing ISB after invalidating TLB in enter_vheMarc Zyngier2021-02-241-0/+1
| * | | | arm64: Add missing ISB after invalidating TLB in __primary_switchMarc Zyngier2021-02-241-0/+1
| * | | | arm64: VHE: Enable EL2 MMU from the idmapMarc Zyngier2021-02-241-13/+26
| * | | | arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe2021-02-231-1/+1
| * | | | arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() failsqiuguorui12021-02-191-1/+3
| * | | | arm64: spectre: Prevent lockdep splat on v4 mitigation enable pathWill Deacon2021-02-191-1/+1
* | | | | arm64: kasan: simplify and inline MTE functionsAndrey Konovalov2021-02-261-46/+0
* | | | | kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2021-02-241-0/+12
* | | | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | arm64: vdso: disable LTOSami Tolvanen2021-01-141-1/+2
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-213-5/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil2021-01-231-1/+0
| * | | KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil2021-01-231-1/+3
| * | | KVM: arm64: Generate hyp relocation dataDavid Brazdil2021-01-231-0/+11