index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
auxdisplay
/
line-display.c
Age
Commit message (
Expand
)
Author
2025-10-15
auxdisplay: linedisp: support attribute attachment to auxdisplay devices
Jean-François Lessard
2025-10-15
auxdisplay: linedisp: add num_chars sysfs attribute
Jean-François Lessard
2025-10-15
auxdisplay: linedisp: display static message when length <= display size
Jean-François Lessard
2025-10-15
auxdisplay: linedisp: encapsulate container_of usage within to_linedisp
Jean-François Lessard
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-06-04
auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-04
auxdisplay: linedisp: Support configuring the boot message
Chris Packham
2024-02-26
auxdisplay: linedisp: Allocate buffer for the string
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Add support for overriding character mapping
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Provide struct linedisp_ops for future extension
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Move exported symbols to a namespace
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Add missing header(s)
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Unshadow error codes in ->store()
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Use unique number for id
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Free allocated resources in ->release()
Andy Shevchenko
2021-10-21
auxdisplay: linedisp: Add support for changing scroll rate
Geert Uytterhoeven
2021-10-21
auxdisplay: linedisp: Use kmemdup_nul() helper
Geert Uytterhoeven
2021-10-21
auxdisplay: Extract character line display core support
Geert Uytterhoeven