summaryrefslogtreecommitdiffstats
path: root/cpukit/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ramdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-071-6/+3
* score: Remove superfluous semicolonSebastian Huber2018-08-031-1/+1
* score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber2018-08-021-10/+10
* confdefs: Fix uniprocessor configurationSebastian Huber2018-07-301-41/+44
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-1/+1
* score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber2018-07-251-0/+28
* _SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2018-07-251-2/+5
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-5/+4
* tm27: Fix prototype warningsSebastian Huber2018-07-251-3/+4
* libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2018-07-201-1/+1
* capture: Include missing header fileSebastian Huber2018-07-191-0/+2
* libfdt: Add helpers for accessing unaligned wordsDavid Gibson2018-07-191-1/+24
* pylibfdt: Add functions to update propertiesSimon Glass2018-07-191-0/+3
* libfdt: Add fdt_check_full() functionDavid Gibson2018-07-191-0/+2
* libfdt: Add fdt_header_size()David Gibson2018-07-191-0/+11
* libfdt: Safer access to strings sectionDavid Gibson2018-07-191-1/+17
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-07-192-6/+10
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-07-191-1/+4
* implement strnlen for systems that need itJohn Arbuckle2018-07-191-0/+27
* libfdt: Remove leading underscores from identifiersDavid Gibson2018-07-193-21/+21
* Fix some errors in commentsDavid Gibson2018-07-191-1/+1
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2018-07-191-0/+31
* Add a libfdt function to write a property placeholderSimon Glass2018-07-191-0/+16
* Adjust libfdt.h to work with swigSimon Glass2018-07-191-1/+20
* libfdt: Change names of sparse helper macrosDavid Gibson2018-07-191-13/+13
* libfdt: Add fdt_setprop_empty()David Gibson2018-07-191-0/+30
* libfdt: Add overlay application functionMaxime Ripard2018-07-192-0/+32
* libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard2018-07-191-2/+4
* libfdt: Add new errors for the overlay codeMaxime Ripard2018-07-191-1/+10
* Fix some typing errors in libfdt.h and livetree.cThomas Huth2018-07-191-2/+2
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2018-07-191-0/+21
* libfdt: Add fdt_getprop_namelen_wMaxime Ripard2018-07-191-0/+7
* libfdt: Add max phandle retrieval functionMaxime Ripard2018-07-191-0/+15
* libfdt: Add iterator over propertiesMaxime Ripard2018-07-191-0/+27
* libfdt: Add a subnodes iterator macroThierry Reding2018-07-191-0/+28
* Correct a missing space in a fdt_header castSimon Glass2018-07-191-1/+1
* Correct line lengths in libfdt.hSimon Glass2018-07-191-12/+23
* Correct space-after-tab in libfdt.hSimon Glass2018-07-191-13/+12
* score: Avoid structurally dead codeSebastian Huber2018-07-161-3/+2
* linux: Add rbtree_postorder_for_each_entry_safe()Sebastian Huber2018-07-161-0/+16
* linux: Simplify <linux/rbtree.h>Sebastian Huber2018-07-161-45/+37
* linux: Install <linux/rbtree.h>Sebastian Huber2018-07-161-0/+133
* score: Add postorder tree iteration supportSebastian Huber2018-07-161-0/+66
* posix: Check for new <pthread.h> prototypesSebastian Huber2018-07-051-1/+1
* score: Increase PER_CPU_CONTROL_SIZE_APPROXSebastian Huber2018-06-291-1/+1
* Rework initialization and interrupt stack supportSebastian Huber2018-06-273-76/+66
* score: Macros to declare and define global symbolsSebastian Huber2018-06-211-1/+33
* stackchk: Add SMP supportSebastian Huber2018-06-201-1/+3
* stackchk: Remove dead codeSebastian Huber2018-06-201-2/+2
* Add _CPU_Counter_frequency()Sebastian Huber2018-06-151-1/+11