summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-05-23zap reference to non-existent function in a commentJasper Lievisse Adriaanse
2019-05-23Don't print "not conigured" messages for nodes that are disabled.Mark Kettenis
2019-05-22i386/amd64 apm(4): Ignore APM_UPDATE_TIME events.cheloha
2019-05-22Allow loading of bigger ucode. This implementation uses the UEFI memoryMark Kettenis
2019-05-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsJonathan Gray
2019-05-18Both FreeBSD and I appear to have been confused by intel's deep-dive doc:Philip Guenther
2019-05-18Add parsing for standard boot options.Visa Hankala
2019-05-17Oops, forgot to include a copyright year when originally addedPhilip Guenther
2019-05-17Mitigate Intel's Microarchitectural Data Sampling vulnerability.Philip Guenther
2019-05-15Add support to the BIOS bootloader for random kernel base VAMike Larkin
2019-05-15Reduce branch emulation page access protection during setup. The setupVisa Hankala
2019-05-15Drop redundant pmap_proc_iflush() call. The needed instruction cacheVisa Hankala
2019-05-13free(9) sizes.Martin Pieuchot
2019-05-13Move idepth tracking out of interrupt controller into common layer.Dale Rahn
2019-05-13vmm: add host side pvclockpd
2019-05-13regen (missed this when I did the colemak update)Aaron Bieber
2019-05-13Add the needed ICC_PMR_EL1 register bit defines for the previousPatrick Wildt
2019-05-12Delete cpu_idle_{enter,leave}_fcn() as unused. Add RETGUARD checks toPhilip Guenther
2019-05-12s/availible/available/Philip Guenther
2019-05-12vmm: add a x86 page table walkerpd
2019-05-12Between the broken GIC-500 on the RK3399 and differences in the secure modeMark Kettenis
2019-05-11whitespace removalMike Larkin
2019-05-11whitespace removalMike Larkin
2019-05-11whitespace removalMike Larkin
2019-05-11Further cleanup of efi32/64.Mike Larkin
2019-05-11Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller.Patrick Wildt
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-11Refactor efiboot into 32 and 64 bit copies.Mike Larkin
2019-05-11Refactor efiboot into 32 and 64 bit copies.Mike Larkin
2019-05-10Disentangle #ifdef EFIBOOT.Mike Larkin
2019-05-10vmm: handle some unhandled exits for SVMpd
2019-05-10Add bsd.upgrade support to sparc64 bootloader.Claudio Jeker
2019-05-09Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'.Kenji Aoyama
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-05-08Print the current ASID in hex instead of decimal, to match the formatVisa Hankala
2019-05-08Fix kernel compile with DEBUG_AGINTC.ccardenas
2019-05-06Fix thinko in previous. The .bss clearing was overzealous and overwroteVisa Hankala
2019-05-06Enforce store/load order when setting or clearing AST flag on mips64Visa Hankala
2019-05-06Issue write-write barrier before sending IPI on mips64Visa Hankala
2019-05-06Fix unintentional delay of ASTs on MP mips64Visa Hankala
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace and extra semicolon removal.Mike Larkin
2019-05-05Getting too tight. Surrender a littleTheo de Raadt
2019-05-05Add support for the EFI Random Number Generator Protocol and use it to XORMark Kettenis
2019-05-05Use the .bss for the bootstrap stack of mips_init(). This way the memoryVisa Hankala
2019-05-05Call cpu_unidle() from need_resched() on mips64 like mostVisa Hankala