clockintr(9): clock interrupt scheduler

2022-10-28 Thread Scott Cheloha
Hi, This patch adds a machine-indepent clock interrupt scheduler to the kernel. It is called clockintr(9). The code is featureful enough to emulate most of what the machine-dependent clock interrupt code is doing across all all platforms. This is a first step toward what some systems call "tick

Fwd: Gmux Driver for MacBook Retina Display

2022-10-28 Thread Leonardo Moreno Urbieta
Hi, I'm resending this email in case adding this driver is useful for the project. If not useful, no problem. Will work on other issues that may arise in this hardware. Thanks, Leonardo -- Forwarded message - De: leomoreno Date: vie, 9 sept 2022 a las 11:43 Subject: Gmux Drive

Re: Towards unlocking mmap(2) & munmap(2)

2022-10-28 Thread Martin Pieuchot
On 20/10/22(Thu) 16:17, Martin Pieuchot wrote: > On 11/09/22(Sun) 12:26, Martin Pieuchot wrote: > > Diff below adds a minimalist set of assertions to ensure proper locks > > are held in uvm_mapanon() and uvm_unmap_remove() which are the guts of > > mmap(2) for anons and munmap(2). > > > > Please t