summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-181-7/+5
* score: Avoid structurally dead codeSebastian Huber2018-07-161-3/+2
* posix: Fix rwlock auto initializationSebastian Huber2018-07-161-1/+1
* 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
* Fix directory hardlinks from deleted directoriesDavid Woodhouse2018-07-162-19/+62
* jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2018-07-161-7/+10
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2018-07-163-6/+3
* jffs2: fix a memleak in read_direntry()Wei Fang2018-07-161-1/+5
* jffs2: fix unbalanced lockingBrian Norris2018-07-161-23/+4
* jffs2: fix handling of corrupted summary lengthChen Jie2018-07-161-0/+5
* jffs2: compr_rubin: Remove unused functionRickard Strandqvist2018-07-161-5/+0
* jffs2: Drop bogus if in commentGeert Uytterhoeven2018-07-161-1/+1
* kill wbuf_queued/wbuf_dwork_lockAl Viro2018-07-161-2/+0
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2018-07-161-3/+4
* jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan2018-07-161-1/+1
* jffs2: Fix segmentation fault found in stress testKamlakant Patel2018-07-161-2/+2
* jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan2018-07-161-4/+9
* jffs2: remove from wait queue after schedule()Li Zefan2018-07-161-0/+1
* jffs2: use generic posix ACL infrastructureChristoph Hellwig2018-07-161-5/+2
* fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2018-07-162-49/+5
* linux: Add rbtree_postorder_for_each_entry_safe()Sebastian Huber2018-07-161-0/+16
* linux: Simplify <linux/rbtree.h>Sebastian Huber2018-07-162-47/+39
* linux: Install <linux/rbtree.h>Sebastian Huber2018-07-162-0/+1
* score: Add postorder tree iteration supportSebastian Huber2018-07-163-0/+148
* x86_64/console: Add NS16550 polled console driverAmaan Cheval2018-07-112-0/+17