Linux OpenRISC platform development
 help / color / mirror / Atom feed
 messages from 2016-11-23 22:10:44 to 2017-01-21 03:03:53 UTC [more...]

[OpenRISC] [PATCH v2 0/6] sim: Port for OpenRISC
 2017-01-21  3:03 UTC  (5+ messages)
` [OpenRISC] [PATCH v2 1/6] sim: cgen: add rem (remainder) function (needed for OR1K lf.rem.[sd])
` [OpenRISC] [PATCH v2 2/6] sim: cgen: add mul-o1flag, mul-o2flag RTL functions to CGEN
` [OpenRISC] [PATCH v2 3/6] sim: cgen: allow suffix on generated arch.[ch] and cpuall.h
` [OpenRISC] [PATCH v2 4/6] sim: or1k: add or1k target to sim

[OpenRISC] [PATCH] target-openrisc: Fix exception handling status registers
 2017-01-20 16:39 UTC  (5+ messages)

[OpenRISC] [PATCH] arch/openrisc/lib/memcpy.c: use correct OR1200 option
 2017-01-17 10:40 UTC  (2+ messages)

[OpenRISC] Clang does not understand .word directive in crt0.S in newlib source
 2017-01-16 15:50 UTC  (4+ messages)

[OpenRISC] [PATCH 00/22] Openrisc patchees from backlog for 4.11
 2017-01-16 11:58 UTC  (28+ messages)
` [OpenRISC] [PATCH 01/22] openrisc: use SPARSE_IRQ
` [OpenRISC] [PATCH 02/22] openrisc: add cache way information to cpuinfo
` [OpenRISC] [PATCH 03/22] openrisc: tlb miss handler optimizations
` [OpenRISC] [PATCH 04/22] openrisc: head: use THREAD_SIZE instead of magic constant
` [OpenRISC] [PATCH 05/22] openrisc: head: refactor out tlb flush into it's own function
` [OpenRISC] [PATCH 06/22] openrisc: add l.lwa/l.swa emulation
` [OpenRISC] [PATCH 07/22] openrisc: add atomic bitops
` [OpenRISC] [PATCH 08/22] openrisc: add cmpxchg and xchg implementations
` [OpenRISC] [PATCH 09/22] openrisc: add optimized atomic operations
` [OpenRISC] [PATCH 10/22] openrisc: add spinlock implementation
` [OpenRISC] [PATCH 11/22] openrisc: add futex_atomic_* implementations
` [OpenRISC] [PATCH 12/22] openrisc: remove unnecessary stddef.h include
` [OpenRISC] [PATCH 13/22] openrisc: Fix the bitmask for the unit present register
` [OpenRISC] [PATCH 14/22] openrisc: Initial support for the idle state
` [OpenRISC] [PATCH 15/22] openrisc: Add optimized memset
` [OpenRISC] [PATCH 16/22] openrisc: Add optimized memcpy routine
` [OpenRISC] [PATCH 17/22] openrisc: Add .gitignore
` [OpenRISC] [PATCH 18/22] MAINTAINERS: Add the openrisc official repository
` [OpenRISC] [PATCH 19/22] scripts/checkstack.pl: Add openrisc support
` [OpenRISC] [PATCH 20/22] openrisc: entry: Whitespace and comment cleanups
` [OpenRISC] [PATCH 21/22] openrisc: entry: Fix delay slot detection
` [OpenRISC] [PATCH 22/22] openrisc: head: Move init strings to rodata section

[OpenRISC] [PATCH] target-openrisc: Fix exception handling status registers
 2017-01-13 22:00 UTC 

[OpenRISC] [PATCH v2 0/7] uapi: export all headers under uapi directories
 2017-01-13 17:06 UTC  (40+ messages)
  ` [OpenRISC] [PATCH v2 1/7] arm: put types.h in uapi
  ` [OpenRISC] [PATCH v2 2/7] h8300: put bitsperlong.h "
  ` [OpenRISC] [PATCH v2 3/7] nios2: put setup.h "
  ` [OpenRISC] [PATCH v2 4/7] x86: put msr-index.h "
  ` [OpenRISC] [PATCH v2 5/7] Makefile.headersinst: cleanup input files
  ` [OpenRISC] [PATCH v2 6/7] Makefile.headersinst: remove destination-y option
  ` [OpenRISC] [PATCH v2 7/7] uapi: export all headers under uapi directories
    ` [OpenRISC] [Linux-c6x-dev] "
    ` [OpenRISC] [PATCH v3 0/8] "
      ` [OpenRISC] [PATCH v3 1/8] arm: put types.h in uapi
        ` [OpenRISC] (no subject)
      ` [OpenRISC] [PATCH v3 2/8] h8300: put bitsperlong.h in uapi
      ` [OpenRISC] [PATCH v3 3/8] nios2: put setup.h "
      ` [OpenRISC] [PATCH v3 4/8] x86: stop exporting msr-index.h to userland
      ` [OpenRISC] [PATCH v3 5/8] Makefile.headersinst: cleanup input files
      ` [OpenRISC] [PATCH v3 6/8] Makefile.headersinst: remove destination-y option
      ` [OpenRISC] [PATCH v3 7/8] uapi: export all headers under uapi directories
      ` [OpenRISC] [PATCH v3 8/8] uapi: export all arch specifics directories

[OpenRISC] [PATCH 1/9] treewide: Constify most dma_map_ops structures
 2017-01-12  7:35 UTC  (10+ messages)
