| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specification |  dv | 2021-03-29 | 1 | -2/+2 |
* | The logic in mmrw() to check whether an address is within direct |  bluhm | 2021-03-24 | 1 | -4/+4 |
* | another unfortunate action to cope with relentless kernel growth |  deraadt | 2021-03-19 | 1 | -2/+2 |
* | Always use an allocated buffer for {Read,Write}Blocks() to make |  yasuoka | 2021-03-17 | 2 | -80/+34 |
* | Add acpi_iommu_device_map(), which replaces the DMA tag with one that |  patrick | 2021-03-15 | 1 | -1/+7 |
* | spelling |  jsg | 2021-03-11 | 12 | -38/+38 |
* | Explicitly align kernel text. |  mortimer | 2021-03-07 | 1 | -3/+3 |
* | timecounting: use C99-style initialization for all timecounter structs |  cheloha | 2021-02-23 | 2 | -4/+18 |
* | Fix a comment |  mlarkin | 2021-02-13 | 1 | -2/+2 |
* | Remove trailing whitespace |  mlarkin | 2021-02-13 | 1 | -14/+14 |
* | Remove trailing whitespace |  mlarkin | 2021-02-13 | 1 | -6/+6 |
* | Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs. |  patrick | 2021-02-09 | 1 | -2/+1 |
* | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 2021-02-04 | 1 | -1/+2 |
* | make if_pfsync.c a better friend with PF_LOCK |  sashan | 2021-02-04 | 1 | -1/+2 |
* | bios_memmap[] should not be a common |  deraadt | 2021-01-28 | 2 | -3/+4 |
* | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 2021-01-28 | 1 | -4/+4 |
* | Fix whitespace issues |  mlarkin | 2021-01-23 | 1 | -4/+4 |
* | vmm(4): wire faulted in pages |  mlarkin | 2021-01-23 | 1 | -20/+6 |
* | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2021-01-23 | 2 | -2/+5 |
* | Allocate address space for reposting vga devices using km_alloc(9) rather |  jmatthew | 2021-01-03 | 1 | -7/+9 |
* | remove pv includes which were missed in rev 1.70 |  jsg | 2020-12-31 | 1 | -6/+1 |
* | Sync with i386 by asserting that IPL values should be at least IPL_NONE. |  mpi | 2020-12-28 | 1 | -1/+3 |
* | Enable acpihpet on install media, because otherwise clock initialization |  deraadt | 2020-12-27 | 2 | -4/+4 |
* | handle reported core clock frequency of 0 on newer Intel Comet Lake |  jsg | 2020-12-24 | 1 | -1/+3 |
* | stop showing amd l3 cache information |  jsg | 2020-12-22 | 2 | -27/+3 |
* | Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu with |  jmatthew | 2020-12-20 | 1 | -3/+4 |
* | Do not clear useful bits in panic messages, always print full opte |  bluhm | 2020-12-16 | 1 | -19/+21 |
* | Turn simple sysctl_rdint into cpuctl_vars entries |  gnezdo | 2020-12-13 | 1 | -11/+8 |
* | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 29 | -58/+58 |
* | Implement acpi_intr_disestablish() for amd64. |  kettenis | 2020-12-06 | 1 | -1/+7 |
* | reset fpu in fpu_kernel_enter() even when there is no xsave state |  jsg | 2020-11-30 | 1 | -1/+3 |
* | Since our IPI broadcast functions exclude the CPU doing the broadcast, we |  kettenis | 2020-11-28 | 1 | -1/+2 |
* | Remove commented-out code messing with uvmexp. |  mpi | 2020-11-24 | 1 | -40/+1 |
* | Add pchgpio(4), a driver for the GPIO controllers found on modern Intel |  kettenis | 2020-11-15 | 1 | -1/+2 |
* | Delete unused #defines: T_USER hasn't been used since July 2018 |  guenther | 2020-11-13 | 1 | -8/+1 |
* | Correct CVE number in comment |  guenther | 2020-11-13 | 1 | -2/+2 |
* | Simplify interrupt entry stubs to not push around bogus trapno+err |  guenther | 2020-11-12 | 1 | -29/+30 |
* | Give sizes and types to more functions and objects. |  guenther | 2020-11-09 | 2 | -7/+41 |
* | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 2020-11-08 | 1 | -5/+7 |
* | Give sizes to more of the functions in locore.S |  guenther | 2020-11-03 | 1 | -1/+15 |
* | Correct comment typo in previous |  guenther | 2020-11-03 | 1 | -2/+2 |
* | Restore abstraction of register saving into macros in frameasm.h |  guenther | 2020-11-02 | 3 | -73/+79 |
* | Use a 64MB block to load the kernel to deal with kernel growth. |  kettenis | 2020-10-30 | 2 | -4/+4 |
* | Use "memory" on inline fence instructions to suggest to the compiler |  jsg | 2020-10-28 | 1 | -4/+4 |
* | Adding IOMMU support for AMD Vi and Intel VTD (disabled) |  jordan | 2020-10-27 | 3 | -5/+22 |
* | Switch the pmap and PDP pools to IPL_VM, drop the PR_WAITOK flag from the |  kettenis | 2020-10-26 | 1 | -4/+4 |
* | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. |  deraadt | 2020-10-22 | 1 | -5/+4 |
* | Save and restore the MXCSR register and the FPU control word such that |  kettenis | 2020-10-21 | 1 | -1/+2 |
* | the userland pagefault handler can drop the kernel lock before going |  deraadt | 2020-10-19 | 1 | -3/+2 |
* | deliver SIGSEGV rather than SIGBUS for T_PROTFLT,T_SEGNPFLT,T_STKFLT. |  deraadt | 2020-10-19 | 1 | -5/+8 |