Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 200 of 467) sorted by relevance

123

/linux-4.4.14/drivers/net/slip/
Dslhc.c234 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/
Dchangesets.txt1 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
Doverlay-notes.txt14 is reflecting the changes.
/linux-4.4.14/Documentation/laptops/
Ddslm.c78 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()
Dthinkpad-acpi.txt104 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/
Dixgbe_dcb_nl.c57 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/
Dreview-checklist.txt20 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/
D7.AdvancedTopics37 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 …]
D5.Posting71 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 …]
D2.Process25 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 …]
D4.Coding48 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/
Dirqflags-tracing.txt19 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
DSubmittingPatches57 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 …]
Dapplying-patches.txt21 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
DChanges98 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
DBUG-HUNTING93 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.
Dfutex-requeue-pi.txt81 necessary changes inside the existing calls rather than creating new
82 calls for the PI cases. Similar changes are needed for
Drfkill.txt45 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
Dvolatile-considered-harmful.txt78 - Inline assembly code which changes memory, but which has no other
91 used by a network adapter, where that adapter changes pointers to
DHOWTO235 -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
Dstable_api_nonsense.txt124 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.
DSubmittingDrivers43 to track changes in API's. The final contact point for Linux 2.6
144 2.6 API changes:
Dpadata.txt73 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
DSM501.txt44 occurs the memory footprint of the video subsystem changes.
Diostats.txt96 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.
Dldm.txt22 Dynamic Disks. The journalling allows Windows to make changes to these
Dsvga.txt32 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
DSubmitChecklist93 changes in the VM, VFS, and other subsystems.
/linux-4.4.14/sound/oss/
DCHANGELOG1 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/
Dmac80211-ops.c253 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/
DChangeLog20 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/
Drt2x00mac.c591 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/
Ddesign.txt17 => 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
Dconsumer.txt83 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/
DChanges39 - 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/
Dsysfs-driver-toshiba_acpi15 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
Dsysfs-bus-iio-frequency-adf435021 down the PLL and its RFOut buffers during REFin changes.
Dsysfs-bus-intel_th-devices-msc16 If operating mode changes, existing buffer is deallocated,
Dsysfs-driver-samsung-laptop18 and it's still unknown if this value even changes
Dsysfs-driver-hid-picolcd42 to flush it's tiny changes explicitely at higher than default rate.
Dpstore37 The 'kmsg_bytes' mount option changes the target amount of
Dsysfs-bus-pci-devices-cciss40 drive topology changes.
Dsysfs-ocfs283 Writing a new stack name to this file changes the current
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-event.c328 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()
Dv4l2-ctrls.c1203 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/
Dti-emif.txt30 temperature changes
45 EMIF driver registers notifiers for voltage and frequency changes
/linux-4.4.14/net/bluetooth/rfcomm/
Dtty.c877 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/
Dxfs-delayed-logging-design.txt9 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 …]
Dgfs2.txt11 features of GFS is perfect consistency -- changes made to the file system
Dporting215 ->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
Djfs.txt25 integrity(*) Commit metadata changes to the journal. Use this option to
Doverlayfs.txt115 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
Dlogfs.txt88 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/
DChangeLog.ncr53c8xx12 - 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 …]
DChangeLog.ips66 - Merge in changes through kernel 2.4.0test1ac21
77 - Sync with other changes from the 2.3 kernels
Dsym53c500_cs.txt5 (1) extensive kernel changes between 2.4 and 2.6.
DChangeLog.1992-1997194 * 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 …]
Dhpsa.txt54 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
DChangeLog.lpfc207 * 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 …]
Dadvansys.txt196 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.
DChangeLog.sym53c8xx10 - + 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.
Din2000.txt83 inline code for IO writes. Made a few other changes and
111 Lots of good changes. Advice from Bill Earnest resulted
Ddpti.txt80 * to use them 'as is' or I can miss changes in the interface.
Dscsi-generic.txt80 ** There were 3 changes to sg version 3.1.20 by third parties in the
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_ctrl.c1199 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/
DREADME.saa713440 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
DREADME.cx8850 cx88-cards.c. If that worked, mail me your changes as unified
DREADME.pvrusb2147 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/
Dtca8418_keypad.txt2 changes:
Dlpc32xx-key.txt4 changes:
Domap-keypad.txt10 changes:
Dtwl4030-keypad.txt10 changes:
Datmel,maxtouch.txt15 on GPIO bit changes. An array of up to 8 entries can be provided
Dbrcm,bcm-keypad.txt10 changes:
/linux-4.4.14/Documentation/cpu-freq/
Dcore.txt33 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
Dcpufreq-nforce2.txt2 The cpufreq-nforce2 driver changes the FSB on nVidia nForce2 platforms.
Damd-powernow.txt4 implementation changes in new generations of the processors,
/linux-4.4.14/Documentation/ABI/stable/
Dfirewire-cdev51 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
Dsysfs-driver-qla2xxx7 Users: qla2xxx-udev.sh. Proposed changes should be mailed to
Do2cb9 Users: ocfs2-tools. It's sufficient to mail proposed changes to
/linux-4.4.14/Documentation/leds/
Dledtrig-transient.txt37 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/
Dacpi_power_meter49 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
Dsubmitting-patches41 * 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/
DHiSax.cert20 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
DINTERFACE.fax61 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/
DREADME27 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/
Do2cb9 Users: ocfs2-tools. It's sufficient to mail proposed changes to
/linux-4.4.14/Documentation/fb/
Dvesafb.txt110 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
Dcirrusfb.txt70 * Compile fixes related to new 2.3.x IORESOURCE_IO[PORT] symbol changes.
Dtgafb.txt24 User-visible changes since Linux 2.2.x:
Duvesafb.txt76 vgapal Use the standard VGA registers for palette changes.
78 pmipal Use the protected mode interface for palette changes.
Ddeferred_io.txt44 No changes needed. mmap the framebuffer like normal and just use it.
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dmeson-dwmac.txt4 described in the file net/stmmac.txt with the following changes.
Dipq806x-dwmac.txt4 described in the file net/stmmac.txt with the following changes.
/linux-4.4.14/Documentation/vm/
Dovercommit-accounting68 o We account mprotect changes in commit
69 o We account mremap changes in size
Dsoft-dirty.txt31 While in most cases tracking memory changes by #PF-s is more than enough
Dactive_mm.txt77 because it slightly changes the interfaces to accommodate the alpha (who
/linux-4.4.14/arch/blackfin/
DKconfig.debug108 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/
Dmatroxfb_crtc2.c465 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/
Dvmstat.c437 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/
DREADME5 enough to update our copies with later changes from HP-UX -- it'll
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt23 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
Dip_dynaddr.txt10 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
Dixgb.txt171 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
DREADME.ipw2200401 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.
Dnetif-msg.txt56 Messages should changes from
Dbatman-adv.txt11 cols won't be affected by any changes within the network. You can
101 sive to topology changes, but will also increase the overhead.
Dphy.txt76 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/
DChangeLog.ide-tape.1995-2002105 * 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.
DChangeLog.ide-cd.1994-20046 * (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
DChangeLog.ide-floppy.1996-20026 * Ver 0.2 Oct 31 96 Minor changes.
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Drxon.c1411 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/
Devent-codes.txt7 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
Dcs461x.txt24 The patch contains minor changes of Config.in and Makefile files. All
Dappletouch.txt67 noise when the temperature changes. This is especially true when you power-on
Dxpad.txt62 For dance style pads (like the redoctane pad) several changes
226 Later changes may be viewed with 'git log Documentation/input/xpad.txt'
Dmulti-touch-protocol.txt58 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/
Dhda_jack.c558 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/
Devents-power.txt9 o System clock related changes
10 o Power domains related changes and transitions
/linux-4.4.14/Documentation/usb/
Dfunctionfs.txt19 interface numbers starting from zero). The FunctionFS changes
28 configuration changes to (say) endpoint 2)). "ep0" is used
Dmtouchusb.txt10 - 1.4 - Multiple changes to support the EXII 5000UC and house cleaning
/linux-4.4.14/Documentation/devicetree/bindings/cpufreq/
Dtegra124-cpufreq.txt14 - pll_p: Auxiliary PLL used during fast PLL rate changes.
/linux-4.4.14/drivers/staging/media/mn88473/
DTODO3 question could need some changes. However, if that driver is mainlined
/linux-4.4.14/drivers/staging/media/mn88472/
DTODO3 question could need some changes. However, if that driver is mainlined
/linux-4.4.14/drivers/net/wireless/libertas_tf/
Dmain.c489 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/
Ddriver.txt21 It can also support the dynamic changes (like battery <-> AC), by using
/linux-4.4.14/arch/mips/loongson32/
DKconfig29 This option changes the default clockevent/clocksource to PWM Timer,
/linux-4.4.14/Documentation/acpi/
Dmethod-customizing.txt57 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/
Dmac80211.c2182 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/
Ddriver-changes.txt1 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/
DTODO36 changes.
/linux-4.4.14/drivers/staging/fsl-mc/
DTODO22 interface changes to the MC.
/linux-4.4.14/fs/gfs2/
DKconfig15 GFS is perfect consistency -- changes made to the filesystem on one
/linux-4.4.14/Documentation/extcon/
Dporting-android-switch-class42 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/
D3270.txt46 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
Dqeth.txt12 of some configured Bridge Port device on the channel changes, a udev
/linux-4.4.14/Documentation/blockdev/
Dcciss.txt125 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/
DKconfig46 This module allows for capturing the changes to DCCP connection
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
DTODO27 As of now since the interface will undergo few changes all the include
/linux-4.4.14/Documentation/i2c/busses/
Di2c-ali153526 observed through testing. These changes are reflected in this driver and
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt40 (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/
Dpm_qos_interface.txt30 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/
DKconfig33 not be notified of any resource changes made by writing directly.
/linux-4.4.14/Documentation/security/
DLSM.txt16 specific changes to system operation when these tweaks are not available
/linux-4.4.14/arch/powerpc/mm/
Dnuma.c1245 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/
Dfirmware.txt6 world, which changes the way some things have to be initialized. This makes
DInterrupts7 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.
Dmem_alignment23 real bad - it changes the behaviour of all unaligned instructions in user
/linux-4.4.14/kernel/gcov/
DKconfig58 exceptions where format changes are integrated in lower-version GCCs.
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-max732x.txt23 The I/O expander can detect input state changes, and thus optionally act as
Dgpio-pcf857x.txt45 The I/O expander can detect input state changes, and thus optionally act as
/linux-4.4.14/drivers/gpu/drm/i915/
DKconfig47 option changes the default for that module option.
/linux-4.4.14/Documentation/ja_JP/
DSubmittingPatches587 to get these changes:"
714 Some strategies to get difficult or controversial changes in.
/linux-4.4.14/Documentation/hid/
Dhiddev.txt72 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/
Dzd_mac.c1296 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/
Dcciss_scsi.c528 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/
Dpops_clicks.txt49 is heard when the gain increase or decrease changes the mean audio signal
Djack.txt26 headphone when the headphone jack status changes.
/linux-4.4.14/Documentation/arm/Samsung/
DOverview.txt58 Layout changes
/linux-4.4.14/arch/sh/kernel/
Dentry-common.S12 ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address
/linux-4.4.14/
DKbuild17 # Use filechk to avoid rebuilds when a header changes, but the resulting file
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.c5333 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/
Dbuilddeb432 dpkg-genchanges > ../${sourcename}_${packageversion}_${debarch}.changes
434 dpkg-genchanges -b > ../${sourcename}_${packageversion}_${debarch}.changes
/linux-4.4.14/arch/openrisc/
DREADME.openrisc84 a much improved version with changes all around.
/linux-4.4.14/drivers/media/rc/img-ir/
DKconfig15 changes to the IR raw decoders for software decoding. This is much
/linux-4.4.14/include/uapi/sound/
Dasoc.h24 #error with incompatible changes to what is here.
/linux-4.4.14/Documentation/rapidio/
Dtsi721.txt12 destination IDs without need for changes in outbound window translation.
/linux-4.4.14/drivers/staging/iio/
DTODO7 Major changes not expected except in response to comments
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-arvo49 the assignment of the number block changes.
/linux-4.4.14/Documentation/prctl/
Dno_new_privs.txt35 Note that no_new_privs does not prevent privilege changes that do not
/linux-4.4.14/net/sctp/
DKconfig44 This module allows for capturing the changes to SCTP association
/linux-4.4.14/tools/perf/Documentation/
Dandroid.txt32 2. Build your own NDK sysroot to contain latest bionic changes and set the
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt6 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/
Duser_sdma.c897 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/
DREADME16 point, mac80211_hwsim is yet another hardware driver, i.e., no changes
/linux-4.4.14/arch/powerpc/boot/dts/
Dtqm5200.dts144 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
Dcharon.dts142 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
Dlite5200.dts235 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
/linux-4.4.14/drivers/net/hamradio/
Dscc.c432 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/
DREADME.wimax23 calls to notify about changes of state in the device.
/linux-4.4.14/Documentation/i2c/
Di2c-protocol76 I2C device but may also be used between direction changes by some
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Dnvidia,tegra20-i2c.txt35 Due to above changes, Tegra114 I2C driver makes incompatible with
/linux-4.4.14/net/
DKconfig17 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/
Dfsys.S130 #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/
DKconfig228 bool "Enable SDRC AC timing register changes"
/linux-4.4.14/drivers/memory/
DKconfig50 temperature changes
/linux-4.4.14/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt27 regulator. It changes the regulator between 3.3V and 1.8V at the
/linux-4.4.14/Documentation/locking/
Drt-mutex.txt35 the top priority waiter of a task changes (for example it timed out or
/linux-4.4.14/Documentation/powerpc/
Ddscr.txt48 the same thing as above but unlike the global one above, it just changes
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Drk808.txt29 the gpio controller. If DVS GPIOs aren't present, voltage changes will happen
/linux-4.4.14/Documentation/serial/
Ddriver447 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/
Dbnx2x_sp.c5993 &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/
Dnvidia,tegra114-pinmux.txt18 - nvidia,lock: Integer. Lock the pin configuration against further changes
Dnvidia,tegra30-pinmux.txt16 - nvidia,lock: Integer. Lock the pin configuration against further changes
/linux-4.4.14/Documentation/fmc/
DFMC-and-SDB.txt82 changes on our drivers if that happens.
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO100 there are some easy changes that can be done to parallelize sequential writes,
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH9 - Identify average reaction time of a governor to CPU load changes
/linux-4.4.14/Documentation/RCU/
DlistRCU.txt75 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/
DREADME.dvb-usb77 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/
Dsched-design-CFS.txt188 This function is called when a task changes its scheduling class or changes

123