/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 82 The cmdline option 'xmon' or 'xmon=early' will drop into xmon 83 very early during boot. 'xmon=on' will just enable the xmon 119 bool "Support for early boot text console (BootX or OpenFirmware only)" 128 Say Y to enable some early debugging facilities that may be available 130 intended to debug problems early during boot, this should not be 133 to be pushed to max automatically very early during boot 139 Use the selected console for early debugging. Careful, if you 147 Select this to enable early debugging for a machine using BootX 154 Select this to enable early debugging for a machine with a HVC 161 Select this to enable early debugging for a machine with a HVSI [all …]
|
D | Kconfig | 1046 and contains dynamic relocations which are processed early
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 161 early during system boot. 175 The early platform interfaces provide platform data to platform device 176 drivers early on during the system boot. The code is built on top of the 177 early_param() command line parsing and can be executed very early on. 179 Example: "earlyprintk" class early serial console in 6 steps 181 1. Registering early platform device data 184 early_platform_add_devices(). In the case of early serial console this 186 at this point will later on be matched against early platform drivers. 192 User specified early platform devices will be registered at this point. 193 For the early serial console case the user can specify port on the [all …]
|
D | driver.txt | 90 It is important that drivers register their driver structure as early as
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig.debug | 18 bool "Activate early kernel debugging" 23 Enable early printk on console 25 early before the console code is initialized.
|
/linux-4.1.27/arch/x86/kernel/ |
D | mpparse.c | 208 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) in smp_read_mpc() argument 223 if (early) in smp_read_mpc() 453 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) in check_physptr() argument 464 if (!smp_read_mpc(mpc, early)) { in check_physptr() 475 if (early) in check_physptr() 504 void __init default_get_smp_config(unsigned int early) in default_get_smp_config() argument 511 if (acpi_lapic && early) in default_get_smp_config() 536 if (early) { in default_get_smp_config() 548 if (check_physptr(mpf, early)) in default_get_smp_config() 553 if (!early) in default_get_smp_config()
|
D | Makefile | 60 obj-$(CONFIG_PCI) += early-quirks.o
|
D | head_32.S | 746 # early boot GDT descriptor (must use 1:1 address mapping)
|
/linux-4.1.27/Documentation/ |
D | debugging-via-ohci1394.txt | 34 Together with a early initialization of the OHCI-1394 controller for debugging, 36 buffer on to debug early boot problems in areas like ACPI where the system 48 completed, an initialization routine which runs pretty early has been 53 Remote debugging over FireWire early on boot) and pass the parameter 54 "ohci1394_dma=early" to the recompiled kernel on boot. 89 Step-by-step instructions for using firescope with early OHCI initialization: 147 4) Prepare for debugging with early OHCI-1394 initialization: 152 (Kernel hacking: Provide code for enabling DMA over FireWire early on boot) 164 CONFIG_PROVIDE_OHCI1394_DMA_INIT enabled, with the option ohci1394_dma=early.
|
D | braille-console.txt | 3 To get early boot messages on a braille device (before userspace screen
|
D | kernel-parameters.txt | 229 Enable table checksum verification during early stage. 230 By default, this is disabled due to x86 early mapping 257 Disable installation of static SSDTs at early boot time 719 Start an early, polled-mode console on the 8250/16550 802 ddebug_query= [KNL,DYNAMIC_DEBUG] Enable debug messages at early boot 948 is useful for tracking down temporary early mappings 951 earlycon= [KNL] Output early console device and options. 954 Start an early, polled-mode console on a cadence serial 963 Start an early, polled-mode console on the 8250/16550 973 Start an early, polled-mode console on a pl011 serial [all …]
|
D | ramoops.txt | 90 very early in the architecture code, e.g.:
|
D | DMA-ISA-LPC.txt | 48 early as possible and not release it until the driver is unloaded.)
|
D | xz.txt | 102 at expense of detecting errors as early as possible. These should not
|
D | 00-INDEX | 172 early-userspace/ 173 - info about initramfs, klibc, and userspace early during boot.
|
D | kmemleak.txt | 62 these actions are stored in an early log buffer. The size of this buffer
|
D | assoc_array.txt | 47 (6) Index keys should encode the length early on, before any variation due to 346 very early on before any variation due to the length would have an effect on
|
D | sysfs-rules.txt | 35 to mount it, if you are not an early boot script.
|
D | stable_api_nonsense.txt | 190 early drafts of this paper.
|
D | hwspinlock.txt | 198 * assign a specific hwspinlock id - this should be called early
|
D | dynamic-debug-howto.txt | 246 will show early Embedded Controller transactions during ACPI setup if
|
D | oops-tracing.txt | 38 so won't help for 'early' oopses)
|
D | HOWTO | 510 should also be introduced very early in the development process, so that 549 unfinished work. Therefore it is good to get early in the process to
|
D | cpu-hotplug.txt | 295 1. early init (init function called when only the boot processor is online).
|
D | edac.txt | 269 count is very important to examine. CEs provide early
|
/linux-4.1.27/Documentation/x86/ |
D | 00-INDEX | 5 early-microcode.txt 6 - How to load microcode from an initrd-CPIO archive early to fix CPU issues.
|
D | early-microcode.txt | 5 Kernel can update microcode in early phase of boot time. Loading microcode early 28 In addition to these two legacy methods, the early loading method described
|
D | earlyprintk.txt | 53 port and the Netchip device will only work as an early printk 96 this channel open beyond early bootup. This can be useful for
|
D | intel_mpx.txt | 34 instrumentation as well as some setup code called early after the app 68 * inserts code early in the application to call in to the "gcc runtime"
|
D | boot.txt | 6 well as the desire in the early days to have the kernel itself be a 13 Old kernels: zImage/Image support only. Some very early kernels 416 - If 0, print early messages. 417 - If 1, suppress early messages. 418 This requests to the kernel (decompressor and early 419 kernel) to not write early messages that require
|
/linux-4.1.27/include/linux/ |
D | init.h | 203 #define early_initcall(fn) __define_initcall(fn, early) 246 int early; member 255 #define __setup_param(str, unique_id, fn, early) \ argument 261 = { __setup_str_##unique_id, fn, early }
|
D | printk.h | 166 void __init setup_log_buf(int early); 214 static inline void setup_log_buf(int early) in setup_log_buf() argument
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 24 two ways to add an early userspace image: specify an existing cpio 30 You can create a cpio archive that contains the early userspace image. 38 The kernel build process can also build an early userspace image from 65 early userspace image can be built by an unprivileged user. 85 early userspace useful. The klibc distribution is currently 108 move to early userspace: 121 For questions and help, you can sign up for the early userspace
|
/linux-4.1.27/arch/x86/pci/ |
D | mmconfig-shared.c | 498 struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_check_reserved() argument 500 if (!early && !acpi_disabled) { in pci_mmcfg_check_reserved() 533 static void __init pci_mmcfg_reject_broken(int early) in pci_mmcfg_reject_broken() argument 538 if (pci_mmcfg_check_reserved(NULL, cfg, early) == 0) { in pci_mmcfg_reject_broken() 639 static void __init __pci_mmcfg_init(int early) in __pci_mmcfg_init() argument 641 pci_mmcfg_reject_broken(early); in __pci_mmcfg_init()
|
D | Makefile | 20 obj-y += common.o early.o
|
/linux-4.1.27/drivers/xen/ |
D | swiotlb-xen.c | 218 int __ref xen_swiotlb_init(int verbose, bool early) in xen_swiotlb_init() argument 232 if (early) in xen_swiotlb_init() 262 if (early) in xen_swiotlb_init() 272 if (early) { in xen_swiotlb_init() 289 if (early) in xen_swiotlb_init()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | board-palmz71.c | 240 palmz71_gpio_setup(int early) in palmz71_gpio_setup() argument 242 if (early) { in palmz71_gpio_setup()
|
/linux-4.1.27/arch/mips/ |
D | Kconfig.debug | 15 to print messages very early in the bootup process. 18 early before the console code is initialized. For normal operation, 28 "8250/16550 and compatible serial early printk driver"
|
D | Kconfig | 571 # memory during early boot on some machines. 631 # memory during early boot on some machines.
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig.debug | 16 This option turns on/off early printk messages to console.
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 58 early kill 78 Enable early kill mode globally 81 Set early/late kill mode/revert to system default 112 some early filtering to avoid corrupted unintended pages in test suites.
|
D | page_owner.txt | 55 they would have no owner information. To fix it up, these early allocated 59 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
|
D | hugetlbpage.txt | 107 init files. This will enable the kernel to allocate huge pages early in
|
/linux-4.1.27/arch/arc/kernel/ |
D | head.S | 23 ; Setting up Vectror Table (in case exception happens in early boot
|
D | entry.S | 254 ; icause1 needs to be read early, before calling tracing, which
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_cmds | 4 # registers) are not reliable this early. set and bp commands should
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | AUTHORS | 6 Andrew Tridgell (Samba team) for his early suggestions about smb/cifs VFS 30 Mark Hamzy (for some of the early cifs IPv6 work)
|
D | cifs.txt | 3 (SMB) protocol, the native file sharing mechanism for most early
|
D | CHANGES | 985 versions of 2.4 kernel (now builds and works again on kernels at least as early as 2.4.7).
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_sched.h | 255 __u32 early; /* Early drops */ member 284 __u32 early; member 327 __u32 early; /* Early drops */ member
|
/linux-4.1.27/include/xen/ |
D | swiotlb-xen.h | 7 extern int xen_swiotlb_init(int verbose, bool early);
|
/linux-4.1.27/arch/tile/ |
D | Kconfig.debug | 12 early before the console code is initialized. For normal operation
|
/linux-4.1.27/drivers/usb/ |
D | Makefile | 52 obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/
|
/linux-4.1.27/arch/um/ |
D | Kconfig.debug | 38 early before the console code is initialized.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | evm | 17 should be done as early as possible. Normally this is done
|
D | sysfs-class-mic.txt | 137 debugging purpose and early kernel boot messages, the user can 151 debugging purpose and early kernel boot messages, the user can
|
D | sysfs-devices-edac | 51 count is very important to examine. CEs provide early
|
/linux-4.1.27/arch/x86/include/asm/ |
D | x86_init.h | 31 void (*get_smp_config)(unsigned int early);
|
D | mpspec.h | 77 extern void default_get_smp_config(unsigned int early);
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig.debug | 33 It is easy to make wrong hardware configuration, this test should catch it early.
|
/linux-4.1.27/Documentation/ia64/ |
D | serial.txt | 77 2.6.10 and later kernels have an "early uart" driver that works 78 very early in the boot process. The kernel will automatically use 109 - No early console because you used "console=ttyS<n>". Remove
|
/linux-4.1.27/sound/soc/au1x/ |
D | Kconfig | 50 Select this option to enable AC97 audio on the early DB1x00 series
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.debug | 25 early, i.e. before the normal console driver is loaded.
|
D | Kconfig.machine | 59 Say Y to include support for early Motorola VME boards. This will
|
/linux-4.1.27/arch/s390/kernel/ |
D | Makefile | 31 obj-y := traps.o time.o process.o base.o early.o setup.o idle.o vtime.o
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 108 see cpio(1) and Documentation/early-userspace/buffer-format.txt). The 162 Documentation/early-userspace/README for more details.) 244 designed to be a tiny C library to statically link early userspace 340 smooth transition and allowing early boot functionality to gradually move to 341 "early userspace" (I.E. initramfs). 343 The move to early userspace is necessary because finding and mounting the real 357 The kernel's current early boot code (partition detection, etc) will probably
|
D | gfs2-uevents.txt | 47 Because the CHANGE uevent was used (in early versions of gfs_controld)
|
D | vfat.txt | 134 early than normal. Not set by default.
|
D | relay.txt | 302 as when doing early tracing in the kernel, before the VFS is up. In these
|
D | xfs-delayed-logging-design.txt | 549 As mentioned early, transactions can't grow to more than half the size of the
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 381 Select this option to enable early console (a.k.a. "udbg") support 386 int "Byte channel handle for early console (udbg)" 390 If you want early console (udbg) output through a byte channel, 396 Note that only one early console driver can be enabled, so don't 400 there simply will be no early console output. This is true also 444 This registers a console on FDC channel 1 very early during boot (from 445 MIPS arch code). This is useful for bring-up and debugging early boot
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig.debug | 25 early before the console code is initialized. For normal operation
|
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/ |
D | usbgecko_udbg.c | 284 #error Invalid platform for USB Gecko based early debugging. in ug_early_grab_io_addr()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-hrefprev60.dtsi | 93 /* This additional pin needed on early MOP500 and HREFs previous to v60 */
|
D | omap3-n900.dts | 779 /* Ethernet is on some early development boards and qemu */
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 102 machine during early boot so that it has the opportunity to run 168 that required special workaround code during early boot, then a new 201 During early boot, the architecture setup code calls of_scan_flat_dt() 205 during early boot. Typically the early_init_dt_scan_chosen() helper 211 On ARM, the function setup_machine_fdt() is responsible for early 217 After the board has been identified, and after the early configuration data 228 specific setup that needs to be executed early in the boot process,
|
D | booting-without-of.txt | 414 early initialization. The kernel needs to allocate memory during 1058 WARNING: This version is still in early development stage; the
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 24 partitions containing early-boot firmware images or data which should not be
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 6 line of code is written. Some time spent in early planning and 117 avoided with some early discussion with the kernel developers. 160 If possible, posting your plans during the early stages can only be 200 disclose its plans early in the development process. Companies with
|
D | 7.AdvancedTopics | 10 The use of distributed version control for the kernel began in early 2002,
|
D | 1.Intro | 30 Section 3 covers early-stage project planning, with an emphasis on
|
D | 4.Coding | 74 programmer's early expectation. Kernel developers will routinely submit
|
D | 2.Process | 3 Linux kernel development in the early 1990's was a pretty loose affair,
|
/linux-4.1.27/init/ |
D | main.c | 176 if (p->early) { in obsolete_checksetup() 418 if ((p->early && parameq(param, p->str)) || in do_early_param()
|
D | Kconfig | 801 as if rcu_expedite_gp() had been invoked early in boot.
|
/linux-4.1.27/Documentation/networking/ |
D | x25.txt | 33 development and use of Linux X.25. It is early days yet, but interested
|
D | ray_cs.txt | 9 card. This driver is in early development and does have bugs. See the known
|
D | ltpc.txt | 126 Thanks to Alan Cox for helpful discussions early on in this
|
D | netconsole.txt | 18 capture of early kernel panics, it does capture most of the boot
|
D | PLIP.txt | 113 only one implemented in the early version of the code) uses a standard
|
D | timestamping.txt | 28 path. Because the destination socket, if any, is not known early in 30 same is true for all early receive timestamp options.
|
D | netdev-FAQ.txt | 81 and note the top of the "tags" section. If it is rc1, it is early
|
D | decnet.txt | 66 and early 2.3.xx kernels, you must use a comma when specifying the
|
D | altera_tse.txt | 31 years as of this writing in early 2014) in favor of the MSGDMA component.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | s390-diag.txt | 49 Subcode 0 - s390-virtio notification and early console printk
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.debug | 41 early before the console code is initialized. For normal operation 53 early before the console code is initialized. For normal operation 66 early before the console code is initialized.
|
/linux-4.1.27/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 46 kernel during early boot. 71 the early boot OS will reserve rest of the memory above 100 early boot (See Fig. 2). This area is released once we finish
|
D | eeh-pci-error-recovery.txt | 122 EEH must be enabled in the PHB's very early during the boot process, 283 (during early boot, nobody listens to netlink events and
|
/linux-4.1.27/arch/x86/kernel/cpu/microcode/ |
D | intel_early.c | 629 static int apply_microcode_early(struct ucode_cpu_info *uci, bool early) in apply_microcode_early() argument 658 if (early) in apply_microcode_early()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | Kconfig | 8 BCM4303) and early model 802.11g chips (BCM4306 Ver. 2) used in the
|
/linux-4.1.27/Documentation/spi/ |
D | spi-lm70llp | 78 o Dr.Craig Hollabaugh for the (early) "manual" bitbanging driver version.
|
/linux-4.1.27/usr/ |
D | Kconfig | 20 See <file:Documentation/early-userspace/README> for more details.
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | machdep.h | 345 #define machine_early_initcall(mach, fn) __define_machine_initcall(mach, fn, early)
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.ymfsb | 18 This driver is currently at early ALPHA stage. It may cause serious
|
/linux-4.1.27/Documentation/power/ |
D | video.txt | 18 We either have to run video BIOS during early resume, or interpret it 33 so it makes debugging of early resume problems
|
D | suspend-and-interrupts.txt | 27 Device IRQs are re-enabled during system resume, right before the "early" phase
|
D | freezing-of-tasks.txt | 200 requested early enough using the suspend notifier API described in notifiers.txt.
|
D | swsusp.txt | 299 partition used for suspend as early as possible during regular
|
D | pci.txt | 510 state, restores its standard configuration registers and applies early resume 519 early resume callback is executed and its result is returned. Otherwise, the
|
D | devices.txt | 661 callbacks discussed above, because the callbacks occur too late or too early.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 59 early boot by selecting one out of possible 4 memory settings based
|
/linux-4.1.27/arch/arm/lib/ |
D | div64.S | 88 @ Break out early if dividend reaches 0.
|
/linux-4.1.27/Documentation/timers/ |
D | timers-howto.txt | 104 early by a signal. In general, just use msleep unless
|
D | NO_HZ.txt | 33 Very old versions of Linux from the 1990s and the very early 2000s
|
/linux-4.1.27/arch/arm/common/ |
D | mcpm_head.S | 83 @ Perform an early poke, if any
|
/linux-4.1.27/arch/nios2/platform/ |
D | Kconfig.platform | 101 This option allows you to tweak the cache settings used during early
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 202 to print messages very early in the bootup process. 205 early before the console code is initialized. After enabling this
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | Kconfig | 124 get a BUG() very early in boot, this might fix the problem. For
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 106 ! do this early as pta->gettr has no pipeline forwarding (=> 5 cycle latency)
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep-splat.txt | 1 Lockdep-RCU was added to the Linux kernel in early 2010
|
D | torture.txt | 77 the synchronize_srcu() early return optimization.
|
D | RTFP.txt | 39 be tolerated in some situations. Thus, this paper provides some early 2429 CONFIG_PROVE_RCU, or at least an early version.
|
D | whatisRCU.txt | 551 more details on the current implementation as of early 2004.
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi-generic.txt | 21 - sg version 1 (original) from 1992 to early 1999 (lk 2.2.5) .
|
D | st.txt | 201 tape after the early-warning mark to flush the driver buffer. 236 When the end of medium early warning is encountered, the current write 271 For compatibility, the old syntax from early 2.5 and 2.4 kernel
|
D | ChangeLog.sym53c8xx | 173 for early kernels without pci device structure. 514 transactions since those early chip revisions may use such on 582 It is probably too early, but I wanted to complete the thing.
|
D | sym53c8xx_2.txt | 80 adds full support for the 896 but drops support for early NCR devices. 87 2000: Add support for early NCR devices to FreeBSD `sym' driver.
|
D | tmscsim.txt | 426 doing this during early revisions).
|
D | scsi_mid_low_api.txt | 125 from the SCSI subsystem. Hosts can be introduced as early as driver
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram34xx.S | 163 bleq configure_sdrc @ program the SDRC regs early (for RFR)
|
/linux-4.1.27/net/sched/ |
D | sch_red.c | 289 .early = q->stats.prob_drop + q->stats.forced_drop, in red_dump_stats()
|
D | sch_choke.c | 531 .early = q->stats.prob_drop + q->stats.forced_drop, in choke_dump_stats()
|
D | sch_gred.c | 564 opt.early = q->stats.prob_drop; in gred_dump()
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm1021 | 94 Some Xeon processors based on the Netburst (early Pentium 4, from 2001 to
|
D | it87 | 125 the Vcore voltage of the processor. The early IT8712F have 5 VID pins,
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | Kconfig | 165 Enables udbg early debugging output by sending broadcast UDP
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-nice-design.txt | 37 changing the ABI to extend priorities was discarded early on.)
|
/linux-4.1.27/Documentation/security/ |
D | keys-trusted-encrypted.txt | 53 should therefore be loaded in as secure a way as possible, preferably early in
|
D | keys.txt | 277 labeled with the default kernel context, since they are created early in the
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 65 With the release of the early multi-touch firmwares it became increasingly
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 230 bool "Support for early boot text console" 234 Say Y here to enable a faster early framebuffer boot console.
|
/linux-4.1.27/Documentation/arm/ |
D | kernel_user_helpers.txt | 37 performed only once at process startup time, and execution aborted early
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 118 In order to inject faults while debugfs is not available (early boot time),
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | einj.txt | 8 for early boot messages similar to this one:
|
/linux-4.1.27/kernel/printk/ |
D | printk.c | 885 void __init setup_log_buf(int early) in setup_log_buf() argument 894 if (!early && !new_log_buf_len) in setup_log_buf() 900 if (early) { in setup_log_buf()
|
/linux-4.1.27/Documentation/fb/ |
D | uvesafb.txt | 25 early boot, you will have to include v86d into an initramfs image, and
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig.x86 | 128 This adds the CPUFreq driver for K8/early Opteron/Athlon64 processors.
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-xsc3.S | 460 mov r0, #1 << 6 @ cp6 access for early sched_clock
|
D | Kconfig | 341 bool "Accept early Feroceon cores with an ARM926 ID" 347 Relevant for Feroceon-1850 and early Feroceon-2850.
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 17 (SMB) protocol, the native file sharing mechanism for most early
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 511 int "Maximum kmemleak early log entries" 518 freed before kmemleak is initialised, an early log buffer is 519 used to store these actions. If kmemleak reports "early log 1645 bool "Remote debugging over FireWire early on boot" 1648 If you want to debug problems which hang or crash the kernel early 1660 If ohci1394_dma=early is used as boot parameter, it will initialize
|
/linux-4.1.27/drivers/macintosh/ |
D | Kconfig | 293 I2C variant of motion sensor, found in early 2005 PowerBooks and
|
/linux-4.1.27/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_68xx.dts | 5 * This device tree is pruned and patched by early boot code before
|
D | octeon_3xxx.dts | 5 * This device tree is pruned and patched by early boot code before
|
/linux-4.1.27/Documentation/i2c/ |
D | instantiating-devices | 189 Those of you familiar with the i2c subsystem of 2.4 kernels and early 2.6
|
/linux-4.1.27/drivers/char/ |
D | virtio_console.c | 1999 bool early = early_put_chars != NULL; in virtcons_probe() local 2096 if (multiport && early) in virtcons_probe()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 8 Since its early days, the ALSA API was defined with PCM support or
|
D | ALSA-Configuration.txt | 880 patch - Specifies the early "patch" files to modify the HD-audio 979 allocation sure, load snd-page-alloc module in the early 1657 allocation sure, load snd-page-alloc module in the early 2285 proc file in prior, for example, in the early boot stage like
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 189 Documentation/early-userspace/README
|
/linux-4.1.27/drivers/edac/ |
D | Kconfig | 60 which occur really early upon boot, before the module infrastructure
|
/linux-4.1.27/Documentation/usb/ |
D | ehci.txt | 31 Such new systems have been available since early 2002, and became much
|
D | gadget_serial.txt | 140 When you link this gadget driver early, perhaps even statically,
|
D | power-management.txt | 211 Some distributions load the usbcore module very early during the boot
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 31 This creates a tmpfs/ramfs filesystem instance early at bootup.
|
/linux-4.1.27/drivers/ata/ |
D | Kconfig | 674 This option enables support for early PIIX PATA support. 886 This option enables full PIO support for the early Opti ATA
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 554 # (For 2.4 and early 2.6.) 560 # (A couple of early 2.6 laptop mode patches had these.)
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 90 it will not only setup early console.
|
/linux-4.1.27/drivers/tty/serial/ |
D | sh-sci.c | 2191 struct plat_sci_port *p, bool early) in sci_init_single() argument 2274 if (!early) { in sci_init_single()
|
D | Kconfig | 13 Support for early consoles with the earlycon parameter. This enables 83 Support for early debug console using ARM semihosting. This enables 1587 Support for early debug console using Spreadtrum's serial. This enables
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 153 of early board setup.
|
D | gpio-legacy.txt | 142 before tasking is enabled, as part of early board setup. 259 before tasking is enabled, as part of early board setup.
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 331 Every arch has an init callback function. If you need to do something early on
|
D | events.txt | 89 In order to facilitate early boot debugging, use boot option:
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | head_32.S | 1217 #error Invalid platform for USB Gecko based early debugging.
|
/linux-4.1.27/arch/arm/ |
D | Kconfig.debug | 184 If you have a Broadcom STB chip and would like early print 247 If you have a ZC702 board and want early boot messages to 1567 Say Y here if you want to have an early console using the
|
D | Kconfig | 2018 early in the bootup.
|
/linux-4.1.27/Documentation/video4linux/ |
D | videobuf | 80 buf_setup() is called early in the I/O process, when streaming is being
|
D | Zoran | 288 Intel 440BX (early stepping)
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 775 f_synctype, early); in sync_serial_ioctl_unlocked()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 305 You have a slow provider and isdn4linux gives up dialing too early.
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 191 vendor-specific callbacks on early stages.
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 26 which was my 80387 emulator for early versions of djgpp (gcc under
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 355 Pre-building could possibly even be done early, i.e before placing the 358 interrupt context or responsiveness in general. One way to add early 1079 Now the generic block layer performs partition-remapping early and thus
|
/linux-4.1.27/Documentation/cdrom/ |
D | ide-cd | 300 Some early Slackware releases had these defined incorrectly. If
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 187 This is the "early recovery" call. IOs are allowed again, but DMA is
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 260 DOIO_EARLY_NOTIFICATION - allow for early interrupt notification
|
D | Debugging390.txt | 1125 The problem state bit wasn't set & it's also too early in the boot sequence
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 4907 static void __init cgroup_init_subsys(struct cgroup_subsys *ss, bool early) in cgroup_init_subsys() argument 4931 if (early) { in cgroup_init_subsys()
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.po | 474 " interface in 2.4. and early 2.6. kernels\n"
|
D | cs.po | 469 " interface in 2.4. and early 2.6. kernels\n"
|
D | it.po | 467 " interface in 2.4. and early 2.6. kernels\n"
|
D | fr.po | 469 " interface in 2.4. and early 2.6. kernels\n"
|
D | pt.po | 471 " interface in 2.4. and early 2.6. kernels\n"
|
/linux-4.1.27/ |
D | CREDITS | 209 D: PA-RISC 32 and 64-bit early boot, firmware interface, interrupts, misc 542 D: started working on the Linux kernel. David passed away in early 1114 D: APM driver (early port) 1607 D: Some kernel programming on the floppy and sound drivers in early days
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3737 At this point, I jump to conclusions and start looking at my early 3866 If you build UML with gprof support and, early in the boot, it does 4048 try that. An early version of the preemption patch and a 2.4.10 SuSE 4321 Andrea Arcangeli <andrea at suse.de> - Redid some of the early boot
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 494 - early_init: indicate if the subsystem needs early initialization
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 72 of VESA video modes set at an early boot stage via the vga= parameter. 1675 but also on some motherboards including early VIA EPIA motherboards.
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 653 want to enable different features. The switch lines are set as early
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex-design.txt | 633 OK that we set that flag early, since now it is cleared.
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 185 This driver does not work on all machines. In particular, early CATS
|