aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-9/+76
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusPetr Mladek1-1/+54
2022-03-02printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap1-2/+4
2022-02-21printk: make suppress_panic_printk staticJiapeng Chong1-1/+1
2022-02-21printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called with user_specified == trueAndre Kalb1-4/+16
2022-02-15printk: use atomic updates for klogd workJohn Ogness1-2/+2
2022-02-14printk: Drop console_sem during panicStephen Brennan1-1/+24
2022-02-14printk: Avoid livelock with heavy printk during panicStephen Brennan1-0/+15
2022-02-14printk: disable optimistic spin during panicStephen Brennan1-0/+10
2022-02-14printk: Add panic_in_progress helperStephen Brennan1-0/+5
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni1-1/+2
2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni1-0/+1
2021-12-06printk/console: Clean up boot console handling in register_console()Petr Mladek1-23/+24
2021-12-06printk/console: Remove need_default_console variablePetr Mladek1-12/+17
2021-12-06printk/console: Remove unnecessary need_default_console manipulationPetr Mladek1-3/+1
2021-12-06printk/console: Rename has_preferred_console to need_default_consolePetr Mladek1-6/+6
2021-12-06printk/console: Split out code that enables default consolePetr Mladek1-15/+23
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-0/+5
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-0/+5
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin1-0/+5
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 Torvalds1-2/+3
2021-10-04printk: use gnu_printf format attribute for printk_sprint()John Ogness1-0/+1
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 Mladek1-106/+162
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-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 safe buffersJohn Ogness1-76/+44
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-19printk: Userspace format indexing supportChris Down1-5/+8
2021-07-19printk: Rework parse_prefix into printk_parse_prefixChris Down1-4/+4
2021-07-19printk: Straighten out log_flags into printk_info_flagsChris Down1-23/+20
2021-07-08printk/console: Check consistent sequence number when handling race in console_unlock()Petr Mladek1-2/+5
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-03-30kernel/printk.c: Fixed mundane typosBhaskar Chowdhury1-3/+3
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes1-7/+1
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 Ogness1-76/+36
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