-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v4.6-rc1' into for-linus-4.6
Linux 4.6-rc1 * tag 'v4.6-rc1': (12823 commits) Linux 4.6-rc1 f2fs/crypto: fix xts_tweak initialization NTB: Remove _addr functions from ntb_hw_amd orangefs: fix orangefs_superblock locking orangefs: fix do_readv_writev() handling of error halfway through orangefs: have ->kill_sb() evict the VFS side of things first orangefs: sanitize ->llseek() orangefs-bufmap.h: trim unused junk orangefs: saner calling conventions for getting a slot orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer orangefs: get rid of readdir_handle_s thp: fix typo in khugepaged_scan_pmd() MAINTAINERS: fill entries for KASAN mm/filemap: generic_file_read_iter(): check for zero reads unconditionally kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections mm, kasan: add GFP flags to KASAN API mm, kasan: SLAB support kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right() ...
- Loading branch information
Showing
9,713 changed files
with
544,279 additions
and
281,244 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
rfkill - radio frequency (RF) connector kill switch support | ||
|
||
For details to this subsystem look at Documentation/rfkill.txt. | ||
|
||
What: /sys/class/rfkill/rfkill[0-9]+/claim | ||
Date: 09-Jul-2007 | ||
KernelVersion v2.6.22 | ||
Contact: linux-wireless@vger.kernel.org | ||
Description: This file was deprecated because there no longer was a way to | ||
claim just control over a single rfkill instance. | ||
This file was scheduled to be removed in 2012, and was removed | ||
in 2016. | ||
Values: 0: Kernel handles events |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
What: /sys/fs/orangefs/perf_counters/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Counters and settings for various caches. | ||
Read only. | ||
|
||
|
||
What: /sys/fs/orangefs/perf_counter_reset | ||
Date: June 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
echo a 0 or a 1 into perf_counter_reset to | ||
reset all the counters in | ||
/sys/fs/orangefs/perf_counters | ||
except ones with PINT_PERF_PRESERVE set. | ||
|
||
|
||
What: /sys/fs/orangefs/perf_time_interval_secs | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Length of perf counter intervals in | ||
seconds. | ||
|
||
|
||
What: /sys/fs/orangefs/perf_history_size | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
The perf_counters cache statistics have N, or | ||
perf_history_size, samples. The default is | ||
one. | ||
|
||
Every perf_time_interval_secs the (first) | ||
samples are reset. | ||
|
||
If N is greater than one, the "current" set | ||
of samples is reset, and the samples from the | ||
other N-1 intervals remain available. | ||
|
||
|
||
What: /sys/fs/orangefs/op_timeout_secs | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Service operation timeout in seconds. | ||
|
||
|
||
What: /sys/fs/orangefs/slot_timeout_secs | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
"Slot" timeout in seconds. A "slot" | ||
is an indexed buffer in the shared | ||
memory segment used for communication | ||
between the kernel module and userspace. | ||
Slots are requested and waited for, | ||
the wait times out after slot_timeout_secs. | ||
|
||
|
||
What: /sys/fs/orangefs/acache/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Attribute cache configurable settings. | ||
|
||
|
||
What: /sys/fs/orangefs/ncache/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Name cache configurable settings. | ||
|
||
|
||
What: /sys/fs/orangefs/capcache/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Capability cache configurable settings. | ||
|
||
|
||
What: /sys/fs/orangefs/ccache/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Credential cache configurable settings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
What: /dev/gpiochip[0-9]+ | ||
Date: November 2015 | ||
KernelVersion: 4.4 | ||
Contact: linux-gpio@vger.kernel.org | ||
Description: | ||
The character device files /dev/gpiochip* are the interface | ||
between GPIO chips and userspace. | ||
|
||
The ioctl(2)-based ABI is defined and documented in | ||
[include/uapi]<linux/gpio.h>. | ||
|
||
The following file operations are supported: | ||
|
||
open(2) | ||
Currently the only useful flags are O_RDWR. | ||
|
||
ioctl(2) | ||
Initiate various actions. | ||
See the inline documentation in [include/uapi]<linux/gpio.h> | ||
for descriptions of all ioctls. | ||
|
||
close(2) | ||
Stops and free up the I/O contexts that was associated | ||
with the file descriptor. | ||
|
||
Users: TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
What: /sys/bus/iio/devices/iio:deviceX/tia_resistanceY | ||
/sys/bus/iio/devices/iio:deviceX/tia_capacitanceY | ||
Date: December 2015 | ||
KernelVersion: | ||
Contact: Andrew F. Davis <afd@ti.com> | ||
Description: | ||
Get and set the resistance and the capacitance settings for the | ||
Transimpedance Amplifier. Y is 1 for Rf1 and Cf1, Y is 2 for | ||
Rf2 and Cf2 values. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/tia_separate_en | ||
Date: December 2015 | ||
KernelVersion: | ||
Contact: Andrew F. Davis <afd@ti.com> | ||
Description: | ||
Enable or disable separate settings for the TransImpedance | ||
Amplifier above, when disabled both values are set by the | ||
first channel. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_intensity_ledY_raw | ||
/sys/bus/iio/devices/iio:deviceX/in_intensity_ledY_ambient_raw | ||
Date: December 2015 | ||
KernelVersion: | ||
Contact: Andrew F. Davis <afd@ti.com> | ||
Description: | ||
Get measured values from the ADC for these stages. Y is the | ||
specific LED number. The values are expressed in 24-bit twos | ||
complement. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_intensity_ledY-ledY_ambient_raw | ||
Date: December 2015 | ||
KernelVersion: | ||
Contact: Andrew F. Davis <afd@ti.com> | ||
Description: | ||
Get differential values from the ADC for these stages. Y is the | ||
specific LED number. The values are expressed in 24-bit twos | ||
complement for the specified LEDs. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_current_ledY_offset | ||
/sys/bus/iio/devices/iio:deviceX/out_current_ledY_ambient_offset | ||
Date: December 2015 | ||
KernelVersion: | ||
Contact: Andrew F. Davis <afd@ti.com> | ||
Description: | ||
Get and set the offset cancellation DAC setting for these | ||
stages. The values are expressed in 5-bit sign-magnitude. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_current_ledY_raw | ||
Date: December 2015 | ||
KernelVersion: | ||
Contact: Andrew F. Davis <afd@ti.com> | ||
Description: | ||
Get and set the LED current for the specified LED. Y is the | ||
specific LED number. |
15 changes: 15 additions & 0 deletions
15
Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
What: /sys/bus/iio/devices/iio:deviceX/meas_conf | ||
What: /sys/bus/iio/devices/iio:deviceX/meas_conf_available | ||
KernelVersion: 4.5 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Current configuration and available configurations | ||
for the bias current. | ||
normal - Normal measurement configurations (default) | ||
positivebias - Positive bias configuration | ||
negativebias - Negative bias configuration | ||
disabled - Only available on HMC5983. Disables magnetic | ||
sensor and enables temperature sensor. | ||
Note: The effect of this configuration may vary | ||
according to the device. For exact documentation | ||
check the device's datasheet. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.