summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* irq: arm64: perform irqentry in entry codeMark Rutland2021-10-261-21/+31
* Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-09-241-16/+3
|\
| * Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He2021-09-231-16/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-242-8/+10
|\ \
| * | arm64: Restore forced disabling of KPTI on ThunderXdann frazier2021-09-231-2/+6
| * | arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne2021-09-211-6/+4
| |/
* / entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
|/
* arm64: Mark __stack_chk_guard as __ro_after_initDan Li2021-09-161-1/+1
* arm64/kernel: remove duplicate include in process.cLv Ruyi2021-09-161-1/+0
* arm64/sve: Use correct size when reinitialising SVE stateMark Brown2021-09-161-1/+1
* Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-1120-323/+568
|\
| * Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-081-7/+22
| |\
| | * arm64: PCI: Support root bridge preparation for Hyper-VBoqun Feng2021-08-231-1/+11
| | * arm64: PCI: Restructure pcibios_root_bridge_prepare()Boqun Feng2021-08-231-7/+12
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-072-6/+6
| |\ \
| | * \ Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-201-4/+4
| | |\ \
| | | * | KVM: arm64: Add feature register flag definitionsFuad Tabba2021-08-201-4/+4
| | * | | arm64: Move .hyp.rodata outside of the _sdata.._edata rangeMarc Zyngier2021-08-041-2/+2
| | |/ /
| * | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-041-3/+0
| |\ \ \
| | * | | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-3/+0
| * | | | Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-021-0/+1
| |\ \ \ \
| | * | | | arm64: efi: Export screen_infoMichael Kelley2021-08-041-0/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-09-0216-304/+445
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas2021-08-317-48/+96
| | |\ \ \ \
| | | * | | | 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-201-1/+38
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'for-next/entry' into for-next/coreCatalin Marinas2021-08-263-111/+159
| | |\ \ \ \
| | | * | | | 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-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