]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Refactor the VAP transmit path code into a utility function that both
[FreeBSD/FreeBSD.git] / sys / amd64 /
2013-07-28 pfgDTrace: re-merge remainder of r249367 (original from...
2013-07-26 jeff - Use kmem_malloc rather than kmem_alloc() for GDT...
2013-07-23 neelAdd support for emulation of the "or r/m, imm8" instruc...
2013-07-23 neelFix a bug introduced in r252646 that causes a page...
2013-07-15 kibMFi386: add ddb "show sysregs" command.
2013-07-10 kibClear m->object for the page taken from the delayed...
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-06 delphijImport HighPoint DC Series Data Center HBA (DC7280...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-03 neelIf a superpage mapping is being removed then we need...
2013-07-03 neelVerify that all bytes in the instruction buffer are...
2013-07-01 grehanIgnore guest PAT settings by default in EPT mappings.
2013-07-01 kibFix issues with zeroing and fetching the counters,...
2013-06-28 grehanMake sure all CPUID values are handled, instead of...
2013-06-27 jkimMove definitions required by userland applications...
2013-06-20 kibAllow immediate operand.
2013-06-19 kibSome clarifications and updates for the comments, mostl...
2013-06-18 pluknetFix a gcc warning uncovered after r251745.
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-14 gibbsUpgrade Xen interface headers to Xen 4.2.1.
2013-06-14 pluknetReplace cpusetffs_obj with CPU_FFS, missed in r251703.
2013-06-14 neelRemove unused macros PTESHIFT, PDESHIFT, PDPESHIFT...
2013-06-13 jeff - Add a BIT_FFS() macro and use it to replace cpusetff...
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-03 kibAssert that interrupts are enabled in the trap handlers...
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-27 kibUse slightly more idiomatic expression to get the addre...
2013-05-27 kibThe _MC_HASFPXSTATE and _MC_IA32_HASFPXSTATE flags...
2013-05-27 kibThe ia32_get_mcontext() does not need to set PCB_FULL_I...
2013-05-27 kibWhen reporting the fault details, also print %rsp.
2013-05-27 kibWhen handling an exception from the attempt from loadin...
2013-05-24 achimDriver 'aacraid' added. Supports Adaptec by PMC RAID...
2013-05-21 attilioo Relax locking assertions for vm_page_find_least()
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 kibFix the hardware watchpoints on SMP amd64. Load the...
2013-05-21 kibAdd amd64-specific ddb command 'show phys2dmap', which...
2013-05-21 marcelAdd basic support for FDT to i386 & amd64. This change...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-13 edImprove readability of static assertions for OFFSET_...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-12 peterTidy up some CVS workarounds.
2013-05-11 rpauloFix several standard extended feature bits.
2013-05-10 neelSupport array-type of stats in bhyve.
2013-05-09 dchaginRetire write-only PCB_GS32BIT pcb flag on amd64.
2013-05-09 kibCorrect the type for the literal used on the left side...
2013-05-07 attilioRename VM_NDOMAIN into MAXMEMDOM and move it into machi...
2013-05-02 emasteSwitch to standard copyright license text
2013-05-01 kibPartially saved extended state must be handled always...
2013-05-01 kibThe check to ensure that xstate_bv always has XFEATURE_...
2013-04-29 carlAdd a new driver to support the Intel Non-Transparent...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-25 grehanAdd RIP-relative addressing to the instruction decoder.
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-18 rpauloPrint RDSEED, ADX, and SMAP.
2013-04-17 gabor- Correct spelling in comments
2013-04-17 rpauloPrint more bits from the standard extended features...
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-13 neelCreate sysctl node 'hw.vmm.vmx' and populate it with...
2013-04-13 kibFix the name of the pcb member in the comments.
2013-04-13 neelUse the MAKEDEV_CHECKNAME flag to check for an invalid...
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-12 traszRemove ctl(4) from GENERIC. Also remove 'options CTL_D...
2013-04-12 neelIf vmm.ko could not be initialized correctly then preve...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-11 neelMake the code to check if VMX is enabled more readable...
2013-04-10 neelUnsynchronized TSCs on the host require special handlin...
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-08 glebiusMerge from projects/counters: counter(9).
2013-04-08 glebiusMerge from projects/counters:
2013-04-06 mmMFV r248217:
2013-04-05 grehanDon't panic when a valid divisor of 1 has been requested.
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-04 mavRemove all legacy ATA code parts, not used since option...
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-31 neelAdd counter to keep track of the number of timer interr...
2013-03-30 neelAdd some more stats to keep track of all the reasons...
2013-03-28 neelAllow caller to skip 'guest linear address' validation...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-21 mmMerge libzfs_core branch:
2013-03-19 kibImplement the concept of the unmapped VMIO buffers...
2013-03-19 mmMFV r247580:
2013-03-18 mmMFC @248461
2013-03-18 attilioSync back vmcontention branch into HEAD:
2013-03-17 attilioMFC
2013-03-17 alcSimplify the interface to vm_radix_insert() by eliminat...
2013-03-16 neelFix the '-Wtautological-compare' warning emitted by...
next