summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: stacktrace: restore terminal recordsMark Rutland2021-04-302-7/+9
* arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling2021-04-301-1/+7
* arm64: Show three registers per lineMatthew Wilcox (Oracle)2021-04-231-6/+3
* arm64: alternative: simplify passing alt_regionMark Rutland2021-04-231-2/+1
* arm64: vdso32: drop -no-integrated-as flagNick Desaulniers2021-04-231-8/+0
* Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas2021-04-157-50/+192
|\
| * arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne2021-04-135-19/+23
| * arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-136-6/+149
| * arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne2021-04-132-39/+34
* | Merge branch 'for-next/mte-async-kernel-mode' into for-next/coreCatalin Marinas2021-04-153-2/+101
|\|
| * arm64: mte: Report async tag faults before suspendVincenzo Frascino2021-04-112-0/+19
| * arm64: mte: Enable async tag check faultVincenzo Frascino2021-04-112-0/+42
| * arm64: mte: Conditionally compile mte_enable_kernel_*()Vincenzo Frascino2021-04-111-0/+4
| * arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino2021-04-111-0/+22
| * arm64: mte: Add asynchronous mode supportVincenzo Frascino2021-04-111-2/+14
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-------------. \ Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas2021-04-1514-90/+226
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | | | | * arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel2021-04-122-2/+4
| | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * arm64: perf: Remove redundant initialization in perf_event.cQi Liu2021-04-011-3/+2
| | |_|_|_|_|/ | |/| | | | |
| | | | | | * arm64: Get rid of CONFIG_ARM64_VHEMarc Zyngier2021-04-082-6/+0
| | | | | | * arm64: Cope with CPUs stuck in VHE modeMarc Zyngier2021-04-083-8/+52
| | | | | | * arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier2021-04-082-0/+19
| | |_|_|_|/ | |/| | | |
| | | | | * arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen2021-03-292-15/+19
| | |_|_|/ | |/| | |
| | | | * arm64: Support execute-only permissions with Enhanced PANVladimir Murzin2021-03-261-0/+12
| | |_|/ | |/| |
| | | * arm64: irq: allow FIQs to be handledMark Rutland2021-03-242-9/+37
| | | * arm64: Always keep DAIF.[IF] in syncHector Martin2021-03-243-6/+9
| | | * arm64: entry: factor irq triage logic into macrosMarc Zyngier2021-03-241-37/+43
| | | * arm64: irq: rework root IRQ handler registrationMark Rutland2021-03-241-4/+8
| | | * arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier2021-03-241-0/+11
| | |/ | |/|
| | * arm64: compat: Poison the compat sigpageWill Deacon2021-03-241-3/+6
| | * arm64: compat: Allow signal page to be remappedWill Deacon2021-03-241-0/+9
| | * arm64: vdso: Remove redundant calls to flush_dcache_page()Will Deacon2021-03-241-2/+0
| | * arm64: vdso: Use GFP_KERNEL for allocating compat vdso and signal pagesWill Deacon2021-03-241-2/+2
| |/
* | arm64/sve: Add compile time checks for SVE hooks in generic functionsMark Brown2021-04-151-2/+3
* | 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 '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-221-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-151-12/+0