Timeline



08/08/14:

21:23 Changeset in rtems [9da567b2]5 by Yinghai Lu <yinghai@…>
initramfs: support initramfs that is bigger than 2GiB Now with 64bit bzImage and kexec tools, we support ramdisk that size is bigger than 2g, as we could put it above 4G. Found compressed initramfs image could not be decompressed properly. It turns out that image length is int during decompress detection, and it will become < 0 when length is more than 2G. Furthermore, during decompressing len as int is used for inbuf count, that has problem too. Change len to long, that should be ok as on 32 bit platform long is 32bits. Tested with following compressed initramfs image as root with kexec. gzip, bzip2, xz, lzma, lzop, lz4. run time for populate_rootfs(): size name Nehalem-EX Westmere-EX Ivybridge-EX 9034400256 root_img : 26s 24s 30s 3561095057 root_img.lz4 : 28s 27s 27s 3459554629 root_img.lzo : 29s 29s 28s 3219399480 root_img.gz : 64s 62s 49s 2251594592 root_img.xz : 262s 260s 183s 2226366598 root_img.lzma: 386s 376s 277s 2901482513 root_img.bz2 : 635s 599s Signed-off-by: Yinghai Lu <yinghai@…> Cc: "H. Peter Anvin" <hpa@…> Cc: Ingo Molnar <mingo@…> Cc: Rashika Kheria <rashika.kheria@…> Cc: Josh Triplett <josh@…> Cc: Kyungsik Lee <kyungsik.lee@…> Cc: P J P <ppandit@…> Cc: Al Viro <viro@…> Cc: Tetsuo Handa <penguin-kernel@…> Cc: "Daniel M. Weeks" <dan@…> Cc: Alexandre Courbot <acourbot@…> Cc: Jan Beulich <JBeulich@…> Signed-off-by: Andrew Morton <akpm@…> Signed-off-by: Linus Torvalds <torvalds@…>
08:01 Changeset in rtems [e8f6005f]4.115 by Daniel Hellstrom <daniel@…>
GR-RASTA-TMTC,rev1: add GRGPIO[0] register init
07:59 Changeset in rtems [fed905c8]4.115 by Daniel Hellstrom <daniel@…>
B1553BRM: change the init of the RT legalization registers

08/07/14:

18:34 Developer/Bug_Reporting edited by Gedare
(diff)
17:41 Changeset in rtems [0b9fe3ec]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/sprbtree01: Add random ops test case
10:53 Ticket #2185 (Enhance rtems_termios_puts to write more than one char at once) created by Kolja Waschk
The rtems_termios_puts(), as is, calls (*tty->handler.write)() once …
08:15 Changeset in rtems-tools [097f1fd]4.104.115 by Chris Johns <chrisj@…>
rtms-tld: Refactor the code to match a better configuration format.

08/05/14:

22:54 Changeset in rtems-source-builder [aaa015e]4.104.114.95 by Chris Johns <chrisj@…>
rtems-4.11: Do not build GDB sim on MinGW32 for some targets. They are: m32c microblaze mips moxie powerpc sparc v850
20:48 Changeset in rtems [2a86615]4.115 by Jennifer Averett <jennifer.averett@…>
capture: Add support for variable length records.
16:03 Ticket #2184 (AttributeError: 'module' object has no attribute 'algorithms' when ...) closed by Alana
fixed
13:02 Changeset in rtems-tools [4fd758e]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Add wrapper support and start the generator coding.
13:01 Changeset in rtems-tools [a136346]4.104.115 by Chris Johns <chrisj@…>
Fix temporary file handling and add tempfile write support. Move the static objects into the rld-process file and change the clean up to a call. Add support to write to tempfiles.
12:07 Changeset in rtems [d472d21]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/sprbtree01: Check tree layout
11:52 Changeset in rtems [888edf6]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/sprbtree01: Reduce stack usage
03:51 Changeset in rtems-source-builder [0393814]4.104.114.95 by Chris Johns <chrisj@…>
sb: PR 2184 - Fix the subprocess use on Python < 2.7.

08/04/14:

08:09 Changeset in rtems-source-builder [910081d]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix using hashlib's algorithms on python earlier than 2.7.
05:09 Changeset in rtems-tools [058d502]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Add generator loading support.
00:57 Ticket #2184 (AttributeError: 'module' object has no attribute 'algorithms' when ...) created by Alana
I'm trying to use the RTEMS Source Builder to create a SPARC build …

08/03/14:

23:50 Changeset in rtems-tools [0a21024]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Add recursive parsing of headers and defines.
23:19 Changeset in rtems-tools [b6d7f5f]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Add trace configuration support. Extend the configuration support to provide the needed configuration required to generate the C stub support.
11:02 Changeset in rtems [60fe374]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Add and use RBTree_Compare_result

08/02/14:

14:22 Changeset in rtems [40dcafa]4.115 by Sebastian Huber <sebastian.huber@…>
Add and use RTEMS_CONTAINER_OF()
13:49 Changeset in rtems [390cfcd]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Simplify key implementation

08/01/14:

