summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | bcache: stop using the deprecated get_seconds()Arnd Bergmann2018-07-271-2/+2
| * | | | | | | | | | | | | | | include/uapi/linux/blkzoned.h: Remove a superfluous __packed directiveBart Van Assche2018-07-091-1/+1
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-08-131-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | aio: implement IOCB_CMD_POLLChristoph Hellwig2018-08-061-4/+2
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-131-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | MIPS: Add FP_MODE regset supportMaciej W. Rozycki2018-07-191-0/+1
| * | | | | | | | | | | | | | | MIPS: Add DSP ASE regset supportMaciej W. Rozycki2018-07-191-0/+1
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-131-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | KVM: s390: Add huge page enablement controlJanosch Frank2018-07-301-0/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-131-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-123-3/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | time: Introduce struct __kernel_itimerspecDeepa Dinamani2018-06-241-0/+7
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-301-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-251-0/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-201-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-6/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | aio: don't expose __aio_sigset in uapiChristoph Hellwig2018-07-171-6/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-182-1/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-0/+4
| * | | | | | | | | net: ethtool: fix spelling mistake: "tubale" -> "tunable"Michael Heimpold2018-07-131-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | rseq: Remove unused types_32_64.h uapi headerMathieu Desnoyers2018-07-101-50/+0
* | | | | | | | | 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-181-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-201-0/+3
| |/ / / /
* | | | | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-171-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-141-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-161-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
OpenPOWER on IntegriCloud