]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Provide the reading and display of the Standard Extended Features,
[FreeBSD/FreeBSD.git] / sys / amd64 /
2012-11-01 kibProvide the reading and display of the Standard Extende...
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 eadlerThe 'testing memory' patch gets printed too many times
2012-10-22 eadlerExplain the upcoming delay by printing a message when...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-14 kibPrint the %rip value for uprintf_signal.
2012-10-14 avgpciereg_cfg*: use assembly to access the mem-mapped...
2012-10-10 kevloRevert previous commit...
2012-10-09 attilioAdd an unified macro to deny ability from the compiler...
2012-10-09 attilioReverts r234074,234105,234564,234723,234989,235231...
2012-10-09 kevloPrefer NULL over 0 for pointers
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-28 jhb- Re-shuffle the <machine/pc/bios.h> headers to move...
2012-09-28 alcEliminate a stale comment. It describes another use...
2012-09-21 dimAfter r205013, amd64 and i386 CPU family and model...
2012-09-17 jimharrisIntegrate nvme(4) and nvd(4) into the amd64 and i386...
2012-09-13 kibRename the IVY_RNG option to RDRAND_RNG.
2012-09-10 alcSimplify pmap_unmapdev(). Since kmem_free() eventually...
2012-09-08 attiliouserret() already checks for td_locks when INVARIANTS...
2012-09-05 kibAdd support for new Intel on-CPU Bull Mountain random...
2012-09-05 alcRename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_pt...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 delphijAdd hpt27xx to GENERIC kernel for amd64 and i386 systems.
2012-09-04 jhbFix duplicate entries for mwl(4):
2012-08-28 jhbFix misspelled "Infiniband".
2012-08-26 gjbGrammar fix: s/NIC's/NICs/
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-14 desAs discussed on -current, remove the hardcoded default...
2012-08-14 kibAdd a hackish debugging facility to provide a bit of...
2012-08-14 kibReal hardware, as opposed to QEMU, does not allow to...
2012-08-13 jhbRemove the deassert INIT IPI from the IPI startup seque...
2012-08-13 jhbAdd a 10 millisecond delay after sending the initial...
2012-08-13 cpercivaBuild modules along with the XENHVM kernels.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-08 alcThe assertion that I added in r238889 could legitimatel...
2012-08-07 kibDo not apply errata 721 workaround when under hyperviso...
2012-08-07 pluknetRemove duplicate header inclusion of <sys/sysent.h>
2012-08-05 alcShave off a few more cycles from the average execution...
2012-08-01 kibAdd lfence().
2012-08-01 alcRevise pmap_enter()'s handling of mapping updates that...
2012-07-30 kibChange (unused) prototype for stmxcsr() to match reality.
2012-07-29 alcShave off a few more cycles from pmap_enter()'s critica...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-23 kibForcibly shut up clang warning about NULL pointer deref...
2012-07-21 kibConstently use 2-space sentence breaks.
2012-07-21 kibStop caching curpcb in the local variable.
2012-07-21 kibThe PT_I386_{GET,SET}XMMREGS and PT_{GET,SET}XSTATE...
2012-07-21 kibStop clearing x87 exceptions in the #MF handler on...
2012-07-19 kibIntroduce curpcb magic variable, similar to curthread...
2012-07-19 alcDon't unnecessarily set PGA_REFERENCED in pmap_enter().
2012-07-18 kibOn AMD64, provide siginfo.si_code for floating point...
2012-07-18 kibAdd stmxcsr.
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-14 kibAdd support for the XSAVEOPT instruction use. Our XSAVE...
2012-07-13 alcWring a few cycles out of pmap_enter(). In particular...
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-09 jhbAdd a clts() wrapper around the 'clts' instruction...
2012-07-09 jhbPartially revert r217515 so that the mem_range_softc...
2012-07-06 kibUse assembler mnemonic instead of manually assembling...
2012-07-06 jhbSeveral fixes to the amd64 disassembler:
2012-07-06 alcMake pmap_enter()'s management of PV entries consistent...
2012-07-05 jhbNow that our assembler supports the xsave family of...
2012-07-05 alcCalculate the new PTE value in pmap_enter() before...
2012-07-05 alcCorrect an error in r237513. The call to reserve_pv_en...
2012-07-04 jhbDecode the 'xsave', 'xrstor', 'xsaveopt', 'xgetbv'...
2012-07-01 delphijtws(4) is interfaced with CAM so move it to the same...
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-30 alcOptimize reserve_pv_entries() using the popcnt instruction.
2012-06-29 alcIn r237592, I forgot that pmap_enter() might already...
2012-06-28 alcAvoid some unnecessary PV list locking in pmap_enter().
2012-06-28 alcOptimize pmap_pv_demote_pde().
2012-06-27 alcAdd new pmap layer locks to the predefined lock order...
2012-06-26 alcIntroduce RELEASE_PV_LIST_LOCK().
2012-06-26 alcAdd PV list locking to pmap_enter(). Its execution...
2012-06-25 alcAdd PV chunk and list locking to pmap_change_wiring...
2012-06-23 alcIntroduce reserve_pv_entry() and use it in pmap_pv_demo...
2012-06-22 kibImplement mechanism to export some kernel timekeeping...
2012-06-22 kibReserve AT_TIMEKEEP auxv entry for providing usermode...
2012-06-22 alcIntroduce CHANGE_PV_LIST_LOCK_TO_{PHYS,VM_PAGE}() to...
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-21 alcUpdate the PV stats in free_pv_entry() using atomics...
2012-06-20 alcAdd PV list locking to pmap_copy(), pmap_enter_object...
2012-06-19 alcCondition the implementation of pv_entry_count on PV_ST...
2012-06-19 np- Updated TOE support in the kernel.
2012-06-18 kibAdjust the fix in r236953, by not generating the signal...
2012-06-18 alcAdd PV chunk and list locking to pmap_page_exists_quick(),
2012-06-16 alcThe page flag PGA_WRITEABLE is set and cleared exclusiv...
2012-06-15 adrianOops - use the actual 11n enable option.
2012-06-15 adrianOk, ok. 802.11n can be on by default in GENERIC in...
2012-06-14 alcUpdate a couple comments to reflect r235598.
2012-06-14 alcCorrectly identify the function in a KASSERT().
next