aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-18/+34
2022-11-10arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
2022-11-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-10/+35
2022-11-04Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds2-2/+57
2022-11-03arm64: cpufeature: Fix the visibility of compat hwcapsAmit Daniel Kachhap1-9/+33
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2-2/+57
2022-11-01arm64: entry: avoid kprobe recursionMark Rutland1-1/+2
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra1-1/+6
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds2-2/+2
2022-10-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-2/+18
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+0
2022-10-12arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips1-0/+6
2022-10-12arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas1-2/+7
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-7/+12
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-40/+0
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-13/+0
2022-10-07arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse1-0/+5
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds30-338/+939
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds10-14/+57
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-30Merge branch 'for-next/misc' into for-next/coreCatalin Marinas9-10/+489
2022-09-30Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas5-66/+63
2022-09-30Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/gettimeofday', 'for-next/stacktrace', 'for-next/atomics', 'for-next/el1-exceptions', 'for-next/a510-erratum-2658417', 'for-next/defconfig', 'for-next/tpidr2_el0' and 'for-next/ftrace', remote-tracking branch 'arm64/for-ne...Catalin Marinas20-263/+362
2022-09-30arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang1-6/+21
2022-09-29ARM64: reloc_test: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-29arm64: ftrace: fix module PLTs with mcountMark Rutland1-1/+16
2022-09-29arm64: module: Make plt_equals_entry() staticLi Huafei1-1/+2
2022-09-26arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett1-6/+10
2022-09-26arm64: remove mmap linked list from vdsoMatthew Wilcox (Oracle)1-1/+2
2022-09-26treewide: Drop function_nocfiSami Tolvanen6-6/+6
2022-09-26arm64: Drop unneeded __nocfi attributesSami Tolvanen2-2/+2
2022-09-26arm64: Add CFI error handlingSami Tolvanen1-3/+44
2022-09-26arm64: Add types to indirect called assembly functionsSami Tolvanen1-2/+3
2022-09-26treewide: Filter out CC_FLAGS_CFISami Tolvanen1-1/+2
2022-09-22arm64: mte: move register initialization to CPeter Collingbourne3-1/+55
2022-09-22perf: arm64: Add SVE vector granule register to user regsJames Clark1-2/+28
2022-09-22arm64: topology: fix possible overflow in amu_fie_setup()Sergey Shtylyov1-1/+1
2022-09-21arm64/ptrace: Support access to TPIDR2_EL0Mark Brown1-5/+20
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel1-13/+0
2022-09-16arm64: alternatives: add shared NOP callbackMark Rutland2-0/+9
2022-09-16arm64: alternatives: add alternative_has_feature_*()Mark Rutland2-29/+0
2022-09-16arm64: alternatives: have callbacks take a capMark Rutland3-18/+35
2022-09-16arm64: alternatives: make alt_region constMark Rutland1-14/+12
2022-09-16arm64: alternatives: hoist print out of __apply_alternatives()Mark Rutland1-2/+4
2022-09-16arm64: alternatives: proton-pack: prepare for cap changesMark Rutland1-1/+1
2022-09-16arm64: errata: remove BF16 HWCAP due to incorrect result on Cortex-A510James Morse1-0/+26
2022-09-16arm64: cpufeature: Expose get_arm64_ftr_reg() outside cpufeature.cJames Morse1-1/+1