commit 242cce0466681aeda4fc4c5ef398ab0cf3f7c131
Author: Sascha Wildner
Date: Sun Mar 8 08:18:25 2020 +0100
Revert "Remove unneeded *_if.c from SRCS in kernel module Makefiles that
have it."
This reverts commit 99bd8089615e30757d8327c0a5afe0b8fe69d337.
Oops, this seems t
commit 99bd8089615e30757d8327c0a5afe0b8fe69d337
Author: Sascha Wildner
Date: Sun Mar 8 06:48:48 2020 +0100
Remove unneeded *_if.c from SRCS in kernel module Makefiles that have it.
Those are always compiled into the kernel, per NORMAL_M in kern.pre.mk,
so they don't need to b
commit bb7b9e8bf690136d41494954ff5e62cfc5d41839
Author: François Tigeot
Date: Sat Mar 7 19:28:17 2020 +0100
drm/linux: Add disable_irq() and enable_irq()
Summary of changes:
sys/dev/drm/include/linux/interrupt.h | 3 +++
sys/dev/drm/linux_irq.c | 40 +
commit 847cd4474bae0f629a786c3df314152f1772276a
Author: François Tigeot
Date: Sat Mar 7 19:09:24 2020 +0100
drm/linux: Add io_mapping_init_wc() and _fini()
Summary of changes:
.../drm/include/{linux/prefetch.h => asm/iomap.h} | 15 +++---
sys/dev/drm/include/asm/pgtable_types.
commit de11076a7c322f83f32ec8e80135818a1405f04f
Author: François Tigeot
Date: Sat Mar 7 19:13:58 2020 +0100
drm/linux: Add atomic_fetch_xor()
Summary of changes:
sys/dev/drm/include/linux/atomic.h | 12
1 file changed, 12 insertions(+)
http://gitweb.dragonflybsd.org/drago
commit 4781f7d01d88fc9ae668d81c26d94eb2b07ae929
Author: Matthew Dillon
Date: Sat Mar 7 09:48:42 2020 -0800
rtld - Increase default tls extra
* rtld allocates 'extra' TLS space beyond that used by the base-loaded
(ldd) libraries. This space can be used by late-loaded librar
commit 4c898ae594e26f4901a584d0cfe471cb018bea11
Author: Matthew Dillon
Date: Sat Mar 7 09:41:28 2020 -0800
rtld - Use kern.tls_extra
* Use kern.tls_extra, if available, to calculate the extra tls
space to allocate for late library loads.
* If not available, default
commit e4f37b930749177e7ee086f13fd2ba91ee11189a
Author: Matthew Dillon
Date: Sat Mar 7 09:39:03 2020 -0800
kernel - Add sysctl kern.tls_extra
* Add sysctl kern.tls_extra, defaulting to 6144, which rtld will query
to get the amount of extra tls space to allocate to accomodat