summaryrefslogtreecommitdiffstats
path: root/common/console_common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2024-03-151-4/+13
|\
| * commands: dmesg: support aborting dmesg output with ctrl-cAhmad Fatoum2024-03-081-1/+5
| * console: scale number of log messages with available RAMAhmad Fatoum2024-03-081-3/+8
* | common: console_common: handle NULL dev gracefully in dev_printfAhmad Fatoum2024-03-131-1/+1
|/
* console: allocate only once instead of twice per log messageAhmad Fatoum2023-08-041-7/+7
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* common: console_common: output log messages to CONSOLE_STDERRAhmad Fatoum2022-10-051-5/+5
* console: Fix message coloursSascha Hauer2021-12-131-6/+6
* Merge branch 'for-next/usb-gadget'Sascha Hauer2021-05-171-0/+20
|\
| * common: console: add log_writefile to write log into new fileAhmad Fatoum2021-05-031-0/+20
* | common: console_common: Replace vsprintf with vsnprintfJules Maselbas2021-05-121-7/+8
|/
* common: common_console: Rework log_printJules Maselbas2021-03-261-10/+8
* clock: Remove time_beginningJules Maselbas2021-03-261-1/+1
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-11/+1
* common: console_common: add of_console_get_by_alias() helperOleksij Rempel2020-08-241-0/+18
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* common: fix typos found with codespellYegor Yefremov2020-03-231-1/+1
* pstore: Only capture log messagesSascha Hauer2019-07-091-0/+4
* common: console_common: do not store color additions to the log bufferOleksij Rempel2019-02-271-17/+18
* commands: dmesg: add -l option to restrict output levelOleksij Rempel2019-02-271-1/+4
* commands: dmesg: add print raw parameterOleksij Rempel2019-02-271-0/+3
* console: Fix console_get_first_active()Andrey Smirnov2018-06-191-1/+2
* console: added colored print out of log levelsEugen Wiens2018-02-221-0/+25
* console: move global.allow_color handling to C codeSascha Hauer2018-02-221-2/+15
* Revert "globalvar: make globalvar functions more consistent"Sascha Hauer2017-06-131-3/+3
* globalvar: make globalvar functions more consistentSascha Hauer2017-04-111-3/+3
* console: console_get_by_name: do not strcmp NULLAlexander Kurz2017-03-291-1/+1
* stdio: Replace FILE functions with filedescriptor functionsSascha Hauer2016-04-151-9/+9
* console: use int rather than uint in printf() and friendsMasahiro Yamada2015-09-071-3/+3
* login: rework login mechanismSascha Hauer2015-08-281-27/+0
* Merge branch 'for-next/misc'Sascha Hauer2015-06-091-3/+11
|\
| * console: use regular malloc for log messagesSascha Hauer2015-05-151-3/+11
* | console: Add console_get_by_nameSascha Hauer2015-06-091-0/+13
|/
* console: Make locally used function staticSascha Hauer2015-03-041-1/+1
* common: console_console: put functions under correct ifdefLucas Stach2015-01-191-35/+35
* console: Make sure xzalloc is only used when it's availableSascha Hauer2015-01-051-1/+1
* Introduce message logging supportSascha Hauer2014-09-301-3/+126
* Merge branch 'for-next/rs485'Sascha Hauer2013-10-071-0/+13
|\
| * console: introduce console_get_by_devJean-Christophe PLAGNIOL-VILLARD2013-09-241-0/+13
* | Merge branch 'for-next/login'Sascha Hauer2013-10-071-0/+60
|\ \
| * | introduce runtime loglevelSascha Hauer2013-09-291-0/+27
| * | login: disable input console if password wrongJean-Christophe PLAGNIOL-VILLARD2013-09-191-0/+33
| |/
* / console: factorise function to get the first enabled consoleJean-Christophe PLAGNIOL-VILLARD2013-10-061-0/+22
|/
* console: consolidate common console codeSascha Hauer2013-02-131-0/+110