|
Linux Foundation (CEWG) Japan Jamboree #45
Hi, The next Japan Technical Jamboree (#45) is scheduled on June 7th, Friday. It is just 1 month to the date! Please block your schedule! http://elinux.org/Japan_Technical_Jamboree_45 Best, S. Ueda --
Hi, The next Japan Technical Jamboree (#45) is scheduled on June 7th, Friday. It is just 1 month to the date! Please block your schedule! http://elinux.org/Japan_Technical_Jamboree_45 Best, S. Ueda --
|
By
Satoru Ueda
·
|
|
New white paper on Android and embedded Linux
3 messages
I don't often do this, but I just read a white paper by Benjamin Zores on the relationship between Android and traditional embedded Linux, that I thought was quite good. It's a bit of a subtle adverti
I don't often do this, but I just read a white paper by Benjamin Zores on the relationship between Android and traditional embedded Linux, that I thought was quite good. It's a bit of a subtle adverti
|
By
Tim Bird
·
|
|
Old CE Linux Forum Wiki Site
Hi, In the last Japan Jamboree, many attendees pointed out the inconvenience of non accessibility of the old CE Linux Forum wiki which had been troubled due to some technical reason. Now it is resolve
Hi, In the last Japan Jamboree, many attendees pointed out the inconvenience of non accessibility of the old CE Linux Forum wiki which had been troubled due to some technical reason. Now it is resolve
|
By
Satoru Ueda
·
|
|
[Video Released] Linux Foundation (CEWG) Japan Jamboree #44
Hi, I uploaded the videos of the last Jamboree sessions. Some of them were performed in English. They will be informative for non Japanese speakers as well. http://elinux.org/Japan_Technical_Jamboree_
Hi, I uploaded the videos of the last Jamboree sessions. Some of them were performed in English. They will be informative for non Japanese speakers as well. http://elinux.org/Japan_Technical_Jamboree_
|
By
Satoru Ueda
·
|
|
[PATCH v3 -next 0/5] Add support for LZ4-compressed kernel
4 messages
Hi, This is the third version. In this version, Some codes are fixed and more description and note are added. I would like to thank David Sterba for his review. The Last patch[5/5] of the patch set is
Hi, This is the third version. In this version, Some codes are fixed and more description and note are added. I would like to thank David Sterba for his review. The Last patch[5/5] of the patch set is
|
By
Kyungsik Lee
·
|
|
[REMINDER] Linux Foundation (CEWG) Japan Jamboree #44
Hi, It is tomorrow, March 8th! http://elinux.org/Japan_Technical_Jamboree_44 See you soon! ----- JAPANESE ----- 各位、 次回の日本テクニカルジャンボリーは、既にご案内の通り、明日、 3月 8日(金) 午前10時~ 中野サンプラザ にて開催します。詳細は下記を参照願います。 http://
Hi, It is tomorrow, March 8th! http://elinux.org/Japan_Technical_Jamboree_44 See you soon! ----- JAPANESE ----- 各位、 次回の日本テクニカルジャンボリーは、既にご案内の通り、明日、 3月 8日(金) 午前10時~ 中野サンプラザ にて開催します。詳細は下記を参照願います。 http://
|
By
Satoru Ueda
·
|
|
[PATCH v3 -next 5/5] Kconfig: Make x86 and arm kernels default to the LZ4-compressed
7 messages
This patch makes x86 and arm kernels default to the LZ4-compressed to test new LZ4 code in the linux-next. This is requested by Andrew Morton. Signed-off-by: Kyungsik Lee <kyungsik.lee@...> --- init/K
This patch makes x86 and arm kernels default to the LZ4-compressed to test new LZ4 code in the linux-next. This is requested by Andrew Morton. Signed-off-by: Kyungsik Lee <kyungsik.lee@...> --- init/K
|
By
Kyungsik Lee
·
|
|
[PATCH v3 -next 4/5] x86: Add support for LZ4-compressed kernel
3 messages
This patch integrates the LZ4 decompression code to the x86 pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signe
This patch integrates the LZ4 decompression code to the x86 pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signe
|
By
Kyungsik Lee
·
|
|
[PATCH v3 -next 3/5] arm: Add support for LZ4-compressed kernel
This patch integrates the LZ4 decompression code to the arm pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signe
This patch integrates the LZ4 decompression code to the arm pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signe
|
By
Kyungsik Lee
·
|
|
[PATCH v3 -next 2/5] lib: Add support for LZ4-compressed kernel
This patch adds support for extracting LZ4-compressed kernel images, as well as LZ4-compressed ramdisk images in the kernel boot process. This depends on the patch below decompressor: Add LZ4 decompre
This patch adds support for extracting LZ4-compressed kernel images, as well as LZ4-compressed ramdisk images in the kernel boot process. This depends on the patch below decompressor: Add LZ4 decompre
|
By
Kyungsik Lee
·
|
|
[PATCH v3 -next 1/5] decompressor: Add LZ4 decompressor module
This patch adds support for LZ4 decompression in the Linux Kernel. LZ4 Decompression APIs for kernel are based on LZ4 implementation by Yann Collet. LZ4 homepage : http://fastcompression.blogspot.com/
This patch adds support for LZ4 decompression in the Linux Kernel. LZ4 Decompression APIs for kernel are based on LZ4 implementation by Yann Collet. LZ4 homepage : http://fastcompression.blogspot.com/
|
By
Kyungsik Lee
·
|
|
Linux Foundation (CEWG) Japan Jamboree #44
3 messages
Hi, The next Japan Technical Jamboree (#44) is scheduled on March 8th, Friday. It is just 1 month to the date! Please block your schedule! http://elinux.org/Japan_Technical_Jamboree_44 Best, S. Ueda -
Hi, The next Japan Technical Jamboree (#44) is scheduled on March 8th, Friday. It is just 1 month to the date! Please block your schedule! http://elinux.org/Japan_Technical_Jamboree_44 Best, S. Ueda -
|
By
Satoru Ueda
·
|
|
[RFC PATCH v2 2/4] lib: Add support for LZ4-compressed kernel
3 messages
This patch adds support for extracting LZ4-compressed kernel images, as well as LZ4-compressed ramdisk images in the kernel boot process. This depends on the patch below decompressor: Add LZ4 decompre
This patch adds support for extracting LZ4-compressed kernel images, as well as LZ4-compressed ramdisk images in the kernel boot process. This depends on the patch below decompressor: Add LZ4 decompre
|
By
Kyungsik Lee
·
|
|
[RFC PATCH v2 0/4] Add support for LZ4-compressed kernel
25 messages
Hi, First of all, Thank you for the comments and emails from the community. Here is the second version of support for LZ4-compressed kernel. In this version, lz4_decompress() has been added. In case o
Hi, First of all, Thank you for the comments and emails from the community. Here is the second version of support for LZ4-compressed kernel. In this version, lz4_decompress() has been added. In case o
|
By
Kyungsik Lee
·
|
|
[RFC PATCH v2 1/4] decompressor: Add LZ4 decompressor module
3 messages
This patch adds support for LZ4 decompression in the Linux Kernel. LZ4 Decompression APIs for kernel are based on LZ4 implementation by Yann Collet. LZ4 homepage : http://fastcompression.blogspot.com/
This patch adds support for LZ4 decompression in the Linux Kernel. LZ4 Decompression APIs for kernel are based on LZ4 implementation by Yann Collet. LZ4 homepage : http://fastcompression.blogspot.com/
|
By
Kyungsik Lee
·
|
|
[RFC PATCH v2 4/4] x86: Add support for LZ4-compressed kernel
This patch integrates the LZ4 decompression code to the x86 pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signe
This patch integrates the LZ4 decompression code to the x86 pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signe
|
By
Kyungsik Lee
·
|
|
[RFC PATCH v2 3/4] arm: Add support for LZ4-compressed kernel
This patch integrates the LZ4 decompression code to the arm pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signe
This patch integrates the LZ4 decompression code to the arm pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signe
|
By
Kyungsik Lee
·
|
|
Final call for ELC registration and showcase proposals
2 messages
Hi everyone, Embedded Linux Conference is just around the corner - February 20-22 in San Francisco. We're very excited about our technical content again this year. We've got keynotes by developers at
Hi everyone, Embedded Linux Conference is just around the corner - February 20-22 in San Francisco. We're very excited about our technical content again this year. We've got keynotes by developers at
|
By
Tim Bird
·
|
|
[RFC PATCH 0/4] Add support for LZ4-compressed kernels
22 messages
What's this "with enabled unaligned memory access" thing? You mean "if the arch supports CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS"? If so, that's only x86, which isn't really in the target market for th
What's this "with enabled unaligned memory access" thing? You mean "if the arch supports CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS"? If so, that's only x86, which isn't really in the target market for th
|
By
Andrew Morton
·
|
|
ELC schedule available - technical showcase proposals wanted
Hi everyone, The schedule for Embedded Linux Conference is now available at: http://events.linuxfoundation.org/events/embedded-linux-conference/schedule ELC is February 20-22 in San Francisco. You'll
Hi everyone, The schedule for Embedded Linux Conference is now available at: http://events.linuxfoundation.org/events/embedded-linux-conference/schedule ELC is February 20-22 in San Francisco. You'll
|
By
Tim Bird
·
|