summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-07drm/i915: Remove requirement for holding i915_request.lock for breadcrumbsChris Wilson
2020-09-07drm/i915: Provide a fastpath for waiting on vma bindingsChris Wilson
2020-09-07drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()Chris Wilson
2020-09-07drm/i915: Make the stale cached active node available for any timelineChris Wilson
2020-09-07drm/i915: Keep the most recently used active-fence upon discardChris Wilson
2020-09-07drm/i915: Export a preallocate variant of i915_active_acquire()Chris Wilson
2020-09-07drm/i915: Skip taking acquire mutex for no ref->active callbackChris Wilson
2020-09-07drm/i915/selftests: Drop stale timeline constructor assertChris Wilson
2020-09-07drm/i915/gt: Pull release of node->age under the spinlockChris Wilson
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson
2020-09-07drm/i915/gem: Delay tracking the GEM context until it is registeredChris Wilson
2020-09-07drm/i915/gt: Fix termination condition for freeing all buffer objectsChris Wilson
2020-09-07drm/i915/selftests: Flush the active barriers before assertingChris Wilson
2020-09-07drm/i915/gt: Delay taking the spinlock for grabbing from the buffer poolChris Wilson
2020-09-07drm/i915/gt: Disable preparser around xcs invalidations on tglChris Wilson
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson
2020-09-07drm/i915: Soften the tasklet flush frequency before waitsChris Wilson
2020-09-07drm/i915/selftests: Mock the status_page.vma for the kernel_contextChris Wilson
2020-09-07drm/i915: Reduce i915_request.lock contention for i915_request_waitChris Wilson
2020-09-06Linux 5.9-rc4Linus Torvalds
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-06Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-06drm/i915: panel: Use atomic PWM API for devs with an external PWM controllerHans de Goede
2020-09-06drm/i915: panel: Honor the VBT PWM min setting for devs with an external PWM ...Hans de Goede
2020-09-06drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM co...Hans de Goede
2020-09-06drm/i915: panel: Add get_vbt_pwm_freq() helperHans de Goede
2020-09-06pwm: crc: Implement get_state() methodHans de Goede
2020-09-06pwm: crc: Implement apply() method to support the new atomic PWM APIHans de Goede
2020-09-06pwm: crc: Enable/disable PWM output on enable/disableHans de Goede
2020-09-06pwm: crc: Fix period changes not having any effectHans de Goede
2020-09-06pwm: crc: Fix off-by-one error in the clock-divider calculationsHans de Goede
2020-09-06pwm: crc: Fix period / duty_cycle times being off by a factor of 256Hans de Goede
2020-09-06pwm: lpss: Remove suspend/resume handlersHans de Goede
2020-09-06pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware stateHans de Goede
2020-09-06pwm: lpss: Add pwm_lpss_prepare_enable() helperHans de Goede
2020-09-06pwm: lpss: Add range limit check for the base_unit register valueHans de Goede
2020-09-06pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()Hans de Goede
2020-09-06ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)Hans de Goede
2020-09-06ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phaseHans de Goede
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai