summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\
| * asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-09-0139-406/+574
|\ \
| * \ Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas2021-08-3123-90/+236
| |\ \
| | * | arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon2021-08-202-39/+1
| | * | arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0Will Deacon2021-08-201-0/+7
| | * | arm64: Advertise CPUs capable of running 32-bit applications in sysfsWill Deacon2021-08-201-0/+19
| | * | arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched systemWill Deacon2021-08-201-1/+24
| | * | arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0Will Deacon2021-08-202-5/+40
| | * | arm64: Implement task_cpu_possible_mask()Will Deacon2021-08-201-0/+13
| * | | Merge branch 'for-next/entry' into for-next/coreCatalin Marinas2021-08-264-113/+162
| |\ \ \
| | * | | arm64: entry: call exit_to_user_mode() from CMark Rutland2021-08-052-30/+48
| | * | | arm64: entry: move bulk of ret_to_user to CMark Rutland2021-08-054-51/+26
| | * | | 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-2634-249/+309
| |\ \ \| | |
| | | * | | | arm64: Do not trap PMSNEVFR_EL1Alexandru Elisei2021-08-261-2/+11
| | | * | | | arm64: mm: fix comment typo of pud_offset_phys()Xujun Leng2021-08-251-1/+1
| | | * | | | 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-242-7/+8
| | | * | | | arm64/sve: Add a comment documenting the binutils needed for SVE asmMark Brown2021-08-241-0/+1
| | | * | | | arm64/sve: Add some comments for sve_save/load_state()Mark Brown2021-08-241-0/+13
| | | * | | | arm64: replace in_irq() with in_hardirq()Changbin Du2021-08-201-1/+1
| | | * | | | arm64: mm: Fix TLBI vs ASID rolloverWill Deacon2021-08-062-9/+31
| | | * | | | arm64: entry: Add SYM_CODE annotation for __bad_stackMark Brown2021-08-061-1/+3
| | | * | | | arm64: fix typo in a commentJason Wang2021-08-031-1/+1
| | | * | | | arm64: move the (z)install rules to arch/arm64/MakefileMasahiro Yamada2021-08-032-10/+5
| | | * | | | arm64/sve: Make fpsimd_bind_task_to_cpu() staticMark Brown2021-08-022-2/+3
| | | * | | | arm64: unnecessary end 'return;' in void functionsJason Wang2021-08-021-2/+0
| | | * | | | arm64: use __func__ to get function name in pr_errJason Wang2021-07-301-2/+2
| | | * | | | 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/kexec: Test page size support with new TGRAN range valuesAnshuman Khandual2021-07-302-15/+22
| | | |/ / /
| | * | | | arm64/cpufeature: Optionally disable MTE via command-lineYee Lee2021-08-033-2/+6
| | * | | | arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland2021-08-024-39/+1
| | * | | | arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-028-49/+19
| | * | | | 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-285-29/+24
| | * | | | arm64: mte: change ASYNC and SYNC TCF settings into bitfieldsPeter Collingbourne2021-07-282-42/+31
| | * | | | arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne2021-07-284-10/+15
| | * | | | 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-112-2/+2
| |/ / /
* | | | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-1/+1
|\ \ \ \
| * | | | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-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
| |/ / / /