source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @1b57b75   07/18/18 05:14:41 Sebastian Huber bsp/realview-pbx-a9: Support unassigned processors 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
(edit) @52c50c78   02/12/14 20:44:57 lizefan jffs2: remove from wait queue after schedule() @wait is a local … 5
(edit) @e650f4fc   12/20/13 13:16:47 hch jffs2: use generic posix ACL infrastructure Also don't bother to set … 5
(edit) @1465e70c   01/23/14 23:56:11 cody fs/jffs2: use rbtree postorder iteration helper instead of opencoding … 5
(edit) @22d9575   07/04/18 14:12:14 Sebastian Huber linux: Add rbtree_postorder_for_each_entry_safe() Update #3465. 5
(edit) @0cb4257   07/03/18 18:32:31 Sebastian Huber linux: Simplify <linux/rbtree.h> Remove the placeholder struct … 5
(edit) @877aeab   07/04/18 14:14:35 Sebastian Huber linux: Install <linux/rbtree.h> This makes it possible to test this … 5
(edit) @6539bea   06/29/18 18:00:28 Sebastian Huber score: Add postorder tree iteration support Update #3465. 5
(edit) @cf811a4   07/09/18 11:12:57 amaan.cheval x86_64/console: Add NS16550 polled console driver This addition … 5
(edit) @76c03152   07/09/18 11:12:56 amaan.cheval bsp/x86_64: Minimal bootable BSP Current state: - Basic context … 5
(edit) @1a19239   07/06/18 09:20:31 Sebastian Huber bsp/riscv: Add console support for NS16550 devices Update #3433. 5
(edit) @31f90a2   07/06/18 11:52:22 Sebastian Huber bsp/riscv: Simplify printk() support This is a prepartion to add … 5
(edit) @bca36d9   07/06/18 09:07:20 Sebastian Huber riscv: Add LADDR assembler define An address must be loaded to a … 5
(edit) @dd32e2b2   07/06/18 06:12:40 Sebastian Huber riscv: Implement CPU counter Update #3433. 5
(edit) @6418c91d   07/06/18 07:25:57 Sebastian Huber Update config.guess and config.sub Update via: wget -O config.guess … 5
(edit) @fc5cc9a   07/05/18 06:54:34 Sebastian Huber bsps/arm: Include missing header file 5
(edit) @d3dff40   07/04/18 14:15:22 Sebastian Huber bsps: Update headers.am 5
(edit) @e755782   07/03/18 07:54:47 Sebastian Huber riscv: Clear reservations See also RISC-V User-Level ISA V2.3, … 5
(edit) @77fbbd6   07/03/18 09:50:53 Sebastian Huber posix: Check for new <pthread.h> prototypes Update #3342. Update #3343. 5
(edit) @e07b51a7   07/02/18 13:21:36 Sebastian Huber riscv: Fix fcsr initialization Update #3433. 5
(edit) @b36bf5b   06/29/18 10:55:28 Sebastian Huber score: Increase PER_CPU_CONTROL_SIZE_APPROX Increase the … 5
(edit) @79d69ae   06/29/18 10:08:01 Sebastian Huber riscv: Fix SMP context switch support Update #3433. 5
(edit) @109bc1c7   06/29/18 06:07:02 Sebastian Huber riscv: Add SMP context switch support Update #3433. 5
(edit) @52352387   06/28/18 07:32:26 Sebastian Huber riscv: Add floating-point support Update #3433. 5
(edit) @995e91e8   06/28/18 06:21:44 Sebastian Huber riscv: Fix global construction Update #3433. 5
(edit) @694e79a0   06/28/18 06:20:47 Sebastian Huber riscv: Add TLS support Update #3433. 5
(edit) @afb60eb   06/27/18 12:46:06 Sebastian Huber riscv: Remove dead code Update #3433. 5
(edit) @e43994d   06/27/18 08:05:50 Sebastian Huber riscv: Optimize context switch and interrupts Save/restore … 5
(edit) @a8188730   06/27/18 07:43:39 Sebastian Huber riscv: Fix _CPU_Context_Initialize() prototype Update #3433. 5
(edit) @dffc08c   06/28/18 11:55:29 Sebastian Huber riscv: Fix interrupt save/restore Update #3433. 5
(edit) @40f81ce6   06/27/18 10:18:09 Sebastian Huber riscv: Implement _CPU_Context_validate() Update #3433. 5
(edit) @71af1a4   06/27/18 10:17:21 Sebastian Huber riscv: Make some CPU port defines visible to asm Move SREG and LREG … 5
(edit) @8f035cb   06/27/18 06:57:08 Sebastian Huber riscv: Implement _CPU_Context_volatile_clobber() Update #3433. 5
(edit) @b706b4a   06/27/18 06:54:13 Sebastian Huber riscv: Remove mstatus from thread context The mstatus register … 5
(edit) @2987c4f   06/27/18 06:43:25 Sebastian Huber riscv: Remove x8 initialization The RISC-V psABI … 5
(edit) @04698eb   06/27/18 06:42:48 Sebastian Huber riscv: Properly align the thread stack Update #3433. 5
(edit) @a49a3c8e   06/27/18 06:37:34 Sebastian Huber riscv: Do not clear thread context Do not clear the complete thread … 5
(edit) @9510742   06/27/18 06:35:13 Sebastian Huber riscv: Fix CPU_STACK_ALIGNMENT According to the RISC-V psABI … 5
(edit) @98f051e   06/27/18 06:08:10 Sebastian Huber riscv: Remove RISCV_GCC_RED_ZONE_SIZE The current ABI says that there … 5
(edit) @9704d86f   06/26/18 06:53:28 Sebastian Huber riscv: Enable interrupts during dispatch after ISR The code sequence … 5
(edit) @0fd8287   06/26/18 05:15:28 Sebastian Huber riscv: Add _CPU_Get_current_per_CPU_control() Update #3433. 5
(edit) @3be4478f   06/26/18 05:13:28 Sebastian Huber riscv: Avoid namespace pollution Remove <rtems/score/riscv-utility.h> … 5
(edit) @bc3bdf2   06/28/18 12:59:38 Sebastian Huber riscv: Optimize and fix interrupt disable/enable Use the atomic read … 5
(edit) @ff7b104   06/27/18 05:47:33 Sebastian Huber bsp/riscv: Remove bsp_interrupt_handler_default() It duplicated the … 5
(edit) @cdfed94f   06/25/18 09:12:24 Sebastian Huber bsp/riscv: Rework clock driver Use device tree provided timebase … 5
(edit) @1232cd46   06/25/18 06:44:16 Sebastian Huber bsp/riscv: Add device tree support for console Update #3433. 5
(edit) @c558cc4   06/28/18 11:04:58 Sebastian Huber bsp/riscv: Fix vector table for lp64 Update #3433. 5
(edit) @5f5c450   06/22/18 11:58:11 Sebastian Huber bsp/riscv: Add SMP startup synchronization Update #3433. 5
(edit) @fe2cd01b   06/22/18 06:01:48 Sebastian Huber bsp/riscv: Add device tree support Update #3433. 5
(edit) @2086948a   05/11/18 04:54:59 Sebastian Huber riscv: Add dummy SMP support Update #3433. 5
(edit) @853c5ef   05/11/18 04:25:47 Sebastian Huber build: Enable RISC-V SMP build Update #3433. 5
(edit) @7c3b0df1   06/22/18 11:30:49 Sebastian Huber riscv: Implement ISR set/get level Fix prototypes. Update #3433. 5
(edit) @9b2ef07f   06/22/18 11:30:21 Sebastian Huber bsp/riscv: Load global pointer Update #3433. 5
Note: See TracRevisionLog for help on using the revision log.