summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | bcache: use delayed kworker fo asynchronous devices registrationColy Li2020-06-151-6/+8
| * | | | bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira2020-06-151-3/+19
| * | | | bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-151-2/+6
| |/ / /
* | | | Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-194-13/+21
|\ \ \ \
| * | | | libata: Use per port sync for detachKai-Heng Feng2020-06-182-6/+8
| * | | | ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select...Ye Bin2020-06-051-3/+6
| * | | | sata_rcar: handle pm_runtime_get_sync failure casesNavid Emamdoost2020-06-051-4/+7
* | | | | Merge tag 'drm-fixes-2020-06-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-1929-432/+834
|\ \ \ \ \
| * \ \ \ \ Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie2020-06-1910-59/+166
| |\ \ \ \ \
| | * | | | | drm/amdgpu: fix documentation around busy_percentageAlex Deucher2020-06-172-4/+7
| | * | | | | drm/amdgpu/pm: update comment to clarify Overdrive interfacesAlex Deucher2020-06-171-1/+1
| | * | | | | drm/amdkfd: Use correct major in devcgroup checkLorenz Brun2020-06-171-1/+2
| | * | | | | drm/amd/display: Rework dsc to isolate FPU operationsRodrigo Siqueira2020-06-115-50/+153
| | * | | | | drm/amdgpu: Replace invalid device ID with a valid device IDSandeep Raghuraman2020-06-111-1/+1
| | * | | | | drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()Denis Efremov2020-06-111-1/+1
| | * | | | | drm/amd/display: Use kvfree() to free coeff in build_regamma()Denis Efremov2020-06-111-1/+1
| * | | | | | Merge tag 'drm-intel-fixes-2020-06-18' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-06-1919-373/+668
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | drm/i915/display: Fix the encoder type checkVandita Kulkarni2020-06-161-3/+3
| | * | | | | drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionImre Deak2020-06-161-0/+1
| | * | | | | drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-20/+22
| | * | | | | drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-10/+14
| | * | | | | drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-33/+41
| | * | | | | drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-61/+59
| | * | | | | drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-163-49/+63
| | * | | | | drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-37/+50
| | * | | | | drm/i915/icl: Disable DIP on MST ports with the transcoder clock still onImre Deak2020-06-162-1/+11
| | * | | | | drm/i915/gt: Incrementally check for rewindingChris Wilson2020-06-166-4/+154
| | * | | | | drm/i915/tc: fix the reset of ln0Khaled Almahallawy2020-06-161-1/+1
| | * | | | | drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson2020-06-163-2/+119
| | * | | | | drm/i915/selftests: Restore to default heartbeatChris Wilson2020-06-164-109/+67
| | * | | | | drm/i915: work around false-positive maybe-uninitialized warningArnd Bergmann2020-06-151-0/+2
| | * | | | | drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann2020-06-151-42/+42
| | * | | | | drm/i915/gt: Incorporate the virtual engine into timeslicingChris Wilson2020-06-151-6/+24
| |/ / / / /
* | | | | | Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-194-16/+15
|\ \ \ \ \ \
| * | | | | | libceph: don't omit used_replica in target_copy()Ilya Dryomov2020-06-161-0/+1
| * | | | | | libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov2020-06-161-0/+1
| * | | | | | libceph: move away from global osd_req_flagsIlya Dryomov2020-06-164-16/+13
| |/ / / / /
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-1911-60/+66
|\ \ \ \ \ \
| * | | | | | arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon2020-06-181-18/+26
| * | | | | | arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva2020-06-181-2/+1
| * | | | | | arm64: mm: reserve hugetlb CMA after numa_initBarry Song2020-06-181-5/+10
| * | | | | | arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportWill Deacon2020-06-171-0/+2
| * | | | | | arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nWill Deacon2020-06-161-3/+3
| * | | | | | arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon2020-06-161-1/+1
| * | | | | | arm64: mm: reset address tag set by kasan sw taggingShyam Thombre2020-06-151-0/+1
| * | | | | | arm64: traps: Dump registers prior to panic() in bad_mode()Will Deacon2020-06-151-0/+1
| * | | | | | arm64/sve: Eliminate data races on sve_default_vlDave Martin2020-06-151-7/+18
| * | | | | | docs/arm64: Fix typo'd #define in sve.rstDave Martin2020-06-151-3/+3
| * | | | | | arm64: remove TEXT_OFFSET randomizationArd Biesheuvel2020-06-152-21/+0
| |/ / / / /
* | | | | | Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-191-4/+21
|\ \ \ \ \ \