Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | m68k/bootinfo: Use kmemdup rather than duplicating its implementation | Andrzej Hajda | 2015-08-10 |
| | | | | | | | | | | The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> | ||
* | m68k: Add support to export bootinfo in procfs | Geert Uytterhoeven | 2013-12-08 |
Add optional support to export the bootinfo used to boot the kernel in a "bootinfo" file in procfs. This is useful with kexec. This is based on the similar feature for ATAGS on ARM. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> |