Age | Commit message (Expand) | Author | Files | Lines |
2021-05-22 | riscv: Workaround mcount name prior to clang-13 | Nathan Chancellor | 1 | -2/+12 |
2021-04-02 | riscv: evaluate put_user() arg before enabling user access | Ben Dooks | 1 | -2/+5 |
2021-03-10 | riscv: process: Fix no prototype for arch_dup_task_struct | Nanyong Sun | 1 | -0/+1 |
2021-03-10 | riscv: time: Fix no prototype for time_init | Nanyong Sun | 1 | -0/+2 |
2021-03-10 | riscv: ptrace: Fix no prototype warnings | Nanyong Sun | 1 | -0/+5 |
2021-03-10 | riscv: irq: Fix no prototype warning | Nanyong Sun | 1 | -0/+2 |
2021-03-10 | riscv: traps: Fix no prototype warnings | Nanyong Sun | 1 | -0/+16 |
2021-03-10 | RISC-V: correct enum sbi_ext_rfence_fid | Heinrich Schuchardt | 1 | -2/+2 |
2021-02-26 | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 21 | -58/+249 |
2021-02-23 | riscv: Improve kasan definitions | Alexandre Ghiti | 1 | -3/+19 |
2021-02-23 | riscv: Remove unnecessary declaration | Kefeng Wang | 1 | -3/+0 |
2021-02-23 | RISC-V: Add a non-void return for sbi v02 functions | Atish Patra | 1 | -5/+5 |
2021-02-19 | RISC-V: Implement ASID allocator | Anup Patel | 3 | -0/+18 |
2021-02-19 | RISC-V: remove unneeded semicolon | Chengyang Fan | 1 | -1/+1 |
2021-02-03 | riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWX | Sebastien Van Cauwenberghe | 1 | -3/+3 |
2021-02-03 | riscv: virt_addr_valid must check the address belongs to linear mapping | Alexandre Ghiti | 1 | -1/+4 |
2021-01-15 | riscv: Add dump stack in show_regs | Kefeng Wang | 2 | -0/+3 |
2021-01-15 | riscv: Enable per-task stack canaries | Guo Ren | 1 | -1/+2 |
2021-01-15 | riscv: Add support for function error injection | Guo Ren | 1 | -0/+6 |
2021-01-15 | riscv: Add uprobes supported | Guo Ren | 3 | -1/+44 |
2021-01-15 | riscv: Add kprobes supported | Guo Ren | 2 | -0/+64 |
2021-01-15 | RISC-V: Implement ptrace regs and stack API | Patrick Stählin | 1 | -0/+29 |
2021-01-15 | riscv: Add numa support for riscv64 platform | Atish Patra | 3 | -0/+35 |
2021-01-15 | riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING | Greentime Hu | 1 | -0/+20 |
2021-01-15 | riscv: Separate memory init from paging init | Atish Patra | 1 | -0/+1 |
2021-01-13 | riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL | Guo Ren | 1 | -1/+1 |
2021-01-10 | riscv: Drop a duplicated PAGE_KERNEL_EXEC | Kefeng Wang | 1 | -1/+0 |
2021-01-08 | riscv: Fix builtin DTB handling | Damien Le Moal | 1 | -38/+0 |
2021-01-08 | riscv: Cleanup sbi function stubs when RISCV_SBI disabled | Kefeng Wang | 1 | -7/+3 |
2020-12-30 | local64.h: make <asm/local64.h> mandatory | Randy Dunlap | 1 | -1/+0 |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+0 |
2020-12-18 | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -4/+27 |
2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+4 |
2020-12-16 | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+10 |
2020-12-16 | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -20/+2 |
2020-12-15 | arch, mm: make kernel_page_present() always available | Mike Rapoport | 1 | -0/+1 |
2020-12-15 | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC | Mike Rapoport | 1 | -2/+0 |
2020-12-12 | Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2020-12-12 | riscv: add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 1 | -1/+4 |
2020-12-11 | RISC-V: Define get_cycles64() regardless of M-mode | Palmer Dabbelt | 1 | -2/+2 |
2020-12-11 | riscv: provide memmove implementation | Nylon Chen | 1 | -4/+4 |
2020-12-09 | efi: stub: get rid of efi_get_max_fdt_addr() | Ard Biesheuvel | 1 | -6/+0 |
2020-11-29 | Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2020-11-26 | RISC-V: Protect all kernel sections including init early | Atish Patra | 2 | -0/+6 |
2020-11-25 | RISC-V: fix barrier() use in <vdso/processor.h> | Randy Dunlap | 1 | -0/+2 |
2020-11-21 | riscv: Make stack walk callback consistent with generic code | Kefeng Wang | 1 | -1/+1 |
2020-11-21 | riscv: Cleanup stacktrace | Kefeng Wang | 1 | -0/+17 |
2020-11-20 | riscv: Enable seccomp architecture tracking | YiFei Zhu | 1 | -0/+10 |
2020-11-16 | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed | Arnd Bergmann | 1 | -0/+2 |
2020-11-06 | riscv: uaccess: fix __put_kernel_nofault() | Changbin Du | 1 | -1/+1 |