summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-192-1/+7
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-06-171-4/+31
| |\| | | | | | | | |
| | * | | | | | | | | Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-05-311-4/+31
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | | * | | | | | | | drm/amdkfd: New IOCTL to allocate queue GWSOak Zeng2019-05-281-1/+19
| | | * | | | | | | | drm/amdkfd: Introduce XGMI SDMA queue typeOak Zeng2019-05-241-3/+4
| | | * | | | | | | | drm/amdkfd: Expose HDP registers to user spaceOak Zeng2019-05-241-0/+1
| | | * | | | | | | | drm/amdgpu: Remap hdp coherency registersOak Zeng2019-05-241-0/+7
| | | | |/ / / / / / | | | |/| | | | | |
| * | | | | | | | | dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann2019-06-141-0/+3
| * | | | | | | | | dma-buf: give each buffer a full-fledged inodeGreg Hackmann2019-06-141-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-151-0/+172
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | platform/x86: ISST: Add Intel Speed Select PUNIT MSR interfaceSrinivas Pandruvada2019-07-021-0/+32
| * | | | | | | | platform/x86: ISST: Add Intel Speed Select mailbox interface via PCISrinivas Pandruvada2019-07-021-0/+38
| * | | | | | | | platform/x86: ISST: Add Intel Speed Select mmio interfaceSrinivas Pandruvada2019-07-021-0/+33
| * | | | | | | | platform/x86: ISST: Add IOCTL to Translate Linux logical CPU to PUNIT CPU numberSrinivas Pandruvada2019-07-021-0/+28
| * | | | | | | | platform/x86: ISST: Add common API to register and handle ioctlsSrinivas Pandruvada2019-07-021-0/+41
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-131-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | io_uring: add support for recvmsg()Jens Axboe2019-07-091-0/+1
| * | | | | | | io_uring: add support for sendmsg()Jens Axboe2019-07-091-0/+2
| * | | | | | | io_uring: add support for sqe linksJens Axboe2019-06-241-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-131-14/+0Star
|\ \ \ \ \ \ \
| * | | | | | | kbuild: re-implement Makefile.headersinst without recursionMasahiro Yamada2019-06-151-14/+0Star
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-132-1/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-116-11/+14
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | KVM: x86: PMU Event FilterEric Hankland2019-07-111-0/+3
| * | | | | | | KVM: X86: Yield to IPI target if necessaryWanpeng Li2019-07-021-0/+1
| * | | | | | | KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-041-1/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-12/+12
|\ \ \ \ \ \ \
| * | | | | | | nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada2019-07-121-12/+12
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-121-0/+26
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2019-06-234-10/+7Star
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | USB: fix types in uapi includeStephen Rothwell2019-06-191-2/+2
| * | | | | | | USB: add usbfs ioctl to retrieve the connection parametersDmitry Torokhov2019-06-181-0/+26
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-121-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | serial: mpsc: Remove obsolete MPSC driverMark Greer2019-07-031-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1132-346/+433
|\ \ \ \ \ \ \
| * | | | | | | pkt_sched: Include const.hDavid Ahern2019-07-091-0/+1
| * | | | | | | netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-091-0/+2
| * | | | | | | net/sched: cls_flower: Add matching on conntrack infoPaul Blakey2019-07-091-0/+16
| * | | | | | | net/sched: Introduce action ctPaul Blakey2019-07-092-0/+42
| * | | | | | | devlink: Introduce PCI VF port flavour and port attributeParav Pandit2019-07-091-0/+6
| * | | | | | | devlink: Introduce PCI PF port flavour and port attributeParav Pandit2019-07-091-0/+5
| * | | | | | | net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-092-1/+35
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-093-2/+3
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-0/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach2019-06-291-0/+1
| | * | | | | | | | packet: Fix undefined behavior in bit shiftJiunn Chang2019-06-291-1/+1
| | * | | | | | | | nl80211: Fix undefined behavior in bit shiftJiunn Chang2019-06-281-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-091-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev2019-07-081-3/+3
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-07-084-1/+26
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |