aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30arm64: cpufeatures: use min and maxkernel test robot1-2/+3
2021-04-30arm64: stacktrace: restore terminal recordsMark Rutland2-7/+9
2021-04-30arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling1-1/+7
2021-04-29arm64: doc: Add brk/mmap/mremap() to the Tagged Address ABI ExceptionsCatalin Marinas1-0/+6
2021-04-29psci: Remove unneeded semicolonYang Li1-1/+1
2021-04-23ACPI: irq: Prevent unregistering of GIC SGIsMarc Zyngier1-1/+5
2021-04-23ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failureMarc Zyngier1-4/+6
2021-04-23arm64: Show three registers per lineMatthew Wilcox (Oracle)1-6/+3
2021-04-23arm64: remove HAVE_DEBUG_BUGVERBOSEJisheng Zhang1-1/+0
2021-04-23arm64: alternative: simplify passing alt_regionMark Rutland1-2/+1
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas7-25/+6
2021-04-23arm64: vdso32: drop -no-integrated-as flagNick Desaulniers1-8/+0
2021-04-15arm64/sve: Add compile time checks for SVE hooks in generic functionsMark Brown1-2/+3
2021-04-13arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao1-2/+1
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne7-45/+53
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne14-13/+239
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne3-40/+39
2021-04-13arm64/sve: Remove redundant system_supports_sve() testsMark Brown1-4/+4
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel8-15/+31
2021-04-12arm64: assembler: introduce wxN aliases for wN registersArd Biesheuvel1-0/+8
2021-04-12arm64: assembler: remove conditional NEON yield macrosArd Biesheuvel1-70/+0
2021-04-11kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov5-6/+29
2021-04-11arm64: mte: Report async tag faults before suspendVincenzo Frascino3-0/+23
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino3-0/+71
2021-04-11arm64: mte: Conditionally compile mte_enable_kernel_*()Vincenzo Frascino1-0/+4
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino4-0/+63
2021-04-11kasan: Add report for async modeVincenzo Frascino3-1/+38
2021-04-11arm64: mte: Drop arch_enable_tagging()Vincenzo Frascino1-1/+0
2021-04-11kasan: Add KASAN mode kernel parameterVincenzo Frascino4-11/+78
2021-04-11arm64: mte: Add asynchronous mode supportVincenzo Frascino3-5/+24
2021-04-08arm64: Get rid of CONFIG_ARM64_VHEMarc Zyngier4-28/+1
2021-04-08arm64: Cope with CPUs stuck in VHE modeMarc Zyngier3-8/+52
2021-04-08arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier3-0/+36
2021-04-08arm64: Require that system registers at all visible ELs be initializedMark Brown1-3/+4
2021-04-08arm64: Disable fine grained traps on bootMark Brown2-0/+27
2021-04-08arm64: Document requirements for fine grained traps at bootMark Brown1-0/+6
2021-04-08arm64: mte: Remove unused mte_assign_mem_tag_range()Vincenzo Frascino1-6/+0
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang4-6/+6
2021-04-08arm64/sve: Rework SVE access trap to convert state in registersMark Brown3-9/+23
2021-04-01arm64: perf: Remove redundant initialization in perf_event.cQi Liu1-3/+2
2021-03-30perf/arm_pmu_platform: Clean up with dev_printkRobin Murphy1-25/+22
2021-03-30perf/arm_pmu_platform: Fix error handlingRobin Murphy1-1/+1
2021-03-30perf/arm_pmu_platform: Use dev_err_probe() for IRQ errorsRobin Murphy1-4/+3
2021-03-30docs: perf: Address some html build warningsQi Liu1-3/+8
2021-03-30docs: arm64: Fix a grammar errorHe Ying1-1/+1
2021-03-29arm64: Kconfig: select KASAN_VMALLOC if KANSAN_GENERIC is enabledLecopzer Chen1-0/+1
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen2-15/+19
2021-03-29arm64: Kconfig: support CONFIG_KASAN_VMALLOCLecopzer Chen1-0/+1
2021-03-29arm64: kasan: abstract _text and _end to KERNEL_START/ENDLecopzer Chen1-3/+3
2021-03-29arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOCLecopzer Chen1-5/+14