aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-2/+2
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-5/+5
2021-10-04printk: use gnu_printf format attribute for printk_sprint()John Ogness1-0/+1
2021-10-04printk: avoid -Wsometimes-uninitialized warningArnd Bergmann1-3/+2
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-2/+2
2021-09-07printk: use kvmalloc instead of kmalloc for devkmsg_userYong-Taek Lee1-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 console_unlock()Petr Mladek1-2/+5
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus 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
2021-02-10printk: fix deadlock when kernel panicMuchun Song1-4/+12
2021-01-26printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn1-1/+1
2021-01-25Merge branch 'printk-rework' into for-linusPetr Mladek1-1/+1
2021-01-25printk: fix string termination for record_print_text()John Ogness1-1/+1
2021-01-21Merge branch 'printk-rework' into for-linusPetr Mladek2-12/+30
2021-01-19printk: fix buffer overflow potential for print_text()John Ogness1-9/+27
2021-01-15printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness1-2/+2