summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* arm: Remove use of proc_ptrSebastian Huber2018-11-123-14/+16
* no_cpu: Remove use of proc_ptrSebastian Huber2018-11-122-24/+35
* x86_64: Remove duplicate _CPU_Thread_Idle_body()Sebastian Huber2018-11-121-5/+0
* m32c: Remove this targetSebastian Huber2018-11-1213-1605/+0
* h8300: Remove left over filesSebastian Huber2018-11-082-61/+0
* score: Remove _ISR_Dispatch()Sebastian Huber2018-11-089-136/+14
* score: Rename interrupt stack symbolsSebastian Huber2018-11-081-1/+1
* build: Include header.am in cpukit/Makefile.amSebastian Huber2018-10-1040-363/+148
* build: Remove local.amSebastian Huber2018-10-101-1/+0
* build: Merge score/cpu/*/Makefile.amSebastian Huber2018-10-1019-271/+0
* build: Remove specialized CPPFLAGSSebastian Huber2018-10-0917-20/+0
* score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber2018-10-0533-482/+52
* Rename files to make them unique within cpukitSebastian Huber2018-10-042-1/+1
* Use rtems_task_exit()Sebastian Huber2018-10-021-1/+1
* sparc: clang AS does no accept UNIMP without argumentDaniel Hellstrom2018-09-201-1/+1
* sparc: Remove sequence that could trigger B2BST errataDaniel Cederman2018-09-201-2/+0
* sparc: Return to previous section type when done with .data._SPARC_CounterDaniel Cederman2018-09-201-0/+1
* powerpc: Fix _CPU_Counter_read() for MPC860Sebastian Huber2018-09-171-0/+2
* rtems/score/epiphany-utility.h: Fix not a prototype warningJoel Sherrill2018-08-291-1/+1
* score/cpu/bfin/cpu.c: Fix _CPU_Thread_Idle_body() prototypeJoel Sherrill2018-08-291-1/+1
* sparc: Restore npc when returning from the syscall_lazy_fp_switch trapDaniel Cederman2018-08-241-1/+1
* bsps/x86_64: Add APIC timer based clock driverAmaan Cheval2018-08-131-0/+23
* bsps/x86_64: Add support for RTEMS interruptsAmaan Cheval2018-08-136-33/+250
* bsps/x86_64: Add paging support with 1GiB super pagesAmaan Cheval2018-08-131-0/+13
* bsps/x86_64: Reorganize header files and compile-optionsAmaan Cheval2018-08-137-22/+81
* score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber2018-08-0219-216/+0
* riscv: Fix CPU_ALIGNMENTSebastian Huber2018-08-021-1/+3
* riscv: Rework CPU counter supportSebastian Huber2018-07-274-5/+91
* riscv: Add CLINT and PLIC supportSebastian Huber2018-07-251-5/+45
* riscv: Use wfi instruction for idle taskSebastian Huber2018-07-252-12/+3
* riscv: Rework exception handlingSebastian Huber2018-07-256-144/+54
* riscv: New CPU_Exception_frameSebastian Huber2018-07-254-64/+203
* riscv: Add exception codesSebastian Huber2018-07-251-0/+39
* powerpc: Fix _CPU_Instruction_illegal()Sebastian Huber2018-07-251-1/+1
* score: Add _CPU_Instruction_illegal()Sebastian Huber2018-07-2319-0/+100
* score: Add _CPU_Instruction_no_operation()Sebastian Huber2018-07-2019-0/+100
* score: Move context validation declarationsSebastian Huber2018-07-2038-203/+199
* score: Remove obsolete CPU port definesSebastian Huber2018-07-203-34/+0
* x86_64/console: Add NS16550 polled console driverAmaan Cheval2018-07-112-0/+17
* bsp/x86_64: Minimal bootable BSPAmaan Cheval2018-07-1111-0/+893
* riscv: Add LADDR assembler defineSebastian Huber2018-07-062-2/+12
* riscv: Implement CPU counterSebastian Huber2018-07-062-2/+16
* riscv: Clear reservationsSebastian Huber2018-07-055-6/+25
* riscv: Fix fcsr initializationSebastian Huber2018-07-022-1/+19
* riscv: Fix SMP context switch supportSebastian Huber2018-06-291-2/+2
* riscv: Add SMP context switch supportSebastian Huber2018-06-291-0/+47
* riscv: Add floating-point supportSebastian Huber2018-06-298-50/+538
* riscv: Fix global constructionSebastian Huber2018-06-291-4/+5
* riscv: Add TLS supportSebastian Huber2018-06-292-0/+9
* riscv: Remove dead codeSebastian Huber2018-06-291-41/+1