source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dafa5d88   09/03/15 08:27:16 Sebastian Huber score: Implement priority boosting 5
(edit) @3995e6d   09/02/15 09:58:54 Sebastian Huber score: Implement SMP-specific priority queue 5
(edit) @c4db18a0   09/01/15 08:38:17 Sebastian Huber score: Documentation 5
(edit) @cee82df   09/02/15 14:36:56 Sebastian Huber smp: Documentation 5
(edit) @06496fb   09/04/15 11:09:17 Sebastian Huber smp: Documentation 5
(edit) @41b5c915   09/03/15 20:55:52 Martin Galvan cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warnings Compiling … 5
(edit) @28a870c4   09/03/15 20:25:35 Martin Galvan cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation error … 5
(edit) @cc93c83   09/02/15 21:54:24 Martin Galvan cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf() … 5
(edit) @9147a82   09/02/15 21:54:23 Martin Galvan tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefix … 5
(edit) @c83bad2f   09/02/15 21:54:25 Martin Galvan cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure … 5
(edit) @17f71fc7   09/02/15 21:54:22 Martin Galvan tools/cpu/nios2/memory.c: Fix uninitialized use of variable memory … 5
(edit) @7def219   09/02/15 21:54:21 Martin Galvan various .h files: Add missing C++ extern wrappers Updates #2405. 5
(edit) @f8202273   08/31/15 09:30:36 Sebastian Huber JFFS2: Use RTEMS red-black tree implementation 5
(edit) @edf640f   08/31/15 11:11:04 Sebastian Huber rbtree: Add _RBTree_Replace_node() 5
(edit) @e9fbaa3b   08/21/15 03:59:49 Sebastian Huber rbtree: Replace implementation Use the BSD <sys/tree.h> … 5
(edit) @8c25e04   09/02/15 13:02:27 Sebastian Huber score: Optimize thread queue first operation In case the thread queue … 5
(edit) @3b3d1489   09/01/15 12:16:48 Sebastian Huber posix: glibc compatibility 5
(edit) @d9d0a84   09/01/15 12:07:51 Sebastian Huber psxtests/psxcancel: Check return status Update #2402. 5
(edit) @44f3ea9   08/31/15 11:37:52 Sebastian Huber score: Fix return status of mutex try acquire This fixes a copy and … 5
(edit) @95b43d0   09/01/15 07:47:12 Sebastian Huber arm: Replace sync_synchronize() implementation 5
(edit) @39e3e20   09/01/15 07:42:46 Sebastian Huber arm: Use compiler memory barrier by default 5
(edit) @509e8d7f   08/18/15 04:21:17 Sebastian Huber rbtree: Delete rtems_rbtree_find_control() This function is hard to … 5
(edit) @f71e67d   08/21/15 03:59:19 Sebastian Huber rbtree: Delete unused RBTREE_NODE_*() macros 5
(edit) @ddb6a49b   08/21/15 03:57:42 Sebastian Huber rbtree: Delete _RBTree_Initialize() This function has no internal use … 5
(edit) @b9877ee   08/21/15 03:55:04 Sebastian Huber rbtree: Delete _RBTree_Get() This function has no internal use case. 5
(edit) @2d48456   08/21/15 03:24:17 Sebastian Huber rbheap: Drop direction from _RBTree_Iterate() 5
(edit) @3f49446   08/21/15 03:40:07 Sebastian Huber rbtree: Delete _RBTree_Is_first() 5
(edit) @341f629   08/21/15 03:39:59 Sebastian Huber rbtree: Add _RBTree_Minimum(), _RBTree_Maximum() 5
(edit) @d7c93070   08/21/15 03:04:27 Sebastian Huber sptests/sprbtree01: Avoid internal API 5
(edit) @d128b4f2   08/21/15 02:48:11 Sebastian Huber sptests/sprbtree01: Fix random ops test case 5
(edit) @c72f132   08/18/15 04:05:05 Sebastian Huber rbheap: Avoid internal API 5
(edit) @1f242285   08/21/15 03:25:37 Sebastian Huber posix: Avoid _RBTree_Next() 5
(edit) @151e53f   08/18/15 14:30:48 ketulshah1993 Beagle: GPIO support (for BBB) GPIO Driver Development for BeagleBone?5
(edit) @b09a578   08/17/15 10:42:27 andre.lousa.marques Closes ticket #2390, and also updates the RPI implementation. makes … 5
(edit) @61e7c69   07/27/15 16:01:44 andre.lousa.marques Raspberry Pi implementation for the RTEMS GPIO API. Added support for … 5
(edit) @87f8b01   07/27/15 16:01:43 andre.lousa.marques RTEMS GPIO API definition and implementation. Changes relative to the … 5
(edit) @040ddd2   08/06/15 02:17:41 Nick Withers Respect 232 - 1 B NFSv2 maximum file size closes #2384 5
(edit) @add0e494   08/03/15 16:34:40 Joel Sherrill user/c_user.texi: Correct info index entry closes #2380. 5
(edit) @d138a22b   08/02/15 15:31:09 Joel Sherrill ada-tests/support/init.c: Fix compile errors and warnings closes #2379. 5
(edit) @7e798b4   08/01/15 10:43:12 summerspam Add synch_synchronize function for arm Fixes link failure when … 5
(edit) @f8cf567   08/01/15 16:58:56 Nick Withers ampolish3: Use env to find perl more reliably Fixes breakage on at … 5
(edit) @d0733bb   07/31/15 07:55:22 Sebastian Huber bsps/arm: Do not use ARM_ARCH_7A This would lead to link-time … 5
(edit) @9e9e61d   07/28/15 11:46:56 Sebastian Huber score: Add self-contained condition implementation 5
(edit) @a1b4af4b   07/20/15 07:05:30 Sebastian Huber score: Add scheduler <sys/lock.h> support 5
(edit) @40188718   07/13/15 08:00:28 Sebastian Huber score: Add self-contained futex implementation 5
(edit) @7237b3e   07/02/15 11:12:38 Sebastian Huber score: Add self-contained semaphore implementation 5
(edit) @214d8ed   06/28/15 20:06:36 Sebastian Huber score: Add self-contained mutex implementation This mutex … 5
(edit) @12f93fbb   07/27/15 11:19:17 Sebastian Huber score: Add thread queue for self-contained objects 5
(edit) @0e3c59d6   06/26/15 10:54:33 Sebastian Huber score: Use a plain ticket lock for thread locks This enables external … 5
(edit) @10e32a26   06/29/15 12:23:42 Sebastian Huber score: Add potpourri lock statistics These SMP lock statistics are … 5
(edit) @e421936b   06/29/15 12:24:14 Sebastian Huber score: Provide struct _Thread_queue_Heads Use a leading underscore in … 5
(edit) @4827470   06/29/15 08:41:01 Sebastian Huber score: Rename struct Thread_Control Add a leading underscore to the … 5
(edit) @74ef2c10   07/26/15 13:27:10 Michael Davidsaver tftpDriver: close() false error closes #2376. 5
(edit) @21789a21   07/28/15 12:45:42 Sebastian Huber score: Rename _POSIX_Absolute_timeout_to_ticks() Rename … 5
(edit) @f7d95581   07/24/15 08:47:25 Sebastian Huber m68k: Include proper header file 5
(edit) @9c53910   07/24/15 07:12:54 Sebastian Huber score: Add comment 5
(edit) @9780fa93   07/22/15 19:14:30 Sebastian Huber monitor: Sort alphabetically 5
(edit) @d70f530   07/22/15 13:41:44 Sebastian Huber monitor: Add current CPU of thread 5
(edit) @0910e9d4   07/22/15 07:05:52 Sebastian Huber monitor: Print the wait queue to ease debugging 5
(edit) @1f199799   07/22/15 07:03:44 Sebastian Huber monitor: Print addresses like identifiers This avoids the "0x0xabc" … 5
(edit) @975e1918   07/22/15 05:37:19 Sebastian Huber monitor: Remove notepad support 5
(edit) @98a41f41   07/23/15 18:34:19 Sebastian Huber arm: Include proper header file 5
(edit) @08135c85   07/23/15 07:00:31 Sebastian Huber i2c: Fix return status of i2c dev read/write 5
(edit) @19078dc6   07/23/15 06:36:30 Sebastian Huber doc: Add SMP section to CPU Arch Supplement 5
(edit) @e709aa85   07/13/15 11:49:35 Sebastian Huber score: Move wait flag update to tq extract This makes it possible to … 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @e2735012   06/24/15 09:05:39 Sebastian Huber score: Introduce Thread_queue_Queue Separate the thread queue heads … 5
(edit) @579f16ef   07/21/15 07:29:56 Sebastian Huber bsps/arm: Update due to API changes 5
(edit) @b2c252b   07/17/15 15:04:06 kom541000 bsp/tms570 Use bitfields instead of hard-coded values Signed-off-by: … 5
(edit) @d6c67ad5   07/17/15 15:04:05 kom541000 bsp/tms570: skipped 32bit field definitions and corrected single bit … 5
(edit) @3f923fd2   07/17/15 14:42:35 Joel Sherrill Update date 4.115
(edit) @9154c3f9   07/17/15 08:53:22 Sebastian Huber doc: Add thread dispatch details for SMP 4.115
(edit) @3bb342ca   07/17/15 09:55:51 Sebastian Huber doc: Clarify interrupts disable problems on SMP 4.115
(edit) @b56ddbb   07/17/15 07:16:37 Sebastian Huber doc: Fix SMP task variables section 4.115
(edit) @e5a79e54   07/17/15 05:56:09 Sebastian Huber bsp/mpc83xx: Update due to header guard change Close #2373. 4.115
(edit) @db01d0c   07/16/15 18:15:10 Joel Sherrill sparc64/rtems/score/cpu.h: Delete dead declaration 4.115
(edit) @7e14385   07/16/15 18:14:48 Joel Sherrill sh/shared/startup/bspstart.c: Add include of percpu.h 4.115
(edit) @069560a   07/16/15 12:14:32 kom541000 bsp/tms570: source changes reflecting new headers. Signed-off-by: … 4.115
(edit) @602e395   07/16/15 12:14:30 pisa bsp/tms570: fix get time resolution after infrastructure change to … 4.115
(edit) @bea49c9   07/16/15 14:26:09 kom541000 bsp/tms570: New/generated header files for TMS570 SoC peripherals … 4.115
(edit) @4784214a   07/16/15 15:43:51 Joel Sherrill remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_H These … 4.115
(edit) @9cff822a   07/16/15 15:40:05 Joel Sherrill Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guard This was … 4.115
(edit) @93f5adb   07/15/15 08:51:12 Sebastian Huber powerpc: Do not use the ATB for e500 multilib The e500v1 has no … 4.115
(edit) @e2fcb7d   07/15/15 06:55:42 Nick Withers powerpc: Fix _CPU_Counter_read() The mftb is not available on Book E … 4.115
(edit) @c5d0ca9   07/13/15 08:19:04 Sebastian Huber libcsupport: Workaround for GCC 5.1 and later Disable an optimization … 4.115
(edit) @083e6d6   05/20/15 05:21:53 Chris Johns libnetworking: Send the hostname if set in the network configuration. … 4.115
(edit) @f5d4570f   07/11/15 19:14:46 Sebastian Huber score: Simplify _Thread_Lock_set() Exploit the fact that the current … 4.115
(edit) @9341773   07/11/15 20:04:32 Sebastian Huber score: Typo 4.115
(edit) @c2596df   07/09/15 07:59:59 Sebastian Huber bsps/powerpc: Fix small-data area issue Update #2369. 4.115
(edit) @8406d94   07/01/15 09:05:37 Sebastian Huber libmisc: Use SMP application by default on SMP 4.115
(edit) @b9a7dc3b   07/08/15 08:10:09 Sebastian Huber doc: Clarify SMP configuration defines 4.115
(edit) @b171982   07/08/15 08:04:39 Sebastian Huber bsps/powerpc: Provide debug and trace symbols 4.115
(edit) @3e02a47   07/02/15 10:04:50 Sebastian Huber bsp/qoriq: Enable branch prediction for T series 4.115
(edit) @994d7e1   07/02/15 07:14:47 Sebastian Huber bsp/qoriq: Use -O2 for T series 4.115
(edit) @4c68431   07/02/15 11:11:14 Sebastian Huber powerpc: Add BUCSR register defines 4.115
(edit) @e77f6254   07/07/15 20:33:51 summerspam RaspberryPi?: Use rtems_configuration_get_microseconds_per_tick to set … 4.115
(edit) @635ed82   07/01/15 09:13:26 Sebastian Huber bsp/qoriq: Update due to API changes 4.115
(edit) @372bee84   06/26/15 13:51:28 Sebastian Huber score: Simplify _SMP_ticket_lock_Release() Add a SMP lock statistics … 4.115
(edit) @f59f2fe9   06/25/15 04:50:04 Sebastian Huber score: Accept NULL pointer in _Freechain_Put() With this a … 4.115
(edit) @fdb45d6   06/24/15 12:00:08 Sebastian Huber score: Freechain handler API changes Replace the extend function with … 4.115
Note: See TracRevisionLog for help on using the revision log.