summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-05-03parisc: Limit amount of kgdb breakpoints on pariscHelge Deller1-0/+2
2023-05-03mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand1-19/+1
2023-05-02arm64: lds: move .got section out of .textFangrui Song1-10/+9
2023-05-02arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.textndesaulniers@google.com3-5/+5
2023-05-02arm64: cpufeature: Fix pointer auth hwcapsKristina Martsenko1-6/+6
2023-05-02RISC-V: include cpufeature.h in cpufeature.cConor Dooley1-0/+1
2023-05-02Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-05-02riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti1-6/+6
2023-05-02riscv: compat_syscall_table: Fixup compile warningGuo Ren1-0/+1
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds82-1520/+2733
2023-05-01Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds10-31/+101
2023-05-01LoongArch: ftrace: Add direct call trampoline samples supportYouling Tang1-0/+2
2023-05-01LoongArch: ftrace: Add direct call supportYouling Tang4-1/+33
2023-05-01LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify codeYouling Tang1-59/+57
2023-05-01LoongArch: ftrace: Fix build error if DYNAMIC_FTRACE_WITH_REGS is not setYouling Tang1-3/+1
2023-05-01LoongArch: ftrace: Abstract DYNAMIC_FTRACE_WITH_ARGS accessesQing Zhang1-0/+25
2023-05-01LoongArch: Add support for function error injectionTiezhu Yang4-0/+18
2023-05-01LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selectionQing Zhang1-0/+1
2023-05-01LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou4-0/+326
2023-05-01LoongArch: Add checksum optimization for 64-bit systemBibo Mao3-1/+208
2023-05-01LoongArch: Optimize memory ops (memset/memcpy/memmove)WANG Rui5-167/+603
2023-05-01LoongArch: Provide kernel fpu functionsHuacai Chen3-1/+47
2023-05-01LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERRWANG Xuerui3-0/+119
2023-05-01LoongArch: Tweak the BADV and CPUCFG.PRID lines in show_regs()WANG Xuerui1-3/+3
2023-05-01LoongArch: Humanize the ESTAT line when showing registersWANG Xuerui1-7/+75
2023-05-01LoongArch: Humanize the ECFG line when showing registersWANG Xuerui1-1/+14
2023-05-01LoongArch: Humanize the EUEN line when showing registersWANG Xuerui1-1/+11
2023-05-01LoongArch: Humanize the PRMD line when showing registersWANG Xuerui1-1/+10
2023-05-01LoongArch: Humanize the CRMD line when showing registersWANG Xuerui1-1/+50
2023-05-01LoongArch: Fix format of CSR lines during show_regs()WANG Xuerui1-10/+6
2023-05-01LoongArch: Print symbol info for $ra and CSR.ERA only for kernel-mode contextsWANG Xuerui1-5/+8
2023-05-01LoongArch: Print GPRs with ABI names when showing registersWANG Xuerui1-13/+23
2023-05-01LoongArch: Define regular names for BCE/WATCH/HVC/GSPR exceptionsWANG Xuerui1-4/+6
2023-05-01LoongArch: Clean up the architectural interrupt definitionsWANG Xuerui5-26/+29
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-4/+4
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds75-1887/+1971
2023-04-30Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-11/+4
2023-04-30Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-28/+51
2023-04-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-2/+2
2023-04-30RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP renameConor Dooley1-1/+1
2023-04-29RISC-V: fix sifive and thead section mismatches in errataRandy Dunlap2-8/+6
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones4-12/+11
2023-04-29riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai1-4/+2
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt10-34/+634
2023-04-29riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selectionNathan Chancellor1-1/+12
2023-04-29RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng7-1/+556
2023-04-29RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng1-0/+8
2023-04-29RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng2-31/+65
2023-04-29RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng2-2/+5
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2-2/+2