summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bsp/x86_64: Minimal bootable BSPAmaan Cheval2018-07-1113-1/+896
* riscv: Add LADDR assembler defineSebastian Huber2018-07-062-2/+12
* riscv: Implement CPU counterSebastian Huber2018-07-062-2/+16
* riscv: Clear reservationsSebastian Huber2018-07-055-6/+25
* posix: Check for new <pthread.h> prototypesSebastian Huber2018-07-055-9/+40
* riscv: Fix fcsr initializationSebastian Huber2018-07-022-1/+19
* score: Increase PER_CPU_CONTROL_SIZE_APPROXSebastian Huber2018-06-291-1/+1
* riscv: Fix SMP context switch supportSebastian Huber2018-06-291-2/+2
* riscv: Add SMP context switch supportSebastian Huber2018-06-291-0/+47
* riscv: Add floating-point supportSebastian Huber2018-06-298-50/+538
* riscv: Fix global constructionSebastian Huber2018-06-293-6/+7
* riscv: Add TLS supportSebastian Huber2018-06-292-0/+9
* riscv: Remove dead codeSebastian Huber2018-06-291-41/+1