| Commit message (Expand) | Author | Age | Files | Lines |
* | s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDS | Lukas Bulwahn | 2023-05-06 | 1 | -1/+0 |
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-05-05 | 26 | -62/+114 |
|\ |
|
| * | locking/x86: Define arch_try_cmpxchg_local() | Uros Bizjak | 2023-04-29 | 1 | -0/+6 |
| * | locking/arch: Wire up local_try_cmpxchg() | Uros Bizjak | 2023-04-29 | 5 | -8/+54 |
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg() | Andrzej Hajda | 2023-04-29 | 20 | -54/+54 |
* | | Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanups | Linus Torvalds | 2023-05-05 | 4 | -94/+122 |
|\ \ |
|
| * | | x86-64: mm: clarify the 'positive addresses' user address rules | Linus Torvalds | 2023-05-03 | 2 | -15/+33 |
| * | | x86: mm: remove 'sign' games from LAM untagged_addr*() macros | Linus Torvalds | 2023-05-03 | 1 | -15/+3 |
| * | | x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header | Linus Torvalds | 2023-05-03 | 3 | -85/+82 |
| * | | x86: mm: remove architecture-specific 'access_ok()' define | Linus Torvalds | 2023-05-03 | 1 | -34/+0 |
| * | | x86-64: make access_ok() independent of LAM | Linus Torvalds | 2023-05-03 | 2 | -10/+69 |
* | | | Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-05-05 | 19 | -66/+674 |
|\ \ \ |
|
| * | | | RISC-V: include cpufeature.h in cpufeature.c | Conor Dooley | 2023-05-02 | 1 | -0/+1 |
| * | | | riscv: Move .rela.dyn to the init sections | Alexandre Ghiti | 2023-05-02 | 1 | -6/+6 |
| * | | | riscv: compat_syscall_table: Fixup compile warning | Guo Ren | 2023-05-02 | 1 | -0/+1 |
| * | | | RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP rename | Conor Dooley | 2023-04-30 | 1 | -1/+1 |
| * | | | RISC-V: fix sifive and thead section mismatches in errata | Randy Dunlap | 2023-04-29 | 2 | -8/+6 |
| * | | | RISC-V: Align SBI probe implementation with spec | Andrew Jones | 2023-04-29 | 4 | -12/+11 |
| * | | | riscv: mm: remove redundant parameter of create_fdt_early_page_table | Song Shuai | 2023-04-29 | 1 | -4/+2 |
| * | | | Merge patch series "RISC-V Hibernation Support" | Palmer Dabbelt | 2023-04-29 | 10 | -34/+634 |
| |\ \ \ |
|
| | * | | | RISC-V: Add arch functions to support hibernation/suspend-to-disk | Sia Jee Heng | 2023-04-29 | 7 | -1/+556 |
| | * | | | RISC-V: mm: Enable huge page support to kernel_page_present() function | Sia Jee Heng | 2023-04-29 | 1 | -0/+8 |
| | * | | | RISC-V: Factor out common code of __cpu_resume_enter() | Sia Jee Heng | 2023-04-29 | 2 | -31/+65 |
| | * | | | RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function | Sia Jee Heng | 2023-04-29 | 2 | -2/+5 |
| | | |/
| | |/| |
|
| * | | | riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selection | Nathan Chancellor | 2023-04-29 | 1 | -1/+12 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2023-05-05 | 23 | -177/+1208 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2023-05-05 | 3 | -21/+23 |
| |\ \ \ \ |
|
| | * | | | | KVM: s390: fix race in gmap_make_secure() | Claudio Imbrenda | 2023-05-04 | 1 | -21/+11 |
| | * | | | | KVM: s390: pv: fix asynchronous teardown for small VMs | Claudio Imbrenda | 2023-05-04 | 2 | -0/+12 |
| * | | | | | Merge tag 'kvm-x86-mmu-6.4-2' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2023-05-05 | 1 | -65/+56 |
| |\ \ \ \ \ |
|
| | * | | | | | KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated | Sean Christopherson | 2023-04-27 | 1 | -65/+56 |
| * | | | | | | Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 2023-05-05 | 19 | -91/+1129 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | RISC-V: KVM: Virtualize per-HART AIA CSRs | Anup Patel | 2023-04-21 | 3 | -35/+382 |
| | * | | | | | | RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_mask | Anup Patel | 2023-04-21 | 2 | -22/+38 |
| | * | | | | | | RISC-V: KVM: Add ONE_REG interface for AIA CSRs | Anup Patel | 2023-04-21 | 2 | -0/+16 |
| | * | | | | | | RISC-V: KVM: Implement subtype for CSR ONE_REG interface | Anup Patel | 2023-04-21 | 2 | -22/+69 |
| | * | | | | | | RISC-V: KVM: Initial skeletal support for AIA | Anup Patel | 2023-04-21 | 9 | -6/+255 |
| | * | | | | | | RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines | Anup Patel | 2023-04-21 | 3 | -10/+9 |
| | * | | | | | | RISC-V: Detect AIA CSRs from ISA string | Anup Patel | 2023-04-21 | 3 | -0/+6 |
| | * | | | | | | RISC-V: Add AIA related CSR defines | Anup Patel | 2023-04-21 | 1 | -1/+94 |
| | * | | | | | | RISC-V: KVM: Allow Zbb extension for Guest/VM | Anup Patel | 2023-04-21 | 2 | -0/+3 |
| | * | | | | | | RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions | Anup Patel | 2023-04-21 | 5 | -19/+274 |
| | * | | | | | | RISC-V: KVM: Alphabetize selects | Andrew Jones | 2023-04-21 | 1 | -5/+5 |
| | * | | | | | | KVM: RISC-V: Retry fault if vma_lookup() results become invalid | David Matlack | 2023-04-21 | 1 | -9/+16 |
* | | | | | | | | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-05-04 | 1 | -19/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | mm/ksm: move disabling KSM from s390/gmap code to KSM code | David Hildenbrand | 2023-05-03 | 1 | -19/+1 |
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2023-05-04 | 6 | -23/+22 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | arm64: lds: move .got section out of .text | Fangrui Song | 2023-05-02 | 1 | -10/+9 |
| * | | | | | | | | | arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text | ndesaulniers@google.com | 2023-05-02 | 3 | -5/+5 |
| * | | | | | | | | | arm64: cpufeature: Fix pointer auth hwcaps | Kristina Martsenko | 2023-05-02 | 1 | -6/+6 |