Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-31 | Merge branch 'work.whack-a-mole' of ↵ | Linus Torvalds | |
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs Pull asm/uaccess.h whack-a-mole from Al Viro: "It's linux/uaccess.h, damnit... Oh, well - eventually they'll stop cropping up..." * 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h riscv: use linux/uaccess.h, not asm/uaccess.h... ppc: for put_user() pull linux/uaccess.h, not asm/uaccess.h | |||
2018-01-07 | riscv: rename SR_* constants to match the spec | Christoph Hellwig | |
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com> | |||
2017-12-04 | riscv: use linux/uaccess.h, not asm/uaccess.h... | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2017-09-26 | RISC-V: Task implementation | Palmer Dabbelt | |
This patch contains the implementation of tasks on RISC-V, most of which is involved in task switching. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> |