summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* printk: Update @console_may_schedule in console_trylock_spinning()John Ogness2024-04-101-0/+6
* serial: Lock console when calling into driver before registrationPeter Collingbourne2024-04-101-3/+18
* printk/console: Split out code that enables default consolePetr Mladek2024-04-101-15/+23
* printk: Consolidate console deferred printingJohn Ogness2023-09-232-14/+30
* printk: ringbuffer: Fix truncating buffer size min_t castKees Cook2023-09-191-1/+1
* kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-1/+1
* printk: wake waiters for safe and NMI contextsJohn Ogness2022-06-091-12/+16
* printk: add missing memory barrier to wake_up_klogd()John Ogness2022-06-091-3/+36
* printk: use atomic updates for klogd workJohn Ogness2022-06-091-2/+2
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-081-2/+4
* printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin2021-11-251-0/+5
* memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-2/+2
* Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-303-494/+163
|\
| * printk: syslog: close window between wait and readJohn Ogness2021-07-261-19/+36
| * printk: convert @syslog_lock to mutexJohn Ogness2021-07-261-29/+20
| * printk: remove NMI trackingJohn Ogness2021-07-262-44/+1
| * printk: remove safe buffersJohn Ogness2021-07-263-424/+48
| * printk: track/limit recursionJohn Ogness2021-07-261-3/+83
* | Merge branch 'rework/fixup-for-5.15' into for-linusPetr Mladek2021-08-301-2/+5
|\ \
| * | printk/console: Check consistent sequence number when handling race in consol...Petr Mladek2021-07-081-2/+5
| |/
* | Merge branch 'for-5.15-verbose-console' into for-linusPetr Mladek2021-08-301-0/+12
|\ \
| * | printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov2021-07-291-0/+12
| |/
* | printk/index: Fix -Wunused-function warningYueHaibing2021-08-271-1/+1
* | printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet2021-07-261-24/+0
* | printk/index: Fix warning about missing prototypesPetr Mladek2021-07-261-2/+2
* | printk: Userspace format indexing supportChris Down2021-07-193-5/+204
* | printk: Rework parse_prefix into printk_parse_prefixChris Down2021-07-192-4/+6
* | printk: Straighten out log_flags into printk_info_flagsChris Down2021-07-192-23/+26
|/
* Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-291-0/+116
|\
| * printk: fix cpu lock orderingJohn Ogness2021-06-221-3/+50
| * lib/dump_stack: move cpu lock to printk.cJohn Ogness2021-06-221-0/+69
* | printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal2021-06-161-1/+1
|/
* kernel/printk.c: Fixed mundane typosBhaskar Chowdhury2021-03-301-3/+3
* printk: rename vprintk_func to vprintkRasmus Villemoes2021-03-303-11/+3
* printk: console: remove unnecessary safe buffer usageJohn Ogness2021-03-081-7/+3
* printk: kmsg_dump: remove _nolock() variantsJohn Ogness2021-03-081-52/+8
* printk: remove logbuf_lockJohn Ogness2021-03-083-97/+46
* printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-31/+32
* printk: kmsg_dumper: remove @active fieldJohn Ogness2021-03-081-9/+1
* printk: add syslog_lockJohn Ogness2021-03-081-4/+37
* printk: use atomic64_t for devkmsg_user.seqJohn Ogness2021-03-081-12/+12
* printk: use seqcount_latch for clear_seqJohn Ogness2021-03-081-8/+50
* printk: introduce CONSOLE_LOG_MAXJohn Ogness2021-03-081-8/+12
* printk: consolidate kmsg_dump_get_buffer/syslog_print_all codeJohn Ogness2021-03-081-37/+50
* printk: refactor kmsg_dump_get_buffer()John Ogness2021-03-081-29/+33
* printk: limit second loop of syslog_print_allJohn Ogness2021-03-081-1/+8
* Merge branch 'printk-rework' into for-linusPetr Mladek2021-02-222-11/+19
|\
| * printk: avoid prb_first_valid_seq() where possibleJohn Ogness2021-02-121-10/+18
| * printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn2021-01-261-1/+1
* | printk: fix deadlock when kernel panicMuchun Song2021-02-101-4/+12