summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorNicolas Pitre2017-10-12 08:16:11 +0200
committerAl Viro2017-10-15 06:47:22 +0200
commitfd4f6f2a78aeaebb7094c1bb9b30623d18a86e4c (patch)
treecf6e32f1d7207c0cd63fb606ae5510a1bd5f39f7 /drivers
parentcramfs: direct memory access support (diff)
downloadkernel-qcow2-linux-fd4f6f2a78aeaebb7094c1bb9b30623d18a86e4c.tar.gz
kernel-qcow2-linux-fd4f6f2a78aeaebb7094c1bb9b30623d18a86e4c.tar.xz
kernel-qcow2-linux-fd4f6f2a78aeaebb7094c1bb9b30623d18a86e4c.zip
cramfs: implement uncompressed and arbitrary data block positioning
Two new capabilities are introduced here: - The ability to store some blocks uncompressed. - The ability to locate blocks anywhere. Those capabilities can be used independently, but the combination opens the possibility for execute-in-place (XIP) of program text segments that must remain uncompressed, and in the MMU case, must have a specific alignment. It is even possible to still have the writable data segments from the same file compressed as they have to be copied into RAM anyway. This is achieved by giving special meanings to some unused block pointer bits while remaining compatible with legacy cramfs images. Signed-off-by: Nicolas Pitre <nico@linaro.org> Tested-by: Chris Brandt <chris.brandt@renesas.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions