Age | Commit message (Expand) | Author |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-31 | Execute-only for macppc G5 | George Koehler |
2023-01-30 | Rework cpu_init_secondary() such that it can be used for both the initial | Mark Kettenis |
2023-01-30 | vmm(4): expose PKU cpuid bit if in use on host. | Dave Voutila |
2023-01-30 | part of a future diff snuck into the previous commit | Theo de Raadt |
2023-01-30 | remove unneeded includes in arch/i386 | Jonathan Gray |
2023-01-30 | vmm(4): save and restore guest pkru. | Dave Voutila |
2023-01-30 | We have determined that enough HV have correct PKU handling now, | Theo de Raadt |
2023-01-29 | sign another typo | Theo de Raadt |
2023-01-28 | Move some header definitions from vmm(4) to vmd(8). | Dave Voutila |
2023-01-28 | typo in comment | Theo de Raadt |
2023-01-27 | Only use the CPU_OFF PSCI call if SYSTEM_SUSPEND is supported. This means | Mark Kettenis |
2023-01-27 | dmtimer(4): initialize stathz, profhz as other drivers, platforms do | Scott Soule Cheloha |
2023-01-27 | powerpc64: initialize stathz, profhz as on other platforms | Scott Soule Cheloha |
2023-01-27 | macppc: initialize stathz, profhz as on other platforms | Scott Soule Cheloha |
2023-01-27 | riscv64: initialize stathz, profhz like other platforms do | Scott Soule Cheloha |
2023-01-27 | Delete get_plane_numbers() function. | Kenji Aoyama |
2023-01-26 | Rework the secondary CPU spinup code to take advantage of the context | Mark Kettenis |
2023-01-25 | gptimer(4): switch to clockintr | Scott Soule Cheloha |
2023-01-25 | Implement execute-only mappings by using the Virtual Page Class Key | Mark Kettenis |
2023-01-24 | Parallels Desktop 17 emulates an azalia audio device, add it | Joshua Stein |
2023-01-24 | Make sure pmap_page_protect() does the right thing for execute-only | Mark Kettenis |
2023-01-24 | Enable access to usb(4), ugen(4), ulpt(4), ucom(4) and ujoy(4) | Jeremie Courreges-Anglas |
2023-01-24 | Hook up the same USB device drivers as arm64/conf/GENERIC | Jeremie Courreges-Anglas |
2023-01-24 | Add and use a specific routine to fetch instructions from userland when | Miod Vallat |
2023-01-23 | Make sure pmap_extract() doesn't incorrectly return success when invoked | Miod Vallat |
2023-01-23 | Add Backtab key, based on a change from Crystal Kolipe kolipe.c at | Nicholas Marriott |
2023-01-22 | gptimer(4): remove dead MD microtime(9) implementation | Scott Soule Cheloha |
2023-01-22 | Simplify the (so far unused) apm_record_event() function a bit and use it | Mark Kettenis |
2023-01-21 | Remove dead/unused prototypes | Miod Vallat |
2023-01-21 | Make bus_dmamem_alloc_range(9) API available. | Mark Kettenis |
2023-01-20 | hppa: simplify itmr_rearm() | Scott Soule Cheloha |
2023-01-20 | On cpu with the PKU feature, prot=PROT_EXEC pages now create pte which | Theo de Raadt |
2023-01-19 | Revise implementation of pmap_protect(9) in preparation for execute-only | Mark Kettenis |
2023-01-19 | Restrict vmm(4) exposed cpuid extended feature flags. | Dave Voutila |
2023-01-18 | change BIOSF_SMBIOS bit flag from 6 to 8 | Jonathan Gray |
2023-01-18 | mips64: simplify cp0_rearm_int5(), cp0_trigger_int5_masked() | Scott Soule Cheloha |
2023-01-18 | Do on i386 as we do on amd64. This is done on variable cpu_pae, which | Theo de Raadt |
2023-01-17 | include isadma.h not isa.h | Jonathan Gray |
2023-01-17 | test NSDMMC not SDMMC | Jonathan Gray |
2023-01-17 | Simplify and clarify the implementation of the pmap_page_protect(9) API. | Mark Kettenis |
2023-01-17 | remove elansc(4) driver for AMD Elan SC520 System Controller | Jonathan Gray |
2023-01-17 | On amd64 machines without the NX feature enabled, we can't distinguish | Mark Kettenis |
2023-01-17 | agtimer(4/armv7): switch to clockintr | Scott Soule Cheloha |
2023-01-17 | amptimer(4): switch to clockintr | Scott Soule Cheloha |
2023-01-17 | sxitimer(4): switch to clockintr | Scott Soule Cheloha |
2023-01-17 | dmtimer(4): switch to clockintr | Scott Soule Cheloha |
2023-01-17 | arm, armv7: add clockintr support | Scott Soule Cheloha |
2023-01-16 | bump minor after RAID 1C support synced form arm64 | Klemens Nanni |
2023-01-16 | Sync with original arm64 copy to get RAID 1C bits, fix include guard | Klemens Nanni |