September 2013 Archives by author
Starting: Sun Sep 1 02:19:41 UTC 2013
Ending: Sat Sep 28 16:37:58 UTC 2013
Messages: 258
- [PATCH 1/6] libmm-score-api. The high-level libmm API should be used by applications. It helps developers to manage memory by setting generic and target-independent protection and cache attributes for a region that has a start address, length, and desired memory attributes.
Hesham AL-Matary
- [PATCH 2/6] arm-cp15-new-definitions New definitions for arm-cp15 Fault Status Register and ARMv6 control register.
Hesham AL-Matary
- [PATCH 3/6] libmm-libbsp-shared. Files shared between all target BSPs and low-level implementations for libmm. These shared files contain mm.h which is a link between high-level score api and low-level implemenation of libmm. mm.h contains function declarations which should be implemented by target BSP to support libmm. no_memorymanagement.c contains stubs for BSPs that do not support libmm.
Hesham AL-Matary
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Hesham AL-Matary
- [PATCH 5/6] libmm-arm-bsps-support-raspberrypi-realview-xilinx_zynq Modifications for ARM BSPs to support libmm. Each BSP defines its memory configuration table which describes memory regions and their attributes. The configuration table is passed to memory management initialization routine which initialzes page tables and MMU hardware at BSP startup.
Hesham AL-Matary
- [PATCH 6/6] libmm-test-cases. mmtest1 defines some memory regions and call libmm API to apply attributes for these regions. mmtest2 defines memory regions with attributes, set it up, and trigger some exceptions that should result in a fatal error.
Hesham AL-Matary
- [PATCH 1/3] Add a new necessary definition needed for raspberrypi MMU support
Hesham AL-Matary
- [PATCH 2/3] shared MMU initialization for ARM BSPs
Hesham AL-Matary
- [PATCH 3/3] MMU support for RaspberryPi BSP
Hesham AL-Matary
- [PATCH 1/2] Add a new necessary definition needed for raspberrypi MMU support
Hesham AL-Matary
- [PATCH 2/2] Shared MMU initialization for ARM BSPs and RaspberryPi MMU support
Hesham AL-Matary
- How to start contributing towards RTEMS project
Gedare Bloom
- Bash Script to find discrepancies in BSP file organization
Gedare Bloom
- [PATCH] IMFS: Resource leak
Gedare Bloom
- [PATCH] shell: Out-of-bounds access
Gedare Bloom
- [PATCH] shell: Out-of-bounds access
Gedare Bloom
- [PATCH] dosfs: Unintentional integer overflow
Gedare Bloom
- [PATCH] dosfs: Unsigned compared against 0
Gedare Bloom
- [PATCH] dosfs: Unsigned compared against 0
Gedare Bloom
- [PATCH] dosfs: Unsigned compared against 0
Gedare Bloom
- [PATCH] bdpart: Argument cannot be negative
Gedare Bloom
- [PATCH] nfs: Fix ln option processing.
Gedare Bloom
- [PATCH] dosfs: Unsigned compared against 0
Gedare Bloom
- [PATCH] dosfs: Eliminate empty case statements that fall through to default.
Gedare Bloom
- [PATCH] untar: check return value from mkdir
Gedare Bloom
- [PATCH] imfs: check return value from mkdir
Gedare Bloom
- [PATCH] dosfs: Unsigned compared against 0
Gedare Bloom
- [PATCH] sparse-disk: check return value from semaphore_obtain/release
Gedare Bloom
- [PATCH] nvdisk: swap arguments to checksum helper
Gedare Bloom
- [PATCH] flashdisk: swap arguments to checksum helper
Gedare Bloom
- [PATCH] termios: check return value from semaphore obtain/release
Gedare Bloom
- [PATCH] imfs: use safe string functions
Gedare Bloom
- [PATCH] uuid: make integer arithmetic conversion explicit
Gedare Bloom
- [PATCH] nvdisk: swap arguments to checksum helper
Gedare Bloom
- [PATCH] dosfs: Unsigned compared against 0
Gedare Bloom
- Bash Script to find discrepancies in BSP file organization
Gedare Bloom
- Bash Script to find discrepancies in BSP file organization
Gedare Bloom
- [GSOC] Update blogs, post patches and questions
Gedare Bloom
- Coverity CID: 1063861
Gedare Bloom
- Coverity CID: 1063861
Gedare Bloom
- [PATCH 3/6] libmm-libbsp-shared. Files shared between all target BSPs and low-level implementations for libmm. These shared files contain mm.h which is a link between high-level score api and low-level implemenation of libmm. mm.h contains function declarations which should be implemented by target BSP to support libmm. no_memorymanagement.c contains stubs for BSPs that do not support libmm.
Gedare Bloom
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Gedare Bloom
- [PATCH 3/6] libmm-libbsp-shared. Files shared between all target BSPs and low-level implementations for libmm. These shared files contain mm.h which is a link between high-level score api and low-level implemenation of libmm. mm.h contains function declarations which should be implemented by target BSP to support libmm. no_memorymanagement.c contains stubs for BSPs that do not support libmm.
Gedare Bloom
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Gedare Bloom
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Gedare Bloom
- [PATCH 1/6] libmm-score-api. The high-level libmm API should be used by applications. It helps developers to manage memory by setting generic and target-independent protection and cache attributes for a region that has a start address, length, and desired memory attributes.
Gedare Bloom
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Gedare Bloom
- [PATCH 1/5] JFFS2: Import from Linux
Gedare Bloom
- [PATCH 1/5] JFFS2: Import from Linux
Gedare Bloom
- [PATCH 2/5] JFFS2: Import from eCos
Gedare Bloom
- [GSoC] CAN SJA1000
Gedare Bloom
- RBTree inline hooks Was: Re: SMP: ISR disable/enable vs. mutual exclustion
Gedare Bloom
- [PATCH 2/3] shared MMU initialization for ARM BSPs
Gedare Bloom
- Coverity Scan on rtems_libio_post_driver()
Gedare Bloom
- [GSoC] pencils down
Gedare Bloom
- New configure option RTEMS_VIRTUAL
Gedare Bloom
- [PATCH] Bash script to review BSP File Organization
Gedare Bloom
- [rtems commit] leon3/.../ckinit.c: Fix missing prototype warnings
Gedare Bloom
- [rtems commit] semopen.c: Address set but unused variable warning
Gedare Bloom
- [PATCH] Adding support for whitespace directory names in check_submission
Gedare Bloom
- [GSoC] Paravirtualization Layer - test on L4Re
Gedare Bloom
- [rtems commit] semopen.c: Address set but unused variable warning
Gedare Bloom
- [PATCH] Adding support for whitespace directory names in check_submission
Gedare Bloom
- [rtems commit] semopen.c: Address set but unused variable warning
Gedare Bloom
- [GSOC] Final Evaluations
Gedare Bloom
- [PATCH]Add include guard to sparc.h when using assembly
Gedare Bloom
- [PATCH]Add include guard to sparc.h when using assembly
Gedare Bloom
- [PATCH]Add include guard to sparc.h when using assembly
Gedare Bloom
- [PATCH 1/3] Add a new necessary definition needed for raspberrypi MMU support
Gedare Bloom
- [PATCH 2/3] shared MMU initialization for ARM BSPs
Gedare Bloom
- [PATCH 3/3] MMU support for RaspberryPi BSP
Gedare Bloom
- [PATCH 2/2] Shared MMU initialization for ARM BSPs and RaspberryPi MMU support
Gedare Bloom
- [GSoC] low-level documentation for RTEMS/MMU project
Gedare Bloom
- [GSoC] low-level documentation for RTEMS/MMU project
Gedare Bloom
- [SOCIS] Testing Framework
Marcin Bujar
- [SOCIS] Testing Framework
Marcin Bujar
- [SOCIS] Testing Framework
Marcin Bujar
- [SOCIS] Testing Framework
Marcin Bujar
- [SOCIS] Testing Framework
Marcin Bujar
- RTEMS on top of linux or FreeBSD?
Ralf Corsepius
- [PATCH] Bash script to review BSP File Organization
Ralf Corsepius
- [PATCH 1/1] DEVFS mknod stored path pointer, now path is copied instead
Ralf Corsepius
- [rtems commit] semopen.c: Address set but unused variable warning
Ralf Corsepius
- How to start contributing towards RTEMS project
Alan Cudmore
- [rtems commit] leon3/.../ckinit.c: Fix missing prototype warnings
Peter Dufault
- [GSOC] POK+RTEMS interrupt status
Philipp Eppelt
- [GSOC] POK+RTEMS interrupt status
Philipp Eppelt
- New configure option RTEMS_VIRTUAL
Philipp Eppelt
- New configure option RTEMS_VIRTUAL
Philipp Eppelt
- [GSOC] POK+RTEMS interrupt status
Philipp Eppelt
- [GSoC] Paravirtualization Layer
Philipp Eppelt
- [GSoC] Paravirtualization Layer - test on L4Re
Philipp Eppelt
- [GSoC] Paravirtualization Layer - test on L4Re
Philipp Eppelt
- [GSoC] Final report for RTEMS Runtime Loader
Peng Fan
- [PATCH] bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad board
Karel Gardas
- STM32F4 failure on semaphore release in termios.
Karel Gardas
- How to start contributing towards RTEMS project
Karel Gardas
- How to start contributing towards RTEMS project
Ritesh Harjani
- How to start contributing towards RTEMS project
Ritesh Harjani
- [PATCH 1/1] DEVFS mknod stored path pointer, now path is copied instead
Daniel Hellstrom
- [PATCH 1/1] DEVFS mknod stored path pointer, now path is copied instead
Daniel Hellstrom
- [PATCH 1/1] DEVFS mknod stored path pointer, now path is copied instead
Daniel Hellstrom
- [PATCH 1/2] add atomc_sub and atomic_compare_exchange into smpatomic08
Deng Hengyi
- [PATCH] bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad board
Sebastian Huber
- [PATCH] bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad board
Sebastian Huber
- STM32F4 failure on semaphore release in termios.
Sebastian Huber
- [PATCH] score: Use unsigned long for atomic integers
Sebastian Huber
- move libmm/libcpu shared files to libbsp
Sebastian Huber
- [PATCH] sparse-disk: check return value from semaphore_obtain/release
Sebastian Huber
- Patch: Rework of Device Driver Configuration
Sebastian Huber
- Patch: Rework of Device Driver Configuration
Sebastian Huber
- [PATCH 1/2] Filesystem: Add and use rtems_filesystem_chmod()
Sebastian Huber
- [PATCH 2/2] Filesystem: Change rtems_filesystem_chown()
Sebastian Huber
- =?yes?q?=5BPATCH=201/5=5D=20JFFS2=3A=20Import=20from=20Linux?=
Sebastian Huber
- [PATCH 2/5] JFFS2: Import from eCos
Sebastian Huber
- [PATCH 3/5] JFFS2: Update Linux compatibility layer
Sebastian Huber
- =?yes?q?=5BPATCH=204/5=5D=20JFFS2=3A=20Add=20RTEMS=20support?=
Sebastian Huber
- [PATCH 5/5] JFFS2: New tests
Sebastian Huber
- [PATCH 2/6] arm-cp15-new-definitions New definitions for arm-cp15 Fault Status Register and ARMv6 control register.
Sebastian Huber
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Sebastian Huber
- [PATCH 1/6] libmm-score-api. The high-level libmm API should be used by applications. It helps developers to manage memory by setting generic and target-independent protection and cache attributes for a region that has a start address, length, and desired memory attributes.
Sebastian Huber
- [PATCH] fstests/mdosfs_fstime: Remove test
Sebastian Huber
- [PATCH 2/5] JFFS2: Import from eCos
Sebastian Huber
- Locking ReadyQueue in SMP
Sebastian Huber
- [PATCH 2/5] JFFS2: Import from eCos
Sebastian Huber
- [PATCH 1/5] JFFS2: Import from Linux
Sebastian Huber
- =?a?q?=5BPATCH=201/5=20v2=5D=20JFFS2=3A=20Import=20from=20Linux?=
Sebastian Huber
- [PATCH 2/5 v2] JFFS2: Import from eCos
Sebastian Huber
- [PATCH 3/5 v2] JFFS2: Update Linux compatibility layer
Sebastian Huber
- =?a?q?=5BPATCH=204/5=20v2=5D=20JFFS2=3A=20Add=20RTEMS=20support?=
Sebastian Huber
- [PATCH 5/5 v2] JFFS2: New tests
Sebastian Huber
- [SOCIS] Testing Framework
Sebastian Huber
- [PATCH 1/6] libmm-score-api. The high-level libmm API should be used by applications. It helps developers to manage memory by setting generic and target-independent protection and cache attributes for a region that has a start address, length, and desired memory attributes.
Sebastian Huber
- Coverity Scan on main_help.c
Sebastian Huber
- New configure option RTEMS_VIRTUAL
Sebastian Huber
- [PATCH] Colon in module path fix
Chris Johns
- [PATCH] Colon in module path fix
Chris Johns
- Coverity CID: 1063861
Chris Johns
- [PATCH 1/6] libmm-score-api. The high-level libmm API should be used by applications. It helps developers to manage memory by setting generic and target-independent protection and cache attributes for a region that has a start address, length, and desired memory attributes.
Chris Johns
- [PATCH 2/5] JFFS2: Import from eCos
Chris Johns
- [PATCH 2/5] JFFS2: Import from eCos
Chris Johns
- [PATCH 2/5] JFFS2: Import from eCos
Chris Johns
- RSB: Tools update - newlib-15-Sept-2013
Chris Johns
- [GSoC] CAN SJA1000
Chris Johns
- New configure option RTEMS_VIRTUAL
Chris Johns
- [PATCH 1/1] DEVFS mknod stored path pointer, now path is copied instead
Chris Johns
- [rtems commit] leon3/.../ckinit.c: Fix missing prototype warnings
Chris Johns
- [PATCH] Colon in module path fix
Mohammed Khoory
- [PATCH]Add include guard to sparc.h when using assembly
Mohammed Khoory
- [PATCH]Add include guard to sparc.h when using assembly
Mohammed Khoory
- [PATCH]Add include guard to sparc.h when using assembly
Mohammed Khoory
- [PATCH] dosfs: Unsigned compared against 0
Ralf Kirchner
- [PATCH] dosfs: Unsigned compared against 0
Ralf Kirchner
- Locking ReadyQueue in SMP
Sree Harsha Konduri
- Locking ReadyQueue in SMP
Sree Harsha Konduri
- [PATCH] GlobalEDF Scheduler for Aperiodic Tasks
Sree Harsha Konduri
- GSOC SMP Global_EDF Project Final Report
Sree Harsha Konduri
- [PATCH] bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad board
Eugeniy Meshcheryakov
- [PATCH] libmm patches after fixups
Hesham Moustafa
- move libmm/libcpu shared files to libbsp
Hesham Moustafa
- Set new BSP_OPTS for libmm
Hesham Moustafa
- [PATCH 3/6] libmm-libbsp-shared. Files shared between all target BSPs and low-level implementations for libmm. These shared files contain mm.h which is a link between high-level score api and low-level implemenation of libmm. mm.h contains function declarations which should be implemented by target BSP to support libmm. no_memorymanagement.c contains stubs for BSPs that do not support libmm.
Hesham Moustafa
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Hesham Moustafa
- [PATCH 3/6] libmm-libbsp-shared. Files shared between all target BSPs and low-level implementations for libmm. These shared files contain mm.h which is a link between high-level score api and low-level implemenation of libmm. mm.h contains function declarations which should be implemented by target BSP to support libmm. no_memorymanagement.c contains stubs for BSPs that do not support libmm.
Hesham Moustafa
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Hesham Moustafa
- [PATCH 4/6] libmm-libbsp-arm-shared. libmm low-level implementation that can be shared between many ARM targets. mminit.c contains initialization function for arm-cp15 and setup page tables. After that it enables MMU and Cache unit part of BSP initialization process. mm.c translates attributes from high-level to CPU specific attributes and apply them dynamically.
Hesham Moustafa
- [PATCH 2/6] arm-cp15-new-definitions New definitions for arm-cp15 Fault Status Register and ARMv6 control register.
Hesham Moustafa
- [PATCH 2/3] shared MMU initialization for ARM BSPs
Hesham Moustafa
- [PATCH 2/3] shared MMU initialization for ARM BSPs
Hesham Moustafa
- [PATCH 2/3] shared MMU initialization for ARM BSPs
Hesham Moustafa
- [PATCH 1/6] libmm-score-api. The high-level libmm API should be used by applications. It helps developers to manage memory by setting generic and target-independent protection and cache attributes for a region that has a start address, length, and desired memory attributes.
Hesham Moustafa
- [GSoC] Final report of MMU project
Hesham Moustafa
- [GSoC] low-level documentation for RTEMS/MMU project
Hesham Moustafa
- [GSoC] low-level documentation for RTEMS/MMU project
Hesham Moustafa
- Bash Script to find discrepancies in BSP file organization
Vipul Nayyar
- Bash Script to find discrepancies in BSP file organization
Vipul Nayyar
- Bash Script to find discrepancies in BSP file organization
Vipul Nayyar
- [PATCH] Bash script to review BSP File Organization
Vipul Nayyar
- [PATCH] Bash script to review BSP File Organization
Vipul Nayyar
- [PATCH] Added PIC details to docs
Vipul Nayyar
- [PATCH] Bash script to review BSP File Organization
Vipul Nayyar
- [PATCH] Bash script to review BSP File Organization
Vipul Nayyar
- [PATCH] Bash script to review BSP File Organization
Vipul Nayyar
- [PATCH] Bash script to review BSP File Organization
Vipul Nayyar
- [PATCH] Bash script to review BSP File Organization
Vipul Nayyar
- Feedback on Bash script to review BSP File Organization
Vipul Nayyar
- [PATCH] Adding support for whitespace directory names in check_submission
Vipul Nayyar
- [GSOC] Unified APIs Project Final Report
Vipul Nayyar
- [GSOC] Unified APIs Project Final Report
Vipul Nayyar
- [GSoC] CAN SJA1000
Pavel Pisa
- [PATCH 2/5] JFFS2: Import from eCos
Pavel Pisa
- [rtems commit] semopen.c: Address set but unused variable warning
Pavel Pisa
- [rtems commit] semopen.c: Address set but unused variable warning
Pavel Pisa
- Coverity CID: 1063861
Rempel, Cynthia
- Coverity CID: 1063861
Rempel, Cynthia
- [GSoC] CAN SJA1000
Rempel, Cynthia
- [SOCIS] Testing Framework
Rempel, Cynthia
- [GSOC] POK+RTEMS interrupt status
Rempel, Cynthia
- New configure option RTEMS_VIRTUAL
Rempel, Cynthia
- [PATCH] Bash script to review BSP File Organization
Rempel, Cynthia
- [GSOC] Unified APIs Project Final Report
Rempel, Cynthia
- [SOCIS] Testing Framework
Rempel, Cynthia
- printf format strings to fix warnings
Rempel, Cynthia
- GSOC SMP Global_EDF Project Final Report
Rempel, Cynthia
- [SOCIS] Testing Framework
Rempel, Cynthia
- Joel Status and Lack of Responsiveness
Joel Sherrill
- Joel Status and Lack of Responsiveness
Joel Sherrill
- Joel Status and Lack of Responsiveness
Joel Sherrill
- Set new BSP_OPTS for libmm
Joel Sherrill
- [PATCH] dosfs: Unsigned compared against 0
Joel Sherrill
- [PATCH] nfs: Fix ln option processing.
Joel Sherrill
- [PATCH] dosfs: Unsigned compared against 0
Joel Sherrill
- Fwd: [GSoC Mentors] GSoC 2013 Mentors/Org Admins: "Pencils Down" and Final Evaluation Dates Approaching
Joel Sherrill
- [PATCH] dosfs: Unsigned compared against 0
Joel Sherrill
- [PATCH] sparse-disk: check return value from semaphore_obtain/release
Joel Sherrill
- [PATCH] nvdisk: swap arguments to checksum helper
Joel Sherrill
- Files for Coverity Scan to Ignore
Joel Sherrill
- Bash Script to find discrepancies in BSP file organization
Joel Sherrill
- Patch: Rework of Device Driver Configuration
Joel Sherrill
- Patch: Rework of Device Driver Configuration
Joel Sherrill
- Coverity CID: 1063861
Joel Sherrill
- [PATCH] Bash script to review BSP File Organization
Joel Sherrill
- Coverity Scan on rtems_libio_post_driver()
Joel Sherrill
- Coverity Scan on rtems_libio_post_driver()
Joel Sherrill
- Coverity Scan on main_help.c
Joel Sherrill
- Coverity Scan on main_help.c
Joel Sherrill
- New configure option RTEMS_VIRTUAL
Joel Sherrill
- [PATCH] Added PIC details to docs
Joel Sherrill
- [PATCH] Bash script to review BSP File Organization
Joel Sherrill
- [PATCH] Bash script to review BSP File Organization
Joel Sherrill
- New configure option RTEMS_VIRTUAL
Joel Sherrill
- [GSOC] POK+RTEMS interrupt status
Joel Sherrill
- Fwd: Re: Release 2.24
Joel Sherrill
- Feedback on Bash script to review BSP File Organization
Joel Sherrill
- Warning Reduction Patches
Joel Sherrill
- [rtems commit] semopen.c: Address set but unused variable warning
Joel Sherrill
- [rtems commit] leon3/.../ckinit.c: Fix missing prototype warnings
Joel Sherrill
- [rtems commit] leon3/.../ckinit.c: Fix missing prototype warnings
Joel Sherrill
- [rtems commit] semopen.c: Address set but unused variable warning
Joel Sherrill
- [rtems commit] semopen.c: Address set but unused variable warning
Joel Sherrill
- [PATCH] Adding support for whitespace directory names in check_submission
Joel Sherrill
- [rtems commit] semopen.c: Address set but unused variable warning
Joel Sherrill
- [PATCH] Adding support for whitespace directory names in check_submission
Joel Sherrill
- printf format strings to fix warnings
Joel Sherrill
- [PATCH]Add include guard to sparc.h when using assembly
Joel Sherrill
- [PATCH]Add include guard to sparc.h when using assembly
Joel Sherrill
- [SOCIS] Testing Framework
Joel Sherrill
- [PATCH 1/3] Add a new necessary definition needed for raspberrypi MMU support
Joel Sherrill
- [GSOC] POK+RTEMS interrupt status
Cláudio Silva
- [GSoC] Paravirtualization Layer - test on L4Re
Cláudio Silva
- Static vs dynamic resource allocation
Wendell Silva
- [GSoC] Application Configuration GUI for RTEMS
Shubham Somani
- [PATCH 1/3] add simple atomic test cases into smpatomic08
WeiY
- [PATCH 2/3] delete smpatomic0-7 test cases
WeiY
- [PATCH 3/3] rename smpatomic08 to smpatomic01
WeiY
- [GSoC] CAN SJA1000
jinyang.sia at gmail.com
- [PATCH 1/2] cpukit: libcpu: split of i386 CPU code between score and libcpu; Introduction of virtual and native CPU models in libcpu.
philipp.eppelt at mailbox.tu-dresden.de
- [PATCH] bsp/virtualpok: introduces virtual i386 BSP developed on POK
philipp.eppelt at mailbox.tu-dresden.de
Last message date:
Sat Sep 28 16:37:58 UTC 2013
Archived on: Thu Sep 26 02:26:42 UTC 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).