aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-01drm/amdkfd: skip invalid pages during migrationsAlex Sierra1-20/+18
2021-07-01drm/amdkfd: classify and map mixed svm range pages in GPUAlex Sierra2-34/+55
2021-07-01drm/amdkfd: use hmm range fault to get both domain pfnsAlex Sierra1-41/+27
2021-07-01drm/amdgpu: get owner ref in validate and mapAlex Sierra1-1/+24
2021-07-01drm/amdkfd: set owner ref to svm range prefaultAlex Sierra3-4/+6
2021-07-01drm/amdkfd: add owner ref param to get hmm pagesAlex Sierra4-5/+6
2021-07-01drm/amdkfd: device pgmap owner at the svm migrate initAlex Sierra2-3/+6
2021-07-01drm/amdkfd: inc counter on child ranges with xnack offAlex Sierra1-2/+14
2021-07-01drm/amd/display: Extend DMUB diagnostic logging to DCN3.1Nicholas Kazlauskas3-5/+76
2021-07-01drm/amdgpu: Update NV SIMD-per-CU to 2Joseph Greathouse1-1/+1
2021-07-01drm/amdgpu: add new dimgrey cavefish DIDAlex Deucher1-0/+1
2021-07-01drm/amd/pm: skip PrepareMp1ForUnload message in s0ixShyam Sundar S K1-1/+2
2021-07-01drm/amdgpu: move apu flags initialization to the start of device initHuang Rui3-10/+37
2021-07-01drm/amd/display: Respect CONFIG_FRAME_WARN=0 in dml MakefileReka Norman1-2/+6
2021-07-01drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_create()Jing Xiangfeng1-0/+1
2021-07-01drm/amdgpu/dc: Really fix DCN3.1 Makefile for PPC64Michal Suchanek1-0/+2
2021-07-01drm/radeon: Call radeon_suspend_kms() in radeon_pci_shutdown() for Loongson64Tiezhu Yang1-4/+4
2021-07-01drm/amdgpu: Set ttm caching flags during bo allocationOak Zeng2-4/+5
2021-07-01drm/amd/display: fix null pointer access in gpu resetGuchun Chen1-2/+2
2021-07-01drm/amd/display: fix incorrrect valid irq checkGuchun Chen1-1/+1
2021-07-01drm/amdgpu: enable sdma0 tmz for Raven/Renoir(V2)Aaron Liu1-2/+2
2021-06-30virtio-mem: use page_offline_(start|end) when setting PageOffline()David Hildenbrand1-0/+2
2021-07-01Merge branch 'cpufreq/cppc-fie' into cpufreq/arm/linux-nextViresh Kumar1738-60957/+44552
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2-13/+249
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar1-6/+21
2021-07-01cpufreq: CPPC: Pass structure instance by referenceViresh Kumar1-8/+8
2021-07-01cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar1-8/+20
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds32-592/+2411
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1077-18951/+79408
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch4-18/+33
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch8-47/+19
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig7-10/+10
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig1-9/+5
2021-06-30loop: split loop_lookupChristoph Hellwig1-45/+12
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig1-0/+5
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig1-24/+13
2021-06-30loop: split loop_control_ioctlChristoph Hellwig1-33/+60
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig1-8/+1
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig1-7/+5
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig1-2/+3
2021-06-30loop: reorder loop_exitChristoph Hellwig1-5/+2
2021-06-30mmc: initialized disk->minorsChristoph Hellwig1-0/+1
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig3-25/+14
2021-06-30mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig1-13/+1
2021-06-30nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever1-1/+59
2021-06-30null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig1-1/+0
2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-44/+27
2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig1-64/+15
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+3
2021-06-30vfio/pci: Handle concurrent vma faultsAlex Williamson1-8/+21