summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-08libbpf: complete list of strings for guessing program typeQuentin Monnet
2018-02-08nfp: bpf: fix immed relocation for larger offsetsJakub Kicinski
2018-02-08selftests: bpf: test_kmod.sh: check the module path before insmodNaresh Kamboju
2018-02-06Merge branch 'bpf-sockmap-fixes'Daniel Borkmann
2018-02-06bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend
2018-02-06tools/bpf: fix batch-mode test failure of test_xdp_redirect.shYonghong Song
2018-02-05bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-02-04Merge tag 'ntb-4.16' of git://github.com/jonmason/ntbLinus Torvalds
2018-02-04Merge tag 'mailbox-v4.16' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-04dt-bindings: mailbox: qcom: Document the APCS clock bindingGeorgi Djakov
2018-02-04mailbox: qcom: Create APCS child device for clock controllerGeorgi Djakov
2018-02-04mailbox: qcom: Convert APCS IPC driver to use regmapGeorgi Djakov
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-03KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-03KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-02-03KVM/x86: Add IBPB supportAshok Raj
2018-02-03KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed
2018-02-03Merge tag 'pstore-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-02-03Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-03Merge branch 'fixes-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into ...Thomas Gleixner
2018-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-03Merge tag 'gfs2-4.16.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-03Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-02-03Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-03pinctrl: remove include file from <linux/device.h>Linus Torvalds
2018-02-03firmware: dmi: handle missing DMI data gracefullyArd Biesheuvel
2018-02-03firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare
2018-02-03firmware: dmi_scan: Drop dmi_initializedJean Delvare
2018-02-03firmware: dmi: Optimize dmi_matchesJean Delvare
2018-02-02Merge branch 'libbpf-xdp-support'Alexei Starovoitov
2018-02-02samples/bpf: use bpf_set_link_xdp_fdEric Leblond
2018-02-02libbpf: add missing SPDX-License-IdentifierEric Leblond
2018-02-02libbpf: add error reporting in XDPEric Leblond
2018-02-02libbpf: add function to setup XDPEric Leblond
2018-02-02tools: add netlink.h and if_link.h in tools uapiEric Leblond
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-03bpf: fix bpf_prog_array_copy_to_user() issuesAlexei Starovoitov
2018-02-02soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet