summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | arm64: entry: move bulk of ret_to_user to CMark Rutland2021-08-053-49/+23
| | | * | | | arm64: entry: clarify entry/exit helpersMark Rutland2021-08-051-7/+63
| | | * | | | arm64: entry: consolidate entry/exit helpersMark Rutland2021-08-051-42/+42
| | | | |_|/ | | | |/| |
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. | | | Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas2021-08-2614-154/+199
| | |\ \ \| | |
| | | | * | | | arm64: signal32: Drop pointless call to sigdelsetmask()Will Deacon2021-08-251-5/+1
| | | | * | | | arm64/sve: Better handle failure to allocate SVE register storageMark Brown2021-08-243-6/+14
| | | | * | | | arm64: head: avoid over-mapping in map_memoryMark Rutland2021-08-241-5/+6
| | | | * | | | arm64/sve: Add some comments for sve_save/load_state()Mark Brown2021-08-241-0/+13
| | | | * | | | arm64: entry: Add SYM_CODE annotation for __bad_stackMark Brown2021-08-061-1/+3
| | | | * | | | arm64/sve: Make fpsimd_bind_task_to_cpu() staticMark Brown2021-08-021-1/+3
| | | | * | | | arm64: unnecessary end 'return;' in void functionsJason Wang2021-08-021-2/+0
| | | | * | | | arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATELingyan Huang2021-07-301-3/+7
| | | | * | | | arm64: cpufeature: Use defined macro instead of magic numbersShaokun Zhang2021-07-301-1/+1
| | | | |/ / /
| | | * | | | arm64/cpufeature: Optionally disable MTE via command-lineYee Lee2021-08-032-0/+5
| | | * | | | arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland2021-08-021-12/+0
| | | * | | | arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-023-35/+2
| | | * | | | arm64: avoid double ISB on kernel entryPeter Collingbourne2021-07-281-2/+13
| | | * | | | arm64: mte: optimize GCR_EL1 modification on kernel entry/exitPeter Collingbourne2021-07-281-8/+4
| | | * | | | arm64: mte: introduce a per-CPU tag checking mode preferencePeter Collingbourne2021-07-281-2/+63
| | | * | | | arm64: move preemption disablement to prctl handlersPeter Collingbourne2021-07-283-22/+17
| | | * | | | arm64: mte: change ASYNC and SYNC TCF settings into bitfieldsPeter Collingbourne2021-07-281-42/+28
| | | * | | | arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne2021-07-283-9/+11
| | | * | | | arm64: mte: avoid TFSRE0_EL1 related operations unless in async modePeter Collingbourne2021-07-271-9/+19
| | | |/ / /
| | * / / / arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual2021-08-111-1/+1
| | |/ / /
| * | | | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-012-0/+78
| |\ \ \ \
| | * | | | signal: Verify the alignment and size of siginfo_tEric W. Biederman2021-07-232-0/+4
| | * | | | arm64: Add compile-time asserts for siginfo_t offsetsMarco Elver2021-07-232-0/+74
| | | |_|/ | | |/| |
| * | | | ACPI: Add memory semantics to acpi_os_map_memory()Lorenzo Pieralisi2021-08-251-3/+16
| | |_|/ | |/| |
* / | | drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-011-5/+2
|/ / /
* | | arm64: stacktrace: avoid tracing arch_stack_walk()Mark Rutland2021-08-031-1/+1
* | | arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULLBarry Song2021-08-031-1/+3
* | | arm64: fix compat syscall return truncationMark Rutland2021-08-033-8/+6
| |/ |/|
* | arm64: smccc: Save lr before calling __arm_smccc_sve_check()Jean-Philippe Brucker2021-07-211-3/+6
* | arm64: entry: fix KCOV suppressionMark Rutland2021-07-151-1/+1
* | arm64: entry: add missing noinstrMark Rutland2021-07-151-1/+1
* | arm64: mte: fix restoration of GCR_EL1 from suspendMark Rutland2021-07-151-13/+2
* | arm64: Add missing header <asm/smp.h> in two filesCarlos Bilbao2021-07-121-0/+1
|/
* arm64: stacktrace: use %pSb for backtrace printingStephen Boyd2021-07-081-1/+1
* arm64: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2021-07-081-0/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-061-6/+1
|\
| * ARM: 9095/1: ARM64: Remove arm_pm_restart()Guenter Roeck2021-06-131-6/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \
| * | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-282-5/+15
|\ \
| * \ Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier2021-06-222-5/+15
| |\ \
| | * | KVM: arm64: Save/restore MTE registersSteven Price2021-06-221-0/+2
| | * | arm64: mte: Sync tags for pages where PTE is untaggedSteven Price2021-06-221-5/+13
| | |/
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-2841-2354/+1209
|\ \ \
| * \ \ Merge branch 'for-next/sve' into for-next/coreWill Deacon2021-06-242-9/+19
| |\ \ \