Home
last modified time | relevance | path

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

12345678910>>...24

/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/tools/testing/selftests/bpf/prog_tests/
H A Dchanges_pkt_data.c
/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/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/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/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/Documentation/ABI/testing/
H A Dsysfs-class-platform-profile38 platform_profile_choices changes the profile to the new value.
40 This file can be monitored for changes by polling for POLLPRI,
41 POLLPRI will be signaled on any changes, independent of those
42 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.
H A Dsysfs-driver-aspeed-uart-routing17 Users: OpenBMC. Proposed changes should be mailed to
26 Users: OpenBMC. Proposed changes should be mailed to
/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_api.py260 changes = [{"flow-hash": cfg_old["flow-hash"],},
263 changes = list(reversed(changes))
264 for old in changes:
328 changes = [{"flow-hash": cfg_old["flow-hash"],},
331 changes = list(reversed(changes))
332 for old in changes:
/linux/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/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 …]
H A Dv4l2.rst80 - Introduce HSV formats and other minor changes.
174 V4L2_EVENT_CTRL_CH_RANGE control event changes flag.
223 latest changes. Added the :ref:`multi-planar API <planar-apis>`.
238 Now, revisions will match the kernel version where the V4L2 API changes
334 the history chapter for API changes.
387 v4l2_buffer changes, added video capture example, various corrections.
398 latest API changes. Closed gaps in the history chapter.
/linux/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/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/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()
/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/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/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.
53 * user_fp and FPA11 have now been harmonized. Most of the changes
88 * ChangeLog - Added this file to track changes made.
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c1238 u64 changes) in iwl_mld_link_info_changed_ap_ibss() argument
1242 if (changes & BSS_CHANGED_ERP_SLOT) in iwl_mld_link_info_changed_ap_ibss()
1245 if (changes & (BSS_CHANGED_ERP_CTS_PROT | BSS_CHANGED_HT)) in iwl_mld_link_info_changed_ap_ibss()
1248 if (changes & (BSS_CHANGED_QOS | BSS_CHANGED_BANDWIDTH)) in iwl_mld_link_info_changed_ap_ibss()
1251 if (changes & BSS_CHANGED_HE_BSS_COLOR) in iwl_mld_link_info_changed_ap_ibss()
1257 if (changes & BSS_CHANGED_BEACON) in iwl_mld_link_info_changed_ap_ibss()
1265 u64 changes) in iwl_mld_link_changed_mapping() argument
1270 if (changes & BSS_CHANGED_QOS && vif->cfg.assoc && link_conf->qos) in iwl_mld_link_changed_mapping()
1273 if (changes & (BSS_CHANGED_ERP_PREAMBLE | BSS_CHANGED_BASIC_RATES | in iwl_mld_link_changed_mapping()
1277 if (changes & (BSS_CHANGED_HT | BSS_CHANGED_ERP_CTS_PROT)) in iwl_mld_link_changed_mapping()
[all …]
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-get-lineinfo-watch-ioctl.rst12 GPIO_V2_GET_LINEINFO_WATCH_IOCTL - Enable watching a line for changes to its
35 Enable watching a line for changes to its request state and configuration
52 Once a watch is set, any changes to line info will generate events which can be
H A Dgpio-get-lineinfo-watch-ioctl.rst16 GPIO_GET_LINEINFO_WATCH_IOCTL - Enable watching a line for changes to its
39 Enable watching a line for changes to its request state and configuration
57 Once a watch is set, any changes to line info will generate events which can be
/linux/scripts/
H A Dcheck-uapi.sh14 dirty changes) did not introduce ABI changes when compared to HEAD^1. You can
24 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.
249 printf "Checking changes to UAPI headers between %s and %s...\n" "$past_ref" "${base_ref:-dirty tree}"
375 # If the only changes were additions (not modifications to existing APIs), then
522 printf "No changes to UAPI headers were applied between %s and %s\n" "$past_ref" "${base_ref:-dirty tree}"
/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
306 - Minor changes to adhere to the new VFS interface.
321 - Several other changes I just cannot remember
/linux/Documentation/maintainer/
H A Dmodifying-patches.rst14 yours, indicating the nature of your changes. While there is nothing mandatory
17 that you are responsible for last-minute changes. Example::
24 want at the same time to credit the author, track changes, merge the fix,

12345678910>>...24