summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDSLukas Bulwahn2023-05-051-1/+0
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0526-62/+114
|\
| * locking/x86: Define arch_try_cmpxchg_local()Uros Bizjak2023-04-291-0/+6
| * locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-295-8/+54
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-2920-54/+54
* | Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsLinus Torvalds2023-05-054-94/+122
|\ \
| * | x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds2023-05-032-15/+33
| * | x86: mm: remove 'sign' games from LAM untagged_addr*() macrosLinus Torvalds2023-05-031-15/+3
| * | x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerLinus Torvalds2023-05-033-85/+82
| * | x86: mm: remove architecture-specific 'access_ok()' defineLinus Torvalds2023-05-031-34/+0
| * | x86-64: make access_ok() independent of LAMLinus Torvalds2023-05-032-10/+69
* | | Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0519-66/+674
|\ \ \
| * | | RISC-V: include cpufeature.h in cpufeature.cConor Dooley2023-05-011-0/+1
| * | | riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti2023-05-011-6/+6
| * | | riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-011-0/+1
| * | | RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP renameConor Dooley2023-04-291-1/+1
| * | | RISC-V: fix sifive and thead section mismatches in errataRandy Dunlap2023-04-292-8/+6
| * | | RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-294-12/+11
| * | | riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai2023-04-291-4/+2
| * | | Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2023-04-2910-34/+634
| |\ \ \
| | * | | RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2023-04-297-1/+556
| | * | | RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng2023-04-291-0/+8
| | * | | RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng2023-04-292-31/+65
| | * | | RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng2023-04-292-2/+5
| | | |/ | | |/|
| * | | riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selectionNathan Chancellor2023-04-291-1/+12
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-0523-177/+1208
|\ \ \ \
| * \ \ \ Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-05-053-21/+23
| |\ \ \ \
| | * | | | KVM: s390: fix race in gmap_make_secure()Claudio Imbrenda2023-05-041-21/+11
| | * | | | KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda2023-05-042-0/+12
| * | | | | Merge tag 'kvm-x86-mmu-6.4-2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-05-051-65/+56
| |\ \ \ \ \
| | * | | | | KVM: x86: Preserve TDP MMU roots until they are explicitly invalidatedSean Christopherson2023-04-261-65/+56
| * | | | | | Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-0519-91/+1129
| |\ \ \ \ \ \
| | * | | | | | RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel2023-04-213-35/+382
| | * | | | | | RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel2023-04-212-22/+38
| | * | | | | | 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