summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire2019-04-111-0/+10
* bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-8/+28
* bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-0/+7
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-101-0/+1
* bpf: add specification for BTF Var and DataSec kindsDaniel Borkmann2019-04-101-4/+28
* bpf: add syscall side map freeze supportDaniel Borkmann2019-04-102-1/+3
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-102-1/+34
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-103-1/+22
* bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2019-04-041-0/+1
* bpf: improve verification speed by droping statesAlexei Starovoitov2019-04-041-0/+2
* bpf: add verifier stats and log_level bit 2Alexei Starovoitov2019-04-041-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-2837-73/+286
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2713-74/+212
| |\
| | * net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean2019-03-261-0/+16
| | * net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-212-1/+2
| | * net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti2019-03-211-1/+1
| | * net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-211-1/+6
| * | Revert "parport: daisy: use new parport device model"Linus Torvalds2019-03-251-13/+0
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-241-0/+2
| |\ \
| | * | x86/gart: Exclude GART aperture from kcoreKairui Song2019-03-231-0/+2
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-242-3/+2
| |\ \ \
| | * \ \ Merge tag 'irqchip-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-03-211-2/+1
| | |\ \ \
| | | * | | irqchip/gic: Drop support for secondary GIC in non-DT systemsMarc Zyngier2019-03-111-2/+1
| | * | | | genirq: Fix typo in comment of IRQD_MOVE_PCNTXTPeter Xu2019-03-211-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linuxLinus Torvalds2019-03-241-0/+1
| |\ \ \ \
| | * | | | auxdisplay: charlcd: Introduce charlcd_free() helperAndy Shevchenko2019-03-171-0/+1
| * | | | | Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-232-5/+20
| |\ \ \ \ \
| | * | | | | block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-181-0/+1
| | * | | | | iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe2019-03-181-5/+19
| * | | | | | Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-233-4/+4
| |\ \ \ \ \ \
| | * | | | | | sbitmap: trivial - update comment for sbitmap_deferred_clear_bitShenghui Wang2019-03-221-1/+1
| | * | | | | | block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche2019-03-201-2/+0
| | * | | | | | block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2019-03-201-0/+3
| | * | | | | | blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctxDongli Zhang2019-03-191-1/+0
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'ceph-for-5.1-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-231-0/+2
| |\ \ \ \ \ \
| | * | | | | | libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-201-0/+2
| | |/ / / / /
| * / / / / / IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas2019-03-181-1/+2
| |/ / / / /
| * | | | | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-172-1/+8
| |\ \ \ \ \
| | * | | | | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-172-1/+8
| * | | | | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-163-0/+11
| |\ \ \ \ \ \
| | * | | | | | signal: add pidfd_send_signal() syscallChristian Brauner2019-03-053-1/+12
| * | | | | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-162-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-072-0/+6
| * | | | | | | | Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-161-2/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix null pointer deref in tracepoints in back channelOlga Kornievskaia2019-03-121-2/+4
| * | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-153-20/+73
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-02-222-19/+50
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | KVM: arm/arm64: Rework the timer code to use a timer_mapChristoffer Dall2019-02-191-10/+13
| | | * | | | | | | | | KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systemsChristoffer Dall2019-02-191-0/+6
| | | * | | | | | | | | KVM: arm/arm64: timer: Rework data structures for multiple timersChristoffer Dall2019-02-191-20/+21