Age | Commit message (Expand) | Author |
2019-11-30 | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-11-28 | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds |
2019-11-27 | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-11-26 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2019-11-25 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2019-11-22 | Merge branch 'next/nommu' into for-next | Paul Walmsley |
2019-11-22 | Merge branch 'next/misc' into for-next | Paul Walmsley |
2019-11-22 | Merge branch 'next/tlb-opt' into for-next | Paul Walmsley |
2019-11-22 | Merge branch 'next/isa-string' into for-next | Paul Walmsley |
2019-11-17 | riscv: provide a flat image loader | Christoph Hellwig |
2019-11-17 | riscv: add nommu support | Christoph Hellwig |
2019-11-17 | riscv: clear the instruction cache and all registers when booting | Christoph Hellwig |
2019-11-17 | riscv: read the hart ID from mhartid on boot | Damien Le Moal |
2019-11-17 | riscv: provide native clint access for M-mode | Christoph Hellwig |
2019-11-17 | int128: move __uint128_t compiler test to Kconfig | Ard Biesheuvel |
2019-11-15 | riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00 | Green Wan |
2019-11-13 | riscv: add support for MMIO access to the timer registers | Christoph Hellwig |
2019-11-13 | riscv: implement remote sfence.i using IPIs | Christoph Hellwig |
2019-11-13 | riscv: cleanup the default power off implementation | Christoph Hellwig |
2019-11-13 | riscv: poison SBI calls for M-mode | Christoph Hellwig |
2019-11-13 | riscv: don't allow selecting SBI based drivers for M-mode | Damien Le Moal |
2019-11-12 | RISC-V: Add multiple compression image format. | Atish Patra |
2019-11-12 | riscv: clean up the macro format in each header file | Zong Li |
2019-11-12 | riscv: Use PMD_SIZE to replace PTE_PARENT_SIZE | Zong Li |
2019-11-11 | riscv: use the generic ioremap code | Christoph Hellwig |
2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig |
2019-11-05 | riscv: abstract out CSR names for supervisor vs machine mode | Christoph Hellwig |
2019-11-05 | riscv: separate MMIO functions into their own header file | Paul Walmsley |
2019-11-05 | riscv: enter WFI in default_power_off() if SBI does not shutdown | Christoph Hellwig |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook |
2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook |
2019-10-29 | RISC-V: Issue a tlb page flush if possible | Atish Patra |
2019-10-29 | RISC-V: Issue a local tlbflush if possible. | Atish Patra |
2019-10-29 | RISC-V: Do not invoke SBI call if cpumask is empty | Atish Patra |
2019-10-29 | riscv: add support for SECCOMP and SECCOMP_FILTER | David Abdurachmanov |
2019-10-28 | RISC-V: Remove unsupported isa string info print | Atish Patra |
2019-10-28 | RISC-V: Add PCIe I/O BAR memory mapping | Yash Shah |
2019-10-28 | riscv: for C functions called only from assembly, mark with __visible | Paul Walmsley |
2019-10-28 | riscv: fp: add missing __user pointer annotations | Paul Walmsley |
2019-10-28 | riscv: add missing header file includes | Paul Walmsley |
2019-10-28 | riscv: mark some code and data as file-static | Paul Walmsley |
2019-10-28 | riscv: init: merge split string literals in preprocessor directive | Paul Walmsley |
2019-10-28 | riscv: add prototypes for assembly language functions from head.S | Paul Walmsley |
2019-10-25 | riscv: cleanup do_trap_break | Christoph Hellwig |
2019-10-23 | riscv: cleanup <asm/bug.h> | Christoph Hellwig |
2019-10-23 | riscv: Fix undefined reference to vmemmap_populate_basepages | Kefeng Wang |
2019-10-23 | riscv: Fix implicit declaration of 'page_to_section' | Kefeng Wang |
2019-10-23 | riscv: fix fs/proc/kcore.c compilation with sparsemem enabled | David Abdurachmanov |