summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: remove the store jobs array from CS IOCTLOded Gabbay2021-04-091-25/+10
* habanalabs: add custom timeout flag per csAlon Mizrahi2021-04-091-2/+13
* habanalabs: return current power via INFO IOCTLSagiv Ozeri2021-04-091-0/+9
* habanalabs: wait for interrupt supportOfir Bitton2021-04-091-5/+37
* Merge 5.12-rc6 into char-misc-nextGreg Kroah-Hartman2021-04-054-36/+16
|\
| * Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-021-26/+2
| |\
| | * block: update a few comments in uapi/linux/blkpg.hChristoph Hellwig2021-04-021-26/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-242-9/+12
| |\ \
| | * | psample: Fix user API breakageIdo Schimmel2021-03-241-4/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-101-5/+11
| | |\ \ | | | |/ | | |/|
| | | * bpf: BPF-helper for MTU checking add length inputJesper Dangaard Brouer2021-03-081-5/+11
| * | | Merge tag 'fuse-fixes-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-161-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini2021-03-161-1/+2
* | | | binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio2021-03-241-0/+7
* | | | binder: BINDER_FREEZE ioctlMarco Ballesio2021-03-241-0/+13
* | | | uapi: map_to_7segment: Remove licence boilerplateGeert Uytterhoeven2021-03-241-14/+0
|/ / /
* | | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-093-2/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-061-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | uapi: nfnetlink_cthelper.h: fix userspace compilation errorDmitry V. Levin2021-02-281-1/+1
| * | | net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer2021-03-031-0/+1
| |/ /
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-261-1/+0
| |\ \
| | * | bpf: Remove blank line in bpf helper description commentHangbin Liu2021-02-241-1/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-041-0/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-021-0/+13
* | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-0/+1
|\ \ \ \
| * | | | io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe2021-02-231-0/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-262-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | include/linux: remove repeated wordsRandy Dunlap2021-02-262-2/+2
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-02-251-0/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vdpa: Enable user to query vdpa device infoParav Pandit2021-02-231-0/+5
| * | | | vdpa: Enable a user to add and delete a vdpa deviceParav Pandit2021-02-231-0/+4
| * | | | vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit2021-02-231-0/+31
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-241-1/+3
|\ \ \ \ \
| * | | | | numa balancing: migrate on fault among multiple bound nodesHuang Ying2021-02-241-1/+3
* | | | | | Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-02-241-0/+27
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit '3e10585335b7967326ca7b4118cada0d2d00a2ab' into v5.12/vfio/nextAlex Williamson2021-02-2230-64/+554
| |\ \ \ \ \ \
| * | | | | | | vfio: interfaces to update vaddrSteve Sistare2021-02-011-0/+19
| * | | | | | | vfio: option to unmap allSteve Sistare2021-02-011-0/+8
* | | | | | | | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-245-16/+767
|\ \ \ \ \ \ \ \
| * | | | | | | | uapi: map_to_7segment: Update example in documentationGeert Uytterhoeven2021-02-091-3/+8
| * | | | | | | | virt: acrn: Introduce irqfdShuo Liu2021-02-091-0/+15
| * | | | | | | | virt: acrn: Introduce ioeventfdShuo Liu2021-02-091-0/+29
| * | | | | | | | virt: acrn: Introduce interfaces to query C-states and P-states allowed by hy...Shuo Liu2021-02-091-0/+55
| * | | | | | | | virt: acrn: Introduce interrupt injection interfacesShuo Liu2021-02-091-0/+17
| * | | | | | | | virt: acrn: Introduce interfaces for PCI device passthroughShuo Liu2021-02-091-0/+61
| * | | | | | | | virt: acrn: Introduce PCI configuration space PIO accesses combinerShuo Liu2021-02-091-0/+27
| * | | | | | | | virt: acrn: Introduce I/O request managementShuo Liu2021-02-091-0/+150
| * | | | | | | | virt: acrn: Introduce EPT mapping managementShuo Liu2021-02-091-0/+49
| * | | | | | | | virt: acrn: Introduce an ioctl to set vCPU registers stateShuo Liu2021-02-091-0/+119
| * | | | | | | | virt: acrn: Introduce VM management interfacesShuo Liu2021-02-091-0/+58