summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach2019-07-261-0/+1
* nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada2019-07-211-12/+12
* ALSA: usb-audio: Fix parse of UAC2 Extension UnitsTakashi Iwai2019-07-141-0/+37
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-031-0/+2
* bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis2019-07-031-2/+2
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-171-0/+1
* drm/i915: Fix I915_EXEC_RING_MASKChris Wilson2019-06-111-1/+1
* tipc: Avoid copying bytes beyond the supplied dataChris Packham2019-06-041-3/+7
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-05-251-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-04-281-0/+1
|\
| * IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi2019-04-181-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-04-191-2/+4
|\ \ | |/ |/|
| * Input: document meanings of KEY_SCREEN and KEY_ZOOMDmitry Torokhov2019-03-261-2/+4
* | Merge tag 'sound-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-04-121-0/+1
|\ \
| * \ Merge tag 'asoc-fix-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai2019-04-1183-184/+2003
| |\ \
| * | | ALSA: uapi: #include <time.h> in asound.hDaniel Mentz2019-04-021-0/+1
* | | | ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()Michael Zhivich2019-04-081-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-311-0/+2
|\ \ \ \
| * | | | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-281-0/+2
| | |/ / | |/| |
* | | | Merge tag 'char-misc-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-291-0/+60
|\ \ \ \
| * | | | virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xHans de Goede2019-03-281-0/+60
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-271-61/+127
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-161-61/+127
| |\ \ \
| | * | | bpf: add documentation for helpers bpf_spin_lock(), bpf_spin_unlock()Quentin Monnet2019-03-141-0/+55
| | * | | bpf: fix documentation for eBPF helpersQuentin Monnet2019-03-141-63/+65
| | * | | bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau2019-03-131-1/+10
* | | | | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-1/+3
|\ \ \ \ \
| * | | | | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+3
* | | | | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-1/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-141-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-131-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-5.1/nfit/ars' into libnvdimm-for-nextDan Williams2019-03-113-10/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-5.1/libnvdimm' into libnvdimm-for-nextDan Williams2019-03-111-0/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | nfit: Add Hyper-V NVDIMM DSM command set to white listDexuan Cui2019-01-291-0/+1
* | | | | | | Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-131-0/+5
|\ \ \ \ \ \ \
| * | | | | | | ubi: Expose the bitrot interfaceRichard Weinberger2019-02-241-0/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-121-1/+6
|\ \ \ \ \ \ \
| * | | | | | | fuse: support clients that don't implement 'opendir'Chad Austin2019-02-131-1/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-101-0/+2
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel2019-03-0113-30/+40
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | / / / / | | | | | | |/ / / / | | | | | |/| / / / | | | |_|_|_|/ / / | | |/| | | | | |
| | | | * | | | | PCI/ATS: Add pci_ats_page_aligned() interfaceKuppuswamy Sathyanarayanan2019-02-261-0/+1
| | | | * | | | | PCI/ATS: Add pci_prg_resp_pasid_required() interface.Kuppuswamy Sathyanarayanan2019-02-261-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: add ptrace regsets for ptrauth key managementKristina Martsenko2019-02-011-0/+2
* | | | | | | | | Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-091-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-201-2/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-097-18/+99
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-191-2/+8