Age | Commit message (Expand) | Author |
2021-08-07 | Merge tag 'riscv-for-linus-5.14-rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-08-06 | Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED" | Alexandre Ghiti |
2021-08-06 | riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion | Alexandre Ghiti |
2021-08-03 | riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabled | Guenter Roeck |
2021-08-03 | riscv: dts: fix memory size for the SiFive HiFive Unmatched | Qiu Wenbo |
2021-07-30 | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann |
2021-07-24 | riscv: stacktrace: Fix NULL pointer dereference | Jisheng Zhang |
2021-07-23 | riscv: __asm_copy_to-from_user: Fix: Typos in comments | Akira Tsukamoto |
2021-07-23 | riscv: __asm_copy_to-from_user: Remove unnecessary size check | Akira Tsukamoto |
2021-07-23 | riscv: __asm_copy_to-from_user: Fix: fail on RV32 | Akira Tsukamoto |
2021-07-23 | riscv: __asm_copy_to-from_user: Fix: overrun copy | Akira Tsukamoto |
2021-07-23 | riscv: stacktrace: pin the task's stack in get_wchan | Jisheng Zhang |
2021-07-22 | riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUE | Alexandre Ghiti |
2021-07-22 | riscv: Make sure the linear mapping does not use the kernel mapping | Alexandre Ghiti |
2021-07-22 | riscv: Fix memory_limit for 64-bit kernel | Alexandre Ghiti |
2021-07-21 | RISC-V: load initrd wherever it fits into memory | Heinrich Schuchardt |
2021-07-21 | Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixes | Palmer Dabbelt |
2021-07-21 | riscv: Fix 32-bit RISC-V boot failure | Bin Meng |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-07-09 | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V |
2021-07-08 | riscv: convert to setup_initial_init_mm() | Kefeng Wang |
2021-07-08 | arch, mm: wire up memfd_secret system call where relevant | Mike Rapoport |
2021-07-08 | riscv/Kconfig: make direct map manipulation options depend on MMU | Mike Rapoport |
2021-07-06 | riscv: xip: Fix duplicate included asm/pgtable.h | Jiapeng Chong |
2021-07-06 | riscv: Fix PTDUMP output now BPF region moved back to module region | Alexandre Ghiti |
2021-07-06 | riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline... | Akira Tsukamoto |
2021-07-06 | riscv: add VMAP_STACK overflow detection | Tong Tiangen |
2021-07-05 | riscv: ptrace: add argn syntax | Jeff Xie |
2021-07-05 | riscv: mm: fix build errors caused by mk_pmd() | Nanyong Sun |
2021-07-05 | riscv: Introduce structure that group all variables regarding kernel mapping | Alexandre Ghiti |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual |
2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual |
2021-06-30 | Merge branch 'riscv-wx-mappings' into for-next | Palmer Dabbelt |
2021-06-30 | riscv: Map the kernel with correct permissions the first time | Alexandre Ghiti |
2021-06-30 | riscv: Introduce set_kernel_memory helper | Alexandre Ghiti |
2021-06-30 | riscv: Enable KFENCE for riscv64 | Liu Shixin |
2021-06-30 | RISC-V: Use asm-generic for {in,out}{bwlq} | Palmer Dabbelt |
2021-06-30 | riscv: add ASID-based tlbflushing methods | Guo Ren |
2021-06-30 | riscv: pass the mm_struct to __sbi_tlb_flush_range | Christoph Hellwig |
2021-06-30 | mm: generalize ZONE_[DMA|DMA32] | Kefeng Wang |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-29 | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA | Mike Rapoport |
2021-06-28 | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-06-28 | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-06-28 | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-06-19 | riscv: dts: fu740: fix cache-controller interrupts | David Abdurachmanov |
2021-06-18 | riscv: Ensure BPF_JIT_REGION_START aligned with PMD size | Jisheng Zhang |