]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()
[FreeBSD/FreeBSD.git] / sys / amd64 /
2015-07-02 kibUse single instance of the identical INKERNEL() and...
2015-07-01 kibDisallow a debugger on 64bit system to set fs/gs bases...
2015-06-29 kibAdd a comment about too strong semantic of atomic_load_...
2015-06-29 kibpcb_gs32sd is unused for long time, remove it. Keep...
2015-06-29 kibAdd x86 PT_GETFSBASE, PT_GETGSBASE machine-depended...
2015-06-28 kibRemove unneeded data dependency, currently imposed by
2015-06-26 tychonverify_gla() needs to account for non-zero segment...
2015-06-26 roygeramd64: set the correct LMA values
2015-06-23 neelRestore the host's GS.base before returning from 'svm_l...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 neelRestructure memory allocation in bhyve to support ...
2015-06-13 sjgAdd META_MODE support.
2015-06-12 jhbReport the values of x86 segment registers to remote...
2015-06-10 delphijMFV r284234:
2015-06-10 brAllow DTrace to be compiled-in to the kernel.
2015-06-10 mjgFixup the build after r284215.
2015-06-10 mjgImplement lockless resource limits.
2015-06-10 mjgGeneralised support for copy-on-write structures shared...
2015-06-09 alcAccount for superpage mappings that are created by...
2015-06-09 tychonSupport guest writes to the TSC by enabling the "use...
2015-06-08 dchaginFutex is an aligned 32-bit integer. Use the proper...
2015-06-08 alcRetire VM_FREEPOOL_CACHE as the next step in eliminatin...
2015-06-06 kibUpdate print_INTEL_TLB() by the tag values from the...
2015-06-05 neelThe 'verify_gla()' function is used to ensure that...
2015-06-04 neelUse tunable 'hw.vmm.svm.features' to disable specific...
2015-06-01 dimRemove unneeded NULL checks in amd64's trap_fatal().
2015-05-29 kibRemove several write-only variables, all reported by...
2015-05-28 neelFix non-deterministic delays when accessing a vcpu...
2015-05-27 kibEnabled rewritten PCID support by default.
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-25 dchaginWhen I merged the lemul branch I missied kib@'s r282708...
2015-05-24 dchaginRegen for r283492.
2015-05-24 dchaginImplement Linux specific syncfs() system call.
2015-05-24 dchaginRegen for r283488.
2015-05-24 dchaginImplement recvmmsg() and sendmmsg() system calls.
2015-05-24 dchaginReduce duplication between MD Linux code by moving...
2015-05-24 dchaginRegen for r283484.
2015-05-24 dchaginImplement epoll_pwait() system call.
2015-05-24 dchaginRegen for r283480.
2015-05-24 dchaginAdd utimensat() system call.
2015-05-24 dchaginThe kernel sends signals to the processes via ABI speci...
2015-05-24 dchaginRework signal code to allow using it by other modules...
2015-05-24 dchaginAccording to Linux man sigaltstack(3) shall return...
2015-05-24 dchaginRegen for r283467.
2015-05-24 dchaginCall nosys in case when the incorrect syscall number...
2015-05-24 dchaginRegen for r283465.
2015-05-24 dchaginAdd preliminary fallocate system call implementation
2015-05-24 dchaginRegen for r283451.
2015-05-24 dchaginImplement ppoll() system call.
2015-05-24 dchaginInclude opt_compat.h, so that COMPAT_LINUX32 is defined...
2015-05-24 dchaginRegen for r283444.
2015-05-24 dchaginImplement eventfd system call.
2015-05-24 dchaginPut the correct value for the abi_nfdbits parameter...
2015-05-24 dchaginRegen for r283441.
2015-05-24 dchaginImplement epoll family system calls. This is a tiny...
2015-05-24 dchaginTo avoid code duplication move open/fcntl definitions...
2015-05-24 dchaginUse the BSD_TO_LINUX_SIGNAL() wherever there is no...
2015-05-24 dchaginBeing exported through vdso the note.Linux section...
2015-05-24 dchaginAdd AT_RANDOM and AT_EXECFN auxiliary vector entries...
2015-05-24 dchaginRegen for r283428.
2015-05-24 dchaginChange linux faccessat syscall definition to match...
2015-05-24 dchaginRegen for r283424.
2015-05-24 dchaginAdd preliminary support for x86-64 Linux binaries.
2015-05-24 dchaginRefund the proc emuldata struct for future use. For...
2015-05-24 dchaginIntroduce a new module linux_common.ko which is intende...
2015-05-24 dchaginx86_64 Linux do not use multiplexing on ipc system...
2015-05-24 dchaginRemove stale comment about a signal trampoline which
2015-05-24 dchaginPut linux_platform into the vdso to avoid copying it...
2015-05-24 dchaginEliminate a now unused global declaration of elf_linux_...
2015-05-24 dchaginImplement vdso - virtual dynamic shared object. Through...
2015-05-24 dchaginRegen for r283403.
2015-05-24 dchaginImplement pselect6() system call.
2015-05-24 dchaginRegen for r283401.
2015-05-24 dchaginImplement prlimit64() system call.
2015-05-24 dchaginRegen for r283399.
2015-05-24 dchaginImplement dup3() system call.
2015-05-24 dchaginRegen for r283396.
2015-05-24 dchaginImplement rt_sigqueueinfo() system call.
2015-05-24 dchaginRegen for r283394.
2015-05-24 dchaginImplement waitid() system call.
2015-05-24 dchaginTo reduce code duplication introduce linux_copyout_rusa...
2015-05-24 dchaginSome style(9) && whitespaces fixes. No functional changes.
2015-05-24 dchaginSwitch linuxulator to use the native 1:1 threads.
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginRegen for r283379.
2015-05-24 dchaginImplement a Linux version of sched_getparam() && sched_...
2015-05-24 dchaginRemove a now unused include.
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginRegen for r283370.
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-23 neelExceptions don't deliver an error code in real mode.
2015-05-22 neelRemove the verification of instruction length after...
2015-05-22 neelDon't rely on the 'VM-exit instruction length' field...
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-21 neelEmulate the "CMP r/m, reg" instruction (opcode 39H).
2015-05-21 pfgddb: finish converting boolean values.
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-15 kibOn amd64, make proc0 pmap initialization slightly more...
next