summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-07-16jffs2: Fix page lock / f->sem deadlockDavid Woodhouse1-7/+10
2018-07-16tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa3-6/+3
2018-07-16jffs2: fix a memleak in read_direntry()Wei Fang1-1/+5
2018-07-16jffs2: fix unbalanced lockingBrian Norris1-23/+4
2018-07-16jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2018-07-16jffs2: compr_rubin: Remove unused functionRickard Strandqvist1-5/+0
2018-07-16jffs2: Drop bogus if in commentGeert Uytterhoeven1-1/+1
2018-07-16kill wbuf_queued/wbuf_dwork_lockAl Viro1-2/+0
2018-07-16initramfs: support initramfs that is bigger than 2GiBYinghai Lu1-3/+4
2018-07-16jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan1-1/+1
2018-07-16jffs2: Fix segmentation fault found in stress testKamlakant Patel1-2/+2
2018-07-16jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan1-4/+9
2018-07-16jffs2: remove from wait queue after schedule()Li Zefan1-0/+1
2018-07-16jffs2: use generic posix ACL infrastructureChristoph Hellwig1-5/+2
2018-07-16fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-49/+5
2018-07-16linux: Add rbtree_postorder_for_each_entry_safe()Sebastian Huber1-0/+16
2018-07-16linux: Simplify <linux/rbtree.h>Sebastian Huber2-47/+39
2018-07-16linux: Install <linux/rbtree.h>Sebastian Huber2-0/+1
2018-07-16score: Add postorder tree iteration supportSebastian Huber3-0/+148
2018-07-11x86_64/console: Add NS16550 polled console driverAmaan Cheval2-0/+17