summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-05mips/idtcpu.h: Fix nested comment warningJoel Sherrill1-1/+1
2012-08-31coremsg.c: Clean up and comment improvementJoel Sherrill1-7/+13
2012-08-06PR2069: Similar. Forgot to add missing file.Andreas Heinig1-0/+38
2012-08-06PR2069: [CBS Scheduler] Memory leak and enqueue problemAndreas Heinig2-1/+13
2012-07-17score: Change greedy allocation APISebastian Huber2-11/+30
2012-06-14score: Fix performance issue for 64-bit timestampsSebastian Huber5-62/+22
2012-06-14score: New structure TOD_ControlSebastian Huber6-32/+35
2012-06-12v850 port: byte swap instructions not available on all multilibsJoel Sherrill2-7/+33
2012-06-12v850 - byte swap instructions not available on all multilibsJoel Sherrill2-7/+33
2012-06-11v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill10-0/+1925
2012-06-11powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Init...Joel Sherrill1-2/+14
2012-06-11mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-7/+2
2012-06-11i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-2/+14
2012-06-11arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-2/+5
2012-06-11isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt ModelJoel Sherrill1-5/+8
2012-06-11threadhandler.c: Fix spelling of __main() in prototypeJoel Sherrill1-5/+8
2012-06-04powerpc: Simplify context switchSebastian Huber2-146/+134
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill2-2/+2
2012-05-13PR2065: RBTree: Insert function (protected) does not enable interruptsGedare Bloom1-2/+4
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill2-6/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill655-1183/+0
2012-05-09Score ISR - Minimize Capabilities When Not Simple VectoredJoel Sherrill3-7/+15
2012-05-09Score Semaphore - Need Semaphore Seize Body When Multiprocessing is EnabledJoel Sherrill1-1/+1
2012-05-08rbtree: API changes. Remove rbtree control node from RBTree_Next.Gedare Bloom5-22/+12
2012-05-08PR2061: RBTree: updating min and max on insert with duplicatesGedare Bloom1-1/+6
2012-05-08PR2060: RBTree: updating min and max on extract pathGedare Bloom1-17/+9
2012-05-08score/rbtree: eliminate unused function _RBTree_Peek.Gedare Bloom3-68/+1
2012-05-08rbtree: API ChangesGedare Bloom1-1/+1
2012-05-08score/rbtree: replace _RBTree_Peek_unprotected with _RBTree_First.Gedare Bloom2-23/+3
2012-05-08score/scheduling: Use RBTree_First instead of Peek in EDF scheduler.Gedare Bloom1-6/+3
2012-05-07Revert: Remove CVS IdsJoel Sherrill18-0/+71
2012-05-04Remove CVS-Ids.Ralf Corsépius18-71/+0
2012-04-24Simple SMP Scheduler - Fix typo which likely broke schedulingJoel Sherrill1-8/+31
2012-04-24score: Remove _Stack_Adjust_size()Sebastian Huber2-30/+0
2012-04-20score: DocumentationSebastian Huber1-0/+3
2012-04-16no_cpu: replace no_cpu_isr with rtems_isrGedare Bloom1-6/+0
2012-04-16lm32: replace lm32_isr with rtems_isrGedare Bloom1-6/+0
2012-04-16m68k: replace m68k_isr with rtems_isrGedare Bloom1-2/+0
2012-04-11score: New macros and functionsSebastian Huber2-4/+23
2012-04-11nios2: New functionsSebastian Huber2-0/+49
2012-04-11nios2: API changeSebastian Huber3-4/+4
2012-04-11rbtree: New function _RBTree_Iterate_unprotected()Sebastian Huber3-1/+80
2012-04-11rbtree: PR1995: API changeSebastian Huber4-27/+156
2012-04-07arm: New functionSebastian Huber4-4/+46
2012-04-04PR 1993 - Convert MIPS to PIC IRQ modelJennifer Averett3-77/+34
2012-03-30Add Virtex4 and Virtex5 BSPsRic Claus1-1/+78
2012-03-30NIOS2: Add MPU support functionsSebastian Huber4-21/+165
2012-03-30NIOS2: Fix outermost interrupt checkSebastian Huber1-1/+4
2012-03-30score/rbtree: Add const qualifierSebastian Huber3-32/+32
2012-03-30score/rbtree: C++ compatibilitySebastian Huber1-2/+3