summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* rseq: Remove unused types_32_64.h uapi headerMathieu Desnoyers2018-07-101-50/+0Star
* rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers2018-07-101-8/+19
* rseq: uapi: Update uapi commentsMathieu Desnoyers2018-07-101-33/+36
* rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers2018-07-101-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-021-5/+23
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-5/+23
| |\
| | * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-5/+23
* | | aio: mark __aio_sigset::sigmask constAvi Kivity2018-06-291-1/+1
* | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+5
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-271-1/+3
|\ \ \ | |/ / |/| |
| * | scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com2018-06-191-1/+3
| |/
* | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-241-0/+3
|\ \ | |/ |/|
| * nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes2018-06-211-0/+3
* | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-161-1/+1
|\ \
| * | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-161-1/+1
|\ \ \
| * | | aio: mark __aio_sigset::sigmask constAvi Kivity2018-06-151-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-163-16/+16
|\ \ \ \
| * | | | nl80211: fix some kernel doc tag mistakesLuca Coelho2018-06-151-14/+14
| * | | | netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso2018-06-121-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | netfilter: nf_conntrack: Increase __IPS_MAX_BIT with new bit IPS_OFFLOAD_BITGao Feng2018-06-071-1/+1
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-06-151-4/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | virtio: update the comments for transport featuresTiwei Bie2018-06-121-3/+6
| * | | | virtio_pci: support enabling VFsTiwei Bie2018-06-121-1/+6
* | | | | Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-151-0/+8
|\ \ \ \ \
| * | | | | ALSA: usb-audio: Add bi-directional terminal typesJorge Sanjuan2018-06-141-0/+8
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-2/+3
|\ \ \ \ \ \
| * | | | | | kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * | | | | | KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov2018-05-261-0/+1
* | | | | | | Merge tag 'rpmsg-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds2018-06-111-9/+0Star
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | rpmsg: char: Switch to SPDX license identifierSuman Anna2018-06-041-9/+0Star
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-112-5/+27
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-081-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | xsk: Fix umem fill/completion queue mmap on 32-bitGeert Uytterhoeven2018-06-081-2/+2
| * | | | | | | | netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso2018-06-071-3/+25
* | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-5/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap2018-04-211-5/+6
* | | | | | | | | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-102-0/+183
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+133
| * | | | | | | | | | uapi/headers: Provide types_32_64.hMathieu Desnoyers2018-06-061-0/+50
* | | | | | | | | | | Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-094-441/+0Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ncpfs: remove uapi .h filesGreg Kroah-Hartman2018-06-054-441/+0Star
* | | | | | | | | | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | fs: Add aio iopriority supportAdam Manzanares2018-05-311-0/+1
* | | | | | | | | | | | Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-081-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant2018-05-141-0/+11
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-083-163/+161Star
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | autofs4: merge auto_fs.h and auto_fs4.hIan Kent2018-06-082-162/+160Star
| * | | | | | | | | | | | mm: mark pages in use for page tablesMatthew Wilcox2018-06-081-1/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |