summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2021-12-19kmem_cache is used at IPL_VMriastradh
2021-12-19Fix inverted notion of whether to wait for allocationriastradh
2021-12-19i915: Flail harder to work around the bad thing that went wrong.riastradh
2021-12-19i915: Draft gem fault.riastradh
2021-12-19linux: Use indirection for percpu simpleq.riastradh
2021-12-19drm: Add drm_vma_offset_exact_lookup_locked.riastradh
2021-12-19i915: what we hath created, we must destroyriastradh
2021-12-19i915: Lock outside #ifdef NetBSD, not just unlock.riastradh
2021-12-19i915: Set sg_page_sizes in the #ifdef NetBSD code.riastradh
2021-12-19i915: Define i915_gem_uvm_ops.riastradh
2021-12-19i915: Remove waiter after done, not only after wakeup.riastradh
2021-12-19i915: Remember to initialize the atomic commit lock and waitqueue!riastradh
2021-12-19i915: Keep i915_sw_fence_init/fini paired.riastradh
2021-12-19linux: Shim fs_reclaim_acquire/release to reduce diff.riastradh
2021-12-19drm: Eliminate hrtimer_destroy and teardown_timer.riastradh
2021-12-19linux: Define IORESOURCE_* to be bits, not indices.riastradh
2021-12-19i915: Rework atomic commit wakeups to work with condvars.riastradh
2021-12-19i915: Quietly disable vblank-related rps boost for now.riastradh
2021-12-19i915: Add waiter to list so we will actually get woken!riastradh
2021-12-19Do not try to map VGA registers before intelfb is readyriastradh
2021-12-19drm: Membar audit for dma_resv.riastradh
2021-12-19drm: Simplify -- remove drm_pci_agp_destroy.riastradh
2021-12-19i915: Omit needless reachover of i915_drm_driver.riastradh
2021-12-19i915: Nix drm_dev_alloc, and do drm_pci_attach in i915_driver_probe.riastradh
2021-12-19drm: Omit needless pci_attach_args from our drm_pci_attach.riastradh
2021-12-19drm: Place drm_hdcp.c like other overrides in files.drmkms.riastradh
2021-12-19drm: Use atomic_store_release/load_consume in linux_dma_resv.c.riastradh
2021-12-19linux: membar_exit not needed if we use locks here.riastradh
2021-12-19Use hrtimer_destroy instead of hrtimer_cancel to freeriastradh
2021-12-19Add hrtimer_destroyriastradh
2021-12-19Return pci_device_t from match so we can call i915_driver_proberiastradh
2021-12-19drm: Plug fence leakriastradh
2021-12-19linux: Use sys/cpu.h, not machine/cpu.h.riastradh
2021-12-19radeon: Reduce #ifdef __NetBSD__ around condvars.riastradh
2021-12-19drm: Simplify condvar conditionals in drm_vblankriastradh
2021-12-19drm: Fix lock order reversal in merge botch.riastradh
2021-12-19i915: intel_engine_pm.c and i915_active.criastradh
2021-12-19i915: Disentangle uabi engines rb/llist/list spaghetti.riastradh
2021-12-19linux: Kludgily make radix tree safe for RCUriastradh
2021-12-19linux: Kludgey radix tree shimsriastradh
2021-12-19drm: one mmmore order botchriastradh
2021-12-19drm: mind your prev's and neqxt'sriastradh
2021-12-19drm: tree of mm holes is decreasing left to right, not increasingriastradh
2021-12-19linux: Draft half-arsed xarray shimsriastradh
2021-12-19linux: Use pointer indirection for irq_work_cpu.riastradh
2021-12-19linux: namespace xa_destroyriastradh
2021-12-19i915: Ifdef out stash_init use just like defriastradh
2021-12-19i915: Odds & ends.riastradh
2021-12-19i915: #ifdef -> #if IS_ENABLEDriastradh
2021-12-19i915: Declare, don't define, object in header file.riastradh