summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose2021-10-211-0/+4
| | |/ /
| * | | Merge branch 'for-next/sve' into for-next/coreWill Deacon2021-10-294-35/+155
| |\ \ \
| | * | | arm64/sve: Add stub for sve_max_virtualisable_vl()Mark Brown2021-10-261-0/+5
| | * | | arm64/sve: Track vector lengths for tasks in an arrayMark Brown2021-10-212-8/+38
| | * | | arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown2021-10-212-7/+2
| | * | | arm64/sve: Put system wide vector length information into structsMark Brown2021-10-212-15/+91
| | * | | arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown2021-10-212-1/+11
| | * | | arm64/sve: Make access to FFR optionalMark Brown2021-10-212-9/+17
| | * | | arm64/sve: Make sve_state_size() staticMark Brown2021-10-211-2/+0
| | * | | arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown2021-10-211-2/+0
| | |/ /
| * | | Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon2021-10-291-1/+0
| |\ \ \
| | * | | arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-10-011-1/+0
| | |/ /
| * | | Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-10-295-6/+15
| |\ \ \
| | * | | arm64: mte: Add asymmetric mode supportVincenzo Frascino2021-10-074-6/+12
| | * | | arm64: mte: Bitfield definitions for Asymm MTEVincenzo Frascino2021-10-071-0/+3
| | |/ /
| * | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2021-10-292-2/+7
| |\ \ \
| | * | | arm64/mm: Add pud_sect_supported()Anshuman Khandual2021-09-292-2/+7
| | |/ /
| * | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2021-10-292-1/+7
| |\ \ \
| | * | | arm64: ftrace: use function_nocfi for _mcount as wellSumit Garg2021-10-121-1/+1
| | * | | arm64: asm: setup.h: export common variablesAnders Roxell2021-10-121-0/+6
| | |/ /
| * | | Merge branch 'for-next/kexec' into for-next/coreWill Deacon2021-10-296-13/+94
| |\ \ \
| | * | | arm64: trans_pgd: remove trans_pgd_map_page()Pasha Tatashin2021-10-011-4/+1
| | * | | arm64: kexec: remove cpu-reset.hPasha Tatashin2021-10-011-0/+6
| | * | | arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin2021-10-011-0/+3
| | * | | arm64: kexec: install a copy of the linear-mapPasha Tatashin2021-10-012-0/+21
| | * | | arm64: kexec: use ld script for relocation functionPasha Tatashin2021-10-011-0/+1
| | * | | arm64: kexec: configure EL2 vectors for kexecPasha Tatashin2021-10-011-0/+1
| | * | | arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin2021-10-011-7/+23
| | * | | arm64: hibernate: abstract ttrb0 setup functionPasha Tatashin2021-10-011-0/+24
| | * | | arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin2021-10-012-2/+9
| | * | | arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin2021-10-011-0/+5
| | |/ /
| * | | Merge branch 'for-next/extable' into for-next/coreWill Deacon2021-10-2910-109/+175
| |\ \ \
| | * | | arm64: extable: add load_unaligned_zeropad() handlerMark Rutland2021-10-212-17/+19
| | * | | arm64: extable: add a dedicated uaccess handlerMark Rutland2021-10-213-32/+36
| | * | | arm64: extable: add `type` and `data` fieldsMark Rutland2021-10-212-16/+35
| | * | | arm64: extable: make fixup_exception() return boolMark Rutland2021-10-211-5/+5
| | * | | arm64: extable: consolidate definitionsMark Rutland2021-10-214-34/+57
| | * | | arm64: gpr-num: support W registersMark Rutland2021-10-211-1/+5
| | * | | arm64: factor out GPR numbering helpersMark Rutland2021-10-212-17/+30
| | * | | arm64: kvm: use kvm_exception_table_entryMark Rutland2021-10-211-3/+4
| | |/ /
| * | | arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2021-10-192-0/+2
| * | | arm64: Add handling of CNTVCTSS trapsMarc Zyngier2021-10-191-0/+6
| * | | arm64: Add CNT{P,V}CTSS_EL0 alternatives to cnt{p,v}ct_el0Marc Zyngier2021-10-192-8/+27
| * | | Merge branch 'timers/drivers/armv8.6_arch_timer' of https://git.linaro.org/pe...Will Deacon2021-10-191-29/+23
| |\ \ \ | | |/ / | |/| |
* | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \ \ \
| * | | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/ / /
* | | | Merge tag 'timers-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-011-29/+23
|\ \ \ \
| * \ \ \ Merge branch 'timers/drivers/armv8.6_arch_timer' into timers/drivers/nextDaniel Lezcano2021-10-191-29/+23
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | clocksource/drivers/arch_arm_timer: Move workaround synchronisation aroundMarc Zyngier2021-10-181-3/+3
| | * | | clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programmingMarc Zyngier2021-10-171-2/+2