summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-15bsps/powerpc: Fix warningSebastian Huber1-2/+0
2017-02-15bsps/arm: Fix prototypeSebastian Huber1-1/+1
2017-02-15bsps/powerpc: Fix warningsSebastian Huber4-58/+61
2016-12-02score: Fix ARM and PowerPC context initializationSebastian Huber1-0/+1
2016-12-02libdebugger: Build for ARM's without a CP15.Chris Johns1-1/+2
2016-11-28sparc: Optimize _ISR_Handler()Sebastian Huber1-0/+37
2016-11-28or1k: Avoid multiple iterations over cacheMartin Erik Werner1-0/+27
2016-11-28or1k: Remove secondary functions in cache managerMartin Erik Werner1-56/+34
2016-11-28or1k: Avoid excessive ISR toggle in cache managerMartin Erik Werner2-44/+123
2016-11-28or1k: Indent & comment fix in cache.cMartin Erik Werner1-14/+25
2016-11-28or1k: Add functions for entire cache operationsMartin Erik Werner1-3/+42
2016-11-24score: Fix interrupt profilingSebastian Huber1-20/+13
2016-11-24powerpc: Fix interrupt profiling for e6500Sebastian Huber1-1/+3
2016-11-21powerpc/mpc5xx: Rename CPU_Interrupt_frameSebastian Huber2-4/+4
2016-11-18powerpc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2-20/+66
2016-11-18score: Allow interrupts during thread dispatchSebastian Huber1-12/+17
2016-11-18powerpc: Add up to date CPU_Interrupt_frameSebastian Huber3-379/+4
2016-11-18powerpc: Move legacy CPU_Interrupt_frameSebastian Huber1-0/+33
2016-11-18bsps/powerpc: Avoid use of CPU_Interrupt_frameSebastian Huber1-3/+3
2016-11-18sparc64: Rename CPU_Minimum_stack_frameSebastian Huber1-1/+1
2016-11-18bsps/mips: Use <libcpu/isr_entries.h>Sebastian Huber1-0/+2
2016-11-10powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber1-1/+8
2016-11-09score: Add and use Thread_Control::is_idleSebastian Huber2-10/+2
2016-09-08powerpc: Fix SMP context switchSebastian Huber1-61/+62
2016-09-07bsps/arm: reorganize CP15 code to allow clean and invalidate ARMv7 cache by l...Pavel Pisa1-48/+60
2016-09-07bsps/arm: use defines for cache type register format field.Pavel Pisa1-9/+30
2016-07-20arm/bsps: CP15 and basic cache support entire cache clean for more architectu...Pavel Pisa1-2/+42
2016-07-20bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa1-0/+16
2016-07-19bsps/powerpc: Fix AtliVec context switchSebastian Huber2-62/+68
2016-07-04Beaglebone: Update PWM driver imported from BBBIOPunit Vara1-1/+96
2016-07-04bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa1-3/+28
2016-07-04bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa1-104/+30
2016-07-04rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa1-0/+42
2016-07-04arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+30
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber7-54/+54
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-12/+12
2016-05-20score: _Thread_Dispatch_increment_disable_level()Sebastian Huber4-8/+8
2016-05-19bsps/arm: CP15 support for flush prefetch buffer and table base control.Pavel Pisa1-0/+48
2016-03-27libcpu/m68k/mcf5272/clock/ckinit.c: Fix warning by including <rtems/clockdrv.h>Joel Sherrill1-0/+1
2016-03-27libcpu/m68k/mcf5206/clock/ckinit.c: Fix warning by including <rtems/clockdrv.h>Joel Sherrill1-0/+1
2016-03-27libcpu/bfin/clock/clock.c: Fix warning by including <rtems/clockdrv.h>Joel Sherrill1-0/+2
2016-03-17sparc: Fix window underflow trap handlerDaniel Hellstrom1-6/+6
2016-03-03i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill7-484/+49
2016-02-28am335x irq handling improvementMartin Galvan1-1/+2
2016-02-03Delete unused API extensionsSebastian Huber3-3/+0
2016-01-26score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber1-0/+8
2016-01-19score: Fix simple timecounter supportSebastian Huber1-14/+18
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber2-4/+4
2015-11-12Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber1-13/+38
2015-10-26basdefs.h: Add and use RTEMS_PACKEDSebastian Huber1-1/+1