Module Name:src
Committed By: riastradh
Date: Mon Feb 14 20:37:51 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_active.c
Log Message:
i915: Defer final wakeup on active until after retirement.
Not sure what I was thinking when I moved this earlier
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 20:37:51 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_active.c
Log Message:
i915: Defer final wakeup on active until after retirement.
Not sure what I was thinking when I moved this earlier
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 19:13:04 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/include/linux: rbtree.h
Log Message:
linux: Don't skip the last node in rbtree iteration.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 sr
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 19:13:04 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/include/linux: rbtree.h
Log Message:
linux: Don't skip the last node in rbtree iteration.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 sr
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 13:22:30 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_mm.c
Log Message:
drm/mm: Find nearest geq/leq, not matching, holes in first_hole.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 13:22:30 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_mm.c
Log Message:
drm/mm: Find nearest geq/leq, not matching, holes in first_hole.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 13:22:21 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_mm.c
Log Message:
drm/mm: Allow hole address range queries.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/external/b
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 13:22:21 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_mm.c
Log Message:
drm/mm: Allow hole address range queries.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/external/b
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 13:22:11 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_mm.c
Log Message:
drm/mm: Assert invariant of another rb lookup.
This one looks a little more questionable.
To generate a diff of this comm
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 13:22:11 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_mm.c
Log Message:
drm/mm: Assert invariant of another rb lookup.
This one looks a little more questionable.
To generate a diff of this comm
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 13:02:31 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_mm.c
Log Message:
drm/mm: Assert invariant of rb lookup.
Just to make sure I didn't get the sense of the lookup reversed,
which is quite like
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 13:02:31 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_mm.c
Log Message:
drm/mm: Assert invariant of rb lookup.
Just to make sure I didn't get the sense of the lookup reversed,
which is quite like
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 09:25:39 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo.c
Log Message:
drm/ttm: Avoid uninitialized mem in error branch.
Not sure why this error branch is getting hit, but let's not make the
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 09:25:39 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo.c
Log Message:
drm/ttm: Avoid uninitialized mem in error branch.
Not sure why this error branch is getting hit, but let's not make the
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 09:23:32 UTC 2022
Modified Files:
src/sys/dev/usb: usb_mem.h usbdivar.h
Log Message:
usbdi(9): Add some missing header include guards.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/u
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 09:23:32 UTC 2022
Modified Files:
src/sys/dev/usb: usb_mem.h usbdivar.h
Log Message:
usbdi(9): Add some missing header include guards.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/u
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 09:22:30 UTC 2022
Modified Files:
src/sys/dev/usb: usbdi.h
Log Message:
usbdi(9): Fix missing includes in usbdi.h.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/dev/usb/usbdi.h
Please not
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 09:22:30 UTC 2022
Modified Files:
src/sys/dev/usb: usbdi.h
Log Message:
usbdi(9): Fix missing includes in usbdi.h.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/dev/usb/usbdi.h
Please not
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 08:12:48 UTC 2022
Modified Files:
src/sys/arch/hppa/dev: cpu.c
Log Message:
hppa: Membar audit in cpu.c.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/dev/cpu.c
Please note that dif
Module Name:src
Committed By: riastradh
Date: Mon Feb 14 08:12:48 UTC 2022
Modified Files:
src/sys/arch/hppa/dev: cpu.c
Log Message:
hppa: Membar audit in cpu.c.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/dev/cpu.c
Please note that dif
20 matches
Mail list logo