summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-29drm/nouveau/compote: memory object mmap supportJérôme Glisse4-2/+133
2017-08-29drm/nouveau/compote: memory allocation ioctlJérôme Glisse5-1/+198
2017-08-29drm/nouveau/compote: GPU compute on top of nouveauJérôme Glisse8-0/+418
2017-08-29drm/nouveau/core/mm: allow to find nvkm_vma from offsetJérôme Glisse4-0/+43
2017-08-23drm/nouveau/core/mm: allow partial mapping of bo (buffer object)Jérôme Glisse5-11/+24
2017-08-23drm/nouveau/core/mm: allow to create bo vma to fix offset inside vmJérôme Glisse6-0/+129
2017-08-23drm/nouveau/core/mm: convert to u64 tu support bigger address spaceJérôme Glisse2-25/+25
2017-08-09fault/gp100: initial implementation of MaxwellFaultBufferABen Skeggs11-0/+371
2017-08-09mc/gp100-: handle replayable fault interruptBen Skeggs3-2/+22
2017-08-09core: define engine for handling replayable faultsBen Skeggs7-0/+12
2017-08-09mmu/gp100: allow gcc/tex to generate replayable faultsBen Skeggs3-0/+22
2017-08-09WIPmmu: handle instance block setupBen Skeggs23-180/+167
2017-08-09mmu/gf100-: implement vmm on top of new baseBen Skeggs9-49/+185
2017-08-09mmu/nv50,g84: implement vmm on top of new baseBen Skeggs7-8/+158
2017-08-09mmu/nv44: implement vmm on top of new baseBen Skeggs5-9/+67
2017-08-09mmu/nv41: implement vmm on top of new baseBen Skeggs4-8/+67
2017-08-09mmu/nv04: implement vmm on top of new baseBen Skeggs6-17/+116
2017-08-09mmu: implement base for new vm managementBen Skeggs7-20/+188
2017-08-09mmu/gp100: fork from gf100Ben Skeggs4-6/+40
2017-08-09mmu/g84: fork from nv50Ben Skeggs4-13/+47
2017-08-09mmu/gf100: allow implementation to be subclassedBen Skeggs2-3/+45
2017-08-09mmu/nv50: allow implementation to be subclassedBen Skeggs2-3/+45
2017-08-09mmu: automatically handle "un-bootstrapping" of vmmBen Skeggs4-8/+7
2017-08-09falcon: use a more reasonable msgqueue timeout valueBen Skeggs1-1/+1
2017-08-09hmm/dummy: show how to use allocate device page on migration of empty entryJérôme Glisse1-4/+9
2017-08-09hmm/dmirror: dummy mirror support for fake device memoryJérôme Glisse1-0/+365
2017-08-09hmm/dmirror: dummy mirror driver for testing and showcasing the HMMJérôme Glisse3-0/+854
2017-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+4
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds33-109/+368
2017-08-08qmi_wwan: fix NULL deref on disconnectBjørn Mork1-1/+5
2017-08-08ppp: fix xmit recursion detection on ppp channelsGuillaume Nault1-8/+10
2017-08-08net: dsa: mediatek: add adjust link support for user portsJohn Crispin2-0/+39
2017-08-08net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti1-11/+18
2017-08-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds12-52/+102
2017-08-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds7-169/+69
2017-08-08random: fix warning message on ia64 and pariscHelge Deller1-1/+1
2017-08-07Merge tag 'for-linus-20170807' of git://git.infradead.org/linux-mtdLinus Torvalds5-22/+24
2017-08-07qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet1-1/+1
2017-08-07hysdn: fix to a race condition in put_log_bufferAnton Volkov1-15/+13
2017-08-07s390/qeth: fix L3 next-hop in xmit qeth hdrJulian Wiedmann1-2/+2
2017-08-07Merge tag 'rdma-rc-2017-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Doug Ledford7-33/+50
2017-08-07asix: Fix small memory leak in ax88772_unbind()Dean Jenkins3-0/+17
2017-08-07asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins1-9/+25
2017-08-07asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins1-1/+3
2017-08-06netvsc: fix race on sub channel creationstephen hemminger3-7/+11
2017-08-06Merge tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-pla...Linus Torvalds1-2/+2
2017-08-05platform/x86: intel-vbtn: match power button on press rather than releaseMario Limonciello1-2/+2
2017-08-05Merge tag 'media/v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds68-860/+827
2017-08-05Merge tag 'gpio-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds8-37/+43
2017-08-04Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-33/+90