summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specificationdv2021-03-291-2/+2
* The logic in mmrw() to check whether an address is within directbluhm2021-03-241-4/+4
* another unfortunate action to cope with relentless kernel growthderaadt2021-03-191-2/+2
* Always use an allocated buffer for {Read,Write}Blocks() to makeyasuoka2021-03-172-80/+34
* Add acpi_iommu_device_map(), which replaces the DMA tag with one thatpatrick2021-03-151-1/+7
* spellingjsg2021-03-1112-38/+38
* Explicitly align kernel text.mortimer2021-03-071-3/+3
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-232-4/+18
* Fix a commentmlarkin2021-02-131-2/+2
* Remove trailing whitespacemlarkin2021-02-131-14/+14
* Remove trailing whitespacemlarkin2021-02-131-6/+6
* Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs.patrick2021-02-091-2/+1
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* make if_pfsync.c a better friend with PF_LOCKsashan2021-02-041-1/+2
* bios_memmap[] should not be a commonderaadt2021-01-282-3/+4
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* Fix whitespace issuesmlarkin2021-01-231-4/+4
* vmm(4): wire faulted in pagesmlarkin2021-01-231-20/+6
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-232-2/+5
* Allocate address space for reposting vga devices using km_alloc(9) ratherjmatthew2021-01-031-7/+9
* remove pv includes which were missed in rev 1.70jsg2020-12-311-6/+1
* Sync with i386 by asserting that IPL values should be at least IPL_NONE.mpi2020-12-281-1/+3
* Enable acpihpet on install media, because otherwise clock initializationderaadt2020-12-272-4/+4
* handle reported core clock frequency of 0 on newer Intel Comet Lakejsg2020-12-241-1/+3
* stop showing amd l3 cache informationjsg2020-12-222-27/+3
* Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu withjmatthew2020-12-201-3/+4
* Do not clear useful bits in panic messages, always print full optebluhm2020-12-161-19/+21
* Turn simple sysctl_rdint into cpuctl_vars entriesgnezdo2020-12-131-11/+8
* Use daddr_t and not daddr32_t in boot media.krw2020-12-0929-58/+58
* Implement acpi_intr_disestablish() for amd64.kettenis2020-12-061-1/+7
* reset fpu in fpu_kernel_enter() even when there is no xsave statejsg2020-11-301-1/+3
* Since our IPI broadcast functions exclude the CPU doing the broadcast, wekettenis2020-11-281-1/+2
* Remove commented-out code messing with uvmexp.mpi2020-11-241-40/+1
* Add pchgpio(4), a driver for the GPIO controllers found on modern Intelkettenis2020-11-151-1/+2
* Delete unused #defines: T_USER hasn't been used since July 2018guenther2020-11-131-8/+1
* Correct CVE number in commentguenther2020-11-131-2/+2
* Simplify interrupt entry stubs to not push around bogus trapno+errguenther2020-11-121-29/+30
* Give sizes and types to more functions and objects.guenther2020-11-092-7/+41
* In case of failure, call sigexit() from trapsignal instead of sensig().mpi2020-11-081-5/+7
* Give sizes to more of the functions in locore.Sguenther2020-11-031-1/+15
* Correct comment typo in previousguenther2020-11-031-2/+2
* Restore abstraction of register saving into macros in frameasm.hguenther2020-11-023-73/+79
* Use a 64MB block to load the kernel to deal with kernel growth.kettenis2020-10-302-4/+4
* Use "memory" on inline fence instructions to suggest to the compilerjsg2020-10-281-4/+4
* Adding IOMMU support for AMD Vi and Intel VTD (disabled)jordan2020-10-273-5/+22
* Switch the pmap and PDP pools to IPL_VM, drop the PR_WAITOK flag from thekettenis2020-10-261-4/+4
* uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.deraadt2020-10-221-5/+4
* Save and restore the MXCSR register and the FPU control word such thatkettenis2020-10-211-1/+2
* the userland pagefault handler can drop the kernel lock before goingderaadt2020-10-191-3/+2
* deliver SIGSEGV rather than SIGBUS for T_PROTFLT,T_SEGNPFLT,T_STKFLT.deraadt2020-10-191-5/+8