Age | Commit message (Expand) | Author |
2023-09-10 | Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-09-10 | Merge tag 'perf-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-09-09 | Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-09-09 | Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2023-09-09 | sh: push-switch: Reorder cleanup operations to avoid use-after-free bug | Duoming Zhou |
2023-09-09 | sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory() | Petr Tesarik |
2023-09-08 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2023-09-08 | Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds |
2023-09-08 | riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES config | Lad Prabhakar |
2023-09-08 | riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO config | Lad Prabhakar |
2023-09-08 | riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabled | Lad Prabhakar |
2023-09-08 | Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT" | Palmer Dabbelt |
2023-09-08 | Merge patch series "riscv: Introduce KASLR" | Palmer Dabbelt |
2023-09-08 | Merge patch "RISC-V: Add ptrace support for vectors" | Palmer Dabbelt |
2023-09-08 | Merge patch series "Add non-coherent DMA support for AX45MP" | Palmer Dabbelt |
2023-09-08 | Merge patch series "riscv: dma-mapping: unify support for cache flushes" | Palmer Dabbelt |
2023-09-08 | Merge patch series "RISC-V: Probe for misaligned access speed" | Palmer Dabbelt |
2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-09-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-09-07 | Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2023-09-07 | Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds |
2023-09-07 | Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds |
2023-09-07 | arm64: csum: Fix OoB access in IP checksum code for negative lengths | Will Deacon |
2023-09-07 | LoongArch: Update Loongson-3 default config file | Huacai Chen |
2023-09-06 | x86/sgx: Break up long non-preemptible delays in sgx_vepc_release() | Jack Wang |
2023-09-06 | x86: Remove the arch_calc_vm_prot_bits() macro from the UAPI | Thomas Huth |
2023-09-06 | x86/build: Fix linker fill bytes quirk/incompatibility for ld.lld | Song Liu |
2023-09-06 | arm64/sysreg: Fix broken strncpy() -> strscpy() conversion | Will Deacon |
2023-09-06 | LoongArch: Add KASAN (Kernel Address Sanitizer) support | Qing Zhang |
2023-09-06 | LoongArch: Simplify the processing of jumping new kernel for KASLR | Qing Zhang |
2023-09-06 | LoongArch: Add KFENCE (Kernel Electric-Fence) support | Enze Li |
2023-09-06 | LoongArch: Get partial stack information when providing regs parameter | Enze Li |
2023-09-06 | LoongArch: mm: Add page table mapped mode support for virt_to_page() | Enze Li |
2023-09-06 | LoongArch: Allow building with kcov coverage | Feiyang Chen |
2023-09-06 | LoongArch: Provide kaslr_offset() to get kernel offset | Feiyang Chen |
2023-09-06 | LoongArch: Add basic KGDB & KDB support | Qing Zhang |
2023-09-06 | LoongArch: Add Loongson Binary Translation (LBT) extension support | Qi Hu |
2023-09-06 | LoongArch: Add SIMD-optimized XOR routines | WANG Xuerui |
2023-09-06 | LoongArch: Allow usage of LSX/LASX in the kernel | Huacai Chen |
2023-09-06 | LoongArch: Define symbol 'fault' as a local label in fpu.S | Tiezhu Yang |
2023-09-06 | LoongArch: Adjust {copy, clear}_user exception handler behavior | Weihao Li |
2023-09-06 | LoongArch: Use static defined zero page rather than allocated | Bibo Mao |
2023-09-06 | LoongArch: mm: Introduce unified function populate_kernel_pte() | Bibo Mao |
2023-09-06 | LoongArch: Code improvements in function pcpu_populate_pte() | Bibo Mao |
2023-09-06 | LoongArch: Remove shm_align_mask and use SHMLBA instead | Huacai Chen |
2023-09-06 | LoongArch: mm: Add p?d_leaf() definitions | Hongchen Zhang |
2023-09-06 | LoongArch: Drop unused parse_r and parse_v macros | Nathan Chancellor |
2023-09-06 | bpf, riscv: use prog pack allocator in the BPF JIT | Puranjay Mohan |
2023-09-06 | riscv: implement a memset like function for text | Puranjay Mohan |
2023-09-06 | riscv: extend patch_text_nosync() for multiple pages | Puranjay Mohan |