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
/
include
Age
Commit message (
Expand
)
Author
2023-05-01
drm: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2023-02-24
drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.
riastradh
2022-10-26
ddb/db_active.h: New home for extern db_active.
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
drm: New IRQ_WAKE_THREAD constant.
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
linux/module.h: MODULE_VERSION
riastradh
2022-10-17
add pcie capability and read request size linux compat, some pci root support
mrg
2022-09-20
fill out more of the linux pci API compat
mrg
2022-09-01
drm: Fix dma fence stub so it works with locking operations.
riastradh
2022-08-20
x86: Move definition of struct pmap to pmap_private.h.
riastradh
2022-07-29
drm: Reduce verbosity of drm kernel messages.
riastradh
2022-07-19
drm: Teach bus_dma_hacks.h about alpha.
riastradh
2022-07-17
linux/ww_mutex: Make wwm_debug member unconditional.
riastradh
2022-07-17
drm: Ifdef out devm_* stuff rather than stub it out.
riastradh
2022-07-17
linux: Add missing symbol namespacing for tasklet, sync_file.
riastradh
2022-07-09
linux/hdmi: Use ssize_t for all hdmi_*_infoframe_pack functions.
riastradh
2022-07-09
linux/hdmi: Handle unpacking audio frames too. Sort by number.
riastradh
2022-07-09
linux/hdmi: Make some private functions static.
riastradh
2022-07-09
linux/hdmi: Fix missing hdmi_avi_infoframe_init namespacing.
riastradh
2022-07-09
linux/hdmi.h: Split out logic into .c file.
riastradh
2022-07-09
linux/hdmi.h: Implement hdmi_infoframe_log.
riastradh
2022-07-09
linux/hdmi.h: Fix spd infoframe header version.
riastradh
2022-07-02
Add a missing ';'
skrll
2022-07-02
drm: Rewrite drm_gem_cma_helper.h from scratch.
riastradh
2022-05-28
Let radeon DRM driver build on ports that lack ACPI
manu
2022-04-09
linux/ratelimit: Convert to membar_acquire and atomic_store_release.
riastradh
2022-04-09
linux/llist: Use membar_release and membar_datadep_consumer.
riastradh
2022-04-09
linux/kref: Fix memory barriers and use membar_release/acquire.
riastradh
2022-03-18
drm: Use getticks(), not hardclock_ticks.
riastradh
2022-02-27
linux: Define PCI_CLASS_DISPLAY_OTHER, wanted by radeon/amdgpu.
riastradh
2022-02-27
linux: Define acpi_size as alias for ACPI_SIZE.
riastradh
2022-02-27
drm: Move Linux ACPI case aliases to new nbsd-namespace-acpi.h.
riastradh
2022-02-27
drm: Omit needless conditionals around #include "acpica.h".
riastradh
2022-02-27
drm: Move acpi_check_dsm &c. from intel_acpi.c to new linux_acpi.c.
riastradh
2022-02-27
linux: New rb_move(&to, &from) to replace `to = from'.
riastradh
2022-02-27
linux: Actually do post-order tree traversal.
riastradh
2022-02-26
drm2: do not try to return a value from a void function
rillig
2022-02-17
drm/vmwgfx: First draft. Passes make depend, doesn't build yet.
riastradh
2022-02-14
linux: Don't skip the last node in rbtree iteration.
riastradh
2022-02-14
drm: Delete mmiowb.
riastradh
2021-12-27
drm: Define TASK_INTERRUPTIBLE so we can reduce diffs a little.
riastradh
2021-12-19
linux: Define need_resched as alias for preempt_needed.
riastradh
[next]