19:13 Changeset in rtems [e315b460]5 by Al Viro <viro@…>
kill wbuf_queued/wbuf_dwork_lock schedule_delayed_work() happening when the work is already pending is a cheap no-op. Don't bother with ->wbuf_queued logics - it's both broken (cancelling ->wbuf_dwork leaves it set, as spotted by Jeff Harris) and pointless. It's cheaper to let schedule_delayed_work() handle that case. Reported-by: Jeff Harris <jefftharris@…> Tested-by: Jeff Harris <jefftharris@…> Cc: stable@… Signed-off-by: Al Viro <viro@…>
06:47 Changeset in rtems-tools [2ce23a3]4.104.115 by Chris Johns <chrisj@…>
Fix building on Windows with the latest MSVC. Remove some warnings.
06:44 Changeset in rtems-tools [ea29902]4.104.115 by Chris Johns <chrisj@…>
Add initial support for the RTEM Trace Linker. The RTEMS Trace Linker or rtems-rld creates an RTEMS executable with trace support built in without any changes the existing code. This commit is an initial starting point with function signatures being read from INI files.

07/31/14:

03:34 Changeset in rtems-source-builder [7c46699]4.104.114.95 by Chris Johns <chrisj@…>
rtems-4.11: Use gcc-4.9.1 for Microblaze. Microblaze does not build for gcc-4.8.3.

07/30/14:

02:33 Changeset in rtems-source-builder [7ea4534]4.104.114.95 by Chris Johns <chrisj@…>
rtems4.11: Add rtems-or1k to rtems-all.
02:32 Changeset in rtems-source-builder [65f9bce]4.104.114.95 by Chris Johns <chrisj@…>
config: Format changes.
00:07 Changeset in rtems-source-builder [40d01d6]4.104.114.95 by Chris Johns <chrisj@…>
doc: Minor corrections and updates.

07/29/14:

09:25 Changeset in rtems-source-builder [a69c400]4.104.114.95 by Hesham ALMatary <heshamelmatary@…>
Refer to newlib-cvs and gcc.4.8.3, and add hashes for patches. 1- Refer to newlib-cvs as it supports OpenRISC/RTEMS by now. 2- Use gcc.4.8.3 release instead of 4.8.2 one. 3- Refer to the new gcc-4.8.3 patch. 4- Add hash feature for patches.
07:25 Changeset in rtems-source-builder [6b4f83c]4.104.114.95 by Chris Johns <chrisj@…>
doc: Add %hash.
06:38 Changeset in rtems-source-builder [09cdaa3]4.104.114.95 by Chris Johns <chrisj@…>
Version 0.4.0.
06:35 Changeset in rtems-source-builder [a083b52]4.104.114.95 by Chris Johns <chrisj@…>
Add checksum support for downloaded files. File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked.
00:04 Changeset in rtems-source-builder [c49e500]4.104.114.95 by Chris Johns <chrisj@…>
sb: Add visual feedback for http type downloads.
00:04 Changeset in rtems-source-builder [4837350]4.104.114.95 by Chris Johns <chrisj@…>
rtems4.11: Change the NIO2 to the 4.9.1. Uses patch https://patchwork.ozlabs.org/patch/364504/.

07/28/14:

23:41 Changeset in rtems-source-builder [4e502f0]4.104.114.95 by Chris Johns <chrisj@…>
rtems4.11: Add support for Cortex-M4 and Cortex-R based chips. Patch is https://patchwork.ozlabs.org/patch/372178/.
05:01 Changeset in rtems-source-builder [40442df]4.104.114.95 by Chris Johns <chrisj@…>
doc: Add RTEMS 3rd Party package building instructions.

07/26/14:

10:52 Changeset in rtems [4cd55724]4.115 by Sebastian Huber <sebastian.huber@…>
Delete unused *_Is_null() functions
08:00 Projects/GSoC/OpenRISC edited by Hesham
/* BSP(s) */ (diff)
07:59 Projects/GSoC/OpenRISC edited by Hesham
/* BSP(s) */ (diff)
07:52 Projects/GSoC/OpenRISC edited by Hesham
/* RTEMS */ (diff)
07:29 Projects/GSoC/OpenRISC edited by Hesham
/* tool-chain */ (diff)
01:35 Changeset in rtems-source-builder [af4ef74]4.104.114.95 by Chris Johns <chrisj@…>
rtems-bsp: Install net-smp under the BSP if building for RTEMS.
00:44 Changeset in rtems-source-builder [fdb2b9e]4.104.114.95 by Chris Johns <chrisj@…>
rtems-bsp: Install 3rd party packages under a BSP. Provide the paths so a package built for RTEMS can be installed under the BSP. Update NTP to install under the BSP.

07/25/14:

12:35 Changeset in rtems-source-builder [4900498]4.104.114.95 by Chris Johns <chrisj@…>
sb: Remove duplicates from the config file list.
11:46 Changeset in rtems-source-builder [2eb764e]4.104.114.95 by Chris Johns <chrisj@…>
bare: Add support for building gcc-4.9.1 and newlib-2.1.0.
11:45 Changeset in rtems-source-builder [712ef18]4.104.114.95 by Chris Johns <chrisj@…>
sb: Add CXX flags support rather than use CFLAGS.
11:43 Changeset in rtems-source-builder [fa87409]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix error handling.
04:55 Changeset in rtems-source-builder [114ef08]4.104.114.95 by Chris Johns <chrisj@…>
RTEMS 4.11 Update to gcc-4.8.3 with Newlib CVS 26-Jul-2014. Refactor some of the configurations to make it easier to maintain. Add gcc-4.9.x support.
Note: See TracTimeline for information about the timeline view.