--- v7
+++ v10
@@ -1,3 +1,9 @@
+Changes in v10:
+ - Fix compilation error if CONFIG_VGACON_SOFT_SCROLLBACK=n
+Changes in v9:
+ - Make persistent scrollback feature a boot parameter
+Changes in v8:
+ - Add Reviewed-by/Tested-By statements
Changes in v7:
- Add new callback to consw struct for flushing video console driver's
scrollback buffer. Fixes issues with escape sequence '\e[3J' reported
@@ -30,17 +36,18 @@
- Add ioctl() call to flush scrollback buffer
- (Patch v2 was not labeled as such, sorry)
-Manuel Schölling (3):
+Manuel Schölling (4):
console: Move scrollback data into its own struct
console: Add callback to flush scrollback buffer to consw struct
console: Add persistent scrollback buffers for all VGA consoles
+ console: Make persistent scrollback a boot parameter
drivers/tty/vt/vt.c | 9 +++
- drivers/video/console/Kconfig | 25 ++++++-
- drivers/video/console/vgacon.c | 165 ++++++++++++++++++++++++++++-------------
+ drivers/video/console/Kconfig | 27 ++++++-
+ drivers/video/console/vgacon.c | 164 ++++++++++++++++++++++++++++-------------
include/linux/console.h | 4 +
- 4 files changed, 148 insertions(+), 55 deletions(-)
+ 4 files changed, 149 insertions(+), 55 deletions(-)
--
-2.1.4
+2.11.0