summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-04bsps/arm: Add ARMv7-AR Generic Timer supportSebastian Huber1-0/+322
2017-08-04Optional Clock_driver_support_shutdown_hardware()Sebastian Huber2-8/+8
2017-08-01bsps/powerpc: Add PPC_EXC_INTERRUPT_FRAME_SIZESebastian Huber2-2/+4
2017-08-01bsps/powerpc: Rename ppc_exc_wrap_async_normalSebastian Huber1-3/+3
2017-07-31bsp/qoriq: Simplify fatal exceptionsSebastian Huber3-2/+236
2017-07-31bsps/powerpc: Fix format specifiersSebastian Huber1-39/+39
2017-07-25sparc: Add lazy floating point switchSebastian Huber1-1/+125
2017-07-19bsps/sparc: Fix cache supportSebastian Huber1-4/+9
2017-07-17sparc: Add assembly workaround for LEON3FT B2BST errataDaniel Cederman2-0/+40
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber6-46/+30
2017-06-14Add the i2c driver for Beaglebone BlackSichen Zhao1-0/+136
2017-06-09Simplify TLS support in context switchSebastian Huber1-1/+0
2017-05-29Add support for IBM PowerPC 750 chip.Phong Pham3-0/+6
2017-05-24build-system: Parallel build all subdirs.Chris Johns1-1/+1
2017-05-14sparc: Adjust assembly to improve compability with LLVMJacob Hansen3-5/+5
2017-04-24sh/sh7750/sci/sh4uart.c: ix misleading indentation warningJoel Sherrill1-1/+1
2017-04-24powerpc/new-exceptions/bspsupport/ppc_exc_print.c: Fix printf() format warningsJoel Sherrill1-2/+2
2017-04-24powerpc/mpc5xx/console-generic/console-generic.c: Use updated struct termios ...Joel Sherrill1-2/+2
2017-04-07libcpu/../mpc5xx/.../vectors_init.c: Using inttype macros fixes 39 format war...Cillian O'Donnell1-39/+41
2017-03-27bsps/arm: Add Performance Monitors ExtensionSebastian Huber1-1/+446
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel14-33/+38
2017-03-07powerpc: Optimize AltiVec context switchSebastian Huber2-31/+30
2017-03-07powerpc: Fix AltiVec context switchSebastian Huber1-12/+12
2017-03-02powerpc: Fix warningsSebastian Huber1-1/+1
2017-03-02powerpc: Fix interrupt thread dispatchSebastian Huber1-2/+1
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