Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support to
[freebsd.git] / sys / amd64 /
2015-08-28 markjRemove an unneeded instruction.
2015-08-24 cemImport ioat(4) driver
2015-08-21 roygerpreload_search_info: make sure mod is set
2015-08-19 baptAdd a kern.features.cloudabi64 entry when the module...
2015-08-18 marcelAdd 24 more page table pages we allocate on boot-up...
2015-08-17 kibXEN/amd64 may initiate i/o over the pages not mapped...
2015-08-12 marcelBetter support memory mapped console devices, such...
2015-08-12 kibInitialization of smp_tlb_wait does not require release...
2015-08-12 kibAP should load aps_ready with acquire semantic to see...
2015-08-10 kibMake kstack_pages a tunable on arm, x86, and powepc...
2015-08-06 jhbRemove some more vestiges of the Xen PV domu support...
2015-08-05 emasteRationalize BSD license on sys/*/include/in_cksum.h
2015-08-04 jahAdd two new pmap functions:
2015-08-03 impAdd pmspvc device back to GENERIC. The issues with...
2015-08-03 edLet CloudABI use the SV_CAPSICUM flag.
2015-08-03 kibClear the IA32_MISC_ENABLE MSR bit, which limits the...
2015-08-03 edSet p_osrel to __FreeBSD_version on process startup.
2015-07-31 gjbPull pmspcv (pms(4)) from GENERIC. It has PCI ID conflicts
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 kibImprove comments.
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 kibRemove full barrier from the amd64 atomic_load_acq_...
2015-07-24 alcAdd a comment discussing the appropriate use of the...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-22 jhbVarious changes to the registers displayed in DDB for...
2015-07-21 markjLet the unwinder handle faults during function prologue...
2015-07-21 markjImprove stack unwinding on i386 and amd64 after an...
2015-07-21 markjRemove some dead code from DDB's amd64 stack unwinder.
2015-07-21 edDescribe COMPAT_CLOUDABI64 in the amd64 configuration...
2015-07-21 edMake thread creation work for CloudABI processes.
2015-07-20 edMake forking of CloudABI processes work.
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-16 kibWhen checking for the valid value of the frame pointer...
2015-07-16 edAdd a sysentvec for CloudABI on x86-64.
2015-07-15 pkelseyRevert inadvertent change to amd64/GENERIC.
2015-07-15 pkelseyAdd netmap support for ixgbe SRIOV VFs (that is, to...
2015-07-14 bruefferSpell crypto correctly.
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 jmgNow that aesni won't reuse fpu contexts (D3016), add...
2015-07-08 kibAdd the atomic_thread_fence() family of functions with...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 achimDriver 'pmspcv' added. Supports PMC-Sierra PM8001/8081...
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-06 neelMove the 'devmem' device nodes from /dev/vmm to /dev...
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 gnnEnable IPSEC in all GENERIC kernels.
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...
next