git: kcollect - Remove system calls from graph

2019-08-24 Thread Matthew Dillon
commit 9afa2da7b79948a540ad9d6cfe6b0c1871b2e21a Author: Matthew Dillon Date: Sat Aug 24 10:16:01 2019 -0700 kcollect - Remove system calls from graph * System calls make the graph too scratchy. Remove them for now. Summary of changes: usr.bin/kcollect/gnuplot.c | 14

git: dsynth - Stabilization, improve compatibility

2019-08-24 Thread Matthew Dillon
commit a67bf8db4cd59c355899649e08ed69a9cbc1796e Author: Matthew Dillon Date: Sat Aug 24 09:56:40 2019 -0700 dsynth - Stabilization, improve compatibility * Disable /etc/make.conf for the bulk scan (__MAKE_CONF=/dev/null) * Add -D to turn on developer mode (from zrj)

git: dsynth - Do not count DUMMY nodes in the total

2019-08-24 Thread Matthew Dillon
commit 7b609b0a3e043435b1658181d3524f82b6f459c2 Author: Matthew Dillon Date: Sat Aug 24 08:40:49 2019 -0700 dsynth - Do not count DUMMY nodes in the total * dsynth uses DUMMY nodes to wrap all the flavors for a particular package when other packages have a generic (rather

git: drm/linux: Move vm_area_struct definition to the right header

2019-08-24 Thread Francois Tigeot
commit 2f7844a3ba203980e107c350279cc7b75568c100 Author: François Tigeot Date: Sat Aug 24 14:11:31 2019 +0200 drm/linux: Move vm_area_struct definition to the right header Summary of changes: sys/dev/drm/include/linux/mm.h | 11 --- sys/dev/drm/include/linux/mm_types.h |

git: drm - Refactor task_struct and implement mm_struct

2019-08-24 Thread Francois Tigeot
commit 0e32b8c55fb2ed20206f2a71f5f7f8b3a2d1f40a Author: Matthew Dillon Date: Tue Aug 6 22:34:17 2019 -0700 drm - Refactor task_struct and implement mm_struct * Change td->td_linux_task from an embedded structure to a pointer. * Add p->p_linux_mm to support tracking

git: drm/radeon: Use mm->mmap_sem

2019-08-24 Thread Francois Tigeot
commit d6f6f23dd51abedf95b2f53febfc628e2e03c3d8 Author: François Tigeot Date: Sat Aug 24 14:10:12 2019 +0200 drm/radeon: Use mm->mmap_sem Summary of changes: sys/dev/drm/radeon/radeon_cs.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-)

git: drm/ttm: Partially sync the vm fault code with Linux

2019-08-24 Thread Francois Tigeot
commit 5f38e86d1cf9e0d56a5248c9a4abc737d4953af3 Author: François Tigeot Date: Sat Aug 24 14:17:17 2019 +0200 drm/ttm: Partially sync the vm fault code with Linux Prevent crashes with Mesa-using applications. Summary of changes: sys/dev/drm/include/linux/mm.h | 8 ++-

git: drm/radeon: Update to Linux 4.7.10

2019-08-24 Thread Francois Tigeot
commit d78d3a2272f5ecf9e0b570e362128240417a1b85 Author: François Tigeot Date: Sat Aug 24 14:06:54 2019 +0200 drm/radeon: Update to Linux 4.7.10 * Various bugfixes, especially related to Displayport and vblank handling * Sea Islands and Southern Islands GPUs