Age | Commit message (Expand) | Author | Files | Lines |
2021-03-17 | riscv: Correct SPARSEMEM configuration | Kefeng Wang | 1 | -2/+2 |
2021-03-17 | RISC-V: kasan: Declare kasan_shallow_populate() static | Palmer Dabbelt | 1 | -1/+1 |
2021-03-17 | riscv: Ensure page table writes are flushed when initializing KASAN vmalloc | Alexandre Ghiti | 1 | -0/+2 |
2021-03-17 | RISC-V: Fix out-of-bounds accesses in init_resources() | Geert Uytterhoeven | 1 | -1/+2 |
2021-03-17 | riscv: Fix compilation error with Canaan SoC | Damien Le Moal | 1 | -0/+2 |
2021-03-17 | ftrace: Fix spelling mistake "disabed" -> "disabled" | Colin Ian King | 1 | -1/+1 |
2021-03-17 | riscv: fix bugon.cocci warnings | kernel test robot | 1 | -2/+1 |
2021-03-10 | riscv: process: Fix no prototype for arch_dup_task_struct | Nanyong Sun | 1 | -0/+1 |
2021-03-10 | riscv: ftrace: Use ftrace_get_regs helper | Nanyong Sun | 1 | -7/+9 |
2021-03-10 | riscv: process: Fix no prototype for show_regs | Nanyong Sun | 1 | -0/+1 |
2021-03-10 | riscv: syscall_table: Reduce W=1 compilation warnings noise | Nanyong Sun | 1 | -0/+1 |
2021-03-10 | riscv: time: Fix no prototype for time_init | Nanyong Sun | 2 | -0/+3 |
2021-03-10 | riscv: ptrace: Fix no prototype warnings | Nanyong Sun | 1 | -0/+5 |
2021-03-10 | riscv: sbi: Fix comment of __sbi_set_timer_v01 | Nanyong Sun | 1 | -1/+1 |
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 | 2 | -0/+17 |
2021-03-10 | RISC-V: correct enum sbi_ext_rfence_fid | Heinrich Schuchardt | 1 | -2/+2 |
2021-02-28 | Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -19/+5 |
2021-02-27 | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2021-02-27 | riscv: Cleanup setup_bootmem() | Kefeng Wang | 1 | -19/+2 |
2021-02-27 | RISC-V: Enable CPU Hotplug in defconfigs | Anup Patel | 2 | -0/+2 |
2021-02-27 | RISC-V: Make NUMA depend on SMP | Palmer Dabbelt | 1 | -0/+1 |
2021-02-26 | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 74 | -660/+4329 |
2021-02-23 | riscv: Improve kasan population by using hugepages when possible | Alexandre Ghiti | 1 | -0/+24 |
2021-02-23 | riscv: Improve kasan population function | Alexandre Ghiti | 1 | -28/+63 |
2021-02-23 | riscv: Use KASAN_SHADOW_INIT define for kasan memory initialization | Alexandre Ghiti | 1 | -2/+2 |
2021-02-23 | riscv: Improve kasan definitions | Alexandre Ghiti | 1 | -3/+19 |
2021-02-23 | riscv: Get rid of MAX_EARLY_MAPPING_SIZE | Alexandre Ghiti | 1 | -16/+5 |
2021-02-23 | riscv: Disable KSAN_SANITIZE for vDSO | Tobias Klauser | 1 | -1/+2 |
2021-02-23 | riscv: Remove unnecessary declaration | Kefeng Wang | 1 | -3/+0 |
2021-02-23 | riscv: Add Canaan Kendryte K210 SD card defconfig | Damien Le Moal | 1 | -0/+92 |
2021-02-23 | riscv: Update Canaan Kendryte K210 defconfig | Damien Le Moal | 1 | -8/+36 |
2021-02-23 | riscv: Add Kendryte KD233 board device tree | Damien Le Moal | 1 | -0/+152 |
2021-02-23 | riscv: Add SiPeed MAIXDUINO board device tree | Damien Le Moal | 1 | -0/+184 |
2021-02-23 | riscv: Add SiPeed MAIX GO board device tree | Damien Le Moal | 1 | -0/+219 |
2021-02-23 | riscv: Add SiPeed MAIX DOCK board device tree | Damien Le Moal | 1 | -0/+211 |
2021-02-23 | riscv: Add SiPeed MAIX BiT board device tree | Damien Le Moal | 1 | -0/+209 |
2021-02-23 | riscv: Update Canaan Kendryte K210 device tree | Damien Le Moal | 4 | -52/+414 |
2021-02-23 | RISC-V: Add a non-void return for sbi v02 functions | Atish Patra | 2 | -21/+21 |
2021-02-22 | arch: setup PF_IO_WORKER threads like PF_KTHREAD | Jens Axboe | 1 | -1/+1 |
2021-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2 | -8/+28 |
2021-02-19 | RISC-V: Implement ASID allocator | Anup Patel | 4 | -4/+279 |
2021-02-19 | RISC-V: remove unneeded semicolon | Chengyang Fan | 1 | -1/+1 |
2021-02-19 | RISC-V: probes: Treat the instruction stream as host-endian | Palmer Dabbelt | 2 | -2/+2 |
2021-02-19 | pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driver | Damien Le Moal | 1 | -0/+1 |
2021-02-19 | arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h | tangchunyou | 1 | -1/+1 |
2021-02-19 | riscv/kasan: add KASAN_VMALLOC support | Nylon Chen | 2 | -1/+57 |
2021-02-19 | riscv: Covert to reserve_initrd_mem() | Kefeng Wang | 1 | -53/+1 |
2021-02-19 | riscv: add BUILTIN_DTB support for MMU-enabled targets | Vitaly Wool | 3 | -7/+17 |
2021-02-11 | Revert "dts: phy: add GPIO number and active state used for phy reset" | Palmer Dabbelt | 1 | -1/+0 |