summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-08-082-0/+152
|\
| * drm/ttm: Add ttm_set_pages_wc and ttm_set_pages_uc helperHuang Rui2018-08-011-0/+22
| * drm/scheduler: only kill entity if last user is killed v2Christian König2018-07-311-0/+2
| * drm/ttm: add ttm_set_memory header (v2)Huang Rui2018-07-271-0/+128
* | Merge tag 'drm-msm-next-2018-07-30' of git://people.freedesktop.org/~robclark...Dave Airlie2018-08-014-0/+125
|\ \
| * | drm: Add puts callback for the coredump printerJordan Crouse2018-07-301-0/+2
| * | drm: Add a -puts() function for the seq_file printerJordan Crouse2018-07-301-0/+2
| * | drm: Add drm_puts() to complement drm_printf()Jordan Crouse2018-07-301-0/+2
| * | drm: drm_printer: Add printer for devcoredumpJordan Crouse2018-07-301-0/+65
| * | include: Move ascii85 functions from i915 to linux/ascii85.hJordan Crouse2018-07-301-0/+38
| * | drm: add msm compressed format modifiersJeykumar Sankaran2018-07-261-0/+13
| * | drm: Add support for pps and compression mode command packetvkorjani2018-07-251-0/+3
* | | BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-3054-237/+359
|\ \ \
| * \ \ Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-271-0/+14
| |\ \ \
| | * | | blk-mq: export setting request completion stateKeith Busch2018-07-241-0/+14
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-273-1/+16
| |\ \ \ \
| | * | | | include/linux/eventfd.h: include linux/errno.hArnd Bergmann2018-07-261-0/+1
| | * | | | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-261-0/+8
| | * | | | mm: introduce vma_init()Kirill A. Shutemov2018-07-261-0/+6
| | * | | | delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo2018-07-261-1/+1
| * | | | | Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-271-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-07-251-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-247-16/+39
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-241-3/+2
| | |\ \ \ \
| | | * | | | netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0
| | | * | | | netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+2
| | * | | | | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-07-241-6/+6
| | |\ \ \ \ \
| | | * | | | | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-6/+6
| | * | | | | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-231-0/+5
| | * | | | | | net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-211-0/+5
| | * | | | | | bpfilter: Fix mismatch in function argument typesYueHaibing2018-07-211-3/+3
| | * | | | | | Merge tag 'mlx5-fixes-2018-07-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-07-211-3/+15
| | |\ \ \ \ \ \
| | | * | | | | | net/mlx5: Fix QP fragmented buffer allocationTariq Toukan2018-07-181-3/+15
| | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-201-1/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-201-1/+1
| | * | | | | | | | tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-201-0/+1
| | * | | | | | | | tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-201-0/+1
| | |/ / / / / / /
| * | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-223-6/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | aio: don't expose __aio_sigset in uapiChristoph Hellwig2018-07-172-6/+1
| | * | | | | | | | drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-101-0/+1
| * | | | | | | | | alpha: fix osf_wait4() breakageAl Viro2018-07-221-1/+1
| * | | | | | | | | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-1/+1
| * | | | | | | | | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-1/+3
| * | | | | | | | | Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-201-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu2018-07-201-0/+1
| * | | | | | | | | | Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-191-0/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | PCI: OF: Fix I/O space page leakSergei Shtylyov2018-07-181-0/+2
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-1817-26/+47
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | ipv6: fix useless rol32 call on hashColin Ian King2018-07-181-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-0/+4