source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @185e46f   01/31/14 14:54:45 Jennifer Averett posix: Add POSIX thread affinity attribute support. With the addition … 4.115
(edit) @29cacfd   02/10/14 18:30:39 Jennifer Averett rtems: Add Classic API get and set affinity methods. Add the … 4.115
(edit) @039a189d   01/27/14 19:55:58 Jennifer Averett sapi: Moved smp initialization and added cpuset initilization. SMP … 4.115
(edit) @9db8705   02/06/14 18:42:24 Jennifer Averett score: Add cpuset support to Score. This new Score Handler provides a … 4.115
(edit) @3ca84d0c   03/06/14 09:53:17 Sebastian Huber score: Fix per-CPU state documentation 4.115
(edit) @825cb1f   03/04/14 12:02:18 Sebastian Huber score: Delete _Thread_Dispatch_set_disable_level() This function was … 4.115
(edit) @718124e   03/03/14 09:18:01 Sebastian Huber rtems: Add RTEMS_INTERRUPT_REPLACE A new option … 4.115
(edit) @8b50a55   03/03/14 08:09:24 Sebastian Huber score: Add _Atomic_Fence() 4.115
(edit) @a418b2f   03/03/14 07:38:10 Sebastian Huber libnetworking: Typo 4.115
(edit) @ba25cc2   02/19/14 10:21:34 Sebastian Huber score: Add and use _Giant_Drop() New test smptests/smpfatal03. 4.115
(edit) @7336be9d   02/18/14 12:40:39 Sebastian Huber score: SMP initialization and shutdown changes Rename … 4.115
(edit) @6b998fee   02/23/14 22:04:31 Joel Sherrill taskmode: Formatting correction 4.115
(edit) @e1d7bf0   02/26/14 10:08:31 Sebastian Huber rtems: Add cache size functions Add rtems_cache_get_data_cache_size() … 4.115
(edit) @e7549ff4   02/26/14 10:00:17 Sebastian Huber rtems: Use size_t for cache line size A cache line cannot have a … 4.115
(edit) @5e8301d   02/26/14 09:35:48 Sebastian Huber rtems: Cache manager documentation Move useful functions to the top … 4.115
(edit) @a4bc90af   02/24/14 11:45:00 Sebastian Huber sparc: Fix CPU counter support The SPARC processors supported by … 4.115
(edit) @95d0c98   02/24/14 09:13:32 Sebastian Huber score: Fix thread TLS area initialization Do not use _TLS_Size here … 4.115
(edit) @47d60134   02/19/14 12:52:41 Sebastian Huber score: _CPU_SMP_Get_current_processor() Remove … 4.115
(edit) @7ee4e72   02/20/14 16:05:44 Sebastian Huber score: _Thread_Start_multitasking() Fix serious race-condition. Read … 4.115
(edit) @83bf105   02/19/14 09:57:46 Sebastian Huber score: Rename _Internal_error_Occurred() Rename … 4.115
(edit) @52eecba   02/19/14 16:36:01 Jennifer Averett posix: Set pthread attribute values in detach and setschedparm methods. 4.115
(edit) @8a65a960   02/18/14 12:36:35 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Inline … 4.115
(edit) @c4ff027   02/18/14 12:30:28 Sebastian Huber score: Wait for per-CPU state changes later Wait for per-CPU changes … 4.115
(edit) @b1d08a58   02/18/14 12:20:08 Sebastian Huber score: Initialize per-CPU locks 4.115
(edit) @282bfd3   02/18/14 12:03:27 Sebastian Huber score: Move _SMP_Handler_initialize() 4.115
(edit) @4d9bd56   02/17/14 14:12:43 Sebastian Huber score: Rename rtems_smp_process_interrupt() Rename … 4.115
(edit) @911b1d2   02/17/14 14:02:54 Sebastian Huber score: Rename rtems_smp_secondary_cpu_initialize() Rename … 4.115
(edit) @6ca4f6a   02/17/14 13:56:51 Sebastian Huber score: Add and use <rtems/score/smpimpl.h> Collect SMP implementation … 4.115
(edit) @f8ff2a0   02/17/14 13:31:32 Sebastian Huber score: Delete bsp_smp_broadcast_interrupt() Since the per-CPU SMP … 4.115
(edit) @4627fcd   02/17/14 13:25:29 Sebastian Huber score: Rename bsp_smp_initialize() Rename bsp_smp_initialize() into … 4.115
(edit) @2afe065   02/17/14 13:12:21 Sebastian Huber score: Remove ASM guard 4.115
(edit) @2cb95b5f   02/17/14 12:58:01 Sebastian Huber score: Rename RTEMS_BSP_SMP_SHUTDOWN Rename RTEMS_BSP_SMP_SHUTDOWN in … 4.115
(edit) @9eec2f3   02/17/14 12:46:11 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_SMP Use rtems_fatal() instead of … 4.115
(edit) @33cb8bf   02/17/14 10:40:18 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_BSP Merge … 4.115
(edit) @b39e055   02/17/14 09:17:20 Sebastian Huber score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP This error case is … 4.115
(edit) @8a6de83   02/17/14 09:10:27 Sebastian Huber score: Move _SMP_Request_other_cores_to_shutdown() Move … 4.115
(edit) @38ee758   02/17/14 08:58:43 Sebastian Huber score: Disable ISR in _Internal_error_Occurred() Disable interrupts … 4.115
(edit) @514705d   02/12/14 15:05:35 Sebastian Huber score: Delete _Thread_BSP_context Do not return to BSP context in the … 4.115
(edit) @92f50c3   02/17/14 08:47:12 Sebastian Huber score: Add SYSTEM_STATE_TERMINATED Merge systems states … 4.115
(edit) @801b5d8   02/17/14 08:23:59 Sebastian Huber powerpc: Change interrupt disable implemetation Instead of SPRG0 (= … 4.115
(edit) @c2934b96   02/17/14 12:24:55 Sebastian Huber score: Move SMP interrupt stack initialization Move SMP interrupt … 4.115
(edit) @57997d8   02/17/14 18:15:19 Jennifer Averett cpukit: Correct bug in check of affinity support in newlib. 4.115
(edit) @ad7292f   02/14/14 11:57:53 Sebastian Huber score: Add SMP barrier 4.115
(edit) @0344ce03   02/13/14 14:43:03 Sebastian Huber score: Use atomic API for SMP lock Use a ticket lock implementation … 4.115
(edit) @8a9568d2   02/14/14 10:18:13 Sebastian Huber Require presence of <stdatomic.h> for SMP support 4.115
(edit) @dcd97c7   02/14/14 11:48:49 Sebastian Huber sparc: Add atomic support for SPARC V8 Use SWAP instruction with one … 4.115
(edit) @ad56361   02/13/14 12:00:00 Sebastian Huber sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFT Add … 4.115
(edit) @945853b7   02/13/14 14:38:52 Sebastian Huber score: Add Atomic_Uint 4.115
(edit) @cd2c655   02/13/14 13:28:50 Sebastian Huber score: Fix warnings, C++ compatibility, fix typos 4.115
(edit) @6f90ef7   02/13/14 12:08:46 Sebastian Huber score: Remove volatile from asm statements The instructions to get … 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @ece9754   02/11/14 13:48:35 Sebastian Huber sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32 Recent LEON4 systems … 4.115
(edit) @bab16de2   02/07/14 08:53:47 Sebastian Huber score: Change debug helper functions Rename … 4.115
(edit) @97cf623d   02/05/14 10:36:05 Sebastian Huber sparc: Save/restore only non-volatile context The … 4.115
(edit) @01794eb   02/07/14 07:55:02 Sebastian Huber score: Format _Thread_Get_maximum_internal_threads 4.115
(edit) @920a43e   02/05/14 16:00:09 Sebastian Huber rtems: Add rtems_status_code_description() 4.115
(edit) @558cc8d   02/05/14 14:41:00 Sebastian Huber score: _CPU_Context_switch_to_first_task_smp() Delete … 4.115
(edit) @022851a   01/28/14 11:10:08 Sebastian Huber Add thread-local storage (TLS) support Tested and implemented on ARM, … 4.115
(edit) @16a41cc   01/29/14 08:29:39 Sebastian Huber score: Add _Thread_Get_maximum_internal_threads() 4.115
(edit) @a49bc35   01/28/14 10:49:57 Sebastian Huber score: Add _Heap_Size_with_overhead() 4.115
(edit) @a850d04   01/28/14 10:32:35 Sebastian Huber score: Add _Workspace_Allocate_aligned() 4.115
(edit) @ba386a6   01/31/14 18:28:47 Joel Sherrill dosfs/fat.c: Remove use of register keyword 4.115
(edit) @cfbeaf6   01/31/14 18:28:02 Joel Sherrill calloc.c: Remove use of register keyword 4.115
(edit) @e633f3b   01/31/14 17:03:24 Joel Sherrill posix/*.c: Remove use of register keyword 4.115
(edit) @3a638ce   01/31/14 16:55:17 Joel Sherrill rtems/*.c: Remove use of register keyword 4.115
(edit) @5b34e7a   01/16/14 12:05:13 Sebastian Huber IMFS: Improved support for generic nodes The … 4.115
(edit) @45e82bb8   01/16/14 12:02:50 Sebastian Huber IMFS: Allow sockets as generic nodes 4.115
(edit) @a32f996b   01/20/14 02:00:35 Nick Withers Don't use unsafe buffer operations Don't use unsafe buffer … 4.115
(edit) @805ef2f2   11/30/13 19:53:41 Sebastian Huber arm: Add ARMv7-M SHCSR register bits 4.115
(edit) @8d7c3ca   01/09/14 21:59:21 Joel Sherrill tasksetpriority.c: Remove obsolete comment 4.115
(edit) @a19a7077   12/18/13 00:01:11 strauman posix: fix race condition between pthread_create and capture engine … 4.115
(edit) @66bf2cc9   12/19/13 00:54:53 allanh mw_uid: corrects uid_read_message short timeouts 4.115
(edit) @2b03a62   11/01/13 13:59:41 Jim Panetta NTP: Sync time correctly when receiving broadcast updates 1) The … 4.115
(edit) @35b8f48a   12/06/13 18:21:20 Daniel Ramirez libcsupport: Refactor rtems_deviceio_errno Renames … 4.115
(edit) @564ce0f   12/06/13 02:21:05 Daniel Ramirez libcsupport: implemented termios functions cfsetspeed and cfmakeraw 4.115
(edit) @6a26e9b   12/24/13 07:08:29 Chris Johns cpukit/capture: Print the uptime and diff in ctrace. Print the uptime … 4.115
(edit) @9f9c0bb   12/24/13 05:42:23 Chris Johns cpukit/capture: Use the new RTEMS API to get the uptime in … 4.115
(edit) @2d1bdc8   12/24/13 05:38:42 Chris Johns cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API. … 4.115
(edit) @2bafb960   12/21/13 03:44:12 Daniel Ramirez rtems: classic api to/from core priority conversions 4.115
(edit) @c1d8ee4   12/17/13 09:59:13 Sebastian Huber libcsupport: Accept NULL for zero-length entries 4.115
(edit) @56bea43   12/16/13 13:26:29 Sebastian Huber Filesystem: Use default kqfilter and poll handler 4.115
(edit) @2f68778   12/16/13 12:44:13 Sebastian Huber Filesystem: Add readv/writev handlers The readv() and writev() … 4.115
(edit) @95a57280   12/16/13 12:12:22 Sebastian Huber libcsupport: Add and use rtems_libio_iovec_eval() 4.115
(edit) @db8a89e   12/19/13 08:01:23 Chris Johns cpukit/capture: Update the capture engine. The capture did not work … 4.115
(edit) @a9619f3c   12/18/13 17:00:42 alan.cudmore For PR 2164 - RFS File System - fix bitmap_create_search loop bug … 4.115
(edit) @9b48dc6   12/18/13 17:37:47 alan.cudmore For PR 2162 - RFS File System - statvfs reports 1 block free This is … 4.115
(edit) @e60b7b1   12/18/13 16:39:19 alan.cudmore For PR 2163 - RFS File System - fix group search algorithm bug This … 4.115
(edit) @f859d20   12/16/13 13:45:26 Sebastian Huber arm: Fix set by but not used warning 4.115
(edit) @fb664a2   12/16/13 09:55:27 Sebastian Huber nfsclient: Move defines to cover all header files 4.115
(edit) @99c2323   12/13/13 12:57:06 Sebastian Huber JFFS2: Do not re-define struct iovec 4.115
(edit) @259328a7   12/16/13 00:59:51 Chris Johns cpukit/shell: Control help break with SHELL_LINES env variable. … 4.115
(edit) @4402308b   12/14/13 17:56:33 Joel Sherrill no_cpu/cpusmplock.h: Clean up to be compilable 4.115
(edit) @801a1fc6   12/09/13 20:22:33 Joel Sherrill cpukit/configure.ac: Probe for SMP affinity methods 4.115
(edit) @98e5c95   12/11/13 08:39:09 Sebastian Huber PR2160: imfs: Use ENOSYS for unsupported nodes Return an error status … 4.115
(edit) @0f01de2b   12/10/13 15:08:16 Joel Sherrill alarm.c: Use _Assert() not assert() 4.115
(edit) @c59f668   12/10/13 04:00:27 Chris Johns PR2138: rtems_rfs_rtems_initialize() can erroneously set errno. Patch … 4.115
(edit) @798b8da   12/10/13 01:53:13 Joel Sherrill Merge branch 'master' into am 4.115
(edit) @967c1438   12/09/13 21:36:38 Joel Sherrill alarm.c: Per comment add debug code for kill() failing This is highly … 4.115
(edit) @8ae999c3   12/09/13 21:28:55 Joel Sherrill pthread.c: Use UINT32_MAX rather than constant value 4.115
(edit) @327fbd6   12/09/13 21:25:16 Joel Sherrill condwaitsupp.c: Return EPERM if waiting and mutex is not locked This … 4.115
Note: See TracRevisionLog for help on using the revision log.