Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 891) sorted by relevance

12345678910>>...36

/linux-6.15/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:
116 Function changes:
128 Function changes:
144 Function changes:
157 Function changes:
170 Function changes:
[all …]
/linux-6.15/drivers/net/slip/
H A Dslhc.c234 short changes = 0; in slhc_compress() local
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()
434 changes |= NEW_I; in slhc_compress()
460 *cp++ = changes; in slhc_compress()
495 int changes; in slhc_uncompress() local
509 changes = *cp++; in slhc_uncompress()
[all …]
/linux-6.15/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-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c723 u64 changes) in iwl_mvm_mld_link_info_changed_station() argument
745 if (changes & BSS_CHANGED_ERP_SLOT) in iwl_mvm_mld_link_info_changed_station()
796 u64 changes) in iwl_mvm_mld_vif_cfg_changed_station() argument
807 if (changes == BSS_CHANGED_IDLE) in iwl_mvm_mld_vif_cfg_changed_station()
816 if (changes & BSS_CHANGED_ASSOC) { in iwl_mvm_mld_vif_cfg_changed_station()
889 if (changes & BSS_CHANGED_PS) { in iwl_mvm_mld_vif_cfg_changed_station()
906 u64 changes) in iwl_mvm_mld_link_info_changed_ap_ibss() argument
948 u64 changes) in iwl_mvm_mld_link_info_changed() argument
957 changes); in iwl_mvm_mld_link_info_changed()
962 changes); in iwl_mvm_mld_link_info_changed()
[all …]
/linux-6.15/tools/laptop/dslm/
H A 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()
/linux-6.15/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
100 If changes are being made to a devicetree that are incompatible with old
102 appropriate time later. Most importantly, any incompatible changes should be
112 coordinating how the changes get merged through different maintainer trees.
131 * Defer the devicetree changes to a release after the binding and driver have
135 both the driver change and the devicetree changes
185 If changes do not fit into the normal patterns, there can be additional
197 changes or address problems identified while testing the first set.
[all …]
H A D7.AdvancedTopics.rst41 of the mainline repository, explore the revision history, commit changes to
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
144 your tree is, what branch to pull, and what changes will result from the
[all …]
/linux-6.15/Documentation/dev-tools/
H A Dcheckuapi.rst25 dirty changes, HEAD will be used.
78 Checking changes to UAPI headers between HEAD and dirty tree...
102 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...
190 Checking changes to UAPI headers between HEAD~2 and HEAD...
194 2 data member changes:
249 2 data member changes (1 filtered):
291 2 data member changes:
351 Checking changes to UAPI headers between v6.0 and v6.1...
[all …]
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst58 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升級內核
110 :ref:`Documentation/process/changes.rst <changes>`
231 有關更多信息,請參閱 :ref:`Documentation/process/changes.rst <changes>` 。
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst55 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升级内核
107 :ref:`Documentation/process/changes.rst <changes>`
228 有关更多信息,请参阅 :ref:`Documentation/process/changes.rst <changes>` 。
/linux-6.15/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-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c30 int changes = 0; in ixgbe_copy_dcb_cfg() local
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()
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()
95 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
107 changes |= BIT_PFC; in ixgbe_copy_dcb_cfg()
113 changes |= BIT_PFC; in ixgbe_copy_dcb_cfg()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-platform-profile36 platform_profile_choices changes the profile to the new value.
38 This file can be monitored for changes by polling for POLLPRI,
39 POLLPRI will be signaled on any changes, independent of those
40 changes coming from a userspace write; or coming from another
H A Dsysfs-platform_profile28 platform_profile_choices changes the profile to the new value.
30 This file can be monitored for changes by polling for POLLPRI,
31 POLLPRI will be signalled on any changes, independent of those
32 changes coming from a userspace write; or coming from another
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-6.15/Documentation/ABI/stable/
H A Dsysfs-driver-aspeed-vuart6 Users: OpenBMC. Proposed changes should be mailed to
14 Users: OpenBMC. Proposed changes should be mailed to
23 Users: OpenBMC. Proposed changes should be mailed to
/linux-6.15/drivers/input/joystick/
H A Dsensehat-joystick.c37 unsigned long curr_states, changes; in sensehat_joystick_report() local
49 bitmap_xor(&changes, &curr_states, &sensehat_joystick->prev_states, in sensehat_joystick_report()
52 for_each_set_bit(i, &changes, ARRAY_SIZE(keymap)) in sensehat_joystick_report()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-dqevent.rst147 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`.
314 .. _ctrl-changes-flags:
[all …]
/linux-6.15/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
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
/linux-6.15/Documentation/core-api/irq/
H A Dirqflags-tracing.rst21 state changes. But an architecture can be irq-flags-tracing enabled in a
25 code-organizational changes first:
29 and then a couple of functional changes are needed as well to implement
50 changes break other code by modifying conditions or registers that
/linux-6.15/Documentation/virt/kvm/
H A Dreview-checklist.rst23 7. Emulator changes should be accompanied by unit tests for qemu-kvm.git
27 are better than duplicating changes to vendor code.
29 9. Similarly, prefer changes to arch independent code than to arch dependent
/linux-6.15/drivers/pinctrl/starfive/
H A DKconfig18 and interrupts on input changes.
39 and interrupts on input changes.
51 and interrupts on input changes.
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c1099 u64 changes) in iwl_mld_link_info_changed_ap_ibss() argument
1126 u64 changes) in iwl_mld_link_changed_mapping() argument
1160 u64 changes) in iwl_mld_mac80211_link_info_changed_sta() argument
1163 changes); in iwl_mld_mac80211_link_info_changed_sta()
1168 if (changes & BSS_CHANGED_TPE) in iwl_mld_mac80211_link_info_changed_sta()
1224 u64 changes) in iwl_mld_mac80211_link_info_changed() argument
1231 changes); in iwl_mld_mac80211_link_info_changed()
1236 changes); in iwl_mld_mac80211_link_info_changed()
1253 if (changes & BSS_CHANGED_BSSID) in iwl_mld_mac80211_link_info_changed()
1280 u64 changes) in iwl_mld_mac80211_vif_cfg_changed() argument
[all …]
/linux-6.15/tools/include/uapi/
H A DREADME37 process, points out changes in the original files.
39 So its important not to touch the copies in tools/ when doing changes in
52 notification mechanism to look at new kernel side changes.
68 notification to tooling maintainers that there's changes on the kernel
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c253 struct ieee80211_bss_conf *bss_conf, u64 changes) in ath5k_bss_info_changed() argument
261 if (changes & BSS_CHANGED_BSSID) { in ath5k_bss_info_changed()
268 if (changes & BSS_CHANGED_BEACON_INT) in ath5k_bss_info_changed()
271 if (changes & BSS_CHANGED_ERP_SLOT) { in ath5k_bss_info_changed()
280 if (changes & BSS_CHANGED_ASSOC) { in ath5k_bss_info_changed()
301 if (changes & BSS_CHANGED_BEACON) { in ath5k_bss_info_changed()
307 if (changes & BSS_CHANGED_BEACON_ENABLED) in ath5k_bss_info_changed()
310 if (changes & (BSS_CHANGED_BEACON | BSS_CHANGED_BEACON_ENABLED | in ath5k_bss_info_changed()

12345678910>>...36