Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sys/amd64
AgeCommit message (Expand)Author
2022-11-11bhyve: Drop volatile qualifiers from snapshot codeMark Johnston
2022-11-02sys: use .S for assembly language files that use the preprocessorElliott Mitchell
2022-11-01vmm: do not leak halted_cpus bit after suspensionKonstantin Belousov
2022-10-29ddb: print the actual syscall nameMitchell Horne
2022-10-29linux: populate sv_syscallnames in each sysentvecMitchell Horne
2022-10-28acpica: Merge ACPICA 20221020Jung-uk Kim
2022-10-27vmm: Fix AP startup with old userspace binaries.John Baldwin
2022-10-25bhyve: Address some signed/unsigned comparison warningsMark Johnston
2022-10-19Add vm_page_any_valid()Konstantin Belousov
2022-10-18amd64: Add FIRECRACKER kernel configurationColin Percival
2022-10-14vmm: validate icr valueCorvin Köhne
2022-10-14vmm: increase vlapic versionCorvin Köhne
2022-10-14vmm: permit some IPIs to be handled by userspaceCorvin Köhne
2022-10-11amd64 pmap: add comment explaining why INVLPG is functional for PCID configKonstantin Belousov
2022-10-11amd64: remove useless addr2 variables in page range invalidation handlersKonstantin Belousov
2022-10-08bhyve: Annotate unused function parametersMark Johnston
2022-10-07sys: Consolidate common implementation details of PV entries.John Baldwin
2022-10-07amd64, arm64 pmap: fix a comment typoMitchell Horne
2022-10-04amd64/db_trace.c: remove stray prototypeKonstantin Belousov
2022-10-03ddb: de-duplicate decode_syscall()Mitchell Horne
2022-09-30pmap: optimize MADV_WILLNEED on existing superpagesAlan Cox
2022-09-30linux32: binutils as requires %eflags instead of %flags for CFI.John Baldwin
2022-09-28amd64: Initialize IPI scoreboard earlierKonstantin Belousov
2022-09-24amd64: Ignore 1GB mappings in pmap_advise()Mark Johnston
2022-09-24amd64: Handle 1GB mappings in pmap_enter_quick_locked()Mark Johnston
2022-09-24amd64: Make it possible to grow the KERNBASE region of KVAMark Johnston
2022-09-23kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2022-09-23pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-09-13tcp: make CUBIC the default congestion control mechanism.Richard Scheffenegger
2022-09-11pmap: don't recompute mpte during promotionAlan Cox
2022-09-09Revert "vmm: permit some IPIs to be handled by userspace"Emmanuel Vadot
2022-09-09Revert "vmm: Remove unneeded variable maxcpus"Emmanuel Vadot
2022-09-07vmm: Remove unneeded variable maxcpusEmmanuel Vadot
2022-09-07vmm: permit some IPIs to be handled by userspaceCorvin Köhne
2022-09-01acpi: Move some errors with RSDP and XSLT out from under bootverboseWarner Losh
2022-09-01acpi: Unmap RSDP in more error casesWarner Losh
2022-08-26amd64: update comment for casueword/casueword32, mentioning return value 1Konstantin Belousov
2022-08-25amd64: dump standard registers when crashingMateusz Guzik
2022-08-24x86: improve machdep.uprintf_signalKonstantin Belousov
2022-08-24x86: print trap name in addition of trap numberKonstantin Belousov
2022-08-23Define _NPCM and the last PC_FREEn constant in terms of _NPCPV.John Baldwin
2022-08-20bhyve: Validate host PAs used to map passthrough BARs.John Baldwin
2022-08-12Document implicit dependencies of the mlx5(4) & friends.Maxim Sobolev
2022-08-12x86: remove MP_WATCHDOGMateusz Guzik
2022-08-02AST: reworkKonstantin Belousov
2022-08-02amd64: expicitly re-init td_frame in copy_thread()Konstantin Belousov
2022-07-27vmm: emulate INVD by ignoring itCorvin Köhne
2022-07-27qat: Rename to qat_c2xxx and remove support for modern chipsetsMark Johnston
2022-07-26Fix unused variable warning in amd64's pmap.cDimitry Andric
2022-07-19ddb: annotate some commands with DB_CMD_MEMSAFEMitchell Horne