aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/early_printk.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-29x86/earlyprintk: Clean up pciserialGravatar Peter Zijlstra 1-7/+7
2022-03-15usb: early: xhci-dbc: Remove duplicate keep parsingGravatar Peter Zijlstra 1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-04-17x86/early_printk: Remove unused includesGravatar Andy Shevchenko 1-3/+0
2019-02-04efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementationGravatar Ard Biesheuvel 1-4/+0
2018-10-02x86/earlyprintk: Add a force option for pciserial deviceGravatar Feng Tang 1-10/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-21x86/earlyprintk: Add support for earlyprintk via USB3 debug portGravatar Lu Baolu 1-0/+5
2016-02-24x86: Fix misspellings in commentsGravatar Adam Buchbinder 1-1/+1
2015-10-13x86/early_printk: Set __iomem address space for IOGravatar Andy Shevchenko 1-2/+2
2015-09-30x86: Deinline early_console_register, save 403 bytesGravatar Denys Vlasenko 1-1/+1
2015-07-06x86/earlyprintk: Allow early_printk() to use console style parameters like '1...Gravatar Steven Rostedt 1-1/+3
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-6/+0
2015-04-03x86/earlyprintk: Put CONFIG_PCI-only functions under the #ifdefGravatar Mark Einon 1-16/+16
2015-03-07x86, intel-mid: remove Intel MID specific serial supportGravatar Andy Shevchenko 1-6/+0
2015-02-02Specify PCI based UART for earlyprintkGravatar Stuart R. Anderson 1-16/+166
2015-02-02x86, mrst: remove Moorestown specific serial driversGravatar Andy Shevchenko 1-5/+0
2013-11-12Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2013-10-28x86/efi: Add EFI framebuffer earlyprintk supportGravatar Matt Fleming 1-0/+7
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Gravatar Kuppuswamy Sathyanarayanan 1-1/+1
2013-04-29early_printk: consolidate random copies of identical codeGravatar Thomas Gleixner 1-19/+2
2012-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2011-12-05x86/config: Revamp configuration for MID devicesGravatar Alan Cox 1-1/+1
2011-11-15serial, mfd: don't hardcode the consoleGravatar Mika Westerberg 1-1/+1
2010-12-06x86, earlyprintk: Move mrst early console to platform/ and fix a typoGravatar Feng Tang 1-2/+1
2010-10-08x86, earlyprintk: Add hsu early console for Intel Medfield platformGravatar Feng Tang 1-0/+6
2010-10-08x86, earlyprintk: Add earlyprintk for Intel Moorestown platformGravatar Feng Tang 1-0/+7
2010-05-20earlyprintk,vga,kdb: Fix \b and \r for earlyprintk=vga with kdbGravatar Jason Wessel 1-0/+8
2009-10-01x86: earlyprintk: Fix regression to handle serial,ttySn as 1 argGravatar Jason Wessel 1-1/+4
2009-09-24x86: early_printk: Protect against using the same device twiceGravatar Jason Wessel 1-0/+5
2009-09-23early_printk: Allow more than one early consoleGravatar Jason Wessel 1-32/+33
2009-09-23USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.cGravatar Jason Wessel 1-715/+0
2009-09-20x86: Increase timeout for EHCI debug port reset completion in early printkGravatar Jan Beulich 1-1/+1
2009-03-13x86: properly __init-annotate recent early_printk additionsGravatar Jan Beulich 1-10/+10
2009-02-09x86: early_printk.c - fix pgtable.h unification falloutGravatar Ingo Molnar 1-0/+1
2009-02-06x86: Fix compile error in arch/x86/kernel/early_printk.cGravatar Jeremy Fitzhardinge 1-1/+0
2009-01-02x86: early_printk - use sizeof instead of hardcoded numberGravatar Cyrill Gorcunov 1-1/+1
2008-12-12x86: remove simnow earlyprintk supportGravatar Andi Kleen 1-47/+0
2008-10-12warnings: fix arch/x86/kernel/early_printk.cGravatar Ingo Molnar 1-18/+0
2008-09-06x86: init annotations in early_printk() setupGravatar Jan Beulich 1-2/+2
2008-08-19x86: early_printk.c trivial sparse fixesGravatar Harvey Harrison 1-5/+5
2008-07-26x86: usb debug port early console, v4Gravatar Yinghai Lu 1-3/+759
2008-06-18x86, generic: mark early_printk as asmlinkageGravatar Jiri Slaby 1-1/+1
2008-04-17x86: coding style fixes to x86/kernel/early_printk.cGravatar Paolo Ciarrocchi 1-2/+2
2008-04-17x86: coding style fixes to arch/x86/kernel/early_printk.cGravatar Paolo Ciarrocchi 1-10/+10
2008-02-01x86: make early_console static in early_printk.cGravatar Harvey Harrison 1-1/+1
2007-10-16[x86] remove uses of magic macros for boot_params accessGravatar H. Peter Anvin 1-10/+5
2007-10-11x86_64: move kernelGravatar Thomas Gleixner 1-1/+258
2007-10-11i386: move kernelGravatar Thomas Gleixner 1-0/+2