Age | Commit message (Expand) | Author | Files | Lines |
2021-08-21 | Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2021-08-20 | riscv: Fix a number of free'd resources in init_resources() | Petr Pavlu | 1 | -2/+2 |
2021-08-14 | Merge tag 'riscv-for-linus-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+2 |
2021-08-12 | riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUE | Alexandre Ghiti | 1 | -1/+1 |
2021-08-12 | riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support it | Changbin Du | 1 | -1/+1 |
2021-08-07 | Merge tag 'riscv-for-linus-5.14-rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -10/+25 |
2021-08-07 | Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED" | Alexandre Ghiti | 1 | -0/+6 |
2021-08-07 | riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion | Alexandre Ghiti | 2 | -8/+16 |
2021-08-04 | riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabled | Guenter Roeck | 1 | -0/+1 |
2021-08-04 | riscv: dts: fix memory size for the SiFive HiFive Unmatched | Qiu Wenbo | 1 | -1/+1 |
2021-07-31 | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -0/+8 |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2 | -0/+8 |
2021-07-24 | riscv: stacktrace: Fix NULL pointer dereference | Jisheng Zhang | 1 | -1/+1 |
2021-07-24 | riscv: __asm_copy_to-from_user: Fix: Typos in comments | Akira Tsukamoto | 1 | -9/+9 |
2021-07-24 | riscv: __asm_copy_to-from_user: Remove unnecessary size check | Akira Tsukamoto | 1 | -1/+0 |
2021-07-24 | riscv: __asm_copy_to-from_user: Fix: fail on RV32 | Akira Tsukamoto | 1 | -1/+1 |
2021-07-24 | riscv: __asm_copy_to-from_user: Fix: overrun copy | Akira Tsukamoto | 1 | -3/+3 |
2021-07-24 | riscv: stacktrace: pin the task's stack in get_wchan | Jisheng Zhang | 1 | -1/+5 |
2021-07-23 | riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUE | Alexandre Ghiti | 1 | -2/+16 |
2021-07-23 | riscv: Make sure the linear mapping does not use the kernel mapping | Alexandre Ghiti | 1 | -0/+2 |
2021-07-23 | riscv: Fix memory_limit for 64-bit kernel | Alexandre Ghiti | 1 | -2/+9 |
2021-07-22 | RISC-V: load initrd wherever it fits into memory | Heinrich Schuchardt | 1 | -2/+2 |
2021-07-22 | Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixes | Palmer Dabbelt | 1 | -0/+1 |
2021-07-22 | riscv: Fix 32-bit RISC-V boot failure | Bin Meng | 1 | -1/+3 |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+0 |
2021-07-09 | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 37 | -360/+901 |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V | 1 | -2/+2 |
2021-07-08 | riscv: convert to setup_initial_init_mm() | Kefeng Wang | 1 | -4/+1 |
2021-07-08 | arch, mm: wire up memfd_secret system call where relevant | Mike Rapoport | 1 | -0/+1 |
2021-07-08 | riscv/Kconfig: make direct map manipulation options depend on MMU | Mike Rapoport | 1 | -2/+2 |
2021-07-07 | riscv: xip: Fix duplicate included asm/pgtable.h | Jiapeng Chong | 1 | -1/+0 |
2021-07-07 | riscv: Fix PTDUMP output now BPF region moved back to module region | Alexandre Ghiti | 1 | -2/+2 |
2021-07-07 | riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline... | Akira Tsukamoto | 1 | -35/+146 |
2021-07-06 | riscv: add VMAP_STACK overflow detection | Tong Tiangen | 6 | -1/+163 |
2021-07-06 | riscv: ptrace: add argn syntax | Jeff Xie | 2 | -0/+32 |
2021-07-06 | riscv: mm: fix build errors caused by mk_pmd() | Nanyong Sun | 2 | -5/+2 |
2021-07-06 | riscv: Introduce structure that group all variables regarding kernel mapping | Alexandre Ghiti | 8 | -93/+75 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -8/+1 |
2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 1 | -2/+0 |
2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 1 | -2/+0 |
2021-07-01 | Merge branch 'riscv-wx-mappings' into for-next | Palmer Dabbelt | 7 | -94/+102 |
2021-07-01 | riscv: Map the kernel with correct permissions the first time | Alexandre Ghiti | 5 | -81/+82 |
2021-07-01 | riscv: Introduce set_kernel_memory helper | Alexandre Ghiti | 1 | -0/+16 |
2021-07-01 | riscv: Enable KFENCE for riscv64 | Liu Shixin | 3 | -1/+74 |
2021-07-01 | RISC-V: Use asm-generic for {in,out}{bwlq} | Palmer Dabbelt | 1 | -13/+0 |
2021-07-01 | riscv: add ASID-based tlbflushing methods | Guo Ren | 3 | -8/+43 |
2021-07-01 | riscv: pass the mm_struct to __sbi_tlb_flush_range | Christoph Hellwig | 1 | -9/+6 |
2021-07-01 | mm: generalize ZONE_[DMA|DMA32] | Kefeng Wang | 1 | -4/+1 |
2021-06-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-06-29 | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA | Mike Rapoport | 1 | -1/+1 |