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
/
drm
/
drm_cdevsw.c
Age
Commit message (
Expand
)
Author
2022-07-06
uvm(9): fo_mmap caller guarantees positive size.
riastradh
2021-12-19
amdgpu: Make amdgpu_file_to_fpriv work.
riastradh
2021-12-19
drm: Omit bogus __unused attributes.
riastradh
2021-12-19
Initialize priv->filp, lost in removing drm_fops.c
riastradh
2021-12-19
Eliminate drm_file.c copypasta.
riastradh
2021-12-19
drm_agpsupport.h for drm_legacy_agp_clear.
riastradh
2021-12-19
Remove last users of drmP.h.
riastradh
2021-12-19
Make ourselves less dependent on drmP.h, removed upstream.
riastradh
2021-12-19
some declarations are now guarded under CONFIG_DRM_LEGACY.
riastradh
2021-12-19
Include some headers now that drmP.h got split off.
riastradh
2021-12-19
Serialize drm_read so we can back out on uiomove without reordering.
riastradh
2021-12-19
drm_agp_clear got renamed to drm_agp_legacy_clear.
riastradh
2021-12-19
drm_lastclose now rightly returns void.
riastradh
2021-12-19
Include drm_internal.h by "../dist/drm/drm_internal.h".
riastradh
2021-09-26
Change the kqueue filterops::f_isfd field to filterops::f_flags, and
thorpej
2020-12-19
Use sel{record,remove}_knote().
thorpej
2019-04-16
fix various problems i've seen where cv_*wait*() return ERESTART,
mrg
2018-12-21
Expose nvif ioctl interface.
maya
2018-08-28
Rework PCI and AGP conditionalization.
riastradh
2018-08-28
Move decl of drm_guarantee_initialized to drmP.h.
riastradh
2018-08-27
Locks are not like negatives: doubles don't cancel out.
riastradh
2018-08-27
We don't need drm_legacy_vma_flush.
riastradh
2018-08-27
Rename drm_mmap_* -> drm_legacy_mmap_* like upstream.
riastradh
2018-08-27
Copy body of static drm_legacy_dev_reinit from drm_fops.c to drm_cdevsw.c.
riastradh
2018-08-27
open_count is protected by drm_global_mutex; count_lock is no more.
riastradh
2018-08-27
Actually convert errno as comment suggests.
riastradh
2018-08-27
Move drm_ioctl to drm_ioctl.c.
riastradh
2018-08-27
Update DRM_IOCTL_DEF.
riastradh
2018-08-27
Make drm_lastclose match upstream.
riastradh
2018-08-27
Rename drm_drv.c to drm_cdevsw.c.
riastradh