source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @0fe7133   07/31/18 14:01:17 Sebastian Huber flashdisk: Use rtems_blkdev_create() Update #3358. 5
(edit) @16f3f10   07/31/18 13:54:29 Sebastian Huber nvdisk: Use rtems_blkdev_create() Update #3358. 5
(edit) @24b94c4   07/30/18 04:39:09 Sebastian Huber ramdisk: Use rtems_blkdev_create() Update #3358. 5
(edit) @d56e68b   08/04/18 12:27:38 Sebastian Huber rfs: Remove erroneous call of rtems_disk_release() The function … 5
(edit) @42f9963d   08/03/18 05:58:07 Sebastian Huber score: Remove superfluous semicolon This avoids warnings like this: … 5
(edit) @83ca9f0a   08/02/18 12:52:12 Sebastian Huber rtems: Relax partition buffer area alignment The partition buffer … 5
(edit) @27bbc05   08/02/18 12:49:01 Sebastian Huber score: Remove CPU_PARTITION_ALIGNMENT Use the CPU_SIZEOF_POINTER … 5
(edit) @28b8cf9b   08/02/18 07:41:08 Sebastian Huber riscv: Fix CPU_ALIGNMENT Update #3433. 5
(edit) @334e1d2   07/30/18 05:35:26 Sebastian Huber confdefs: Fix uniprocessor configuration Introduce a new internal … 5
(edit) @cfc9573   07/27/18 12:47:17 Sebastian Huber riscv: Rework CPU counter support Update #3433. 5
(edit) @6b9ef09   07/20/18 08:57:59 Sebastian Huber riscv: Add CLINT and PLIC support The CLINT and PLIC need some … 5
(edit) @c2670de   07/20/18 07:07:40 Sebastian Huber riscv: Use wfi instruction for idle task Update #3433. 5
(edit) @8db3f0e   07/19/18 10:11:19 Sebastian Huber riscv: Rework exception handling Remove … 5
(edit) @5694b0c   07/19/18 08:15:53 Sebastian Huber riscv: New CPU_Exception_frame Use the CPU_Interrupt_frame for the … 5
(edit) @d779a1e2   07/19/18 07:35:54 Sebastian Huber riscv: Add exception codes Update #3433. 5
(edit) @5677883   07/24/18 07:09:06 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Optimize … 5
(edit) @a1f7d7d   07/24/18 07:00:18 Sebastian Huber score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE() Add … 5
(edit) @406dd62   07/24/18 09:18:27 Sebastian Huber _SMP_Start_multitasking_on_secondary_processor() Pass current … 5
(edit) @0d362ff3   07/23/18 12:54:51 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Pass current … 5
(edit) @f8d00a3   07/25/18 06:00:22 Sebastian Huber tm27: Fix prototype warnings 5
(edit) @05259de1   07/25/18 07:54:56 Sebastian Huber powerpc: Fix _CPU_Instruction_illegal() Apparently the .word … 5
(edit) @3a646426   07/19/18 10:53:34 Sebastian Huber score: Add _CPU_Instruction_illegal() On some … 5
(edit) @b74353e   07/20/18 06:06:46 Sebastian Huber score: Add _CPU_Instruction_no_operation() This helps to reduce the … 5
(edit) @42f2fdfd   07/20/18 05:56:43 Sebastian Huber score: Move context validation declarations The context validation … 5
(edit) @248ca7a   07/20/18 07:10:29 Sebastian Huber score: Remove obsolete CPU port defines 5
(edit) @1554a8c5   07/20/18 06:47:25 Sebastian Huber dtc: Update VERSION 5
(edit) @ec2de39   07/19/18 06:19:43 Sebastian Huber libfdt: fdt_address_cells() and fdt_size_cells() Add internal … 5
(edit) @513daa3   07/19/18 11:06:49 Sebastian Huber capture: Include missing header file 5
(edit) @b4f15d8   07/19/18 05:10:26 Sebastian Huber jffs2: Rename README to VERSION This makes it easer to find files … 5
(edit) @2af004e   07/18/18 07:32:28 Sebastian Huber dtc: Add VERSION file Close #3471. 5
(edit) @80eaf45   07/09/18 04:50:38 david libfdt: Add necessary header padding in fdt_create() At present … 5
(edit) @4fd05d3   07/07/18 19:57:19 sjg libfdt: Copy the struct region in fdt_resize() At present this … 5
(edit) @78ad048   06/21/18 05:32:40 david libfdt: Add helpers for accessing unaligned words This adds some … 5
(edit) @3848f14b   06/06/18 21:37:05 sjg pylibfdt: Add functions to update properties Allow updating and … 5
(edit) @0d851d4   03/17/18 13:12:12 david libfdt: Add fdt_check_full() function This new function implements a … 5
(edit) @9a7de8e   03/16/18 11:40:26 david libfdt: Add fdt_header_size() We have a couple of places within … 5
(edit) @c81f432   03/09/18 12:28:56 david libfdt: Safer access to memory reservations fdt_num_mem_rsv() and … 5
(edit) @6bc883b   03/25/18 11:54:22 david libfdt: Propagate name errors in fdt_getprop_by_offset() … 5
(edit) @72273b6   11/14/17 11:45:56 david libfdt: Safer access to strings section fdt_string() is used to … 5
(edit) @8073f95e   10/23/17 03:45:56 david libfdt: Make fdt_check_header() more thorough Currently … 5
(edit) @c4267b1   04/10/18 07:06:18 david libfdt: Improve sequential write state checking When creating a tree … 5
(edit) @85d1769   10/22/17 05:32:15 david libfdt: Clean up header checking functions Many of the libfdt entry … 5
(edit) @c13e400   01/25/18 05:13:40 nwhitehorn Add limited read-only support for older (V2 and V3) device tree to … 5
(edit) @4e5f848   10/26/17 01:13:46 programmingkidx implement strnlen for systems that need it Prior the Mac OS 10.7, the … 5
(edit) @42f1b37   10/18/17 06:22:40 david libfdt: Remove leading underscores from identifiers In a lot of … 5
(edit) @f5e879f   10/18/17 05:45:52 david Fix some errors in comments A comment in tests/stringlist.c refers to … 5
(edit) @a1c3b41a   07/27/17 16:33:11 pantelis.antoniou Introduce fdt_setprop_placeholder() method In some cases you need to … 5
(edit) @903d2ec   04/08/17 16:14:42 sjg Fix a few whitespace and style nits These were noticed when synching … 5
(edit) @f984d8f   04/01/17 15:31:41 sjg Add a libfdt function to write a property placeholder The existing … 5
(edit) @67f49b98   03/17/17 22:14:33 sjg Adjust libfdt.h to work with swig There are a few places where … 5
(edit) @d0a1fc8   03/06/17 01:16:56 david libfdt: Change names of sparse helper macros The default libfdt_env.h … 5
(edit) @90f54b0e   02/24/17 00:12:50 david libfdt: Add fdt_setprop_empty() Device trees can contain empty (zero … 5
(edit) @6dbbd277   02/23/17 23:51:05 david libfdt: Remove undefined behaviour setting empty properties The … 5
(edit) @8cd96f47   11/03/16 15:47:42 b-fair libfdt: add missing errors to fdt_strerror() Some error values were … 5
(edit) @d8c856b   10/17/16 06:08:24 yamada.masahiro libfdt: fix fdt_stringlist_search() If fdt_getprop() fails, negative … 5
(edit) @aa9389f   10/17/16 06:08:23 yamada.masahiro libfdt: fix fdt_stringlist_count() If fdt_getprop() fails, negative … 5
(edit) @c753d9d   10/11/16 08:10:31 maxime.ripard fdt: strerr: Remove spurious BADOVERLAY There's one … 5
(edit) @4f7c3ac9   10/06/16 11:39:56 maxime.ripard libfdt: Add BADPHANDLE error string The BADPHANDLE error was missing … 5
(edit) @e879a98d   09/30/16 13:57:16 maxime.ripard libfdt: Add overlay application function The device tree overlays are … 5
(edit) @b0ceda54   09/30/16 13:57:15 maxime.ripard libfdt: Extend the reach of FDT_ERR_BADPHANDLE So far, the BADPHANDLE … 5
(edit) @2679534b   09/30/16 13:57:14 maxime.ripard libfdt: Add new errors for the overlay code Add a few new error codes … 5
(edit) @f670acbf   09/26/16 16:12:26 thuth Fix some typing errors in libfdt.h and livetree.c Correct some typos … 5
(edit) @607b70f   08/22/16 09:55:49 yamada.masahiro libfdt: simplify fdt_del_mem_rsv() The variable "err" is unneeded. … 5
(edit) @6112fb0b   07/29/16 09:55:48 maxime.ripard libfdt: Add fdt_setprop_inplace_namelen_partial Add a function to … 5
(edit) @2086bbc8   07/27/16 12:55:56 maxime.ripard libfdt: Add fdt_getprop_namelen_w Add a function to retrieve a … 5
(edit) @220cde8   07/27/16 12:55:55 maxime.ripard libfdt: Add max phandle retrieval function Add a function to retrieve … 5
(edit) @eda76d4   07/27/16 12:55:54 maxime.ripard libfdt: Add iterator over properties Implement a macro based on … 5
(edit) @da8eff99   07/27/16 12:55:53 treding libfdt: Add a subnodes iterator macro The fdt_for_each_subnode() … 5
(edit) @8bbd8c7   03/07/16 03:12:48 sjg Correct a missing space in a fdt_header cast The code style here is … 5
(edit) @8f6fb28c   03/07/16 03:12:47 sjg Correct line lengths in libfdt.h There are a few lines that are over … 5
(edit) @34e6ae62   03/07/16 03:12:46 sjg Correct space-after-tab in libfdt.h There are a few places with a … 5
(edit) @0ddfe029   02/12/16 05:45:12 yamada.masahiro libfdt: simplify fdt_node_check_compatible() Because … 5
(edit) @87acb61e   12/17/15 06:19:11 david libfdt: Fix undefined behaviour in fdt_offset_ptr() Using pointer … 5
(edit) @b41cd6c   12/02/15 00:43:10 courtney.cavin libfdt: check for potential overrun in _fdt_splice() This patch … 5
(edit) @bda8f80   07/18/18 06:54:57 Sebastian Huber score: Add a FALLTHROUGH comment to kvprintf() This change was added … 5
(edit) @ffd4617   07/17/18 13:33:49 Sebastian Huber score: Fix _Scheduler_EDF_SMP_Set_affinity() Commit … 5
(edit) @da0cbef2   07/16/18 06:22:57 Sebastian Huber score: Avoid structurally dead code This was spotted by Coverity Scan. 5
(edit) @6ec7f21   07/16/18 06:31:05 Sebastian Huber posix: Fix rwlock auto initialization Add more test cases. 5
(edit) @00a19d6   07/05/18 07:06:56 Sebastian Huber jffs2: Add README Add README to document the corrspending Linux … 5
(edit) @682ecda   02/12/18 21:03:10 boris.brezillon mtd: Unconditionally update ->fail_addr and ->addr in part_erase() … 5
(edit) @808c092   02/12/18 21:03:09 boris.brezillon mtd: Stop assuming mtd_erase() is asynchronous None of the … 5
(edit) @638948c   02/23/17 00:34:00 colin.king jffs2: fix spelling mistake: "requestied" -> "requested" trivial fix … 5
(edit) @63c5c53e   02/02/17 18:15:33 mingo sched/headers: Prepare to move signal wakeup & sigpending methods from … 5
(edit) @976af92   09/29/16 15:48:31 agruenba jffs2: Remove jffs2_{get,set,remove}xattr macros When … 5
(edit) @0ec9bbc   06/10/16 14:51:30 torvalds vfs: make the string hashes salt the hash We always mixed in the … 5
(edit) @fb5bc64d   04/01/16 12:29:47 kirill.shutemov mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros … 5
(edit) @0f5030d   02/01/16 12:00:25 David.Woodhouse jffs2: Improve post-mount CRC scan efficiency We need to finish doing … 5
(edit) @e4fa3ad   02/01/16 14:04:46 David.Woodhouse Fix directory hardlinks from deleted directories When a directory is … 5
(edit) @1e6d56e   02/01/16 12:37:20 David.Woodhouse jffs2: Fix page lock / f->sem deadlock With this fix, all code paths … 5
(edit) @c9670dd1   01/22/16 23:11:02 penguin-kernel tree wide: use kvfree() than conditional kfree()/vfree() There are … 5
(edit) @410dd26   09/29/15 03:23:55 fangwei1 jffs2: fix a memleak in read_direntry() Need to free the memory … 5
(edit) @4dc16ea   02/26/14 02:27:40 computersforpeace jffs2: fix unbalanced locking Li Zefan reported an unbalanced locking … 5
(edit) @8e55f0d   02/10/15 20:49:48 chenjie6 jffs2: fix handling of corrupted summary length sm->offset maybe … 5
(edit) @8bcd5a22   01/11/15 16:36:48 rickard_strandqvist jffs2: compr_rubin: Remove unused function Remove the function … 5
(edit) @2c5980f   11/27/14 11:05:46 geert+renesas jffs2: Drop bogus if in comment Signed-off-by: Geert Uytterhoeven … 5
(edit) @e315b460   08/01/14 19:13:40 viro kill wbuf_queued/wbuf_dwork_lock schedule_delayed_work() happening … 5
(edit) @9da567b2   08/08/14 21:23:14 yinghai initramfs: support initramfs that is bigger than 2GiB Now with 64bit … 5
(edit) @a60ac5ca   01/06/14 13:36:55 ajesh jffs2: Fix crash due to truncation of csize mounting JFFS2 partition … 5
(edit) @03cba49d   01/06/14 13:36:54 kamlakant.patel jffs2: Fix segmentation fault found in stress test Creating a large … 5
(edit) @d60c1665   02/12/14 20:44:56 lizefan jffs2: avoid soft-lockup in jffs2_reserve_space_gc() We triggered … 5
Note: See TracRevisionLog for help on using the revision log.