summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-19libfdt: Safer access to strings sectionDavid Gibson2-4/+75
2018-07-19libfdt: Make fdt_check_header() more thoroughDavid Gibson3-7/+66
2018-07-19libfdt: Improve sequential write state checkingDavid Gibson1-14/+75
2018-07-19libfdt: Clean up header checking functionsDavid Gibson5-36/+47
2018-07-19Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn3-16/+92
2018-07-19implement strnlen for systems that need itJohn Arbuckle1-0/+27
2018-07-19libfdt: Remove leading underscores from identifiersDavid Gibson9-120/+120
2018-07-19Fix some errors in commentsDavid Gibson1-1/+1
2018-07-19Introduce fdt_setprop_placeholder() methodPantelis Antoniou2-3/+48
2018-07-19Fix a few whitespace and style nitsSimon Glass4-7/+6
2018-07-19Add a libfdt function to write a property placeholderSimon Glass2-2/+30
2018-07-19Adjust libfdt.h to work with swigSimon Glass1-1/+20
2018-07-19libfdt: Change names of sparse helper macrosDavid Gibson1-13/+13
2018-07-19libfdt: Add fdt_setprop_empty()David Gibson1-0/+30
2018-07-19libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2018-07-19libfdt: add missing errors to fdt_strerror()Benjamin Fair1-0/+3
2018-07-19libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2018-07-19libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2018-07-19fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard1-1/+0
2018-07-19libfdt: Add BADPHANDLE error stringMaxime Ripard1-0/+1
2018-07-19libfdt: Add overlay application functionMaxime Ripard2-0/+32
2018-07-19libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard1-2/+4
2018-07-19libfdt: Add new errors for the overlay codeMaxime Ripard2-1/+13
2018-07-19Fix some typing errors in libfdt.h and livetree.cThomas Huth1-2/+2
2018-07-19libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2018-07-19libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2-4/+46
2018-07-19libfdt: Add fdt_getprop_namelen_wMaxime Ripard1-0/+7
2018-07-19libfdt: Add max phandle retrieval functionMaxime Ripard2-0/+41
2018-07-19libfdt: Add iterator over propertiesMaxime Ripard1-0/+27
2018-07-19libfdt: Add a subnodes iterator macroThierry Reding1-0/+28
2018-07-19Correct a missing space in a fdt_header castSimon Glass1-1/+1
2018-07-19Correct line lengths in libfdt.hSimon Glass1-12/+23
2018-07-19Correct space-after-tab in libfdt.hSimon Glass1-13/+12
2018-07-19libfdt: simplify fdt_node_check_compatible()Masahiro Yamada1-4/+2
2018-07-19libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2018-07-19libfdt: check for potential overrun in _fdt_splice()Courtney Cavin1-0/+2
2018-07-18score: Add a FALLTHROUGH comment to kvprintf()Sebastian Huber1-1/+4
2018-07-18score: Fix _Scheduler_EDF_SMP_Set_affinity()Sebastian Huber1-7/+5
2018-07-16score: Avoid structurally dead codeSebastian Huber1-3/+2
2018-07-16posix: Fix rwlock auto initializationSebastian Huber1-1/+1
2018-07-16jffs2: Add READMESebastian Huber1-0/+35
2018-07-16mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-1/+0
2018-07-16mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-31/+5
2018-07-16jffs2: fix spelling mistake: "requestied" -> "requested"Colin Ian King1-1/+1
2018-07-16sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-1/+1
2018-07-16jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher1-6/+0
2018-07-16vfs: make the string hashes salt the hashLinus Torvalds5-6/+7
2018-07-16mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov4-15/+16
2018-07-16jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse3-25/+45
2018-07-16Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62