-
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 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
I pushed a version of the crypto iov_iter bug fix that Al Viro wrote, but Linus put in a different copy of the same fix into his tree. I then reverted my commit in net-next, and that's why we have a merge when pulling in Linus's tree. Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Showing
2,874 changed files
with
91,054 additions
and
61,565 deletions.
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 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
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,11 @@ | ||
What: /sys/class/input/input(x)/device/startup | ||
Date: March 2014 | ||
Contact: Carlo Caione <carlo@caione.org> | ||
Description: Startup time in us. Board is powered on if the button is pressed | ||
for more than <startup_time> | ||
|
||
What: /sys/class/input/input(x)/device/shutdown | ||
Date: March 2014 | ||
Contact: Carlo Caione <carlo@caione.org> | ||
Description: Shutdown time in us. Board is powered off if the button is pressed | ||
for more than <shutdown_time> |
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,44 @@ | ||
What: /sys/kernel/livepatch | ||
Date: Nov 2014 | ||
KernelVersion: 3.19.0 | ||
Contact: live-patching@vger.kernel.org | ||
Description: | ||
Interface for kernel live patching | ||
|
||
The /sys/kernel/livepatch directory contains subdirectories for | ||
each loaded live patch module. | ||
|
||
What: /sys/kernel/livepatch/<patch> | ||
Date: Nov 2014 | ||
KernelVersion: 3.19.0 | ||
Contact: live-patching@vger.kernel.org | ||
Description: | ||
The patch directory contains subdirectories for each kernel | ||
object (vmlinux or a module) in which it patched functions. | ||
|
||
What: /sys/kernel/livepatch/<patch>/enabled | ||
Date: Nov 2014 | ||
KernelVersion: 3.19.0 | ||
Contact: live-patching@vger.kernel.org | ||
Description: | ||
A writable attribute that indicates whether the patched | ||
code is currently applied. Writing 0 will disable the patch | ||
while writing 1 will re-enable the patch. | ||
|
||
What: /sys/kernel/livepatch/<patch>/<object> | ||
Date: Nov 2014 | ||
KernelVersion: 3.19.0 | ||
Contact: live-patching@vger.kernel.org | ||
Description: | ||
The object directory contains subdirectories for each function | ||
that is patched within the object. | ||
|
||
What: /sys/kernel/livepatch/<patch>/<object>/<function> | ||
Date: Nov 2014 | ||
KernelVersion: 3.19.0 | ||
Contact: live-patching@vger.kernel.org | ||
Description: | ||
The function directory contains attributes regarding the | ||
properties and state of the patched function. | ||
|
||
There are currently no such attributes. |
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
Oops, something went wrong.