Age | Commit message (Expand) | Author |
2021-10-23 | Retire asynchronous crypto API as it is no longer required by any driver and | Tobias Heider |
2021-10-21 | Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require | Alexander Bluhm |
2021-10-13 | The kernel crypto framework sometimes returned an error, sometimes | Alexander Bluhm |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-09-14 | Make pmap_extract() mpsafe by grabbing the kernel lock for userland pmaps | Mark Kettenis |
2021-09-14 | Enable cy(4) on amd64. | Jan Klemkow |
2021-09-13 | vmm(4): add limit to number of vcpus | Dave Voutila |
2021-09-13 | Enable uaq(4) on amd64. Investigations into problems on other platforms | Jonathan Matthew |
2021-09-06 | Serialize access to the global list of pmaps with a mutex. | Martin Pieuchot |
2021-09-05 | vmm(4): raise vm pool ipl to IPL_MPFLOOR | Dave Voutila |
2021-09-05 | vmm(4): fix vcpu locking issues reported by syzbot | Dave Voutila |
2021-09-05 | Introduce dummy pagers for 'special' subsystems using UVM objects. | Martin Pieuchot |
2021-09-04 | To mitigate against spectre attacks, AMD processors without the | Alexander Bluhm |
2021-09-04 | in backtraces, print as many arguments as the function actually has | Jasper Lievisse Adriaanse |
2021-09-03 | add kprobes provider for dt | Jasper Lievisse Adriaanse |
2021-09-03 | vmm(4): grab kernel lock before vmspace init | Dave Voutila |
2021-09-02 | add aq(4) to amd64 RAMDISK_CD and riscv64 RAMDISK | Mike Larkin |
2021-09-02 | aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters | Mike Larkin |
2021-09-02 | rename rw locks to avoid ambiguity and verboseness | Dave Voutila |
2021-09-01 | Prevent lock ordering issue by raising ipl level of vcpu_pool to IPL_MPFLOOR. | Martin Pieuchot |
2021-09-01 | Older AMD CPUs that do not support IBRS need an lfence after ret | Alexander Bluhm |
2021-08-31 | vmm(4): add ipi for vmclear, unlock kernel | Dave Voutila |
2021-08-31 | Only use the i8254 delay code if we are specifically using the i8254 as | Patrick Wildt |
2021-08-31 | Identify the paravirtual bus earlier, as we need to make sure that we have | Patrick Wildt |
2021-08-31 | Use the TSC delay(9) backend earlier on machines where we can. Also use | Mark Kettenis |
2021-08-31 | Add "machine sysregs" command to DDB | Mike Larkin |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-08-12 | Add missing newlines to some printfs in est_acpi_pss_changed() | Theo Buehler |
2021-08-12 | Sync amd64's p3_get_bus_clock() with i386 | Theo Buehler |
2021-08-11 | Do not read the status MSR before setting performance adjustment mode. | Theo Buehler |
2021-08-11 | Make hw.setperf percentages proportional to the enhanced speed step | Theo Buehler |
2021-07-12 | wrap a long line | Jonathan Gray |
2021-07-08 | sys/lib/libz isn't configured for lazy optimizations to save space because | Theo de Raadt |
2021-07-08 | The properties of the crypto algorithms never change. Declare them | Alexander Bluhm |
2021-07-07 | update drm to linux 5.10.47 | Jonathan Gray |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-06-25 | Move unused eficall.h files to the Attic. | Kenneth R Westerback |
2021-06-18 | The pmap needs to know which CPUs to send IPIs when TLB entries | Philip Guenther |
2021-06-16 | Change the prefix of UVM object functions to match NetBSD's. | Martin Pieuchot |
2021-06-11 | limit workaround for AMD errata 400 to family 0fh and 10h | Jonathan Gray |
2021-06-10 | Sync efid_io() with the recent improvements kettenis@ made to | Kenneth R Westerback |
2021-06-10 | Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels. | Frederic Cambus |
2021-06-08 | cleanup printf pattern to remove double 0x when printing pointer | dv |
2021-06-08 | Replace hand rolled memory allocation in efid_io() with | Kenneth R Westerback |
2021-06-07 | vmm(4): add dt tracepoints for guest entry/exit | dv |
2021-06-07 | "intrisic" -> "intrinsic" in a couple of comments. | Kenneth R Westerback |
2021-06-07 | Replace all uses of 'EFI_CALL(func, params)' with | Kenneth R Westerback |
2021-06-05 | this file includes sys/param.h, so does not need to redefine PAGE_MASK | Theo de Raadt |
2021-06-04 | Remove now unused eficall.S. | Kenneth R Westerback |