Age | Commit message (Expand) | Author |
2023-08-28 | riscv: Explicitly include correct DT includes | Rob Herring |
2023-08-25 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-08-25 | Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-08-25 | Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-08-24 | riscv: implement the new page table range API | Matthew Wilcox (Oracle) |
2023-08-24 | mm: convert page_table_check_pte_set() to page_table_check_ptes_set() | Matthew Wilcox (Oracle) |
2023-08-24 | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED | Suren Baghdasaryan |
2023-08-24 | riscv: Fix build errors using binutils2.37 toolchains | Mingzheng Xing |
2023-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-24 | riscv, bpf: Support unconditional bswap insn | Pu Lehui |
2023-08-24 | riscv, bpf: Support signed div/mod insns | Pu Lehui |
2023-08-24 | riscv, bpf: Support 32-bit offset jmp insn | Pu Lehui |
2023-08-24 | riscv, bpf: Support sign-extension mov insns | Pu Lehui |
2023-08-24 | riscv, bpf: Support sign-extension load insns | Pu Lehui |
2023-08-24 | riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W | Pu Lehui |
2023-08-23 | RISC-V: mm: Update pgtable comment documentation | Charlie Jenkins |
2023-08-23 | RISC-V: mm: Restrict address space for sv39,sv48,sv57 | Charlie Jenkins |
2023-08-23 | riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherent | Jisheng Zhang |
2023-08-23 | riscv: allow kmalloc() caches aligned to the smallest value | Jisheng Zhang |
2023-08-23 | riscv: support the elf-fdpic binfmt loader | Greg Ungerer |
2023-08-23 | riscv: Allow CONFIG_CFI_CLANG to be selected | Sami Tolvanen |
2023-08-23 | riscv/purgatory: Disable CFI | Sami Tolvanen |
2023-08-23 | riscv: Add CFI error handling | Sami Tolvanen |
2023-08-23 | riscv: Add ftrace_stub_graph | Sami Tolvanen |
2023-08-23 | riscv: Add types to indirectly called assembly functions | Sami Tolvanen |
2023-08-23 | riscv: Implement syscall wrappers | Sami Tolvanen |
2023-08-23 | Merge patch series "riscv: fix ptrace and export VLENB" | Palmer Dabbelt |
2023-08-23 | riscv: Require FRAME_POINTER for some configurations | Björn Töpel |
2023-08-22 | RISC-V: vector: export VLENB csr in __sc_riscv_v_state | Andy Chiu |
2023-08-22 | RISC-V: Remove ptrace support for vectors | Palmer Dabbelt |
2023-08-21 | Merge tag 'riscv-dt-for-v6.6-pt2' of https://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann |
2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton |
2023-08-21 | treewide: drop CONFIG_EMBEDDED | Randy Dunlap |
2023-08-21 | riscv: include asm/cacheflush.h in asm/hugetlb.h | Hugh Dickins |
2023-08-21 | riscv: convert alloc_{pmd, pte}_late() to use ptdescs | Vishal Moola (Oracle) |
2023-08-21 | mm: enable page walking API to lock vmas during the walk | Suren Baghdasaryan |
2023-08-21 | efi/riscv: Move EFI runtime call setup/teardown helpers out of line | Ard Biesheuvel |
2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-18 | Merge tag 'riscv-for-linus-6.5-rc7' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-08-18 | kexec: rename ARCH_HAS_KEXEC_PURGATORY | Eric DeVolder |
2023-08-18 | riscv/kexec: refactor for kernel/Kconfig.kexec | Eric DeVolder |
2023-08-18 | mm/vmemmap optimization: split hugetlb and devdax vmemmap optimization | Aneesh Kumar K.V |
2023-08-18 | mm: remove CONFIG_PER_VMA_LOCK ifdefs | Matthew Wilcox (Oracle) |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set | Kemeng Shi |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set | Kemeng Shi |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pte_set | Kemeng Shi |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear | Kemeng Shi |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear | Kemeng Shi |
2023-08-18 | Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-08-17 | KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union | Sean Christopherson |