/linux-4.4.14/drivers/net/slip/ |
D | slhc.c | 234 register short changes = 0; in slhc_compress() local 366 changes |= NEW_U; in slhc_compress() 376 changes |= NEW_W; in slhc_compress() 382 changes |= NEW_A; in slhc_compress() 388 changes |= NEW_S; in slhc_compress() 391 switch(changes){ in slhc_compress() 413 changes = SPECIAL_I; in slhc_compress() 420 changes = SPECIAL_D; in slhc_compress() 428 changes |= NEW_I; in slhc_compress() 431 changes |= TCP_PUSH_BIT; in slhc_compress() [all …]
|
/linux-4.4.14/Documentation/devicetree/ |
D | changesets.txt | 1 A DT changeset is a method which allows one to apply changes 2 in the live tree in such a way that either the full set of changes 8 When a changeset is applied, all of the changes get applied to the tree 20 a set of changes. No changes to the active tree are made at this point. 27 4. of_changeset_apply() - Apply the changes to the tree. Either the
|
D | overlay-notes.txt | 14 is reflecting the changes.
|
/linux-4.4.14/Documentation/laptops/ |
D | dslm.c | 78 int changes = 0; in measure() local 92 changes++; in measure() 107 changes--; /* Compensate for SIGINT */ in measure() 111 printf(" State changed %d times\n", changes); in measure()
|
D | thinkpad-acpi.txt | 104 in thinkpad-acpi, such changes should become quite rare. 154 point the changes in this interface are documented and interface_version 294 keys are synthesized according to changes in the mixer, 299 differently (and that behaviour changes with firmware 370 The version will have its LSB incremented if the keymap changes in a 568 implement brightness changes. When you override these events, you will 929 embedded controller registers - e.g. make sure nothing else changes 959 mode with NVRAM backing (so that brightness changes are remembered across 1122 (so that volume/mute changes are remembered across shutdown/reboot). 1160 Level "auto" means the EC changes the fan level according to some [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 57 int changes = 0; in ixgbe_copy_dcb_cfg() local 66 changes |= BIT_APP_UPCHG; in ixgbe_copy_dcb_cfg() 75 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 80 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 85 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 92 changes |= (BIT_PG_TX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg() 97 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 102 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 107 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 114 changes |= (BIT_PG_RX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg() [all …]
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | review-checklist.txt | 20 7. Emulator changes should be accompanied by unit tests for qemu-kvm.git 24 are better than duplicating changes to vendor code. 26 9. Similarly, prefer changes to arch independent code than to arch dependent
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 37 of the mainline repository, explore the revision history, commit changes to 77 Rewriting history will rewrite the changes contained in that history, 86 So, once you push a set of changes to your publicly-available server, those 87 changes should not be rewritten. Git will attempt to enforce this rule if 88 you try to push changes which do not result in a fast-forward merge 89 (i.e. changes which do not share the same history). It is possible to 97 As the mainline (or other tree upon which a set of changes is based) 105 release). If you are nervous about specific changes, you can always 112 slip in ill-advised changes which go into the mainline below the review 126 should not be making changes to the core memory management code. And, most [all …]
|
D | 5.Posting | 71 resolving conflicts and dealing with API changes. 73 Only the most simple changes should be formatted as a single patch; 74 everything else should be made as a logical series of changes. Splitting 80 changes found in your working revision control system. Instead, the 81 changes you have made need to be considered in their final form, then 83 discrete, self-contained changes, not the path you took to get to those 84 changes. 87 patch. These changes can be small ("add a field to this structure") or 94 changes in the same patch. If a single patch fixes a critical security 172 support other changes coming in later patch, say so. If internal APIs are [all …]
|
D | 2.Process | 25 API changes, and more. A typical 2.6 release can contain nearly 10,000 26 changesets with changes to several hundred thousand lines of code. 2.6 is 28 rolling development model which is continually integrating major changes. 34 community) is merged into the mainline kernel. The bulk of changes for a 35 new development cycle (and all of the major changes) will be merged during 36 this time, at a rate approaching 1,000 changes ("patches," or "changesets") 39 (As an aside, it is worth noting that the changes integrated during the 94 worse; the pile of changes waiting for the next merge window will grow 137 and controversial changes, go on for years. Much developer frustration 170 getting feedback about changes that are needed, you should either [all …]
|
D | 4.Coding | 48 on it for other reasons, but coding style changes should not be made for 178 exceptions, changes which cause regressions will be backed out if the 375 developer, you are empowered to make such changes. 377 There are, of course, some catches. API changes can be made, but they need 383 The other catch is that a developer who changes an internal API is 386 lead to literally hundreds or thousands of changes - many of which are 390 wide-ranging API changes.
|
/linux-4.4.14/Documentation/ |
D | irqflags-tracing.txt | 19 state changes. But an architecture can be irq-flags-tracing enabled in a 23 code-organizational changes first: 27 and then a couple of functional changes are needed as well to implement 48 changes break other code by modifying conditions or registers that
|
D | SubmittingPatches | 57 All changes to the Linux kernel occur in the form of patches, as 95 If your changes produce a lot of deltas, you need to split them into 106 2) Describe your changes. 155 Describe your changes in imperative mood, e.g. "make xyzzy do frotz" 201 3) Separate your changes. 206 For example, if your changes include both bug fixes and performance 207 enhancements for a single driver, separate those changes into two 208 or more patches. If your changes include an API update, and a new 212 group those changes into a single patch. Thus a single logical change 234 4) Style-check your changes. [all …]
|
D | applying-patches.txt | 21 A patch is a small text document containing a delta of changes between two 33 (or patch) file and makes the changes to the source tree described in it. 89 what would happen, but doesn't actually make any changes. Finally --verbose 102 options. It can either refuse to apply the changes and abort or it can try 103 to find a way to make the patch apply with a few minor changes. 115 You should be wary of such changes since even though patch probably got it 206 Other nice tools are diffstat, which shows a summary of changes made by a 413 usually also contain any changes in the mainline -git kernels available at 418 breakage (and any other bug in general) before changes are merged into the
|
D | Changes | 98 Architectural changes 144 These changes to the /lib/modules file tree layout also require that 226 General changes 255 Due to changes in the length of the phone number field, isdn4k-utils
|
D | BUG-HUNTING | 93 changes were contained in the sub directory, this should 96 Problems: changes in header files may have occurred; I've 103 hoping that the changes in that file are self contained.
|
D | futex-requeue-pi.txt | 81 necessary changes inside the existing calls rather than creating new 82 calls for the PI cases. Similar changes are needed for
|
D | rfkill.txt | 45 The rfkill core code also notifies userspace of state changes, and provides 68 For some platforms, it is possible that the hardware state changes during
|
D | volatile-considered-harmful.txt | 78 - Inline assembly code which changes memory, but which has no other 91 used by a network adapter, where that adapter changes pointers to
|
D | HOWTO | 235 -next kernel for a few weeks. The preferred way to submit big changes 285 documents what kinds of changes are acceptable for the -stable tree, and 435 clear and concise reasoning as to why those changes should not be made. 443 - resubmit the patch without making any of the requested changes 465 Good things to say regarding your proposed changes: 503 Break up your changes 507 dropped on it all at once. The changes need to be properly introduced, 550 get feedback to improve your work, but also keep your changes in small
|
D | stable_api_nonsense.txt | 124 important changes that needed to be made, and they were made, with 162 driver is in the tree, and a kernel interface changes, it will be fixed 175 changes require it.
|
D | SubmittingDrivers | 43 to track changes in API's. The final contact point for Linux 2.6 144 2.6 API changes:
|
D | padata.txt | 73 If a user is interested in padata cpumask changes, he can register to 84 The padata cpumask change notifier notifies about changes of the usable
|
D | SM501.txt | 44 occurs the memory footprint of the video subsystem changes.
|
D | iostats.txt | 96 introduced when changes collide, so (for instance) adding up all the 109 There were significant changes between 2.4 and 2.6 in the I/O subsystem.
|
D | ldm.txt | 22 Dynamic Disks. The journalling allows Windows to make changes to these
|
D | svga.txt | 32 mode list displayed may vary as the kernel version changes, because the 242 Screen contents retained during mode changes. 246 these changes. Unfortunately, screen contents retaining works
|
D | SubmitChecklist | 93 changes in the VM, VFS, and other subsystems.
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 1 Note these changes relate to Hannu's code and don't include the changes 27 - Just minor changes. 67 - Major changes to the Soundscape driver. The driver requires now just one 73 - Minor changes. 91 - Major changes to the SB/Jazz16/ESS driver (most parts rewritten). 96 - Some changes which reduce clicking in audio playback. 112 - Minor changes 119 - minor grammatical changes to prompts 123 - Minor changes to Maui driver. 136 - Few changes which decrease popping at end/beginning of audio playback. [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 253 struct ieee80211_bss_conf *bss_conf, u32 changes) in ath5k_bss_info_changed() argument 261 if (changes & BSS_CHANGED_BSSID) { in ath5k_bss_info_changed() 269 if (changes & BSS_CHANGED_BEACON_INT) in ath5k_bss_info_changed() 272 if (changes & BSS_CHANGED_ERP_SLOT) { in ath5k_bss_info_changed() 281 if (changes & BSS_CHANGED_ASSOC) { in ath5k_bss_info_changed() 302 if (changes & BSS_CHANGED_BEACON) { in ath5k_bss_info_changed() 308 if (changes & BSS_CHANGED_BEACON_ENABLED) in ath5k_bss_info_changed() 311 if (changes & (BSS_CHANGED_BEACON | BSS_CHANGED_BEACON_ENABLED | in ath5k_bss_info_changed()
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | ChangeLog | 20 floating point registers. Therefore, any changes to the 29 * The changes are designed to break any patch that goes on top 30 of this code, so that the authors properly review their changes. 53 * user_fp and FPA11 have now been harmonized. Most of the changes 88 * ChangeLog - Added this file to track changes made.
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00mac.c | 591 u32 changes) in rt2x00mac_bss_info_changed() argument 606 if (changes & BSS_CHANGED_BSSID) in rt2x00mac_bss_info_changed() 613 if (changes & BSS_CHANGED_BEACON_ENABLED) { in rt2x00mac_bss_info_changed() 659 if (changes & BSS_CHANGED_ASSOC) { in rt2x00mac_bss_info_changed() 677 if (changes & BSS_CHANGED_QOS && !bss_conf->qos) in rt2x00mac_bss_info_changed() 684 if (changes & (BSS_CHANGED_ERP_CTS_PROT | BSS_CHANGED_ERP_PREAMBLE | in rt2x00mac_bss_info_changed() 687 rt2x00lib_config_erp(rt2x00dev, intf, bss_conf, changes); in rt2x00mac_bss_info_changed()
|
/linux-4.4.14/Documentation/power/regulator/ |
D | design.txt | 17 => The API should make no changes to the hardware state unless it has 18 specific knowledge that these changes are safe to perform on this
|
D | consumer.txt | 83 when enabled, then the voltage changes instantly, otherwise the voltage 84 configuration changes and the voltage is physically set when the regulator is 113 when enabled, then the current limit changes instantly, otherwise the current 114 limit configuration changes and the current limit is physically set when the 131 changes. e.g. consumer driver is idle and subsequently draws less current
|
/linux-4.4.14/fs/affs/ |
D | Changes | 39 - sizeof changes from Kernel Janitor Project 87 - s_lock changes 161 - File mode changes were not updated on disk. 186 - dentry changes. (Thanks to Jes Sorensen for his help.) 204 directory changes). 255 - rename() will not ignore changes in filename 306 - Minor changes to adhere to the new VFS interface. 321 - Several other changes I just cannot remember
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-toshiba_acpi | 15 a reboot for changes to take effect. 112 Note that toggling this value requires a reboot for changes to 156 Note that toggling this value requires a reboot for changes to 168 Note that toggling this value requires a reboot for changes to 179 Note that toggling this value requires a reboot for changes to
|
D | sysfs-bus-iio-frequency-adf4350 | 21 down the PLL and its RFOut buffers during REFin changes.
|
D | sysfs-bus-intel_th-devices-msc | 16 If operating mode changes, existing buffer is deallocated,
|
D | sysfs-driver-samsung-laptop | 18 and it's still unknown if this value even changes
|
D | sysfs-driver-hid-picolcd | 42 to flush it's tiny changes explicitely at higher than default rate.
|
D | pstore | 37 The 'kmsg_bytes' mount option changes the target amount of
|
D | sysfs-bus-pci-devices-cciss | 40 drive topology changes.
|
D | sysfs-ocfs2 | 83 Writing a new stack name to this file changes the current
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-event.c | 328 u32 old_changes = old->u.src_change.changes; in v4l2_event_src_replace() 331 old->u.src_change.changes |= old_changes; in v4l2_event_src_replace() 337 new->u.src_change.changes |= old->u.src_change.changes; in v4l2_event_src_merge()
|
D | v4l2-ctrls.c | 1203 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) in fill_event() argument 1208 ev->u.ctrl.changes = changes; in fill_event() 1225 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event() argument 1232 fill_event(&ev, ctrl, changes); in send_event() 3363 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in v4l2_ctrl_add_event() local 3366 changes |= V4L2_EVENT_CTRL_CH_VALUE; in v4l2_ctrl_add_event() 3367 fill_event(&ev, ctrl, changes); in v4l2_ctrl_add_event() 3388 u32 old_changes = old->u.ctrl.changes; in v4l2_ctrl_replace() 3391 old->u.ctrl.changes |= old_changes; in v4l2_ctrl_replace() 3397 new->u.ctrl.changes |= old->u.ctrl.changes; in v4l2_ctrl_merge()
|
/linux-4.4.14/Documentation/memory-devices/ |
D | ti-emif.txt | 30 temperature changes 45 EMIF driver registers notifiers for voltage and frequency changes
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 877 u16 changes = 0; in rfcomm_tty_set_termios() local 893 changes |= RFCOMM_RPN_PM_PARITY; in rfcomm_tty_set_termios() 915 changes |= RFCOMM_RPN_PM_XON; in rfcomm_tty_set_termios() 924 changes |= RFCOMM_RPN_PM_XOFF; in rfcomm_tty_set_termios() 932 changes |= RFCOMM_RPN_PM_STOP; in rfcomm_tty_set_termios() 944 changes |= RFCOMM_RPN_PM_DATA; in rfcomm_tty_set_termios() 966 changes |= RFCOMM_RPN_PM_BITRATE; in rfcomm_tty_set_termios() 1003 if (changes) in rfcomm_tty_set_termios() 1006 RFCOMM_RPN_FLOW_NONE, x_on, x_off, changes); in rfcomm_tty_set_termios()
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 9 logged are made up of the changes to in-core structures rather than on-disk 10 structures. Other objects - typically buffers - have their physical changes 23 changes in the new transaction that is written to the log. 25 That is, if we have a sequence of changes A through to F, and the object was 40 the aggregation of all the previous changes currently held only in the log. 62 the log - repeated operations to the same objects write the same changes to 79 Effectively, this gives us the maximum bound of outstanding metadata changes 98 contains all the changes from the previous changes. In other words, we have one 109 infrastructure to keep track of logical changes in memory prior to physically 110 formatting the changes in a transaction to the log buffer. Hence we cannot avoid [all …]
|
D | gfs2.txt | 11 features of GFS is perfect consistency -- changes made to the file system
|
D | porting | 215 ->d_parent changes are not protected by BKL anymore. Read access is safe 286 implementing on-disk size changes. Start with a copy of the old inode_setattr 366 Documentation/filesystems/path-lookup.txt). d_hash and d_compare changes 367 (above) are examples of the changes required to support this. For more complex 369 no changes are required to the filesystem. However, this is costly and loses
|
D | jfs.txt | 25 integrity(*) Commit metadata changes to the journal. Use this option to
|
D | overlayfs.txt | 115 This means that changes to the merged directory do not appear while a 209 Offline changes, when the overlay is not mounted, are allowed to either
|
D | logfs.txt | 88 In LogFS, the block pointer changes are cached in the journal by means 91 the changed data. Any 8-byte word can be changes in this manner.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 12 - Merge changes for linux-2.4 that declare the host template 123 through the /proc FS (rather cosmetic changes that consist in 131 some minor changes. The driver can now attach any number of 267 - Cosmetic changes for sparc (but not for the driver) that needs 292 does not have all the Sparc changes of the vger tree. 308 changes, etc ... 333 - Linux config changes for 2.0.34: 343 - Some other minor changes. 353 - Several aggressive SCRIPTS optimizations and changes: 357 - Miscallaneous changes in the C code: [all …]
|
D | ChangeLog.ips | 66 - Merge in changes through kernel 2.4.0test1ac21 77 - Sync with other changes from the 2.3 kernels
|
D | sym53c500_cs.txt | 5 (1) extensive kernel changes between 2.4 and 2.6.
|
D | ChangeLog.1992-1997 | 194 * Minor spelling/punctuation changes throughout. Nothing 206 * sr.c: spelling/whitespace changes. 367 * sr.c: Photo-cd related changes. (Gerd Knorr??). 379 changes. 409 * qlogic.c: Minor changes (change sti -> restore_flags). 472 Big changes here. 568 * sd.c: More s/int/long/ changes. 578 * sr.c: More changes for Photo-CD. This apparently breaks NEC drives. 594 Lots of changes to use save_state/restore_state instead of cli/sti. 737 * st.c: More changes from Kai. Add ready flag to indicate drive [all …]
|
D | hpsa.txt | 54 etc.) and notify the SCSI midlayer of any changes detected. Normally this is 56 command line variety) so for logical drive changes, the user should not
|
D | ChangeLog.lpfc | 207 * VPD changes: 1) Modify driver to use the model name and 353 * In remote port changes: no longer nulling target->pnode when 358 (per the pre-remote port changes). 442 Only major changes is chaning of some offsets from word-based to 671 * Discovery changes regarding setting targetp->pnode and 724 * Integrated patch from Christoph Hellwig: Quite a lot of changes 763 * Preliminary changes for block/unblock kernel API extensions in 764 progress with linux-scsi list. These are name changes and 765 prototype changes only. 890 * Additional timer changes as per Arjan / Christoph's comments. [all …]
|
D | advansys.txt | 196 basis for the Linux v1.3.X changes which were included in the 212 Doug Gilbert <dgilbert@interlog.com> has made changes and 238 save_flags/restore_flags changes.
|
D | ChangeLog.sym53c8xx | 10 - + A couple of minor changes. 47 - Merge changes for linux-2.4 that declare the host template 141 Many thanks to David S. Miller for his preliminary changes 169 Many thanks to David S. Miller for his preliminary changes 208 through the /proc FS (rather cosmetic changes that consist in 386 - Equivalent changes as ncr53c8xx-3.2 due to the driver bundle. 455 - Some other minors changes.
|
D | in2000.txt | 83 inline code for IO writes. Made a few other changes and 111 Lots of good changes. Advice from Bill Earnest resulted
|
D | dpti.txt | 80 * to use them 'as is' or I can miss changes in the interface.
|
D | scsi-generic.txt | 80 ** There were 3 changes to sg version 3.1.20 by third parties in the
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 1199 s32 value, u32 changes) in uvc_ctrl_fill_event() argument 1209 ev->u.ctrl.changes = changes; in uvc_ctrl_fill_event() 1220 s32 value, u32 changes) in uvc_ctrl_send_event() argument 1228 uvc_ctrl_fill_event(handle->chain, &ev, ctrl, mapping, value, changes); in uvc_ctrl_send_event() 1233 (changes & V4L2_EVENT_CTRL_CH_FLAGS))) in uvc_ctrl_send_event() 1244 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_slave_event() local 1262 changes |= V4L2_EVENT_CTRL_CH_VALUE; in uvc_ctrl_send_slave_event() 1264 uvc_ctrl_send_event(handle, ctrl, mapping, val, changes); in uvc_ctrl_send_slave_event() 1272 u32 changes = V4L2_EVENT_CTRL_CH_VALUE; in uvc_ctrl_send_events() local 1294 changes |= V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_events() [all …]
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.saa7134 | 40 Please mail me unified diffs ("diff -u") with your changes, and don't 41 forget to tell me what it changes / which problem it fixes / whatever
|
D | README.cx88 | 50 cx88-cards.c. If that worked, mail me your changes as unified
|
D | README.pvrusb2 | 147 changes inside the pvrusb2 driver are translated into V4L1 152 changes inside the pvrusb2 driver are translated into V4L2
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | tca8418_keypad.txt | 2 changes:
|
D | lpc32xx-key.txt | 4 changes:
|
D | omap-keypad.txt | 10 changes:
|
D | twl4030-keypad.txt | 10 changes:
|
D | atmel,maxtouch.txt | 15 on GPIO bit changes. An array of up to 8 entries can be provided
|
D | brcm,bcm-keypad.txt | 10 changes:
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | core.txt | 33 policy changes (ex. thermal modules like ACPI) or of all 34 frequency changes (ex. timing code) or even need to force certain 36 kernel "constant" loops_per_jiffy is updated on frequency changes
|
D | cpufreq-nforce2.txt | 2 The cpufreq-nforce2 driver changes the FSB on nVidia nForce2 platforms.
|
D | amd-powernow.txt | 4 implementation changes in new generations of the processors,
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | firewire-cdev | 51 during its entire life time. Bus topology changes, and hence 52 node ID changes, are tracked by firewire-core. ABI users do not 96 with the file descriptor, back out any changes to the local
|
D | sysfs-driver-qla2xxx | 7 Users: qla2xxx-udev.sh. Proposed changes should be mailed to
|
D | o2cb | 9 Users: ocfs2-tools. It's sufficient to mail proposed changes to
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 37 Driver suspend changes the LED state to LED_OFF and resume doesn't change 40 changes are suspended while the driver is in suspend state. Any timers 45 LED state changes are controlled using brightness which is a common led 53 active, in which case LED state changes to LED_OFF. 62 state, the LED state changes to LED_OFF.
|
/linux-4.4.14/Documentation/hwmon/ |
D | acpi_power_meter | 49 power[1-*]_cap will be notified if the firmware changes the power cap. 50 power[1-*]_interval will be notified if the firmware changes the averaging
|
D | submitting-patches | 41 * If the added functionality requires some cleanup or structural changes, split 43 to review your changes, and to bisect any resulting problems.
|
/linux-4.4.14/Documentation/isdn/ |
D | HiSax.cert | 20 version and the tested hardware. Any changes to the HiSax source code may 43 changes in HiSax do not affect the certification. 72 Please send any changes, bugfixes and patches to me rather than implementing
|
D | INTERFACE.fax | 61 If the phase changes because of an AT command, the LL driver 62 changes this value. Otherwise the HL-driver takes care of it, but
|
/linux-4.4.14/Documentation/ABI/ |
D | README | 27 aware of changes that can occur before these interfaces move to 31 notify them if any changes occur (see the description of the 52 it changes. This is very important for interfaces in
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | o2cb | 9 Users: ocfs2-tools. It's sufficient to mail proposed changes to
|
/linux-4.4.14/Documentation/fb/ |
D | vesafb.txt | 110 some parameters. vesafb can use it for palette changes and 143 vgapal Use the standard vga registers for palette changes. 145 pmipal Use the protected mode interface for palette changes. 180 Minor (mostly typo) changes
|
D | cirrusfb.txt | 70 * Compile fixes related to new 2.3.x IORESOURCE_IO[PORT] symbol changes.
|
D | tgafb.txt | 24 User-visible changes since Linux 2.2.x:
|
D | uvesafb.txt | 76 vgapal Use the standard VGA registers for palette changes. 78 pmipal Use the protected mode interface for palette changes.
|
D | deferred_io.txt | 44 No changes needed. mmap the framebuffer like normal and just use it.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | meson-dwmac.txt | 4 described in the file net/stmmac.txt with the following changes.
|
D | ipq806x-dwmac.txt | 4 described in the file net/stmmac.txt with the following changes.
|
/linux-4.4.14/Documentation/vm/ |
D | overcommit-accounting | 68 o We account mprotect changes in commit 69 o We account mremap changes in size
|
D | soft-dirty.txt | 31 While in most cases tracking memory changes by #PF-s is more than enough
|
D | active_mm.txt | 77 because it slightly changes the interfaces to accommodate the alpha (who
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 108 16 changes in program flow taken by the program sequencer. The history 120 The trace buffer can be configured to omit recording of changes in 133 The trace buffer records all changes of flow 188 The CPLB error handler contains a lot of flow changes which can 245 allow simulator test cases to be run under Linux with no changes.
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_crtc2.c | 465 int changes; in matroxfb_dh_ioctl() local 490 changes = 0; in matroxfb_dh_ioctl() 494 changes = 1; in matroxfb_dh_ioctl() 498 changes = 1; in matroxfb_dh_ioctl() 502 if (!changes) in matroxfb_dh_ioctl()
|
/linux-4.4.14/mm/ |
D | vmstat.c | 437 int changes = 0; in fold_diff() local 442 changes++; in fold_diff() 444 return changes; in fold_diff() 468 int changes = 0; in refresh_cpu_vm_stats() local 513 changes++; in refresh_cpu_vm_stats() 517 changes += fold_diff(global_diff); in refresh_cpu_vm_stats() 518 return changes; in refresh_cpu_vm_stats()
|
/linux-4.4.14/arch/parisc/math-emu/ |
D | README | 5 enough to update our copies with later changes from HP-UX -- it'll
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-FAQ.txt | 23 Q: How do the changes posted to netdev make their way into Linux? 35 Q: How often do changes from these trees make it to the mainline Linus tree? 50 the net-next tree will be closed - no new changes/features. The 204 A: If your changes are against net-next, the expectation is that you 205 have tested by layering your changes on top of net-next. Ideally you 207 minimum, your changes should survive an "allyesconfig" and an
|
D | ip_dynaddr.txt | 10 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
|
D | ixgb.txt | 171 of configuration changes that, when applied together, will increase the ability 176 NOTE: These changes are only suggestions, and serve as a starting point for 179 The changes are made in three major ways, listed in order of greatest effect: 248 NOTE: Unless these scripts are added to the boot process, these changes will 279 with tools to make these changes for you. To learn the proper way to
|
D | README.ipw2200 | 401 frequently changes being incorporated that have not gone through 402 a complete validation process. These changes are incorporated into 421 The major version number will be incremented when significant changes 422 are made to the driver. Currently, there are no major changes planned.
|
D | netif-msg.txt | 56 Messages should changes from
|
D | batman-adv.txt | 11 cols won't be affected by any changes within the network. You can 101 sive to topology changes, but will also increase the overhead.
|
D | phy.txt | 76 the link state changes, so it can react. 82 allowing the network driver to react first to any changes before the PAL 94 First, you need a function to react to changes in the link state. This 147 every second before the state machine reacts to any changes. To do this, you
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 105 * Additional minor changes. 129 * Ver 1.7 Sep 10 96 Minor changes for the CONNER CTT8000-A model. 147 * Additional minor changes. 196 * Proposed changes to code: 204 * Proposed changes to release-notes: 226 * - Cosmetic code changes for readability.
|
D | ChangeLog.ide-cd.1994-2004 | 6 * (from mlord) -- minor changes to cdrom_setup() 25 * 2.04b May 30, 1995 -- Fix to match changes in ide.c version 3.16 -ml 114 * register correctly. Make sure we see media changes 129 * -- Other stuff that I forgot (lots of changes) 139 * Minor other changes
|
D | ChangeLog.ide-floppy.1996-2002 | 6 * Ver 0.2 Oct 31 96 Minor changes.
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | rxon.c | 1411 u32 changes) in iwlagn_bss_info_changed() argument 1420 if (changes & BSS_CHANGED_IDLE && bss_conf->idle) { in iwlagn_bss_info_changed() 1440 if (changes & BSS_CHANGED_BEACON_INT) in iwlagn_bss_info_changed() 1443 if (changes & BSS_CHANGED_QOS) { in iwlagn_bss_info_changed() 1454 if (changes & BSS_CHANGED_ASSOC) { in iwlagn_bss_info_changed() 1521 if (changes & BSS_CHANGED_ASSOC && bss_conf->assoc) { in iwlagn_bss_info_changed() 1535 if (changes & BSS_CHANGED_IBSS) { in iwlagn_bss_info_changed() 1544 if (changes & BSS_CHANGED_BEACON && priv->beacon_ctx == ctx) { in iwlagn_bss_info_changed()
|
/linux-4.4.14/Documentation/input/ |
D | event-codes.txt | 7 used to separate input events into packets of input data changes occurring at 31 - Used to describe state changes of keyboards, buttons, or other key-like 35 - Used to describe relative axis value changes, e.g. moving the mouse 5 units 39 - Used to describe absolute axis value changes, e.g. describing the 76 - Used to synchronize and separate events into packets of input data changes 152 EV_REL events describe relative changes in a property. For example, a mouse may 165 EV_ABS events describe absolute changes in a property. For example, a touchpad
|
D | cs461x.txt | 24 The patch contains minor changes of Config.in and Makefile files. All
|
D | appletouch.txt | 67 noise when the temperature changes. This is especially true when you power-on
|
D | xpad.txt | 62 For dance style pads (like the redoctane pad) several changes 226 Later changes may be viewed with 'git log Documentation/input/xpad.txt'
|
D | multi-touch-protocol.txt | 58 identified contact, and use that slot to propagate changes for the contact. 63 longer present is considered removed. Since only changes are propagated, 71 contact associated with a slot changes, the driver should invalidate that
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_jack.c | 558 int i, changes = 0; in snd_hda_jack_poll_all() local 568 changes = 1; in snd_hda_jack_poll_all() 571 if (changes) in snd_hda_jack_poll_all()
|
/linux-4.4.14/Documentation/trace/ |
D | events-power.txt | 9 o System clock related changes 10 o Power domains related changes and transitions
|
/linux-4.4.14/Documentation/usb/ |
D | functionfs.txt | 19 interface numbers starting from zero). The FunctionFS changes 28 configuration changes to (say) endpoint 2)). "ep0" is used
|
D | mtouchusb.txt | 10 - 1.4 - Multiple changes to support the EXII 5000UC and house cleaning
|
/linux-4.4.14/Documentation/devicetree/bindings/cpufreq/ |
D | tegra124-cpufreq.txt | 14 - pll_p: Auxiliary PLL used during fast PLL rate changes.
|
/linux-4.4.14/drivers/staging/media/mn88473/ |
D | TODO | 3 question could need some changes. However, if that driver is mainlined
|
/linux-4.4.14/drivers/staging/media/mn88472/ |
D | TODO | 3 question could need some changes. However, if that driver is mainlined
|
/linux-4.4.14/drivers/net/wireless/libertas_tf/ |
D | main.c | 489 u32 changes) in lbtf_op_bss_info_changed() argument 495 if (changes & (BSS_CHANGED_BEACON | BSS_CHANGED_BEACON_INT)) { in lbtf_op_bss_info_changed() 512 if (changes & BSS_CHANGED_BSSID) { in lbtf_op_bss_info_changed() 517 if (changes & BSS_CHANGED_ERP_PREAMBLE) { in lbtf_op_bss_info_changed()
|
/linux-4.4.14/Documentation/cpuidle/ |
D | driver.txt | 21 It can also support the dynamic changes (like battery <-> AC), by using
|
/linux-4.4.14/arch/mips/loongson32/ |
D | Kconfig | 29 This option changes the default clockevent/clocksource to PWM Timer,
|
/linux-4.4.14/Documentation/acpi/ |
D | method-customizing.txt | 57 3. undo your changes 60 For an overrided method, in order to undo your changes, please
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 2182 u32 changes) in iwl_mvm_bss_info_changed_station() argument 2192 if (changes & BSS_CHANGED_ASSOC && bss_conf->assoc) in iwl_mvm_bss_info_changed_station() 2201 if (changes & BSS_CHANGED_BSSID && !mvmvif->associated) in iwl_mvm_bss_info_changed_station() 2212 if (changes & BSS_CHANGED_ASSOC) { in iwl_mvm_bss_info_changed_station() 2296 } else if (changes & BSS_CHANGED_BEACON_INFO) { in iwl_mvm_bss_info_changed_station() 2305 if (changes & BSS_CHANGED_BEACON_INFO) { in iwl_mvm_bss_info_changed_station() 2310 if (changes & (BSS_CHANGED_PS | BSS_CHANGED_P2P_PS | BSS_CHANGED_QOS)) { in iwl_mvm_bss_info_changed_station() 2316 if (changes & BSS_CHANGED_TXPOWER) { in iwl_mvm_bss_info_changed_station() 2322 if (changes & BSS_CHANGED_CQM) { in iwl_mvm_bss_info_changed_station() 2334 if (changes & BSS_CHANGED_ARP_FILTER) { in iwl_mvm_bss_info_changed_station() [all …]
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver-changes.txt | 1 This file details changes in 2.6 which affect PCMCIA card driver authors: 20 * pcmcia_request_window changes (as of 2.6.36) 27 * pcmcia_request_io changes (as of 2.6.36)
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | TODO | 36 changes.
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | TODO | 22 interface changes to the MC.
|
/linux-4.4.14/fs/gfs2/ |
D | Kconfig | 15 GFS is perfect consistency -- changes made to the filesystem on one
|
/linux-4.4.14/Documentation/extcon/ |
D | porting-android-switch-class | 42 With this changes, the ex-switch extcon class device works as it once 98 Call nb for any changes in edev.
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 46 including the console 3270, changes subchannel identifier relative to 113 changes to /etc/inittab. 188 down. When it fills, the status area changes from "Linux Running" to 198 changes to "Linux More...". At this time you can do several things or 208 changes the scrolling timeout value to 60 sec. Set scrolltime to 0 if
|
D | qeth.txt | 12 of some configured Bridge Port device on the channel changes, a udev
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 125 The cciss driver must be informed that changes to the SCSI bus 131 This causes the driver to query the adapter about changes to the 137 of these changes.
|
/linux-4.4.14/net/dccp/ |
D | Kconfig | 46 This module allows for capturing the changes to DCCP connection
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | TODO | 27 As of now since the interface will undergo few changes all the include
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-ali1535 | 26 observed through testing. These changes are reflected in this driver and
|
/linux-4.4.14/Documentation/frv/ |
D | atomic-ops.txt | 40 (3) Make changes to the value. 59 not any changes were made to the target memory location during that exception.
|
/linux-4.4.14/Documentation/power/ |
D | pm_qos_interface.txt | 30 changes to the request list or elements of the list. Typically the 96 Values are updated in response to changes of the request list. 202 Whenever the effective latency tolerance changes for the device, its 211 state changes (e.g. during transitions from D3cold to D0), which generally may
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | Kconfig | 33 not be notified of any resource changes made by writing directly.
|
/linux-4.4.14/Documentation/security/ |
D | LSM.txt | 16 specific changes to system operation when these tweaks are not available
|
/linux-4.4.14/arch/powerpc/mm/ |
D | numa.c | 1245 cpumask_t *changes = &cpu_associativity_changes_mask; in update_cpu_associativity_changes_mask() local 1259 cpumask_or(changes, changes, cpu_sibling_mask(cpu)); in update_cpu_associativity_changes_mask() 1264 return cpumask_weight(changes); in update_cpu_associativity_changes_mask()
|
/linux-4.4.14/Documentation/arm/ |
D | firmware.txt | 6 world, which changes the way some things have to be initialized. This makes
|
D | Interrupts | 7 Firstly, it contains some pretty major changes to the way we handle the 16 The 2.5 kernels will be having major changes to the way IRQs are handled.
|
D | mem_alignment | 23 real bad - it changes the behaviour of all unaligned instructions in user
|
/linux-4.4.14/kernel/gcov/ |
D | Kconfig | 58 exceptions where format changes are integrated in lower-version GCCs.
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-max732x.txt | 23 The I/O expander can detect input state changes, and thus optionally act as
|
D | gpio-pcf857x.txt | 45 The I/O expander can detect input state changes, and thus optionally act as
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | Kconfig | 47 option changes the default for that module option.
|
/linux-4.4.14/Documentation/ja_JP/ |
D | SubmittingPatches | 587 to get these changes:" 714 Some strategies to get difficult or controversial changes in.
|
/linux-4.4.14/Documentation/hid/ |
D | hiddev.txt | 72 This is the event interface. When the HID device's state changes, 77 usage changes available to the reader using a struct hiddev_event: 129 changes. Note that the use of this ioctl is unnecessary in general,
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 1296 u32 changes) in zd_op_bss_info_changed() argument 1301 dev_dbg_f(zd_mac_dev(mac), "changes: %x\n", changes); in zd_op_bss_info_changed() 1307 if (changes & BSS_CHANGED_BEACON) { in zd_op_bss_info_changed() 1317 if (changes & BSS_CHANGED_BEACON_ENABLED) { in zd_op_bss_info_changed() 1344 if (changes & BSS_CHANGED_ERP_PREAMBLE) { in zd_op_bss_info_changed()
|
/linux-4.4.14/drivers/block/ |
D | cciss_scsi.c | 528 int i,j, found, changes=0; in adjust_cciss_scsi_table() local 572 changes++; in adjust_cciss_scsi_table() 577 changes++; in adjust_cciss_scsi_table() 618 changes++; in adjust_cciss_scsi_table() 624 changes++; in adjust_cciss_scsi_table() 635 if (hostno == -1 || !changes) in adjust_cciss_scsi_table()
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 49 is heard when the gain increase or decrease changes the mean audio signal
|
D | jack.txt | 26 headphone when the headphone jack status changes.
|
/linux-4.4.14/Documentation/arm/Samsung/ |
D | Overview.txt | 58 Layout changes
|
/linux-4.4.14/arch/sh/kernel/ |
D | entry-common.S | 12 ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address
|
/linux-4.4.14/ |
D | Kbuild | 17 # Use filechk to avoid rebuilds when a header changes, but the resulting file
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | common.c | 5333 struct ieee80211_bss_conf *bss_conf, u32 changes) in il_mac_bss_info_changed() argument 5339 D_MAC80211("enter: changes 0x%x\n", changes); in il_mac_bss_info_changed() 5347 if (changes & BSS_CHANGED_QOS) { in il_mac_bss_info_changed() 5356 if (changes & BSS_CHANGED_BEACON_ENABLED) { in il_mac_bss_info_changed() 5364 if (changes & BSS_CHANGED_BSSID) { in il_mac_bss_info_changed() 5401 if (vif->type == NL80211_IFTYPE_ADHOC && (changes & BSS_CHANGED_BEACON)) in il_mac_bss_info_changed() 5404 if (changes & BSS_CHANGED_ERP_PREAMBLE) { in il_mac_bss_info_changed() 5412 if (changes & BSS_CHANGED_ERP_CTS_PROT) { in il_mac_bss_info_changed() 5424 if (changes & BSS_CHANGED_BASIC_RATES) { in il_mac_bss_info_changed() 5441 if (changes & BSS_CHANGED_HT) { in il_mac_bss_info_changed() [all …]
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 432 dpkg-genchanges > ../${sourcename}_${packageversion}_${debarch}.changes 434 dpkg-genchanges -b > ../${sourcename}_${packageversion}_${debarch}.changes
|
/linux-4.4.14/arch/openrisc/ |
D | README.openrisc | 84 a much improved version with changes all around.
|
/linux-4.4.14/drivers/media/rc/img-ir/ |
D | Kconfig | 15 changes to the IR raw decoders for software decoding. This is much
|
/linux-4.4.14/include/uapi/sound/ |
D | asoc.h | 24 #error with incompatible changes to what is here.
|
/linux-4.4.14/Documentation/rapidio/ |
D | tsi721.txt | 12 destination IDs without need for changes in outbound window translation.
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 7 Major changes not expected except in response to comments
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-arvo | 49 the assignment of the number block changes.
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 35 Note that no_new_privs does not prevent privilege changes that do not
|
/linux-4.4.14/net/sctp/ |
D | Kconfig | 44 This module allows for capturing the changes to SCTP association
|
/linux-4.4.14/tools/perf/Documentation/ |
D | android.txt | 32 2. Build your own NDK sysroot to contain latest bionic changes and set the
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 6 that can be used in conjunction with compiler changes to check memory 27 For MPX to work, changes are required in the kernel, binutils and compiler. 28 No source changes are required for applications, just a recompile.
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | user_sdma.c | 897 int changes; in user_sdma_send_pkts() local 899 changes = set_txreq_header_ahg(req, tx, in user_sdma_send_pkts() 901 if (changes < 0) in user_sdma_send_pkts() 905 datalen, req->ahg_idx, changes, in user_sdma_send_pkts()
|
/linux-4.4.14/Documentation/networking/mac80211_hwsim/ |
D | README | 16 point, mac80211_hwsim is yet another hardware driver, i.e., no changes
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | tqm5200.dts | 144 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
|
D | charon.dts | 142 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
|
D | lite5200.dts | 235 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
|
/linux-4.4.14/drivers/net/hamradio/ |
D | scc.c | 432 unsigned char status,changes,chg_and_stat; in scc_exint() local 437 changes = status ^ scc->status; in scc_exint() 438 chg_and_stat = changes & status; in scc_exint() 447 if ((changes & SYNC_HUNT) && scc->kiss.softdcd) in scc_exint() 465 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */ in scc_exint()
|
/linux-4.4.14/Documentation/wimax/ |
D | README.wimax | 23 calls to notify about changes of state in the device.
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 76 I2C device but may also be used between direction changes by some
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | nvidia,tegra20-i2c.txt | 35 Due to above changes, Tegra114 I2C driver makes incompatible with
|
/linux-4.4.14/net/ |
D | Kconfig | 17 should consider updating your networking tools too because changes 124 firewalls often require changes to the programs running on the local 321 This module allows for capturing the changes to TCP connection
|
/linux-4.4.14/arch/ia64/kernel/ |
D | fsys.S | 130 #error fsys_gettimeofday incompatible with changes to struct fsyscall_gtod_data_t 133 #error fsys_gettimeofday incompatible with changes to struct itc_jitter_data_t
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | Kconfig | 228 bool "Enable SDRC AC timing register changes"
|
/linux-4.4.14/drivers/memory/ |
D | Kconfig | 50 temperature changes
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 27 regulator. It changes the regulator between 3.3V and 1.8V at the
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex.txt | 35 the top priority waiter of a task changes (for example it timed out or
|
/linux-4.4.14/Documentation/powerpc/ |
D | dscr.txt | 48 the same thing as above but unlike the global one above, it just changes
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | rk808.txt | 29 the gpio controller. If DVS GPIOs aren't present, voltage changes will happen
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 447 As this sets up the irq handling make sure to not handle changes to the 465 Enables irqs and handling of changes to the ms lines. 468 Disables irqs and handling of changes to the ms lines.
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 5993 &switch_update_params->changes)) { in bnx2x_func_send_switch_update() 5997 &switch_update_params->changes); in bnx2x_func_send_switch_update() 6001 &switch_update_params->changes)) { in bnx2x_func_send_switch_update() 6008 &switch_update_params->changes)) { in bnx2x_func_send_switch_update() 6015 &switch_update_params->changes)) { in bnx2x_func_send_switch_update() 6018 &switch_update_params->changes)) in bnx2x_func_send_switch_update() 6025 &switch_update_params->changes)) { in bnx2x_func_send_switch_update() 6028 &switch_update_params->changes)) in bnx2x_func_send_switch_update() 6031 &switch_update_params->changes)) in bnx2x_func_send_switch_update() 6034 &switch_update_params->changes)) in bnx2x_func_send_switch_update() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra114-pinmux.txt | 18 - nvidia,lock: Integer. Lock the pin configuration against further changes
|
D | nvidia,tegra30-pinmux.txt | 16 - nvidia,lock: Integer. Lock the pin configuration against further changes
|
/linux-4.4.14/Documentation/fmc/ |
D | FMC-and-SDB.txt | 82 changes on our drivers if that happens.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | TODO | 100 there are some easy changes that can be done to parallelize sequential writes,
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 9 - Identify average reaction time of a governor to CPU load changes
|
/linux-4.4.14/Documentation/RCU/ |
D | listRCU.txt | 75 The changes to the update side are also straightforward. A reader-writer 224 time the external state changes before Linux becomes aware of the change,
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 77 2004-11-23 - merged changes from DiB3000MC_ver2.1 84 - merged my changes (for dib3000mb/dibusb) to the FE_REFACTORING, because it became HEAD
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 188 This function is called when a task changes its scheduling class or changes
|