summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel2023-04-212-0/+16
| | * | | | | | | | RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel2023-04-212-22/+69
| | * | | | | | | | RISC-V: KVM: Initial skeletal support for AIAAnup Patel2023-04-219-6/+255
| | * | | | | | | | RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel2023-04-213-10/+9
| | * | | | | | | | RISC-V: Detect AIA CSRs from ISA stringAnup Patel2023-04-213-0/+6
| | * | | | | | | | RISC-V: Add AIA related CSR definesAnup Patel2023-04-211-1/+94
| | * | | | | | | | RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel2023-04-212-0/+3
| | * | | | | | | | RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel2023-04-215-19/+274
| | * | | | | | | | RISC-V: KVM: Alphabetize selectsAndrew Jones2023-04-211-5/+5
| | * | | | | | | | KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack2023-04-211-9/+16
* | | | | | | | | | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-19/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand2023-05-021-19/+1
* | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-05-046-23/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arm64: lds: move .got section out of .textFangrui Song2023-05-021-10/+9
| * | | | | | | | | | | arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.textndesaulniers@google.com2023-05-023-5/+5
| * | | | | | | | | | | arm64: cpufeature: Fix pointer auth hwcapsKristina Martsenko2023-05-021-6/+6
| * | | | | | | | | | | arm64: Fix label placement in record_mmu_state()Neeraj Upadhyay2023-04-261-2/+2
* | | | | | | | | | | | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-05-0428-295/+1666
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | LoongArch: ftrace: Add direct call trampoline samples supportYouling Tang2023-05-011-0/+2
| * | | | | | | | | | | | LoongArch: ftrace: Add direct call supportYouling Tang2023-05-014-1/+33
| * | | | | | | | | | | | LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify codeYouling Tang2023-05-011-59/+57
| * | | | | | | | | | | | LoongArch: ftrace: Fix build error if DYNAMIC_FTRACE_WITH_REGS is not setYouling Tang2023-05-011-3/+1
| * | | | | | | | | | | | LoongArch: ftrace: Abstract DYNAMIC_FTRACE_WITH_ARGS accessesQing Zhang2023-05-011-0/+25
| * | | | | | | | | | | | LoongArch: Add support for function error injectionTiezhu Yang2023-05-014-0/+18
| * | | | | | | | | | | | LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selectionQing Zhang2023-05-011-0/+1
| * | | | | | | | | | | | LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou2023-05-014-0/+326
| * | | | | | | | | | | | LoongArch: Add checksum optimization for 64-bit systemBibo Mao2023-05-013-1/+208
| * | | | | | | | | | | | LoongArch: Optimize memory ops (memset/memcpy/memmove)WANG Rui2023-05-015-167/+603
| * | | | | | | | | | | | LoongArch: Provide kernel fpu functionsHuacai Chen2023-05-013-1/+47
| * | | | | | | | | | | | LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERRWANG Xuerui2023-05-013-0/+119
| * | | | | | | | | | | | LoongArch: Tweak the BADV and CPUCFG.PRID lines in show_regs()WANG Xuerui2023-05-011-3/+3
| * | | | | | | | | | | | LoongArch: Humanize the ESTAT line when showing registersWANG Xuerui2023-05-011-7/+75
| * | | | | | | | | | | | LoongArch: Humanize the ECFG line when showing registersWANG Xuerui2023-05-011-1/+14
| * | | | | | | | | | | | LoongArch: Humanize the EUEN line when showing registersWANG Xuerui2023-05-011-1/+11
| * | | | | | | | | | | | LoongArch: Humanize the PRMD line when showing registersWANG Xuerui2023-05-011-1/+10
| * | | | | | | | | | | | LoongArch: Humanize the CRMD line when showing registersWANG Xuerui2023-05-011-1/+50
| * | | | | | | | | | | | LoongArch: Fix format of CSR lines during show_regs()WANG Xuerui2023-05-011-10/+6
| * | | | | | | | | | | | LoongArch: Print symbol info for $ra and CSR.ERA only for kernel-mode contextsWANG Xuerui2023-05-011-5/+8
| * | | | | | | | | | | | LoongArch: Print GPRs with ABI names when showing registersWANG Xuerui2023-05-011-13/+23
| * | | | | | | | | | | | LoongArch: Define regular names for BCE/WATCH/HVC/GSPR exceptionsWANG Xuerui2023-05-011-4/+6
| * | | | | | | | | | | | LoongArch: Clean up the architectural interrupt definitionsWANG Xuerui2023-05-015-26/+29
* | | | | | | | | | | | | Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linuxLinus Torvalds2023-05-043-5/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | csky: mmu: Prevent spurious page faultsGuo Ren2023-04-132-0/+6
| * | | | | | | | | | | | csky: remove obsolete config CPU_TLB_SIZELukas Bulwahn2023-04-051-5/+0
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'parisc-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-037-148/+93
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | parisc: Fix argument pointer in real64_call_asm()Helge Deller2023-05-031-3/+2
| * | | | | | | | | | | | parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin2023-05-031-103/+63
| * | | | | | | | | | | | parisc: Drop HP-UX constants and structs from grfioctl.hHelge Deller2023-05-031-38/+0
| * | | | | | | | | | | | parisc: Ensure page alignment in flush functionsHelge Deller2023-05-031-0/+2
| * | | | | | | | | | | | parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli2023-05-032-4/+24