summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-30Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"amd-drm-fixes-5.8-2020-07-30drm-fixes-5.8Alex Deucher1-3/+6
2020-07-30drm/amd/display: Clear dm_state for fast updatesMazin Rezk1-9/+27
2020-07-30drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Peilin Ye1-1/+2
2020-07-29Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie11-23/+51
2020-07-27drm: hold gem reference until object is no longer accessedSteve Cohen1-6/+4
2020-07-27drm/dbi: Fix SPI Type 1 (9-bit) transferPaul Cercueil1-1/+1
2020-07-27drm/drm_fb_helper: fix fbdev with sparc64Sam Ravnborg3-1/+18
2020-07-27Merge branch 'linux-5.8' of git://github.com/skeggsb/linux into drm-fixesDave Airlie3-12/+25
2020-07-26Linux 5.8-rc7Linus Torvalds1-1/+1
2020-07-26Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+12
2020-07-26drm/mcde: Fix stability issueLinus Walleij1-3/+8
2020-07-26Merge branch 'parisc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+16
2020-07-26drm/bridge: nwl-dsi: Drop DRM_BRIDGE_ATTACH_NO_CONNECTOR check.Guido Günther1-5/+0
2020-07-26drm/panel: Fix auo, kd101n80-45na horizontal noise on edges of panelJitao Shi1-3/+3
2020-07-26drm: panel: simple: Delay HPD checking on boe_nv133fhm_n61 for 15 msDouglas Anderson1-1/+15
2020-07-26drm/bridge/adv7511: set the bridge type properlyLaurentiu Palcu1-0/+1
2020-07-26Merge tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-112/+186
2020-07-26Merge tag 'driver-core-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-07-26Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-19/+63
2020-07-26Merge tag 'tty-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-32/+69
2020-07-26drm: of: Fix double-free bugBiju Das1-3/+1
2020-07-26Merge tag 'usb-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-1/+8
2020-07-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+11
2020-07-25Merge tag 'riscv-for-linus-5.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-23/+47
2020-07-25Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-18/+28
2020-07-25Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-07-25Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+58
2020-07-25Merge tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+15
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-40/+43
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds1-8/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds127-676/+1022
2020-07-24riscv: Parse all memory blocks to remove unusable memoryAtish Patra1-14/+17
2020-07-24RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra1-6/+27
2020-07-24drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2-4/+8
2020-07-24dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-24RISC-V: Set maximum number of mapped pages correctlyAtish Patra1-1/+1
2020-07-24Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-23/+11
2020-07-24qrtr: orphan socket in qrtr_release()Cong Wang1-0/+1
2020-07-24Merge tag 'wireless-drivers-2020-07-24' of git://git.kernel.org/pub/scm/linux...David S. Miller4-43/+43
2020-07-24xen-netfront: fix potential deadlock in xennet_remove()Andrea Righi1-22/+42
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds1-1/+19
2020-07-24flow_offload: Move rhashtable inclusion to the source fileHerbert Xu3-2/+1
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds14-25/+91
2020-07-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Linus Torvalds1-1/+1
2020-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+21
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+11
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds1-25/+36
2020-07-24Merge tag 'iommu-fix-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-20/+17
2020-07-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/r...Linus Torvalds6-21/+49