Linux OpenRISC platform development
 help / color / mirror / Atom feed
 messages from 2016-11-30 22:05:45 to 2017-02-03 15:48:46 UTC [more...]

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

[OpenRISC] [PATCH] target-openrisc: Fix exception handling status registers
 2017-02-03 15:14 UTC  (17+ messages)
        ` [OpenRISC] [Qemu-devel] "

[OpenRISC] Crosstool/kbuild-all toolchain updates
 2017-01-31 22:44 UTC 

[OpenRISC] [linux-next:master 3724/5750] drivers/block/drbd/drbd_req.c:955:3: error: implicit declaration of function 'test_and_change_bit'
 2017-01-29 13:05 UTC 

[OpenRISC] OpenRISC toolchain updates for crosstool
 2017-01-26 15:20 UTC 

[OpenRISC] [PATCH v3 00/20] Finalize separation of extable.h from module.h
 2017-01-26  5:53 UTC  (3+ messages)
` [OpenRISC] [PATCH 10/20] openrisc: migrate exception table users off module.h and onto extable.h
    ` [OpenRISC] [PATCH v2] "

[OpenRISC] Bad block Management Patch
 2017-01-24  4:56 UTC 

[OpenRISC] U-Boot and OpenRISC
 2017-01-21 15:58 UTC 

[OpenRISC] [PATCH v4 0/3] OpenRISC gdb port
 2017-01-21  3:05 UTC  (4+ messages)
` [OpenRISC] [PATCH v4 1/3] gdb: Add OpenRISC or1k and or1knd target support
` [OpenRISC] [PATCH v4 2/3] or1k: gdb: Add xml tdesc
` [OpenRISC] [PATCH v4 3/3] gdb: testsuite: Add or1k l.nop inscruction

[OpenRISC] [PATCH v2 0/6] sim: Port for OpenRISC
 2017-01-21  3:03 UTC  (7+ 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 v2 5/6] sim: or1k: Add generated files
` [OpenRISC] [PATCH v2 6/6] sim: testsuite: add testsuite for or1k sim

[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  (4+ messages)
` [OpenRISC] [PATCH v2 2/4] gdb: Add OpenRISC or1k and or1knd target support

[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  (7+ messages)

[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  (4+ 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  (7+ messages)


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