]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 /
2013-11-25 attilio- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-22 emasteDon't abort SMAP processing after an entry of length 0
2013-11-21 emasteRefactor amd64 startup SMAP parsing
2013-11-21 emasteDisable amd64 boot time memory test by default
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-15 gibbsFix accounting for hw.realmem on the i386 and amd64...
2013-11-14 emastex86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-08 kibAdd bits for the AMD features from CPUID function 0x800...
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-10-31 markjRemove references to an unused fasttrap probe hook...
2013-10-29 baptMerge byacc 20130925
2013-10-27 kibSeveral small fixes for the amd64 minidump code.
2013-10-26 glebiusProvide includes that are needed in these files, and...
2013-10-16 neelAdd a new capability, VM_CAP_ENABLE_INVPCID, that can...
2013-10-09 markmMFC - tracking commit
2013-10-08 dimIn sys/amd64/amd64/pmap.c, fix several gcc warnings...
2013-10-06 markmMFC - tracking commit
2013-10-05 neelMerge projects/bhyve_npt_pmap into head.
2013-10-02 markmMFC - tracking update.
2013-09-24 kibIn pmap_clear_modify(), initialize pvh even for fictiti...
2013-09-24 kibUse the pv lists generation count to read-lock the...
2013-09-24 kibEnsure that the ERESTART return from the syscall reload...
2013-09-23 kibFree both KVA and backing pages when freeing TSS memory.
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-20 gibbsMerge Xen PVHVM support into the GENERIC kernel config...
2013-09-20 gibbsAdd support for suspend/resume/migration operations...
2013-09-20 alcThe pmap function pmap_clear_reference() is no longer...
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-18 pjdFix panic in ktrcapfail() when no capability rights...
2013-09-16 kibIn pmap_copy(), when the copied region is mapped with...
2013-09-11 grehanIFC @ r255459
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 alcPrior to r254304, we only began scanning the active...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-07 markmMFC
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 gibbsImplement PV IPIs for PVHVM guests and further converge...
2013-09-06 markmMFC
2013-09-06 kibOnly lock pvh_global_lock read-only for pmap_page_wired...
2013-09-06 kibIn pmap_ts_referenced(), when restarting the loop due...
2013-09-06 glebiusOn those machines, where sf_bufs do not represent any...
2013-09-05 sjgMerge bmake-20130904
2013-09-04 kibTidy up some loose ends in the PCID code:
2013-09-04 grehanIFC @ r255209
2013-09-03 jhbAdd support for the 'invpcid' instruction to binutils...
2013-09-01 markmMFC
2013-08-31 kibFix two build failures for non-tb configurations, UP...
2013-08-31 markmMFC
2013-08-30 kibThe pm_save should be cleared on the pmap initializatio...
2013-08-30 markmMFC
2013-08-30 kibImplement support for the process-context identifiers...
2013-08-29 gibbsImplement vector callback for PVHVM and unify event...
2013-08-29 alcSignificantly reduce the cost, i.e., run time, of calls...
2013-08-23 emasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 markmMFC
2013-08-22 kibRevert r254501. Instead, reuse the type stability...
2013-08-22 kibUse the generation count of the pv list to work around...
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-20 neelFix breakage caused by r254466 in minidumpsys().
2013-08-18 kibWhen code from r254064 in pmap_ts_referenced() drops...
2013-08-17 neelBump up the maximum addressable memory on amd64 systems...
2013-08-15 brooksUse an ANSI C definition of initializecpucache() to...
2013-08-10 kibDifferent consumers of the struct vm_page abuse pageq...
2013-08-09 attilioOn all the architectures, avoid to preallocate the...
2013-08-09 attilioThe soft and hard busy mechanism rely on the vm object...
2013-08-08 neelUse local variables with the appropriate types and...
2013-08-07 kibSplit the pagequeues per NUMA domains, and split pagead...
2013-08-07 kibChange the pmap_ts_referenced() method of amd64 pmap...
2013-08-07 jeffReplace kernel virtual address space allocation with...
2013-08-06 erwinUpdate Bind to 9.8.5-P2
2013-08-05 jeff - Introduce a specific function, pmap_remove_kernel_pd...
2013-08-02 peterUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-01 grehanIFC @ r253862
2013-07-28 avgx86: detect mwait capabilities and extensions, when...
2013-07-28 peterUpdate subversion-1.8.0 -> 1.8.1. Update supporting
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 neelFix a bug introduced in r252646 that causes a page...
2013-07-19 grehanIFC @ r253461
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-05 grehanIFC @ r252763
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 grehanImport driver source from hyperv-20130627 vendor branch.
2013-06-21 grehanIFC @ r252047
2013-06-19 kibSome clarifications and updates for the comments, mostl...
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-15 grehanImport driver source from hyperv-20130502 vendor branch.
2013-06-14 neelRemove unused macros PTESHIFT, PDESHIFT, PDPESHIFT...
next