summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas74-402/+2991
2022-05-18arm64/sve: Move sve_free() into SVE code sectionGeert Uytterhoeven1-17/+16
2022-05-18arm64: Kconfig.platforms: Add commentsJuerg Haefliger1-1/+1
2022-05-18arm64: Kconfig: Fix indentation and add commentsJuerg Haefliger1-48/+47
2022-05-17arm64: mm: avoid writable executable mappings in kexec/hibernate codeArd Biesheuvel1-1/+1
2022-05-17arm64: lds: move special code sections out of kernel exec segmentArd Biesheuvel1-9/+12
2022-05-17arm64/hugetlb: Implement arm64 specific huge_ptep_get()Baolin Wang2-0/+24
2022-05-17arm64/hugetlb: Use ptep_get() to get the pte value of a huge pageBaolin Wang1-4/+4
2022-05-16arm64: kdump: Do not allocate crash low memory if not neededZhen Lei2-3/+5
2022-05-16arm64/sve: Make kernel FPU protection RT friendlySebastian Andrzej Siewior1-2/+14
2022-05-16arm64/sve: Delay freeing memory in fpsimd_flush_thread()Sebastian Andrzej Siewior1-2/+15
2022-05-16arm64: mm: Make arch_faults_on_old_pte() check for migratabilityValentin Schneider1-1/+2
2022-05-16arm64: mte: Clean up user tag accessorsRobin Murphy1-2/+2
2022-05-12perf/arm-cmn: Decode CAL devices properly in debugfsRobin Murphy1-1/+2
2022-05-11arm64/hugetlb: Drop TLB flush from get_clear_flush()Anshuman Khandual1-11/+5
2022-05-11arm64: Declare non global symbols as staticLinu Cherian1-1/+1
2022-05-11perf/arm-cmn: Fix filter_sel lookupRobin Murphy1-1/+1
2022-05-10perf/marvell_cn10k: Fix tad_pmu_event_init() to check pmu type firstTanmay Jagdale1-3/+3
2022-05-07docs: kdump: Update the crashkernel description for arm64Zhen Lei1-2/+7
2022-05-07of: Support more than one crash kernel regions for kexec -sZhen Lei1-0/+9
2022-05-07of: fdt: Add memory for devices by DT property "linux,usable-memory-range"Chen Zhou1-10/+23
2022-05-07arm64: kdump: Reimplement crashkernel=XChen Zhou3-10/+74
2022-05-07arm64: Use insert_resource() to simplify codeZhen Lei2-14/+4
2022-05-07kdump: return -ENOENT if required cmdline option does not existZhen Lei1-2/+1
2022-05-06arm64/sme: More sensibly define the size for the ZA register setMark Brown2-2/+22
2022-05-06drivers/perf: hisi: Add Support for CPA PMUQi Liu3-1/+411
2022-05-06drivers/perf: hisi: Associate PMUs in SICL with CPUs onlineQi Liu3-11/+12
2022-05-06drivers/perf: arm_spe: Expose saturating counter to 16-bitShaokun Zhang1-0/+3
2022-05-06perf/arm-cmn: Add CMN-700 supportRobin Murphy1-16/+220
2022-05-06perf/arm-cmn: Refactor occupancy filter selectorRobin Murphy1-72/+98
2022-05-06perf/arm-cmn: Add CMN-650 supportRobin Murphy1-46/+176
2022-05-06dt-bindings: perf: arm-cmn: Add CMN-650 and CMN-700Robin Murphy1-0/+2
2022-05-06perf: check return value of armpmu_request_irq()Ren Yu1-1/+3
2022-05-06perf: RISC-V: Remove non-kernel-doc ** commentsPalmer Dabbelt1-4/+4
2022-05-05arm64: mm: Cleanup useless parameters in zone_sizes_init()Kefeng Wang1-3/+3
2022-05-04arm64: fix types in copy_highpage()Tong Tiangen1-2/+2
2022-05-04arm64: Set ARCH_NR_GPIO to 2048 for ARCH_APPLEHector Martin1-0/+12
2022-05-04arm64: cputype: Avoid overflow using MIDR_IMPLEMENTOR_MASKMichal Orzel1-1/+1
2022-04-29arm64/ftrace: Make function graph use ftrace directlyChengming Zhou3-17/+24
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou2-15/+20
2022-04-29arm64/sme: Fix NULL check after kzallocWan Jiabing1-1/+1
2022-04-27arm64/sme: Add ID_AA64SMFR0_EL1 to __read_sysreg_by_encoding()Mark Brown1-0/+1
2022-04-25arm64: document the boot requirements for MTEPeter Collingbourne1-0/+10
2022-04-25btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faultsCatalin Marinas1-1/+6
2022-04-25arm64: Add support for user sub-page fault probingCatalin Marinas4-0/+47
2022-04-25mm: Add fault_in_subpage_writeable() to probe at sub-page granularityCatalin Marinas4-0/+59
2022-04-22arm64/sme: Provide Kconfig for SMEMark Brown1-0/+11
2022-04-22KVM: arm64: Handle SME host state when running guestsMark Brown2-0/+37
2022-04-22KVM: arm64: Trap SME usage in guestMark Brown2-1/+40
2022-04-22KVM: arm64: Hide SME system registers from guestsMark Brown1-1/+8