Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | RISC-V: Add multiple compression image format. | Atish Patra | 1 | -0/+12 |
2019-11-12 | riscv: clean up the macro format in each header file | Zong Li | 15 | -33/+40 |
2019-11-12 | riscv: Use PMD_SIZE to replace PTE_PARENT_SIZE | Zong Li | 1 | -9/+4 |
2019-11-11 | riscv: use the generic ioremap code | Christoph Hellwig | 5 | -88/+7 |
2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 1 | -10/+0 |
2019-11-05 | riscv: abstract out CSR names for supervisor vs machine mode | Christoph Hellwig | 19 | -127/+188 |
2019-11-05 | riscv: separate MMIO functions into their own header file | Paul Walmsley | 2 | -144/+167 |
2019-11-05 | riscv: enter WFI in default_power_off() if SBI does not shutdown | Christoph Hellwig | 1 | -1/+2 |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -1/+0 |
2019-10-29 | RISC-V: Issue a tlb page flush if possible | Atish Patra | 1 | -1/+4 |
2019-10-29 | RISC-V: Issue a local tlbflush if possible. | Atish Patra | 1 | -2/+17 |
2019-10-29 | RISC-V: Do not invoke SBI call if cpumask is empty | Atish Patra | 1 | -0/+3 |
2019-10-29 | riscv: add support for SECCOMP and SECCOMP_FILTER | David Abdurachmanov | 5 | -3/+63 |
2019-10-28 | RISC-V: Remove unsupported isa string info print | Atish Patra | 1 | -42/+3 |
2019-10-28 | RISC-V: Add PCIe I/O BAR memory mapping | Yash Shah | 2 | -1/+13 |
2019-10-28 | riscv: for C functions called only from assembly, mark with __visible | Paul Walmsley | 5 | -8/+8 |
2019-10-28 | riscv: fp: add missing __user pointer annotations | Paul Walmsley | 1 | -2/+2 |
2019-10-28 | riscv: add missing header file includes | Paul Walmsley | 13 | -0/+17 |
2019-10-28 | riscv: mark some code and data as file-static | Paul Walmsley | 2 | -2/+2 |
2019-10-28 | riscv: init: merge split string literals in preprocessor directive | Paul Walmsley | 1 | -2/+1 |
2019-10-28 | riscv: add prototypes for assembly language functions from head.S | Paul Walmsley | 5 | -0/+29 |
2019-10-25 | riscv: cleanup do_trap_break | Christoph Hellwig | 1 | -20/+6 |
2019-10-23 | riscv: cleanup <asm/bug.h> | Christoph Hellwig | 1 | -13/+3 |
2019-10-23 | riscv: Fix undefined reference to vmemmap_populate_basepages | Kefeng Wang | 1 | -1/+1 |
2019-10-23 | riscv: Fix implicit declaration of 'page_to_section' | Kefeng Wang | 1 | -4/+1 |
2019-10-23 | riscv: fix fs/proc/kcore.c compilation with sparsemem enabled | David Abdurachmanov | 1 | -2/+0 |
2019-10-18 | riscv: Use pr_warn instead of pr_warning | Kefeng Wang | 1 | -2/+2 |
2019-10-15 | RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_START | Greentime Hu | 1 | -8/+8 |
2019-10-14 | riscv: tlbflush: remove confusing comment on local_flush_tlb_all() | Paul Walmsley | 1 | -4/+0 |
2019-10-14 | riscv: dts: HiFive Unleashed: add default chosen/stdout-path | Paul Walmsley | 1 | -0/+1 |
2019-10-14 | riscv: remove the switch statement in do_trap_break() | Vincent Chen | 1 | -11/+11 |
2019-10-09 | RISC-V: entry: Remove unneeded need_resched() loop | Valentin Schneider | 1 | -2/+1 |
2019-10-07 | riscv: Correct the handling of unexpected ebreak in do_trap_break() | Vincent Chen | 1 | -3/+3 |
2019-10-07 | riscv: avoid sending a SIGTRAP to a user thread trapped in WARN() | Vincent Chen | 1 | -1/+1 |
2019-10-07 | riscv: avoid kernel hangs when trapped in BUG() | Vincent Chen | 1 | -3/+3 |
2019-10-01 | riscv: Fix memblock reservation for device tree blob | Albert Ou | 1 | -1/+11 |
2019-10-01 | RISC-V: Clear load reservations while restoring hart contexts | Palmer Dabbelt | 2 | -1/+21 |
2019-09-27 | Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 9 | -19/+73 |
2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 1 | -1/+1 |
2019-09-24 | riscv: make mmap allocation top-down by default | Alexandre Ghiti | 1 | -0/+12 |
2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 1 | -5/+0 |
2019-09-24 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -4/+0 |
2019-09-20 | riscv: Avoid interrupts being erroneously enabled in handle_exception() | Vincent Chen | 1 | -1/+5 |
2019-09-20 | riscv: dts: sifive: Drop "clock-frequency" property of cpu nodes | Bin Meng | 1 | -3/+0 |
2019-09-20 | riscv: dts: sifive: Add ethernet0 to the aliases node | Bin Meng | 1 | -0/+1 |
2019-09-20 | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -1/+2 |
2019-09-20 | RISC-V: Export kernel symbols for kvm | Atish Patra | 2 | -0/+2 |
2019-09-20 | arch/riscv: disable excess harts before picking main boot hart | Xiang Wang | 1 | -3/+5 |