| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-16 | Bump MAXTSIZ to 256MB on i386. |  kurt | 1 | -2/+2 |
| 2021-03-15 | Add acpi_iommu_device_map(), which replaces the DMA tag with one that |  patrick | 1 | -1/+7 |
| 2021-03-11 | spelling |  jsg | 14 | -29/+29 |
| 2021-03-07 | Explicitly align kernel text. |  mortimer | 1 | -2/+3 |
| 2021-03-06 | ansi |  jsg | 2 | -6/+4 |
| 2021-02-23 | remove some unused includes |  jsg | 1 | -24/+0 |
| 2021-02-23 | timecounting: use C99-style initialization for all timecounter structs |  cheloha | 4 | -29/+36 |
| 2021-02-16 | some phy are not needed anymore since the ethernet drivers went away |  deraadt | 1 | -6/+6 |
| 2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 1 | -1/+2 |
| 2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 1 | -4/+4 |
| 2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2 | -2/+5 |
| 2021-01-09 | Fold fitting sysctl_rdint into sysctl_bounded_arr in i386 cpu_sysctl |  gnezdo | 1 | -11/+6 |
| 2021-01-06 | Allocate pages for the F00F bug fix using km_alloc(9) instead of |  jmatthew | 1 | -2/+2 |
| 2021-01-03 | Allocate address space for reposting vga devices using km_alloc(9) rather |  jmatthew | 1 | -7/+9 |
| 2020-12-28 | Initialize pmap_kernel()'s mutexes. |  mpi | 2 | -2/+6 |
| 2020-12-27 | Enable acpihpet on install media, because otherwise clock initialization |  deraadt | 2 | -4/+4 |
| 2020-12-25 | Refactor klist insertion and removal |  visa | 1 | -3/+3 |
| 2020-12-20 | Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu with |  jmatthew | 1 | -3/+4 |
| 2020-12-19 | Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few |  jmatthew | 1 | -3/+4 |
| 2020-12-15 | Use km_alloc(9)/km_free(9) instead of uvm_km_valloc(9)/uvm_km_free(9). |  kettenis | 1 | -3/+3 |
| 2020-12-13 | Geode CPU does not support SSE, so MXCSR does not exists there. As |  bluhm | 1 | -3/+2 |
| 2020-12-09 | fxp does not currently fit |  deraadt | 1 | -2/+2 |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 11 | -22/+22 |
| 2020-12-06 | Introduce constants to access the setjmp(3) jmp_buf fields from |  bluhm | 1 | -2/+13 |
| 2020-11-28 | Since our IPI broadcast functions exclude the CPU doing the broadcast, we |  kettenis | 1 | -1/+2 |
| 2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 1 | -11/+7 |
| 2020-10-27 | refactor page-fault handling out of the trap() switch into user and |  deraadt | 1 | -127/+158 |
| 2020-10-16 | xe(4) and mtd(4) are from a long gone era |  deraadt | 1 | -5/+4 |
| 2020-10-16 | ef(4), give me a break |  deraadt | 1 | -2/+2 |
| 2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly |  deraadt | 1 | -7/+7 |
| 2020-09-24 | an ugly white space |  deraadt | 1 | -2/+2 |
| 2020-09-24 | the legacy need_resched macro to access per-cpu value is no longer needed |  deraadt | 1 | -3/+1 |
| 2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep |  deraadt | 1 | -2/+2 |
| 2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. |  deraadt | 1 | -5/+5 |
| 2020-09-24 | When operating in NX mode, GUCODE_SEL can cover the entire userland |  deraadt | 4 | -22/+41 |
| 2020-09-24 | Make sure we fetch the CS limit of the CPU the trap happened on. It is |  kettenis | 4 | -11/+16 |
| 2020-09-23 | shuffle "extern int cpu_pae" into cpu.h, as the number of users will soon |  deraadt | 4 | -9/+6 |
| 2020-09-15 | oops incomplete variable rename prevented compile, hit by sthen |  deraadt | 1 | -5/+5 |
| 2020-09-14 | similar to fix by kettenis on amd64: |  deraadt | 1 | -8/+6 |
| 2020-09-13 | change pmap wbinvd use to wbinvd_on_all_cpus |  jsg | 2 | -6/+6 |
| 2020-09-13 | add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function |  jsg | 4 | -6/+35 |
| 2020-09-13 | add SRBDS cpuid bits |  jsg | 2 | -2/+10 |
| 2020-09-12 | asmc0 -> asmc* |  mglocker | 1 | -2/+2 |
| 2020-09-12 | Make asmc(4) attach through acpi(4) instead of isa(4). |  mglocker | 1 | -2/+2 |
| 2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. |  mpi | 5 | -5/+11 |
| 2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 1 | -5/+1 |
| 2020-08-23 | Use sysctl_bounded_args for simple cases in cpu_sysctl on i386 |  gnezdo | 1 | -13/+11 |
| 2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). |  mpi | 2 | -30/+2 |
| 2020-08-17 | base clang is now i586. SMALL_KERNEL images have historically forced |  deraadt | 1 | -2/+2 |
| 2020-08-02 | additional files from libkern will be needed by clang10 |  deraadt | 3 | -6/+6 |