forked from torvalds/linux
-
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 'v5.0-rc6' into for-5.1/block
Pull in 5.0-rc6 to avoid a dumb merge conflict with fs/iomap.c. This is needed since io_uring is now based on the block branch, to avoid a conflict between the multi-page bvecs and the bits of io_uring that touch the core block parts. * tag 'v5.0-rc6': (525 commits) Linux 5.0-rc6 x86/mm: Make set_pmd_at() paravirt aware MAINTAINERS: Update the ocores i2c bus driver maintainer, etc blk-mq: remove duplicated definition of blk_mq_freeze_queue Blk-iolatency: warn on negative inflight IO counter blk-iolatency: fix IO hang due to negative inflight counter MAINTAINERS: unify reference to xen-devel list x86/mm/cpa: Fix set_mce_nospec() futex: Handle early deadlock return correctly futex: Fix barrier comment net: dsa: b53: Fix for failure when irq is not defined in dt blktrace: Show requests without sector mips: cm: reprime error cause mips: loongson64: remove unreachable(), fix loongson_poweroff(). sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach() geneve: should not call rt6_lookup() when ipv6 was disabled KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7221) KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222) kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974) signal: Better detection of synchronous signals ...
- Loading branch information
Showing
566 changed files
with
5,560 additions
and
2,185 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Fenghua Yu <[email protected]> | |
Tony Luck <[email protected]> | ||
Vikas Shivappa <[email protected]> | ||
|
||
This feature is enabled by the CONFIG_X86_RESCTRL and the x86 /proc/cpuinfo | ||
This feature is enabled by the CONFIG_X86_CPU_RESCTRL and the x86 /proc/cpuinfo | ||
flag bits: | ||
RDT (Resource Director Technology) Allocation - "rdt_a" | ||
CAT (Cache Allocation Technology) - "cat_l3", "cat_l2" | ||
|
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 |
---|---|---|
|
@@ -2848,6 +2848,9 @@ F: include/uapi/linux/if_bonding.h | |
BPF (Safe dynamic programs and tools) | ||
M: Alexei Starovoitov <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
R: Martin KaFai Lau <[email protected]> | ||
R: Song Liu <[email protected]> | ||
R: Yonghong Song <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git | ||
|
@@ -2873,6 +2876,8 @@ F: samples/bpf/ | |
F: tools/bpf/ | ||
F: tools/lib/bpf/ | ||
F: tools/testing/selftests/bpf/ | ||
K: bpf | ||
N: bpf | ||
|
||
BPF JIT for ARM | ||
M: Shubham Bansal <[email protected]> | ||
|
@@ -5181,7 +5186,7 @@ DRM DRIVERS FOR XEN | |
M: Oleksandr Andrushchenko <[email protected]> | ||
T: git git://anongit.freedesktop.org/drm/drm-misc | ||
L: [email protected] | ||
L: xen-devel@lists.xen.org | ||
L: xen-devel@lists.xenproject.org (moderated for non-subscribers) | ||
S: Supported | ||
F: drivers/gpu/drm/xen/ | ||
F: Documentation/gpu/xen-front.rst | ||
|
@@ -11307,10 +11312,12 @@ F: include/dt-bindings/ | |
|
||
OPENCORES I2C BUS DRIVER | ||
M: Peter Korsgaard <[email protected]> | ||
M: Andrew Lunn <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/i2c/busses/i2c-ocores | ||
F: drivers/i2c/busses/i2c-ocores.c | ||
F: include/linux/platform_data/i2c-ocores.h | ||
|
||
OPENRISC ARCHITECTURE | ||
M: Jonas Bonn <[email protected]> | ||
|
@@ -12868,6 +12875,13 @@ F: Documentation/devicetree/bindings/net/dsa/realtek-smi.txt | |
F: drivers/net/dsa/realtek-smi* | ||
F: drivers/net/dsa/rtl83* | ||
|
||
REDPINE WIRELESS DRIVER | ||
M: Amitkumar Karwar <[email protected]> | ||
M: Siva Rebbagondla <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/wireless/rsi/ | ||
|
||
REGISTER MAP ABSTRACTION | ||
M: Mark Brown <[email protected]> | ||
L: [email protected] | ||
|
@@ -13696,6 +13710,15 @@ L: [email protected] | |
S: Supported | ||
F: drivers/net/ethernet/sfc/ | ||
|
||
SFF/SFP/SFP+ MODULE SUPPORT | ||
M: Russell King <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/phy/phylink.c | ||
F: drivers/net/phy/sfp* | ||
F: include/linux/phylink.h | ||
F: include/linux/sfp.h | ||
|
||
SGI GRU DRIVER | ||
M: Dimitri Sivanich <[email protected]> | ||
S: Maintained | ||
|
@@ -16641,6 +16664,15 @@ S: Maintained | |
F: drivers/platform/x86/ | ||
F: drivers/platform/olpc/ | ||
|
||
X86 PLATFORM DRIVERS - ARCH | ||
R: Darren Hart <[email protected]> | ||
R: Andy Shevchenko <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core | ||
S: Maintained | ||
F: arch/x86/platform | ||
|
||
X86 VDSO | ||
M: Andy Lutomirski <[email protected]> | ||
L: [email protected] | ||
|
@@ -16673,6 +16705,24 @@ T: git git://linuxtv.org/media_tree.git | |
S: Maintained | ||
F: drivers/media/tuners/tuner-xc2028.* | ||
|
||
XDP (eXpress Data Path) | ||
M: Alexei Starovoitov <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
M: David S. Miller <[email protected]> | ||
M: Jakub Kicinski <[email protected]> | ||
M: Jesper Dangaard Brouer <[email protected]> | ||
M: John Fastabend <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: net/core/xdp.c | ||
F: include/net/xdp.h | ||
F: kernel/bpf/devmap.c | ||
F: kernel/bpf/cpumap.c | ||
F: include/trace/events/xdp.h | ||
K: xdp | ||
N: xdp | ||
|
||
XDP SOCKETS (AF_XDP) | ||
M: Björn Töpel <[email protected]> | ||
M: Magnus Karlsson <[email protected]> | ||
|
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
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
Oops, something went wrong.