index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
bsd
/
drm2
Age
Commit message (
Expand
)
Author
2023-06-03
adapt to ${CC_WNO_MAYBE_UNINITIALIZED}
lukem
2023-06-03
adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}
lukem
2023-05-25
amdgpu: Fix mostly harmless merge botch.
riastradh
2023-05-22
Use the offset in mmap calculations.
nat
2023-05-12
i915: Avoid dereferencing null fence if resv has changed.
riastradh
2023-05-01
drm: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2023-03-07
remove "nouveau" from a comment. noted by jmcneill.
mrg
2023-03-07
radeon: Kick out genfb on firmware framebuffer before initializing.
mrg
2023-03-01
nouveau: Kick out genfb on firmware framebuffer before initializing.
riastradh
2023-03-01
amdgpu: Fix bogus loop invariant assertions in amdgpu_gart_map.
riastradh
2023-02-24
drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.
riastradh
2023-02-21
drm: Teach dmabuf to handle lseek.
riastradh
2023-02-21
amdgpu: Fix scale factor for 64-bit doorbell indexing.
riastradh
2022-10-28
drm(4): Mark PCI interrupt handlers as MP-safe.
riastradh
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2022-10-25
vmwgfx(4): Partially adapt rbtree.
riastradh
2022-10-25
linux asm/vmware.h: Fill this in with hypercall asm.
riastradh
2022-10-25
linux asm/uaccess.h: strncpy_from_user
riastradh
2022-10-25
linux/frame.h: STACK_FRAME_NON_STANDARD
riastradh
2022-10-25
linux/suspend.h: Stubs for (un)register_pm_notifier.
riastradh
2022-10-25
linux/pci.h: Stubs for pci_request/release_region(s).
riastradh
2022-10-25
linux/idr.h: Update ida_* API.
riastradh
2022-10-25
vmwgfx(4): Hand-cruft threaded irq with a workqueue(9).
riastradh
2022-10-25
drm: New IRQ_WAKE_THREAD constant.
riastradh
2022-10-25
vmwgfx(4): Port fd creation.
riastradh
2022-10-25
vmwgfx(4): Misc porting too.
riastradh
2022-10-25
vmwgfx(4): Use bus_dma tag, not struct device, for dma_pool shims.
riastradh
2022-10-25
vmwgfx(4): Convert fence_queue and fifo_queue to drm_waitqueue_t.
riastradh
2022-10-25
vmwgfx(4): Convert cmdbuf to drm_waitqueue_t.
riastradh
2022-10-25
linux/spinlock.h: spin_lock_bh, spin_unlock_bh
riastradh
2022-10-25
linux asm/io.h: Side-load linux/vmalloc.h like Linux does.
riastradh
2022-10-25
linux/dmapool.h: Start filling out stubs.
riastradh
2022-10-25
vmwgfx(4): dma_alloc/free_coherent -> bus_dma_*
riastradh
2022-10-25
linux/module.h: MODULE_VERSION
riastradh
2022-10-25
vmwgfx: Set some warning and config flags. Nix vmwgfx_fb.c for now.
riastradh
2022-10-17
add pcie capability and read request size linux compat, some pci root support
mrg
2022-10-15
i915: Suspend ioctls while device is suspended.
riastradh
2022-10-15
drm: New mechanism to suspend ioctls during system suspend.
riastradh
2022-10-08
amdgpu: Remove an #ifdef __NetBSD__ around drm_waitqueue_t.
riastradh
2022-09-25
vmwgfxfb(4): Omit now-needless is_console hack.
riastradh
2022-09-22
i915: Make sure to call i915_drm_prepare too on suspend.
riastradh
2022-09-20
fill out more of the linux pci API compat
mrg
2022-09-13
i915: Fix error branches of execbuffer vma pinning.
riastradh
2022-09-01
drmfb: Rework console detection and takeover.
riastradh
2022-09-01
drmfb: Take is_console property from parent, not from self.
riastradh
2022-09-01
i915: Stop pretending the GTT size is zero as workaround.
riastradh
2022-09-01
drm_mm: Give up on trying to phrase find_hole with public rbtree API.
riastradh
2022-09-01
drm: Fix dma fence stub fix so the lock is actually initialized.
riastradh
2022-09-01
drm: Fix dma fence stub so it works with locking operations.
riastradh
2022-09-01
drm_mm: Match __drm_mm_interval_first semantics.
riastradh
[next]