summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner20-323/+568
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+22
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-6/+6
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+0
2021-09-01Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds16-304/+445
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-0/+78
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas7-48/+96
2021-08-26Merge branch 'for-next/entry' into for-next/coreCatalin Marinas3-111/+159
2021-08-26Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas14-154/+199
2021-08-25ACPI: Add memory semantics to acpi_os_map_memory()Lorenzo Pieralisi1-3/+16
2021-08-25arm64: signal32: Drop pointless call to sigdelsetmask()Will Deacon1-5/+1
2021-08-24arm64/sve: Better handle failure to allocate SVE register storageMark Brown3-6/+14
2021-08-24arm64: head: avoid over-mapping in map_memoryMark Rutland1-5/+6
2021-08-24arm64/sve: Add some comments for sve_save/load_state()Mark Brown1-0/+13
2021-08-23arm64: PCI: Support root bridge preparation for Hyper-VBoqun Feng1-1/+11
2021-08-23arm64: PCI: Restructure pcibios_root_bridge_prepare()Boqun Feng1-7/+12
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier1-4/+4
2021-08-20arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon2-39/+1
2021-08-20arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0Will Deacon1-0/+7
2021-08-20arm64: Advertise CPUs capable of running 32-bit applications in sysfsWill Deacon1-0/+19
2021-08-20arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched systemWill Deacon1-1/+24
2021-08-20arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0Will Deacon1-1/+38
2021-08-20KVM: arm64: Add feature register flag definitionsFuad Tabba1-4/+4
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-3/+0
2021-08-11arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual1-1/+1
2021-08-06arm64: entry: Add SYM_CODE annotation for __bad_stackMark Brown1-1/+3
2021-08-05arm64: entry: call exit_to_user_mode() from CMark Rutland2-30/+48
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland3-49/+23
2021-08-05arm64: entry: clarify entry/exit helpersMark Rutland1-7/+63
2021-08-05arm64: entry: consolidate entry/exit helpersMark Rutland1-42/+42
2021-08-04arm64: efi: Export screen_infoMichael Kelley1-0/+1
2021-08-04arm64: Move .hyp.rodata outside of the _sdata.._edata rangeMarc Zyngier1-2/+2
2021-08-03arm64/cpufeature: Optionally disable MTE via command-lineYee Lee2-0/+5
2021-08-03arm64: stacktrace: avoid tracing arch_stack_walk()Mark Rutland1-1/+1
2021-08-03arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULLBarry Song1-1/+3
2021-08-03arm64: fix compat syscall return truncationMark Rutland3-8/+6
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland1-12/+0
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland3-35/+2
2021-08-02arm64/sve: Make fpsimd_bind_task_to_cpu() staticMark Brown1-1/+3
2021-08-02arm64: unnecessary end 'return;' in void functionsJason Wang1-2/+0
2021-07-30arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATELingyan Huang1-3/+7
2021-07-30arm64: cpufeature: Use defined macro instead of magic numbersShaokun Zhang1-1/+1
2021-07-28arm64: avoid double ISB on kernel entryPeter Collingbourne1-2/+13
2021-07-28arm64: mte: optimize GCR_EL1 modification on kernel entry/exitPeter Collingbourne1-8/+4
2021-07-28arm64: mte: introduce a per-CPU tag checking mode preferencePeter Collingbourne1-2/+63
2021-07-28arm64: move preemption disablement to prctl handlersPeter Collingbourne3-22/+17
2021-07-28arm64: mte: change ASYNC and SYNC TCF settings into bitfieldsPeter Collingbourne1-42/+28
2021-07-28arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne3-9/+11