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
Age
Commit message (
Expand
)
Author
2023-06-24
Fix typo in comment.
msaitoh
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-07
RISC-V support that works on QEMU with a single hart.
skrll
2023-05-01
drm: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2023-04-09
dwc2: 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-25
linux asm/barrier.h: Fix !MULTIPROCESSOR build.
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
2023-02-03
Fix use after free on packet with broken lengths
christos
2022-12-26
remove the PPP HDLC ioctls from more copies of sanitizers.
chs
2022-12-10
merge acpica 20220331 to 20221020
christos
2022-12-10
Import acpica 2022-10-20
christos
2022-12-07
exsystem.c: revert ACPI warning about sleep values >10ms
gutteridge
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/kernel.h: S16_MIN, S32_MIN, S64_MIN
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-25
linux/export.h: Side-load linux/stringify.h.
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
[next]