summaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2025-03-13printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu1-1/+1
2024-12-14seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra1-1/+1
2024-04-10printk: Update @console_may_schedule in console_trylock_spinning()John Ogness1-0/+6
2024-04-10serial: Lock console when calling into driver before registrationPeter Collingbourne1-3/+18
2024-04-10printk/console: Split out code that enables default consolePetr Mladek1-15/+23
2023-09-23printk: Consolidate console deferred printingJohn Ogness2-14/+30
2023-09-19printk: ringbuffer: Fix truncating buffer size min_t castKees Cook1-1/+1
2023-03-11kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2022-06-09printk: wake waiters for safe and NMI contextsJohn Ogness1-12/+16
2022-06-09printk: add missing memory barrier to wake_up_klogd()John Ogness1-3/+36
2022-06-09printk: use atomic updates for klogd workJohn Ogness1-2/+2
2022-04-08printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap1-2/+4
2021-11-25printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin1-0/+5
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-2/+2
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek3-494/+163
2021-08-30Merge branch 'rework/fixup-for-5.15' into for-linusPetr Mladek1-2/+5
2021-08-30Merge branch 'for-5.15-verbose-console' into for-linusPetr Mladek1-0/+12
2021-08-27printk/index: Fix -Wunused-function warningYueHaibing1-1/+1
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov1-0/+12
2021-07-26printk: syslog: close window between wait and readJohn Ogness1-19/+36
2021-07-26printk: convert @syslog_lock to mutexJohn Ogness1-29/+20
2021-07-26printk: remove NMI trackingJohn Ogness2-44/+1
2021-07-26printk: remove safe buffersJohn Ogness3-424/+48
2021-07-26printk: track/limit recursionJohn Ogness1-3/+83
2021-07-26printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet1-24/+0
2021-07-26printk/index: Fix warning about missing prototypesPetr Mladek1-2/+2
2021-07-19printk: Userspace format indexing supportChris Down3-5/+204
2021-07-19printk: Rework parse_prefix into printk_parse_prefixChris Down2-4/+6
2021-07-19printk: Straighten out log_flags into printk_info_flagsChris Down2-23/+26
2021-07-08printk/console: Check consistent sequence number when handling race in consol...Petr Mladek1-2/+5
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+116
2021-06-22printk: fix cpu lock orderingJohn Ogness1-3/+50
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness1-0/+69
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal1-1/+1
2021-03-30kernel/printk.c: Fixed mundane typosBhaskar Chowdhury1-3/+3
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes3-11/+3
2021-03-08printk: console: remove unnecessary safe buffer usageJohn Ogness1-7/+3
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness1-52/+8
2021-03-08printk: remove logbuf_lockJohn Ogness3-97/+46
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-31/+32
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness1-9/+1
2021-03-08printk: add syslog_lockJohn Ogness1-4/+37
2021-03-08printk: use atomic64_t for devkmsg_user.seqJohn Ogness1-12/+12
2021-03-08printk: use seqcount_latch for clear_seqJohn Ogness1-8/+50
2021-03-08printk: introduce CONSOLE_LOG_MAXJohn Ogness1-8/+12
2021-03-08printk: consolidate kmsg_dump_get_buffer/syslog_print_all codeJohn Ogness1-37/+50
2021-03-08printk: refactor kmsg_dump_get_buffer()John Ogness1-29/+33
2021-03-08printk: limit second loop of syslog_print_allJohn Ogness1-1/+8
2021-02-22Merge branch 'printk-rework' into for-linusPetr Mladek2-11/+19
2021-02-12printk: avoid prb_first_valid_seq() where possibleJohn Ogness1-10/+18