summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Safer access to strings sectionDavid Gibson2018-07-192-4/+75
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-07-193-7/+66
* libfdt: Improve sequential write state checkingDavid Gibson2018-07-191-14/+75
* libfdt: Clean up header checking functionsDavid Gibson2018-07-195-36/+47
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-07-193-16/+92
* implement strnlen for systems that need itJohn Arbuckle2018-07-191-0/+27
* libfdt: Remove leading underscores from identifiersDavid Gibson2018-07-199-120/+120
* Fix some errors in commentsDavid Gibson2018-07-191-1/+1
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2018-07-192-3/+48
* Fix a few whitespace and style nitsSimon Glass2018-07-194-7/+6
* Add a libfdt function to write a property placeholderSimon Glass2018-07-192-2/+30
* 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: Remove undefined behaviour setting empty propertiesDavid Gibson2018-07-191-1/+2
* libfdt: add missing errors to fdt_strerror()Benjamin Fair2018-07-191-0/+3
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2018-07-191-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2018-07-191-1/+1
* fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard2018-07-191-1/+0
* libfdt: Add BADPHANDLE error stringMaxime Ripard2018-07-191-0/+1
* 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-192-1/+13
* Fix some typing errors in libfdt.h and livetree.cThomas Huth2018-07-191-2/+2
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2018-07-191-5/+1
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2018-07-192-4/+46
* libfdt: Add fdt_getprop_namelen_wMaxime Ripard2018-07-191-0/+7
* libfdt: Add max phandle retrieval functionMaxime Ripard2018-07-192-0/+41
* 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
* libfdt: simplify fdt_node_check_compatible()Masahiro Yamada2018-07-191-4/+2
* libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2018-07-191-6/+7
* libfdt: check for potential overrun in _fdt_splice()Courtney Cavin2018-07-191-0/+2
* score: Add a FALLTHROUGH comment to kvprintf()Sebastian Huber2018-07-181-1/+4
* score: Fix _Scheduler_EDF_SMP_Set_affinity()Sebastian Huber2018-07-186-7/+177
* bsp/realview-pbx-a9: Support unassigned processorsSebastian Huber2018-07-181-3/+11
* score: Avoid structurally dead codeSebastian Huber2018-07-161-3/+2
* posix: Fix rwlock auto initializationSebastian Huber2018-07-164-1/+50
* jffs2: Add READMESebastian Huber2018-07-161-0/+35
* mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-07-161-1/+0
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-07-161-31/+5
* jffs2: fix spelling mistake: "requestied" -> "requested"Colin Ian King2018-07-161-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2018-07-162-1/+1
* jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher2018-07-161-6/+0
* vfs: make the string hashes salt the hashLinus Torvalds2018-07-165-6/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2018-07-164-15/+16
* jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse2018-07-163-25/+45