History log of /netbsd/sys/external/bsd/drm2/include/linux/vmalloc.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 542bc5b0 26-Feb-2022 rillig <rillig@NetBSD.org>

drm2: do not try to return a value from a void function

lint complained:
vmalloc.h(79): error: void function vfree cannot return value [213]

No functional change.


# ed314ebd 19-Dec-2021 riastradh <riastradh@NetBSD.org>

linux: Use kmem directly for Linux kmalloc.

Take advantage of this to do LOCKDEBUG_MEM_CHECK at the point of
kfree_rcu rather than in the RCU GC thread.


# 652e26b7 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Side-load <linux/mm.h> in a few places.


# 1b15a219 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Stub vmap purge notifiers.


# 7002384f 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Define Linux array_size function and expose via vmalloc.h.


# e0a0b144 27-Aug-2018 riastradh <riastradh@NetBSD.org>

Linux vfree accepts NULL as noop. Match semantics.

From mrg@.


# 9bb22524 27-Aug-2018 riastradh <riastradh@NetBSD.org>

Implement kvfree by free(9); assume kmalloc/vmalloc use malloc(9).


# e5a95ecc 06-Aug-2018 riastradh <riastradh@NetBSD.org>

Use uvm_km_alloc(kernel_map) and pmap_kenter, not uvm_pagermapin.

XXX pullup


# 3acd9378 23-Aug-2014 riastradh <riastradh@NetBSD.org>

Another round of nouveau whack-a-mole.


# fceff80c 16-Jul-2014 riastradh <riastradh@NetBSD.org>

Make it build and boot on my test machines.

Screen blanks on boot on the Ivy Bridge system with

DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun

But after that everything is OK

Make it build and boot on my test machines.

Screen blanks on boot on the Ivy Bridge system with

DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun

But after that everything is OK. Appears to be an upstream problem.
To investigate...

I think there's a cache flushing issue somewhere -- there are little
display artefacts on my T60.

show more ...


# 2adb3a73 18-Mar-2014 riastradh <riastradh@NetBSD.org>

Merge riastradh-drm2 to HEAD.