summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bsps/arm: use defines for cache type register format field.Pavel Pisa2016-09-071-9/+30
* arm/bsps: CP15 and basic cache support entire cache clean for more architectu...Pavel Pisa2016-07-201-2/+42
* bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa2016-07-201-0/+16
* bsps/powerpc: Fix AtliVec context switchSebastian Huber2016-07-192-62/+68
* Beaglebone: Update PWM driver imported from BBBIOPunit Vara2016-07-041-1/+96
* bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa2016-07-041-3/+28
* bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa2016-07-041-104/+30
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-07-041-0/+42
* arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa2016-07-041-0/+30
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-207-54/+54
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-201-12/+12
* score: _Thread_Dispatch_increment_disable_level()Sebastian Huber2016-05-204-8/+8
* bsps/arm: CP15 support for flush prefetch buffer and table base control.Pavel Pisa2016-05-191-0/+48
* libcpu/m68k/mcf5272/clock/ckinit.c: Fix warning by including <rtems/clockdrv.h>Joel Sherrill2016-03-271-0/+1
* libcpu/m68k/mcf5206/clock/ckinit.c: Fix warning by including <rtems/clockdrv.h>Joel Sherrill2016-03-271-0/+1
* libcpu/bfin/clock/clock.c: Fix warning by including <rtems/clockdrv.h>Joel Sherrill2016-03-271-0/+2
* sparc: Fix window underflow trap handlerDaniel Hellstrom2016-03-171-6/+6
* i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill2016-03-037-484/+49
* am335x irq handling improvementMartin Galvan2016-02-281-1/+2
* Delete unused API extensionsSebastian Huber2016-02-033-3/+0
* score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber2016-01-261-0/+8
* score: Fix simple timecounter supportSebastian Huber2016-01-191-14/+18
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-112-4/+4
* Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber2015-11-121-13/+38
* basdefs.h: Add and use RTEMS_PACKEDSebastian Huber2015-10-261-1/+1
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-282-15/+19
* Beagle: GPIO support (for BBB)Ketul Shah2015-08-181-0/+168
* bsp/mpc83xx: Update due to header guard changeSebastian Huber2015-07-172-6/+6
* bsps/powerpc: Provide debug and trace symbolsSebastian Huber2015-07-081-0/+3
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-264-0/+4
* score: Add Thread_Control::is_fpSebastian Huber2015-06-091-17/+1
* bsps/powerpc: Fix potential integer overflowSebastian Huber2015-05-291-1/+1
* beagle bsp: RTC support for BBBragunath2015-05-282-0/+26
* arm/s3c24xx/clock/clockdrv.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
* arm/lpc22xx/clock/clockdrv.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-206-122/+80
* bsps/sparc: Use inline functions for cache managerSebastian Huber2015-04-273-46/+32
* bsps/cache: Clarify range functions supportSebastian Huber2015-04-272-4/+6
* Fix broken BSPs due to a shared cache function declaration.Hesham ALMatary2015-04-271-1/+0
* score: Refactor SMP cache manager supportSebastian Huber2015-04-201-172/+51
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-202-2/+2
* rtems: Use atomic operation with correct typeDaniel Cederman2015-03-201-1/+1
* libcpu/bfin/clock/rtc.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
* libcpu/powerpc/mpc8260/console-generic/console-generic.c: Include bsp.h to fi...Joel Sherrill2015-03-091-3/+1
* sparc64: fix copyright notices.Gedare Bloom2015-02-232-14/+4
* bsps/powerpc: Fix a clock driverNick Withers2015-01-301-9/+57
* bsps/powerpc: Fix switch statement in CPU identSebastian Huber2015-01-231-0/+2
* powerpc: Fix AltiVec VSCR save/restoreSebastian Huber2015-01-201-4/+6
* libcpu/powerpc/mpc6xx/mmu/bat.c: Now compiles with gcc 5.xJoel Sherrill2015-01-131-12/+12
* powerpc: AltiVec and FPU context supportSebastian Huber2015-01-137-12/+821