summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* mips/idtcpu.h: Fix nested comment warningJoel Sherrill2012-09-051-1/+1
* coremsg.c: Clean up and comment improvementJoel Sherrill2012-08-311-7/+13
* PR2069: Similar. Forgot to add missing file.Andreas Heinig2012-08-061-0/+38
* PR2069: [CBS Scheduler] Memory leak and enqueue problemAndreas Heinig2012-08-062-1/+13
* score: Change greedy allocation APISebastian Huber2012-07-172-11/+30
* score: Fix performance issue for 64-bit timestampsSebastian Huber2012-06-145-62/+22
* score: New structure TOD_ControlSebastian Huber2012-06-146-32/+35
* v850 - byte swap instructions not available on all multilibsJoel Sherrill2012-06-122-7/+33
* v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill2012-06-1110-0/+1925
* powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Init...Joel Sherrill2012-06-111-2/+14
* mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-7/+2
* i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-2/+14
* arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-2/+5
* isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt ModelJoel Sherrill2012-06-111-5/+8
* threadhandler.c: Fix spelling of __main() in prototypeJoel Sherrill2012-06-111-5/+8
* powerpc: Simplify context switchSebastian Huber2012-06-042-146/+134
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-312-2/+2
* PR2065: RBTree: Insert function (protected) does not enable interruptsGedare Bloom2012-05-131-2/+4
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-112-6/+0
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-11655-1183/+0
* Score ISR - Minimize Capabilities When Not Simple VectoredJoel Sherrill2012-05-093-7/+15
* Score Semaphore - Need Semaphore Seize Body When Multiprocessing is EnabledJoel Sherrill2012-05-091-1/+1
* rbtree: API changes. Remove rbtree control node from RBTree_Next.Gedare Bloom2012-05-085-22/+12
* PR2061: RBTree: updating min and max on insert with duplicatesGedare Bloom2012-05-081-1/+6
* PR2060: RBTree: updating min and max on extract pathGedare Bloom2012-05-081-17/+9
* score/rbtree: eliminate unused function _RBTree_Peek.Gedare Bloom2012-05-083-68/+1
* rbtree: API ChangesGedare Bloom2012-05-081-1/+1
* score/rbtree: replace _RBTree_Peek_unprotected with _RBTree_First.Gedare Bloom2012-05-082-23/+3
* score/scheduling: Use RBTree_First instead of Peek in EDF scheduler.Gedare Bloom2012-05-081-6/+3
* Revert: Remove CVS IdsJoel Sherrill2012-05-0718-0/+71
* Remove CVS-Ids.Ralf Corsépius2012-05-0418-71/+0
* Simple SMP Scheduler - Fix typo which likely broke schedulingJoel Sherrill2012-04-241-8/+31
* score: Remove _Stack_Adjust_size()Sebastian Huber2012-04-242-30/+0
* score: DocumentationSebastian Huber2012-04-201-0/+3
* no_cpu: replace no_cpu_isr with rtems_isrGedare Bloom2012-04-161-6/+0
* lm32: replace lm32_isr with rtems_isrGedare Bloom2012-04-161-6/+0
* m68k: replace m68k_isr with rtems_isrGedare Bloom2012-04-161-2/+0
* score: New macros and functionsSebastian Huber2012-04-112-4/+23
* nios2: New functionsSebastian Huber2012-04-112-0/+49
* nios2: API changeSebastian Huber2012-04-113-4/+4
* rbtree: New function _RBTree_Iterate_unprotected()Sebastian Huber2012-04-113-1/+80
* rbtree: PR1995: API changeSebastian Huber2012-04-114-27/+156
* arm: New functionSebastian Huber2012-04-074-4/+46
* PR 1993 - Convert MIPS to PIC IRQ modelJennifer Averett2012-04-043-77/+34
* Add Virtex4 and Virtex5 BSPsRic Claus2012-03-301-1/+78
* NIOS2: Add MPU support functionsSebastian Huber2012-03-304-21/+165
* NIOS2: Fix outermost interrupt checkSebastian Huber2012-03-301-1/+4
* score/rbtree: Add const qualifierSebastian Huber2012-03-303-32/+32
* score/rbtree: C++ compatibilitySebastian Huber2012-03-301-2/+3
* score/scheduleredf: Simplify and fix warningSebastian Huber2012-03-301-3/+3