]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Remove the unused M_NOFREE mbuf flag. It didn't have any in-tree users
[FreeBSD/FreeBSD.git] / sys / amd64 /
2013-08-18 Konstantin BelousovWhen code from r254064 in pmap_ts_referenced() drops...
2013-08-18 Pawel Jakub DawidekAdd process descriptors support to the GENERIC kernel...
2013-08-17 Neel NatuBump up the maximum addressable memory on amd64 systems...
2013-08-17 Jilles Tjoelkerlibc: Access _logname_valid more efficiently.
2013-08-15 Brooks DavisUse an ANSI C definition of initializecpucache() to...
2013-08-13 Jung-uk KimMerge acpica_machdep.h for amd64 and i386 and move...
2013-08-13 Jung-uk KimTidy up global locks for ACPICA. There is no functiona...
2013-08-13 Dag-Erling SmørgravApply upstream revision 1.151 (fix relative symlinks)
2013-08-11 Peter WemmUpdate nvi-1.79 to 2.1.1-4334a8297f
2013-08-10 Konstantin BelousovDifferent consumers of the struct vm_page abuse pageq...
2013-08-09 Attilio RaoOn all the architectures, avoid to preallocate the...
2013-08-09 Attilio RaoThe soft and hard busy mechanism rely on the vm object...
2013-08-09 Andriy Gaponfollow up to r254051
2013-08-08 Xin LIMFV r254079:
2013-08-08 Xin LIMFV r254106 (OpenSSL bugfix for RT #2984):
2013-08-08 Neel NatuUse local variables with the appropriate types and...
2013-08-07 Xin LIMFV r254071:
2013-08-07 Xin LIMFV r254070:
2013-08-07 Konstantin BelousovSplit the pagequeues per NUMA domains, and split pagead...
2013-08-07 Konstantin BelousovChange the pmap_ts_referenced() method of amd64 pmap...
2013-08-07 Andriy Gaponenable KDB_TRACE in GENERICs
2013-08-07 Jeff RobersonReplace kernel virtual address space allocation with...
2013-08-06 Xin LIMFV r254011:
2013-08-06 Erwin LansingUpdate Bind to 9.8.5-P2
2013-08-05 Jeff Roberson - Introduce a specific function, pmap_remove_kernel_pd...
2013-08-03 Peter GrehanFollow-up commit to fix CR0 issues. Maintain
2013-08-02 Peter WemmUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-02 Simon J. GerratyMerge bmake-20130730
2013-08-01 Peter GrehanMoved clearing of vmm_initialized to avoid the case
2013-08-01 Peter GrehanCorrectly maintain the CR0/CR4 shadow registers.
2013-07-31 David E. O'BrienBack out r253779 & r253786.
2013-07-30 Xin LIMFV r253783:
2013-07-30 Xin LIMFV r253782:
2013-07-30 Xin LIMFV r253781 + r253871:
2013-07-30 Steven HartlandMFV r253784:
2013-07-30 Xin LIMFV r253780:
2013-07-29 David E. O'BrienDecouple yarrow from random(4) device.
2013-07-28 Andriy GaponRevert r253748,253749
2013-07-28 Andriy Gaponput contents of cpu.h under _KERNEL
2013-07-28 Andriy Gaponx86: detect mwait capabilities and extensions, when...
2013-07-28 Peter WemmUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 Pedro F. GiffuniDTrace: re-merge remainder of r249367 (original from...
2013-07-26 Jung-uk KimMerge ACPICA 20130725.
2013-07-26 Jeff Roberson - Use kmem_malloc rather than kmem_alloc() for GDT...
2013-07-23 Neel NatuAdd support for emulation of the "or r/m, imm8" instruc...
2013-07-23 Neel NatuFix a bug introduced in r252646 that causes a page...
2013-07-15 Konstantin BelousovMFi386: add ddb "show sysregs" command.
2013-07-10 David ChisnallImport new libcxxrt / libc++. This brings some bug...
2013-07-10 Konstantin BelousovClear m->object for the page taken from the delayed...
2013-07-07 Edwin GroothuisMFV of tzdata2013d, 253008
2013-07-06 Alexander Leidinger- Move videodev headers from compat/linux to contrib...
2013-07-06 Xin LIImport HighPoint DC Series Data Center HBA (DC7280...
2013-07-05 Martin MatuskaMFV r252839:
2013-07-04 Rui PauloRestore the dbus directory that was not meant to be...
2013-07-04 Rui PauloMerge hostapd / wpa_supplicant 2.0.
2013-07-03 Neel NatuIf a superpage mapping is being removed then we need...
2013-07-03 Neel NatuVerify that all bytes in the instruction buffer are...
2013-07-01 Peter GrehanIgnore guest PAT settings by default in EPT mappings.
2013-07-01 Konstantin BelousovFix issues with zeroing and fetching the counters,...
2013-06-28 Peter GrehanMake sure all CPUID values are handled, instead of...
2013-06-27 Jung-uk KimMove definitions required by userland applications...
2013-06-27 Jung-uk KimMerge ACPICA 20130626.
2013-06-25 Xin LIMFV r252215:
2013-06-25 Xin LIDiff reduction against Illumos, no real change to code...
2013-06-20 Konstantin BelousovAllow immediate operand.
2013-06-19 Konstantin BelousovSome clarifications and updates for the comments, mostl...
2013-06-18 Sergey KandaurovFix a gcc warning uncovered after r251745.
2013-06-18 Peter WemmMerge 1.8.0
2013-06-18 Peter WemmIntroduce svnlite so that we can check out our source...
2013-06-17 Baptiste DaroussinUpdate dialog to 1.2-20130523
2013-06-14 Justin T. GibbsUpgrade Xen interface headers to Xen 4.2.1.
2013-06-14 Sergey KandaurovReplace cpusetffs_obj with CPU_FFS, missed in r251703.
2013-06-14 Neel NatuRemove unused macros PTESHIFT, PDESHIFT, PDPESHIFT...
2013-06-13 Jeff Roberson - Add a BIT_FFS() macro and use it to replace cpusetff...
2013-06-12 Dimitry AndricUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 Xin LIMFV r251644:
2013-06-11 Xin LIMFV r251626:
2013-06-11 Xin LIMFV r251624:
2013-06-11 Xin LIMFV r251623:
2013-06-11 Xin LIMFV r251622:
2013-06-11 Xin LIMFV r251621:
2013-06-11 Xin LIMFV r251620:
2013-06-11 Xin LIMFV r251619:
2013-06-08 Xin LIMFV r251519:
2013-06-06 Xin LIMFV r251474:
2013-06-05 Jung-uk KimAdd GNU regex from glibc 2.17.
2013-06-05 Simon J. GerratyUpdate to bmake-20130604 to fix file descriptor leak.
2013-06-03 Konstantin BelousovAssert that interrupts are enabled in the trap handlers...
2013-05-31 Xin LIMFV: Redo the fixup using the submitted version accepte...
2013-05-30 Xin LIMFV: tcpdump 4.4.0.
2013-05-30 Baptiste DaroussinUpdate byacc to 20130304
2013-05-30 Xin LIMFV: libpcap 1.4.0.
2013-05-27 Konstantin BelousovUse slightly more idiomatic expression to get the addre...
2013-05-27 Konstantin BelousovThe _MC_HASFPXSTATE and _MC_IA32_HASFPXSTATE flags...
2013-05-27 Konstantin BelousovThe ia32_get_mcontext() does not need to set PCB_FULL_I...
2013-05-27 Konstantin BelousovWhen reporting the fault details, also print %rsp.
2013-05-27 Konstantin BelousovWhen handling an exception from the attempt from loadin...
2013-05-24 Achim LeubnerDriver 'aacraid' added. Supports Adaptec by PMC RAID...
2013-05-21 Attilio Raoo Relax locking assertions for vm_page_find_least()
2013-05-21 Jung-uk KimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
next