Home
last modified time | relevance | path

Searched full:changes (Results 1 – 25 of 2953) sorted by relevance

12345678910>>...119

/linux/Documentation/core-api/
H A Drefcount-vs-atomic.rst79 Function changes:
84 Memory ordering guarantee changes:
92 Function changes:
96 Memory ordering guarantee changes:
104 Function changes:
109 Memory ordering guarantee changes:
116 Function changes:
120 Memory ordering guarantee changes:
128 Function changes:
133 Memory ordering guarantees changes:
[all …]
/linux/arch/arm/nwfpe/
H A 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.
36 * fpa11.c - Changes due to FPA11, FPREG structure alterations.
37 * fpa11_cpdo.c - Changes due to FPA11, FPREG structure alterations.
38 * fpa11_cpdt.c - Changes due to FPA11, FPREG structure alterations.
39 * fpa11_cprt.c - Changes due to FPA11, FPREG structure alterations.
40 * single_cpdo.c - Changes due to FPA11, FPREG structure alterations.
41 * double_cpdo.c - Changes due to FPA11, FPREG structure alterations.
42 * extended_cpdo.c - Changes due to FPA11, FPREG structure alterations.
[all …]
/linux/Documentation/process/
H A Dmaintainer-soc.rst25 The SoC subsystem also serves as an intermediate location for changes to
52 changes. Each architecture has its own maintainers that are responsible for
59 (platform-specific maintainers). This includes also changes to per-platform or
102 If changes are being made to a DTS that are incompatible with old
104 appropriate time later. Most importantly, any incompatible changes should be
112 A common problem is synchronizing changes between device drivers and devicetree
114 coordinating how the changes get merged through different maintainer trees.
133 * Defer the devicetree changes to a release after the binding and driver have
137 both the driver change and the devicetree changes
179 submaintainers will do the same. Driver, defconfig and devicetree changes should
[all …]
H A D7.AdvancedTopics.rst41 of the mainline repository, explore the revision history, commit changes to
74 you have been working on it for months. Changes can be transparently
81 Rewriting history will rewrite the changes contained in that history,
90 So, once you push a set of changes to your publicly-available server, those
91 changes should not be rewritten. Git will attempt to enforce this rule if
92 you try to push changes which do not result in a fast-forward merge
93 (i.e. changes which do not share the same history). It is possible to
101 As the mainline (or other tree upon which a set of changes is based)
109 release). If you are nervous about specific changes, you can always
116 slip in ill-advised changes which go into the mainline below the review
[all …]
H A Dmaintainer-kvm-x86.rst54 Changes that target the next release are routed through the KVM x86 tree. Pull
100 and/or has more than superficial changes to other architectures' code. Multi-
163 changes, i.e. for arch/x86/kernel/kvm.c. Do not use file names or complete file
198 a short blurb on the actual changes, and then follow up with the context and
251 obvious, the tests need to pass). The only exception is for changes that have
256 For changes that touch KVM's shadow paging code, running with TDP (EPT/NPT)
257 disabled is mandatory. For changes that affect common KVM MMU code, running
258 with TDP disabled is strongly encouraged. For all other changes, if the code
263 a failure is not due to your changes, verify that the *exact same* failure
264 occurs with and without your changes.
[all …]
H A Dmaintainer-netdev.rst75 merge window, the ``net-next`` tree will be closed - no new changes/features.
133 Changes requested patch has not passed the review, new revision is expected
134 with appropriate code and commit message changes
142 requested changes, accepted or rejected the patch
166 the mailing list. For example to mark a series as Changes Requested
169 pw-bot: changes-requested
171 As a result the bot will set the entire series to Changes Requested.
215 Changes requested
218 Patches :ref:`marked<patch_status>` as ``Changes Requested`` need
287 Co-posting changes to user space components
[all …]
H A D2.Process.rst19 internal API changes, and more. A typical release can contain about 13,000
20 changesets with changes to several hundred thousand lines of code. Recent
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
96 worse; the pile of changes waiting for the next merge window will grow
145 and controversial changes, go on for years. Much developer frustration
178 getting feedback about changes that are needed, you should either
179 make those changes or justify why they should not be made. If your
[all …]
H A D5.Posting.rst82 resolving conflicts and dealing with API changes.
84 Only the most simple changes should be formatted as a single patch;
85 everything else should be made as a logical series of changes. Splitting
91 changes found in your working revision control system. Instead, the
92 changes you have made need to be considered in their final form, then
94 discrete, self-contained changes, not the path you took to get to those
95 changes.
98 patch. These changes can be small ("add a field to this structure") or
105 changes in the same patch. If a single patch fixes a critical security
186 support other changes coming in later patch, say so. If internal APIs are
[all …]
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst24 will use any dirty changes in tree to UAPI files. If there are no
25 dirty changes, HEAD will be used.
31 -i Ignore ambiguous changes that may or may not break UAPI compatibility.
78 Checking changes to UAPI headers between HEAD and dirty tree...
102 Checking changes to UAPI headers between HEAD and dirty tree...
120 anything. You can pass the ``-i`` flag to the script to ignore changes
126 Checking changes to UAPI headers between HEAD and dirty tree...
152 Checking changes to UAPI headers between HEAD and dirty tree...
156 2 data member changes:
177 Checking changes to UAPI headers between HEAD^1 and HEAD...
[all …]
/linux/Documentation/devicetree/
H A Dchangesets.rst7 A Devicetree changeset is a method which allows one to apply changes
8 in the live tree in such a way that either the full set of changes
14 When a changeset is applied, all of the changes get applied to the tree
26 a set of changes. No changes to the active tree are made at this point.
30 3. of_changeset_apply() - Apply the changes to the tree. Either the
/linux/Documentation/filesystems/xfs/
H A Dxfs-maintainer-entry-profile.rst118 context of the changes unnecessarily difficult.
120 - Anyone making kernel changes that have corresponding changes to the
121 userspace utilities should send the userspace changes as separate
160 - Changes to the on-disk format of XFS must be described in the ondisk
174 This gives the community time to review the changes, to suggest other changes,
175 and for the author to retest those changes.
177 Code submissions also requiring changes to fs/iomap and targeting the
180 infrastructure changes.
186 developers that have Reviewed-by tags for XFS changes to take a look and
H A Dxfs-delayed-logging-design.rst26 XFS uses Write Ahead Logging for ensuring changes to the filesystem metadata
33 details logged are made up of the changes to in-core structures rather than
35 changes logged. Long running atomic modifications have individual changes
108 this provides a mechanism for complex changes to appear atomic from an external
167 take into account all the hidden changes that might occur.
311 existing changes in the new transaction that is written to the log.
313 That is, if we have a sequence of changes A through to F, and the object was
328 the aggregation of all the previous changes currently held only in the log.
347 the log - repeated operations to the same objects write the same changes to
365 Effectively, this gives us the maximum bound of outstanding metadata changes
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dqevent.rst129 control's value changes, if a button control is pressed or if the
147 second-oldest event is kept, but the ``changes`` field of the
148 second-oldest event is ORed with the ``changes`` field of the
175 associated with it. The ``changes`` bitfield denotes what has
177 application could dequeue them, then the changes will have the
182 the regions changes. This event has a struct
214 - ``changes``
216 :ref:`ctrl-changes-flags`.
278 - ``changes``
280 :ref:`src-changes-flags`.
[all …]
/linux/drivers/net/slip/
H A Dslhc.c234 short changes = 0; in slhc_compress() local
365 * receiver expects changes in the order: urgent, window, in slhc_compress()
372 changes |= NEW_U; in slhc_compress()
382 changes |= NEW_W; in slhc_compress()
388 changes |= NEW_A; in slhc_compress()
394 changes |= NEW_S; in slhc_compress()
397 switch(changes){ in slhc_compress()
411 /* actual changes match one of our special case encodings -- in slhc_compress()
419 changes = SPECIAL_I; in slhc_compress()
426 changes = SPECIAL_D; in slhc_compress()
[all …]
/linux/Documentation/scsi/
H A DChangeLog.lpfc5 Changes from 20050323 to 20050413
27 * Changes in lpfc_abort_handler(): Return SUCCESS if we did not
47 Changes from 20050308 to 20050323
79 Changes from 20050223 to 20050308
98 Changes from 20050215 to 20050223
141 Changes from 20050208 to 20050215
169 Changes from 20050201 to 20050208
207 * VPD changes: 1) Modify driver to use the model name and
213 Changes from 20050124 to 20050201
276 Changes from 20050110 to 20050124
[all …]
/linux/rust/pin-init/
H A DCONTRIBUTING.md42 tests, licenses and cargo related files. Making changes to them can only happen via GitHub.
51 Each commit should be a single, logically cohesive change. Of course it's best to keep the changes
52 small and digestible, but logically linked changes should be made in the same commit. For example,
55 Commits must have a meaningful commit title. Commits with changes to files in the `internal`
63 Any changes made to public APIs must be documented not only in the commit message, but also in the
64 `CHANGELOG.md` file. This is especially important for breaking changes, as those warrant a major
67 If you make changes to the top-level crate documentation, you also need to update the `README.md`
/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev32 Setting this value also immediately changes the LED state.
89 Setting this value also immediately changes the LED state.
104 Setting this value also immediately changes the LED state.
119 Setting this value also immediately changes the LED state.
134 Setting this value also immediately changes the LED state.
149 Setting this value also immediately changes the LED state.
164 Setting this value also immediately changes the LED state.
179 Setting this value also immediately changes the LED state.
192 Setting this value also immediately changes the LED state.
/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst51 --dump-die-map Print debugging information about die_map changes
115 changes to kernel data structures due to LTS updates or backports. Using
116 the traditional `#ifndef __GENKSYMS__` to hide these changes from symbol
119 hide changes that won't affect the ABI when calculating versions. These
128 ensuring that their changes actually won't break the ABI.
144 - `version`: Ensures backward compatibility for future changes to the
172 are pulled into the translation unit. This changes the versions of any
252 Managing structure size changes
295 In rare situations where distributions must make significant changes to
331 going unnoticed as it hides all changes to the type.
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c538 u64 changes) in iwl_mvm_mld_link_info_changed_station() argument
557 if (changes & BSS_CHANGED_QOS && vif->cfg.assoc && link_conf->qos) in iwl_mvm_mld_link_info_changed_station()
560 if (changes & BSS_CHANGED_ERP_SLOT) in iwl_mvm_mld_link_info_changed_station()
586 iwl_mvm_bss_info_changed_station_common(mvm, vif, link_conf, changes); in iwl_mvm_mld_link_info_changed_station()
603 u64 changes) in iwl_mvm_mld_vif_cfg_changed_station() argument
614 if (changes == BSS_CHANGED_IDLE) in iwl_mvm_mld_vif_cfg_changed_station()
623 if (changes & BSS_CHANGED_ASSOC) { in iwl_mvm_mld_vif_cfg_changed_station()
687 iwl_mvm_bss_info_changed_station_assoc(mvm, vif, changes); in iwl_mvm_mld_vif_cfg_changed_station()
690 if (changes & BSS_CHANGED_PS) { in iwl_mvm_mld_vif_cfg_changed_station()
702 u64 changes) in iwl_mvm_mld_link_info_changed_ap_ibss() argument
[all …]
H A Dlink.c75 u32 changes, bool active) in iwl_mvm_link_changed() argument
91 if (changes & LINK_CONTEXT_MODIFY_ACTIVE) { in iwl_mvm_link_changed()
159 changes &= ~LINK_CONTEXT_MODIFY_HE_PARAMS; in iwl_mvm_link_changed()
173 if (changes & LINK_CONTEXT_MODIFY_HE_PARAMS && mvmvif->ap_sta) { in iwl_mvm_link_changed()
191 if (changes & LINK_CONTEXT_MODIFY_EHT_PARAMS) { in iwl_mvm_link_changed()
203 changes &= ~LINK_CONTEXT_MODIFY_EHT_PARAMS; in iwl_mvm_link_changed()
231 cmd.modify_mask = cpu_to_le32(changes); in iwl_mvm_link_changed()
240 if (!ret && (changes & LINK_CONTEXT_MODIFY_ACTIVE)) in iwl_mvm_link_changed()
/linux/fs/xfs/
H A Dxfs_quota.h23 * If, for example, the ownership of the inode changes while
57 * The structure kept inside the xfs_trans_t keep track of dquot changes
64 int64_t qt_bcount_delta; /* dquot blk count changes */
65 int64_t qt_delbcnt_delta; /* delayed dquot blk count changes */
69 int64_t qt_rtbcount_delta;/* dquot realtime blk changes */
70 int64_t qt_delrtb_delta; /* delayed RT blk count changes */
74 int64_t qt_icount_delta; /* dquot inode count changes */
83 * Parameters for applying dqtrx changes to a dquot. The hook function arg
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c30 int changes = 0; in ixgbe_copy_dcb_cfg() local
39 changes |= BIT_APP_UPCHG; in ixgbe_copy_dcb_cfg()
48 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
53 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
58 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
65 changes |= (BIT_PG_TX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg()
70 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
75 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
80 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
87 changes |= (BIT_PG_RX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg()
[all …]
/linux/include/linux/
H A Dlru_cache.h26 and changes to an "active set" of objects, as well as pending transactions,
27 to persistently record those changes.
93 To be able to use a ring buffer for this journal of changes to the active
94 set, we not only record the actual changes to that set, but also record the
116 We plan to change the transaction format to support multiple changes per
160 /* for pending changes */
188 /* allow to accumulate a few (index:label) changes,
217 * changes, until a transaction is finally triggered */
220 /* Locked, no further changes allowed.
277 * lock, which means there are no pending changes, and any further attempt to
/linux/fs/affs/
H A 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
291 - Added this Changes file. At last!
306 - Minor changes to adhere to the new VFS interface.
321 - Several other changes I just cannot remember
/linux/Documentation/virt/kvm/
H A Dreview-checklist.rst26 8. Changes should be vendor neutral when possible. Changes to common code
27 are better than duplicating changes to vendor code.
29 9. Similarly, prefer changes to arch independent code than to arch dependent
90 Large scale internal changes
118 and accept your code. In fact, even before you contribute your changes

12345678910>>...119