Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | nios2: use asm-generic/mmu_context.h for no-op implementations | Nicholas Piggin | 1 | -17/+4 | |
Signed-off-by: Nicholas Piggin <[email protected]> Cc: Ley Foon Tan <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> | |||||
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from ↵ | Ingo Molnar | 1 | -0/+2 | |
<linux/sched.h> Update code that relied on sched.h including various MM types for them. This will allow us to remove the <linux/mm_types.h> include from <linux/sched.h>. Acked-by: Linus Torvalds <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]> | |||||
2014-12-08 | nios2: Process management | Ley Foon Tan | 1 | -0/+66 | |
This patch adds support for thread creation and context switching. Signed-off-by: Ley Foon Tan <[email protected]> |