summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf: Do not handle %pO[^F] as %pxBart Van Assche2018-08-071-0/+1
* printk: Fix warning about unused suppress_message_printingPetr Mladek2018-07-111-1/+0
* printk: Clean up syslog_print_all()Petr Mladek2018-07-091-11/+9
* printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta2018-06-271-51/+58
* printk: Make CONSOLE_LOGLEVEL_QUIET configurableHans de Goede2018-06-272-3/+14
* printk: make sure to print log on console.Maninder Singh2018-06-271-5/+7
* lib/test_printf.c: accept "ptrval" as valid result for plain 'p' testsThierry Escande2018-06-151-2/+22
* Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-078-105/+71
|\
| * Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18Petr Mladek2018-06-055-13/+10
| |\
| | * lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-06-052-5/+1
| | * serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-2/+2
| | * thermal: bcm2835: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-2/+2
| | * clk: renesas: cpg-mssr: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-4/+5
| * | Merge branch 'for-4.18-vsprintf-cleanup' into for-4.18Petr Mladek2018-06-052-78/+54
| |\ \
| | * | vsprintf: Tweak pF/pf commentSergey Senozhatsky2018-04-181-8/+4
| | * | lib/vsprintf: Mark expected switch fall-throughAndy Shevchenko2018-04-111-0/+3
| | * | lib/vsprintf: Replace space with '_' before crng is readyShunyong Yang2018-04-111-1/+2
| | * | lib/vsprintf: Deduplicate pointer_string()Andy Shevchenko2018-04-111-20/+7
| | * | lib/vsprintf: Move pointer_string() upperAndy Shevchenko2018-04-111-14/+14
| | * | lib/vsprintf: Make flag_spec globalAndy Shevchenko2018-04-111-13/+8
| | * | lib/vsprintf: Make strspec globalAndy Shevchenko2018-04-111-12/+9
| | * | lib/vsprintf: Make dec_spec globalAndy Shevchenko2018-04-111-12/+9
| | * | lib/test_printf: Mark big constant with ULAndy Shevchenko2018-04-111-1/+1
| | |/
| * | printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky2018-06-051-1/+1
| * | printk: fix possible reuse of va_list variableTetsuo Handa2018-05-161-1/+4
| * | printk: wake up klogd in vprintk_emitSergey Senozhatsky2018-04-251-12/+2
| |/
* | Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-06-0713-1882/+1751
|\ \
| * | ipmi: Properly release srcu locks on error conditionsCorey Minyard2018-05-241-18/+25
| * | ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman2018-05-231-3/+14
| * | ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-05-221-1/+2
| * | ipmi: Remove the proc interfaceCorey Minyard2018-05-095-497/+0
| * | ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-191-2/+1
| * | ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang2018-04-184-0/+259
| * | ipmi_si: Clean up shutdown a bitCorey Minyard2018-04-181-21/+11
| * | ipmi_si: Rename intf_num to si_numCorey Minyard2018-04-181-9/+9
| * | ipmi: Remove smi->intf checksCorey Minyard2018-04-182-17/+6
| * | ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-181-5/+0
| * | ipmi: Get rid of ipmi_user_t and ipmi_smi_t in include filesCorey Minyard2018-04-182-23/+23
| * | ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-184-11/+4
| * | ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard2018-04-181-0/+4
| * | ipmi: Remove usecount function from interfacesCorey Minyard2018-04-181-9/+0
| * | ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-181-21/+0
| * | ipmi: Remove condition on interface shutdownCorey Minyard2018-04-181-2/+1
| * | ipmi_ssif: Convert over to a shutdown handlerCorey Minyard2018-04-181-24/+31
| * | ipmi_si: Convert over to a shutdown handlerCorey Minyard2018-04-181-13/+18
| * | ipmi: Rework locking and shutdown for hot removeCorey Minyard2018-04-181-210/+280
| * | ipmi: Fix some counter issuesCorey Minyard2018-04-181-31/+45
| * | ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-183-95/+99
| * | ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard2018-04-184-47/+47
| * | ipmi: Add shutdown functions for users and interfacesCorey Minyard2018-04-182-0/+14