]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
malloc: delegate M_EXEC handling to dedicacted routines
[FreeBSD/FreeBSD.git] / sys / amd64 /
2020-10-30 mjgmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-27 traszFix misnomer - linux_to_bsd_errno() does the exact...
2020-10-26 kevansaudit: also correctly audit linux_execve()
2020-10-21 kibImprove FPU Tag Word reconstruction on i386 to indicate...
2020-10-20 jhbAdd a kernel crypto driver using assembly routines...
2020-10-19 markjvmx: Implement pmap (de)activation in C
2020-10-18 traszStop calling set_syscall_retval() from linux_set_syscal...
2020-10-18 traszSlightly tweak linux ptrace(2) debug message; no functi...
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-16 kibamd64 pmap.h: explicitly provide constants values inste...
2020-10-15 mhorneSimplify preload_dump() condition
2020-10-14 kibFix for mis-interpretation of PCB_KERNFPU.
2020-10-14 kibLimit workaround for errata E400 to appropriate AMD...
2020-10-14 kibAvoid dump_avail[] redefinition.
2020-10-13 tychoneliminate possible race in parallel TLB shootdown IPI
2020-10-11 manu10Gigabit Ethernet driver for AMD SoC
2020-10-10 cemrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-09 impCreate in-tree LINT files
2020-10-08 mhorneAdd a routine to dump boot metadata
2020-10-07 mhornePrint symbol index for unsupported relocation types
2020-10-03 kibamd64: Store full 64bit of FIP/FDP for 64bit processes...
2020-10-03 kibFix pmap_pti_add_kva() call for doublefault stack page.
2020-10-03 kibMove ctx_switch_xsave declaration to amd64 md_var.h.
2020-10-02 manuFix LINT: Add backlight to NOTES
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 markjRemove svn:executable from a couple of vmm(4) source...
2020-10-01 jhbClear the upper 32-bits of registers in x86_emulate_cpu...
2020-09-29 brRename kernel option ACPI_DMAR to IOMMU.
2020-09-27 traszGet rid of sa->narg. It serves no purpose; use sa...
2020-09-25 traszRegen after r366145.
2020-09-23 markjAdd a vmparam.h constant indicating pmap support for...
2020-09-23 impUse envvar rather than nonstandard hint. lines
2020-09-22 kibamd64 pmap: More unification for psind = 1 vs 2 in...
2020-09-21 scottphSparsify the vm_page_dump bitmap
2020-09-21 scottphMove vm_page_dump bitset array definition to MI code
2020-09-21 kibamd64 pmap: only calculate page table page when needed.
2020-09-20 kibamd64 pmap: handle cases where pml4 page table page...
2020-09-19 markjFix some nits in 1G page support in the amd64 pmap.
2020-09-18 mmacyMFV 2.0-rc2
2020-09-18 vangyzenamd64 pmap_pkru_same: prev_ppr was always NULL
2020-09-18 markjEnsure that a protection key is selected in pmap_enter_...
2020-09-17 traszGet rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-15 emastebhyve: do not permit write access to VMCB / VMCS
2020-09-15 kibbhyve: intercept AMD SVM instructions.
2020-09-15 traszMove SV_ABI_ERRNO translation into linux-specific code...
2020-09-11 jhbAdd constant for the DE_CFG MSR on AMD CPUs.
2020-09-10 jhbUse vmcb_read/write for the vmcb snapshot functions.
2020-09-09 kibAdd pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and impleme...
2020-09-09 kibFix assert.
2020-09-09 kibamd64 pmap: teach functions walking user page tables...
2020-09-09 kibamd64: report support for 1G superpages in getpagesizes(2).
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-02 markjInclude the psind in data returned by mincore(2).
2020-09-02 markjAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-02 kibFix a page table pages leak after LA57.
2020-09-01 mjgamd64: clean up empty lines in .c and .h files
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-28 mmacyZFS: clarify dependencies for static linking
2020-08-27 gjbMFH
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 kibRestore workaround for sysret fault on non-canonical...
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-24 grehancpu_auxmsr: assert caller is preventing CPU migration.
2020-08-23 kibamd64: Handle 5-level paging on wakeup.
2020-08-23 kibamd64: Handle 5-level paging for efirt calls.
2020-08-23 kibAdd bhyve support for LA57 guest mode.
2020-08-23 kibAdd amd64 procctl(2) ops to manage forced LA48/LA57...
2020-08-23 kibamd64 pmap: LA57 AKA 5-level paging
2020-08-21 vangyzenamd64 pmap: potential integer overflowing expression
2020-08-20 markjUse pmap_mapbios() to map ACPI tables on amd64 and...
2020-08-19 mavRemove some noisy ACPI tables messages from verbose...
2020-08-18 mjglinux: add sysctl compat.linux.use_emul_path
2020-08-18 mjglinux: consistently use LFREEPATH instead of open-coding it
2020-08-18 grehanExport a routine to provide the TSC_AUX MSR value and...
2020-08-18 grehanSupport guest rdtscp and rdpid instructions on Intel...
2020-08-18 grehanAllow guest device MMIO access from bootmem memory...
2020-08-12 gjbMFH
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-05 bro Add machine/iommu.h and include MD iommu headers...
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-25 mavAllow swi_sched() to be called from NMI context.
2020-07-24 arichardsonInclude TMPFS in all the GENERIC kernel configs
2020-07-22 mavUntie nmi_handle_intr() from DEV_ISA.
2020-07-21 mavAvoid code duplicaiton by using ipi_selected().
2020-07-19 kibSimplify non-pti syscall entry on amd64.
2020-07-18 kibamd64 pmap: microoptimize local shootdowns for PCID...
2020-07-18 traszRegen after r363304.
2020-07-18 traszAdd a trivial linux(4) splice(2) implementation, which...
2020-07-16 cemRevert r240317 to prevent leaking pmap entries
2020-07-16 gjbMFH
2020-07-16 markjSwitch from SCTP to SCTP_SUPPORT in GENERIC configs.
next