2017-07-07 | Krzysztof Kozlowski | openrisc: defconfig: Cleanup from old Kconfig options Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-07-07 | Tobias Klauser | openrisc: explicitly include linux/bug.h in asm/fixmap.h Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-05-15 | Stafford Horne | openrisc: Switch to use export.h instead of module.h Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-05-15 | Stafford Horne | openrisc: Change toolchain from or32- to or1k- Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-05-05 | Stafford Horne | initramfs: Always do fput() and load modules after... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-03-15 | Stafford Horne | openrisc: Export symbols needed by modules Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-03-15 | Stafford Horne | openrisc: fix issue handling 8 byte get_user calls Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-03-15 | Stafford Horne | openrisc: xchg: fix `computed is not used` warning Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | openrisc: head: Init r0 to 0 on start Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | openrisc: Export ioremap symbols used by modules Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Valentin Rothberg | arch/openrisc/lib/memcpy.c: use correct OR1200 option Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | openrisc: head: Remove unused strings Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | openrisc: head: Move init strings to rodata section Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | openrisc: entry: Fix delay slot detection Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | openrisc: entry: Whitespace and comment cleanups Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | scripts/checkstack.pl: Add openrisc support Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | MAINTAINERS: Add the openrisc official repository Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | openrisc: Add .gitignore Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stafford Horne | openrisc: Add optimized memcpy routine Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Olof Kindgren | openrisc: Add optimized memset Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Sebastian Macke | openrisc: Initial support for the idle state [shorne@gmail.com: Fixed checkpatch, blankline after... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Sebastian Macke | openrisc: Fix the bitmask for the unit present register [shorne@gmail.com: Added commit body] Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stefan Kristiansson | openrisc: remove unnecessary stddef.h include Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stefan Kristiansson | openrisc: add futex_atomic_* implementations [shorne@gmail.com: remove OPENRISC_HAVE_INST_LWA_SWA... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stefan Kristiansson | openrisc: add optimized atomic operations [shorne@gmail.com: remove OPENRISC_HAVE_INST_LWA_SWA... [shorne@gmail.com: expand to implement all ops suggested... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stefan Kristiansson | openrisc: add cmpxchg and xchg implementations [shorne@gmail.com: remove OPENRISC_HAVE_INST_LWA_SWA... [shorne@gmail.com: fixed unused calculated value... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-24 | Stefan Kristiansson | openrisc: add atomic bitops [shorne@gmail.com: remove OPENRISC_HAVE_INST_LWA_SWA... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-06 | Stefan Kristiansson | openrisc: add l.lwa/l.swa emulation [shorne@gmail.com: Added delay slot pc adjust logic] Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-06 | Stefan Kristiansson | openrisc: head: refactor out tlb flush into it's own... [shorne@gmail.com: Added commit body] Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-06 | Stefan Kristiansson | openrisc: head: use THREAD_SIZE instead of magic constant [shorne@gmail.com: Added body to the commit message] Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-06 | Stefan Kristiansson | openrisc: tlb miss handler optimizations Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-06 | Stefan Kristiansson | openrisc: add cache way information to cpuinfo [shorne@gmail.com fixed conflict with show_cpuinfo... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-02-06 | Jonas Bonn | openrisc: use SPARSE_IRQ Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2017-01-02 | Stafford Horne | openrisc: Add _text symbol to fix ksym build error Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Randy Dunlap | openrisc: prevent VGA console, fix builds Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Stefan Kristiansson | openrisc: include l.swa in check for write data pagefault [shorne@gmail.com: expanded a bit on the comment] Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Stafford Horne | openrisc: Updates after openrisc.net has been lost Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Stafford Horne | openrisc: Consolidate setup to use memblock instead... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Rob Herring | openrisc: remove the redundant of_platform_populate Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Stafford Horne | openrisc: add NR_CPUS Kconfig default value Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Guenter Roeck | openrisc: Support both old (or32) and new (or1k) toolchain Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Christian Svensson | openrisc: Add thread-local storage (TLS) support Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Jonas Bonn | openrisc: restore all regs on rt_sigreturn [shorne@gmail.com: Updated comment better reflect... Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |
2016-12-12 | Stefan Kristiansson | openrisc: fix PTRS_PER_PGD define Signed-off-by: Stafford Horne <shorne@gmail.com> |
commit | commitdiff | tree |