summaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)Author
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni
2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni
2021-12-06printk/console: Clean up boot console handling in register_console()Petr Mladek
2021-12-06printk/console: Remove need_default_console variablePetr Mladek
2021-12-06printk/console: Remove unnecessary need_default_console manipulationPetr Mladek
2021-12-06printk/console: Rename has_preferred_console to need_default_consolePetr Mladek
2021-12-06printk/console: Split out code that enables default consolePetr Mladek
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-04printk: use gnu_printf format attribute for printk_sprint()John Ogness
2021-10-04printk: avoid -Wsometimes-uninitialized warningArnd Bergmann
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds
2021-09-07printk: use kvmalloc instead of kmalloc for devkmsg_userYong-Taek Lee
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-08-30Merge branch 'rework/fixup-for-5.15' into for-linusPetr Mladek
2021-08-30Merge branch 'for-5.15-verbose-console' into for-linusPetr Mladek
2021-08-27printk/index: Fix -Wunused-function warningYueHaibing
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov
2021-07-26printk: syslog: close window between wait and readJohn Ogness
2021-07-26printk: convert @syslog_lock to mutexJohn Ogness
2021-07-26printk: remove NMI trackingJohn Ogness
2021-07-26printk: remove safe buffersJohn Ogness
2021-07-26printk: track/limit recursionJohn Ogness
2021-07-26printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet
2021-07-26printk/index: Fix warning about missing prototypesPetr Mladek
2021-07-19printk: Userspace format indexing supportChris Down
2021-07-19printk: Rework parse_prefix into printk_parse_prefixChris Down
2021-07-19printk: Straighten out log_flags into printk_info_flagsChris Down
2021-07-08printk/console: Check consistent sequence number when handling race in consol...Petr Mladek
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-22printk: fix cpu lock orderingJohn Ogness
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal
2021-03-30kernel/printk.c: Fixed mundane typosBhaskar Chowdhury
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes
2021-03-08printk: console: remove unnecessary safe buffer usageJohn Ogness
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness
2021-03-08printk: remove logbuf_lockJohn Ogness
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness
2021-03-08printk: add syslog_lockJohn Ogness
2021-03-08printk: use atomic64_t for devkmsg_user.seqJohn Ogness
2021-03-08printk: use seqcount_latch for clear_seqJohn Ogness
2021-03-08printk: introduce CONSOLE_LOG_MAXJohn Ogness
2021-03-08printk: consolidate kmsg_dump_get_buffer/syslog_print_all codeJohn Ogness