summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* mmc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-121-0/+2
|\
| * seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni2020-03-111-0/+2
* | Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-03-041-2/+2
|\ \ | |/ |/|
| * dm: bump version of core and various targetsMike Snitzer2020-03-031-2/+2
* | Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-211-8/+8
|\ \
| * | usb: charger: assign specific number for enum valuePeter Chen2020-02-101-8/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-212-10/+18
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-191-9/+7
| |\ \ \
| | * | | bpf, uapi: Remove text about bpf_redirect_map() giving higher performanceToke Høiland-Jørgensen2020-02-181-9/+7
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-181-1/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2020-02-171-1/+11
* | | | | include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swapChristian Borntraeger2020-02-211-2/+2
* | | | | y2038: hide timeval/timespec/itimerval/itimerspec typesArnd Bergmann2020-02-211-10/+12
|/ / / /
* | | | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-091-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fs: New zonefs file systemDamien Le Moal2020-02-071-0/+1
* | | | Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-061-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-02-051-0/+5
| |\ \ \
| | * | | KVM: s390: Add new reset vcpu APIJanosch Frank2020-01-311-0/+5
* | | | | Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-02-041-1/+6
|\ \ \ \ \
| * | | | | rtc: define RTC_VL_READ valuesAlexandre Belloni2019-12-181-1/+6
* | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-011-1/+3
|\ \ \ \ \ \
| * | | | | | random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski2020-01-071-1/+1
| * | | | | | random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski2020-01-071-0/+2
* | | | | | | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-312-2/+16
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-01-291-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: dwc: intel: PCIe RC controller driverDilip Kota2020-01-091-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | PCI/switchtec: Add Gen4 flash information interface supportKelvin Cao2020-01-151-0/+8
| * | | | | | | PCI/switchtec: Rename generation-specific constantsLogan Gunthorpe2020-01-151-1/+4
| * | | | | | | PCI/switchtec: Add support for Intercomm Notify and Upstream Error ContainmentLogan Gunthorpe2020-01-151-1/+3
| |/ / / / / /
* | | | | | | Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-311-0/+29
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v5.5-rc5' into patchworkMauro Carvalho Chehab2020-01-084-25/+36
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | media: v4l2-core: fix v4l2_buffer handling for time64 ABIArnd Bergmann2020-01-031-0/+23
| * | | | | | | media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABIArnd Bergmann2020-01-031-0/+4
| * | | | | | | media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann2020-01-031-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-312-1/+11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-01-311-0/+10
| * | | | | | mm: fix comments related to node reclaimHao Lee2020-01-311-1/+1
* | | | | | | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-301-0/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-204-8/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-031-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis2019-12-171-2/+2
| * | | | | | | | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-0/+53
| |\| | | | | | | | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-12-111-0/+53
| | * | | | | | Revert "dma-buf: Add dma-buf heaps framework"Sean Paul2019-10-301-55/+0
| | * | | | | | dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-10-251-0/+55
* | | | | | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-292-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2020-01-282-0/+5
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-291-6/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: add support for epoll_ctl(2)Jens Axboe2020-01-291-0/+1