]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2019-08-13 emastesys/{x86,amd64}: remove one of doubled ;s
2019-08-12 impStart to split out the really x86 specific NOTES from...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 markjUse designated initializers for vmm_ops.
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 kibamd64: prevents speculations over swapgs reload of...
2019-08-03 kibamd64: Streamline exceptions and interrupts handlers.
2019-08-03 kibbhyve: Ignore MSI/MSI-X interrupts sent to non-active...
2019-08-03 jhbDon't reset memory attributes when mapping physical...
2019-08-01 emastevmx: use C99 bool, not boolean_t
2019-07-31 kibMake randomized stack gap between strings and pointers...
2019-07-31 alcIn pmap_advise(), when we encounter a superpage mapping...
2019-07-30 asomersMFHead @350453
2019-07-30 emastelinuxulator: rename linux_locore.s to .asm
2019-07-30 delphijRemove gzip'ed a.out support.
2019-07-28 asomersMFHead @r350386
2019-07-25 alcSimplify the handling of superpages in pmap_clear_modif...
2019-07-20 jhbImprove the precision of bhyve's vPIT.
2019-07-15 jhbDon't pass error from syscallenter() to syscallret().
2019-07-12 kibFix syntax.
2019-07-12 kibProvide protection against starvation of the ll/sc...
2019-07-12 scottlTie the name limit of a VM to SPECNAMELEN from devfs...
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-04 traszAdd support for PTRACE_O_TRACEEXIT to linuxulator ptrac...
2019-07-04 traszImplement PTRACE_GETSIGINFO. This makes Linux strace...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-02 mavAdd driver for NTB in AMD SoC.
2019-07-01 alcTidy up pmap_copy(). Notably, deindent the innermost...
2019-07-01 avgadd superio driver
2019-06-30 npDisplay the approximate space needed when a minidump...
2019-06-28 mmMFV r349454:
2019-06-28 alcWhen we protect PTEs (as opposed to PDEs), we only...
2019-06-27 asomersMFHead @349476
2019-06-26 rgrimesEmulate the "TEST r/m{16,32,64}, imm{16,32,32}" instruc...
2019-06-26 markjAdd a return value to vm_page_remove().
2019-06-26 kibamd64 pmap: Fix pkru handling in pmap_remove().
2019-06-23 kibamd64 pmap: block on turnstile for lock-less DI.
2019-06-21 cemsys: Remove DEV_RANDOM device option
2019-06-20 asomersMFHead @349234
2019-06-19 scottlImplement VT-d capability detection on chipsets that...
2019-06-17 mmMFV r349134:
2019-06-09 alcImplement an alternative solution to the amd64 and...
2019-06-08 kibCorrect definition for PGEX_SGX.
2019-06-08 kibMake trap_msg array constant as well.
2019-06-08 kibRemove lazy FPU switch support from amd64.
2019-06-08 kibamd64 trap.c: Modernize syntax around trap_msg[].
2019-06-07 markjReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 asomersMFHead @348740
2019-06-06 markjFix a race between fasttrap and the user breakpoint...
2019-06-05 jhbSupport MSI-X for passthrough devices with a separate...
2019-06-04 alcThe changes to pmap_demote_pde_locked()'s control flow...
2019-06-03 kibamd64 ef_rt_arch_call: Preserve %rflags around call...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-31 kibSimplify flow of pmap_demote_pde_locked() and add more...
2019-05-30 brooksmakesyscalls.sh: always use absolute path for syscalls...
2019-05-27 kibCorrect some inconsistencies in the earliest created...
2019-05-24 kibFix too loose assert in pmap_large_unmap().
2019-05-24 kibAdd PG_PS_PDP_FRAME symbol.
2019-05-24 kibFix a corner case in demotion of kernel mappings.
2019-05-23 jhbAdd a constant for the LS config MSR on AMD CPUs.
2019-05-21 kibDo not call hw_mds_recalculate() from initializecpu().
2019-05-21 traszMake linux_ptrace() use linux_msg() instead of printf().
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-19 traszImplement PTRACE_O_TRACESYSGOOD. This makes Linux...
2019-05-18 jhbExpose the MD_CLEAR capability used by Intel MDS mitiga...
2019-05-18 kibMake lock-less delayed invalidation operational very...
2019-05-17 brooksFCP-101: Remove wb(4)
2019-05-17 brooksFCP-101: Remove vx(4).
2019-05-17 brooksFCP-101: Remove txp(4).
2019-05-17 brooksFCP-101: Remove tx(4).
2019-05-17 brooksFCP-101: Remove tl(4).
2019-05-17 brooksFCP-101: Remove sf(4).
2019-05-17 brooksFCP-101: Remove pcn(4).
2019-05-17 brooksFCP-101: Remove ed(4).
2019-05-17 brooksFCP-101: Remove de(4).
2019-05-16 kibRemove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC...
2019-05-16 kibamd64 pmap: sysctl vm.pmap.pcid_save_cnt should be...
2019-05-16 kibamd64 pmap: Add tunable vm.pmap.di_locked to set DI...
2019-05-16 kibamd64 pmap: Rename DI functions.
2019-05-16 kibamd64 pmap: rework delayed invalidation, removing globa...
2019-05-15 rlibbyx86: spell vpxor %zmm0 as vpxord
2019-05-14 traszFix handling of r10 in Linux ptrace(2). This fixes...
2019-05-14 kibMitigations for Microarchitectural Data Sampling.
2019-05-14 markjFix formatting.
2019-05-13 asomersMFHead @347527
2019-05-13 dchaginLinuxulator depends on a fundamental kernel settings...
2019-05-13 markjProvide separate accounting for user-wired pages.
2019-05-12 mjgamd64: tidy up pagezero*/pagecopy (movq -> movl)
2019-05-12 mjgamd64: fixup MEMMOVE comment (10 -> r10)
2019-05-12 mjgx86: store pending bitmapped IPIs in per-cpu areas
2019-05-12 mjgamd64: stop re-reading curpc in suword
2019-05-09 gallatinRemove IPSEC from GENERIC due to performance issues
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 kevanstun/tap: merge and rename to `tuntap`
2019-05-08 cemvmm(4): Pass through RDSEED feature bit to guests
2019-05-07 traszSupport PTRACE_GETREGSET w/ NT_PRSTATUS in Linux ptrace(2).
2019-05-07 emastemake sysent after r347228
2019-05-04 cemx86: Implement MWAIT support for stopping a CPU
2019-05-04 cemx86: Define pc_monitorbuf as a logical structure
next