git: drm: Update to Linux 4.12.14

2020-07-26 Thread Francois Tigeot
commit a85cb24f18e3804e75ab8bcda7692564d0563317 Author: François Tigeot Date: Mon Jul 27 08:54:28 2020 +0200 drm: Update to Linux 4.12.14 * Initial Geminilake support * Support improvements and model-specific bug fixes for Broxton, Haswell, Broadwell, Skylake and

git: drm/linux: Add pagevec API from Linux 4.15+

2020-07-26 Thread Francois Tigeot
commit 3af7e7aacdc3255e99f3bf1dd884ce3616683a07 Author: François Tigeot Date: Mon Jul 27 08:48:34 2020 +0200 drm/linux: Add pagevec API from Linux 4.15+ Summary of changes: .../drm/include/linux/{bottom_half.h => pagevec.h} | 40 ++ 1 file changed, 34 insertions(+),

git: drm/linux: Add kthread parking functions

2020-07-26 Thread Francois Tigeot
commit 79a4854ce93542cf01afe07a85f74a842eca7e0e Author: François Tigeot Date: Mon Jul 27 08:37:56 2020 +0200 drm/linux: Add kthread parking functions Summary of changes: sys/dev/drm/include/linux/kthread.h | 5 + sys/dev/drm/include/linux/sched.h | 1 - sys/dev/drm/linux_kthrea

git: kernel/vmm: Clean up a bit (staticize, un-expose debug code).

2020-07-26 Thread Sascha Wildner
commit 3020b851da8c3477426801dcbabca937d39d3ec2 Author: Sascha Wildner Date: Sun Jul 26 20:20:07 2020 +0200 kernel/vmm: Clean up a bit (staticize, un-expose debug code). Summary of changes: sys/platform/pc64/vmm/vmm.c | 5 ++--- sys/platform/pc64/vmm/vmm.h | 1 - sys/platf

git: kernel - Also include file size in VOP_GETATTR_QUICK()

2020-07-26 Thread Matthew Dillon
commit cfc46d5274b5e952eed5d25658f92695aa9c92cf Author: Matthew Dillon Date: Sun Jul 26 10:52:19 2020 -0700 kernel - Also include file size in VOP_GETATTR_QUICK() * Originally VOP_GETATTR_QUICK() was only meant to be used by the nlookup code but we are now also using it wit

git: kernel - Fix type-o

2020-07-26 Thread Matthew Dillon
commit b32e6f620837ade80f1080c381e3af5dab95acff Author: Matthew Dillon Date: Sun Jul 26 09:16:41 2020 -0700 kernel - Fix type-o * Fix type-o in comment Reported-by: mjg Summary of changes: sys/sys/pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://git

git: kernel - more cleanup of syscall2()

2020-07-26 Thread Matthew Dillon
commit ec5a6ba707d0a389229ea8a0f919799df32622a3 Author: Matthew Dillon Date: Sun Jul 26 09:12:15 2020 -0700 kernel - more cleanup of syscall2() * Implement an actual SYS___nosys system call. * Convert one conditional to something that can use CMOV, using the new SY

git: drm/linux: Fix complete() and complete_all()

2020-07-26 Thread Francois Tigeot
commit 647fa573e82854134df56ed437868bbcb98ecc9e Author: François Tigeot Date: Sun Jul 26 10:35:50 2020 +0200 drm/linux: Fix complete() and complete_all() Completion counters are supposed to be bounded by UINT_MAX. Summary of changes: sys/dev/drm/include/linux/completion.h | 7