` [OpenRISC] [PATCH 2/9] Move dma_ops from archdata into struct device

[OpenRISC] ubi_io_read: error -74 (ECC error)
 2017-01-06 11:58 UTC  (3+ messages)

[OpenRISC] [PATCH 0/3] Openrisc 4.10 fixes
 2017-01-02 11:15 UTC  (9+ messages)
` [OpenRISC] [PATCH 1/3] openrisc: Add _text symbol to fix ksym build error
` [OpenRISC] [PATCH 2/3] openrisc: Add .gitignore
` [OpenRISC] [PATCH 3/3] MAINTAINERS: Add the openrisc official repository

[OpenRISC] [GIT PULL] Openrisc fixes for 4.10
 2017-01-02  2:16 UTC 

[OpenRISC] [PATCH v3 0/3] OpenRISC gdb port
 2016-12-27 13:20 UTC  (8+ messages)
` [OpenRISC] [PATCH v3 1/3] gdb: Add OpenRISC or1k and or1knd target support
` [OpenRISC] [PATCH v3 2/3] gdb: testsuite: Add or1k l.nop inscruction
` [OpenRISC] [PATCH v3 3/3] Add gdb for or1k build

[OpenRISC] [PATCH v2 0/4] gdb: Port for OpenRISC
 2016-12-22 16:11 UTC  (9+ messages)
` [OpenRISC] [PATCH v2 1/4] gdb: Add tdesc_find_register functions
` [OpenRISC] [PATCH v2 2/4] gdb: Add OpenRISC or1k and or1knd target support
` [OpenRISC] [PATCH v2 3/4] gdb: testsuite: Add or1k l.nop inscruction
` [OpenRISC] [PATCH v2 4/4] Add gdb for or1k build

[OpenRISC] [PATCH] openrisc: Define __kernel_size_t to suppress compiler warnings
 2016-12-21  7:05 UTC  (7+ messages)

[OpenRISC] [PATCH 00/18] sim: port for OpenRISC
 2016-12-18  4:33 UTC  (26+ messages)
` [OpenRISC] [PATCH 01/18] sim: cgen: add rem (remainder) function (needed for OR1K lf.rem.[sd])
` [OpenRISC] [PATCH 02/18] sim: cgen: add mul-o1flag, mul-o2flag RTL functions to CGEN
` [OpenRISC] [PATCH 03/18] sim: cgen: allow suffix on generated arch.[ch] and cpuall.h
` [OpenRISC] [PATCH 04/18] sim: or1k: add or1k target to sim
` [OpenRISC] [PATCH 05/18] sim: or1k: add NOP_EXIT_SILENT; make simulator print exit code for NOP_EXIT;
` [OpenRISC] [PATCH 06/18] sim: or1k: fix branching and exceptions in sim
` [OpenRISC] [PATCH 07/18] sim: or1k: remove erroneous warning message in sim/or1k/or1k.c
` [OpenRISC] [PATCH 08/18] sim: or1k: fix fl1 in sim
` [OpenRISC] [PATCH 09/18] sim: or1k: regenerate sim files
` [OpenRISC] [PATCH 10/18] sim: testsuite: add testsuite for or1k sim
` [OpenRISC] [PATCH 11/18] sim: or1k: fix segfault when run without arguments
` [OpenRISC] [PATCH 12/18] sim: or1k: Get or1k sim building with latest sim common
` [OpenRISC] [PATCH 13/18] sim: or1k: Regenerate cgen files
` [OpenRISC] [PATCH 14/18] sim: or1k: Regenerate autotool files
` [OpenRISC] [PATCH 15/18] sim: or1k: Implement register store/fetch
` [OpenRISC] [PATCH 16/18] sim: or1k: Do trap breakpoint handling
` [OpenRISC] [PATCH 17/18] sim: or1k: Implement fetch/store for ppc and sr
` [OpenRISC] [PATCH 18/18] sim: or1k: add additional stubs for linux build

[OpenRISC] [PATCH 0/5] Openrisc gdb patches after yao's comments
 2016-12-16 16:12 UTC  (7+ messages)
` [OpenRISC] [PATCH 1/5] gdb: or1k: Updates suggested by yao in gdb review
` [OpenRISC] [PATCH 2/5] gdb: or1k: Remove pseudo registers
` [OpenRISC] [PATCH 3/5] or1k: gdb: Simplify handling of tdesc
` [OpenRISC] [PATCH 4/5] or1k: gdb: Remove spr commands
` [OpenRISC] [PATCH 5/5] gdb: or1k: Just have one number of registers

[OpenRISC] ORPSoC in ISE project navigator/Quartus
 2016-12-14 14:54 UTC  (3+ messages)

[OpenRISC] [PATCH v2] openrisc: Add _text symbol to fix ksym build error
 2016-12-14 13:27 UTC 

[OpenRISC] [PATCH] openrisc: Add _text symbol to fix ksym build error
 2016-12-14 13:12 UTC  (3+ messages)

[OpenRISC] [PATCH v2 0/9] openrisc: Misc fixes from backlog
 2016-12-14 11:44 UTC  (7+ messages)
  ` [OpenRISC] [PATCH v2 8/9] openrisc: Updates after openrisc.net has been lost

[OpenRISC] [GIT PULL] Openrisc changes for 4.10 merge
 2016-12-12 21:56 UTC  (4+ messages)

[OpenRISC] Add openrisc for-next branch to linux-next
 2016-11-30 22:37 UTC  (8+ messages)

[OpenRISC] [PATCH v2 2/4] gdb: Add OpenRISC or1k and or1knd target support (fwd)
 2016-11-30 12:42 UTC  (6+ messages)

[OpenRISC] ORPSoC question
 2016-11-27 20:51 UTC  (2+ messages)

[OpenRISC] [PATCH 00/18] gdb: Port for OpenRISC
 2016-11-25 22:50 UTC  (4+ messages)
` [OpenRISC] [PATCH 18/18] gdb: or1k: Refactor to new bp_kind_from_pc and pb_from_kind


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox