aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-05-12KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky1-1/+1
2022-05-12x86/msr-index: Define INTEGRITY_CAPABILITIES MSRTony Luck1-0/+7
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph3-52/+57
2022-05-12arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUsShreyas K K1-0/+2
2022-05-12ARM: at91: pm: add support for sama5d2 secure suspendClément Léger3-1/+50
2022-05-12ARM: at91: add code to handle secure callsClément Léger4-1/+63
2022-05-12arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entryKristina Martsenko1-2/+1
2022-05-12ARM: at91: Kconfig: implement PIT64B selectionClaudiu Beznea1-0/+9
2022-05-12ARM: at91: pm: add quirks for pmClaudiu Beznea1-2/+302
2022-05-12ARM: at91: pm: use kernel documentation styleClaudiu Beznea1-3/+3
2022-05-12ARM: at91: pm: introduce macros for pm mode replacementClaudiu Beznea1-27/+56
2022-05-12ARM: at91: pm: keep documentation inline with structure membersClaudiu Beznea1-1/+1
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner15-9/+260
2022-05-11riscv: don't use global static vars to store alternative dataHeiko Stuebner1-27/+24
2022-05-11riscv: remove FIXMAP_PAGE_IO and fall back to its default valueHeiko Stuebner1-2/+0
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner11-10/+189
2022-05-11riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner4-12/+24
2022-05-11riscv: move boot alternatives to after fill_hwcapHeiko Stuebner2-2/+2
2022-05-11riscv: prevent compressed instructions in alternativesHeiko Stuebner1-0/+24
2022-05-11riscv: extend concatenated alternatives-lines to the same lengthHeiko Stuebner1-10/+10
2022-05-11riscv: implement ALTERNATIVE_2 macroHeiko Stuebner1-20/+58
2022-05-11riscv: implement module alternativesHeiko Stuebner4-9/+55
2022-05-11riscv: allow different stages with alternativesHeiko Stuebner3-11/+23
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner11-20/+26
2022-05-12openrisc: remove bogus nops and shutdownsJason A. Donenfeld1-5/+0
2022-05-12openrisc: fix typos in commentsJulia Lawall1-1/+1
2022-05-11ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman1-2/+1
2022-05-11ptrace: Remove arch_ptrace_attachEric W. Biederman2-61/+0
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2-4/+4
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman5-8/+10
2022-05-11Merge tag 'generic-ticket-spinlocks-v6' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux into asm-genericArnd Bergmann11-314/+10
2022-05-11csky: Move to generic ticket-spinlockGuo Ren3-116/+3
2022-05-11RISC-V: Move to queued RW locksPalmer Dabbelt4-123/+3
2022-05-11RISC-V: Move to generic spinlocksPalmer Dabbelt3-45/+10
2022-05-11openrisc: Move to ticket-spinlockPeter Zijlstra4-38/+2
2022-05-11x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATEAndy Lutomirski2-16/+4
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig6-42/+7
2022-05-11x86: ACPI: Make mp_config_acpi_gsi() a void functionLi kunyu1-4/+3
2022-05-11x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley1-0/+2
2022-05-11perf/ibs: Fix commentRavi Bangoria1-1/+1
2022-05-11perf/amd/ibs: Advertise zen4_ibs_extensions as pmu capability attributeRavi Bangoria1-0/+21
2022-05-11perf/amd/ibs: Add support for L3 miss filteringRavi Bangoria2-7/+63
2022-05-11perf/amd/ibs: Use ->is_visible callback for dynamic attributesRavi Bangoria1-24/+54
2022-05-11perf/amd/ibs: Cascade pmu init functions' return valueRavi Bangoria1-8/+29
2022-05-11perf/x86/uncore: Add new Alder Lake and Raptor Lake supportKan Liang2-0/+54
2022-05-11perf/x86/uncore: Clean up uncore_pci_ids[]Kan Liang1-316/+86
2022-05-11perf/x86/cstate: Add new Alder Lake and Raptor Lake supportKan Liang1-0/+2
2022-05-11perf/x86/msr: Add new Alder Lake and Raptor Lake supportKan Liang1-0/+2
2022-05-11perf/x86: Add new Alder Lake and Raptor Lake supportKan Liang1-0/+2
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra228-1258/+1500