| 154337d5 | 25-May-2019 |
Johannes Lundberg <[email protected]> |
MFC r347892: LinuxKPI: Finalize import of seq_file.
seq_file.h and linux_seq_file.c was imported form ports earlier but linux_seq_file.c was never compiled in with the module. With this commit base
MFC r347892: LinuxKPI: Finalize import of seq_file.
seq_file.h and linux_seq_file.c was imported form ports earlier but linux_seq_file.c was never compiled in with the module. With this commit base seq_file will replace ports seq_file and it required a few modifications to not break functionality and build.
Reviewed by: hps Approved by: imp (mentor), hps
show more ...
|
| 3a67f8b6 | 24-May-2019 |
Johannes Lundberg <[email protected]> |
MFC r347843: LinuxKPI: Add group_leader member to struct task_struct.
Assign self as group leader at creation to act as the only member of a new process group. Bump FreeBSD version. This patch is pa
MFC r347843: LinuxKPI: Add group_leader member to struct task_struct.
Assign self as group leader at creation to act as the only member of a new process group. Bump FreeBSD version. This patch is part of D19565
Reviewed by: hps Approved by: imp (mentor), hps
show more ...
|
| 33af1f6a | 24-May-2019 |
Johannes Lundberg <[email protected]> |
MFC r347852: LinuxKPI: Updates to tasklets for Linux 5.0.
DRM drivers expect tasklets to have a counter for enable/disable calls. Also, add a few more tasklet locking functions. MFC also includes po
MFC r347852: LinuxKPI: Updates to tasklets for Linux 5.0.
DRM drivers expect tasklets to have a counter for enable/disable calls. Also, add a few more tasklet locking functions. MFC also includes powerpc build fix from r347889.
This patch is part of D19565
Reviewed by: hps Approved by: imp (mentor), hps
show more ...
|
| 3d8b0e74 | 22-May-2019 |
Johannes Lundberg <[email protected]> |
MFC r347619: LinuxKPI: Expand ktime functionality.
Also, make ktime_get_raw call getnanouptime instead of getnanotime to match (the correct) ktime_get_raw_ns. This patch is part of D19565
Reviewed
MFC r347619: LinuxKPI: Expand ktime functionality.
Also, make ktime_get_raw call getnanouptime instead of getnanotime to match (the correct) ktime_get_raw_ns. This patch is part of D19565
Reviewed by: hps Approved by: imp (mentor), hps
show more ...
|