]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Disable debug accidentally enabled by previous commit
[FreeBSD/FreeBSD.git] / sys / amd64 /
2013-02-15 Jung-uk KimConsistently use round_page(x) rather than roundup...
2013-02-15 Dag-Erling SmørgravUpgrade to 1.6.16
2013-02-15 Jung-uk KimMerge ACPICA 20130214.
2013-02-15 Dag-Erling SmørgravImport LDNS and build it as an internal library.
2013-02-14 Konstantin BelousovPrint slightly more useful information on the 'bad...
2013-02-14 Konstantin BelousovAssert that user address is never qremoved.
2013-02-13 Neel NatuRequests for invalid CPUID leaves should map to the...
2013-02-13 Jung-uk KimMerge OpenSSL 1.0.1e.
2013-02-11 Neel NatuImplement guest vcpu pinning using 'pthread_setaffinity...
2013-02-11 Martin MatuskaMFV r246633:
2013-02-11 Martin MatuskaMFV r246394:
2013-02-11 Martin MatuskaMFV r246392:
2013-02-11 Martin MatuskaMFV r246390:
2013-02-10 Martin MatuskaMFV r246388:
2013-02-09 Xin LIMFV r245512:
2013-02-07 David ChisnallImport new libc++ to head. Various small fixes and...
2013-02-06 Neel NatuCompute the number of initial kernel page table pages...
2013-02-02 Andriy Gaponcpususpend_handler: mark AP as resumed only after fully...
2013-02-02 Andriy Gaponx86 suspend/resume: suspend pics and pseudo-pics in...
2013-02-01 Simon J. GerratyMerge bmake-20130123
2013-02-01 Eitan AdlerRemove support for plip from the GENERIC kernel as...
2013-02-01 Neel NatuFix a broken assumption in the passthru implementation...
2013-02-01 Neel NatuIncrease the number of passthru devices supported by...
2013-01-30 Neel NatuAdd emulation support for instruction "88/r: mov r...
2013-01-29 John BaldwinReduce duplication between i386/linux/linux.h and amd64...
2013-01-28 Jung-uk KimMerge two bug fixes from the vendor branch.
2013-01-25 Peter GrehanAlways allow access to the sysenter cs/esp/eip MSRs...
2013-01-23 John BaldwinDon't assume that all Linux TCP-level socket options...
2013-01-21 David ChisnallImport new fix from libcxxrt. This fixes the case...
2013-01-21 Neel NatuPostpone vmm module initialization until after SMP...
2013-01-20 Neel NatuAdd svn properties to the recently merged bhyve source...
2013-01-19 Neel NatuMerge projects/bhyve to head.
2013-01-19 John BaldwinFix build with SMP disabled.`
2013-01-18 Andrew TurnerImport compiler-rt r172839.
2013-01-17 Jung-uk KimMerge ACPICA 20130117.
2013-01-17 John BaldwinDon't attempt to use clflush on the local APIC register...
2013-01-17 Neel NatuIFC @ r245542
2013-01-17 Neel NatuIFC @ r245509
2013-01-16 Xin LIMFV r245510:
2013-01-13 Bryan VenteicherAdd VirtIO to the i386 and amd64 GENERIC kernels
2013-01-11 David ChisnallMerge new version of libcxxrt. This brings in three...
2013-01-09 Neel NatuIFC @ r245205
2013-01-09 Neel NatuIFC @ r245178
2013-01-09 Neel NatuAdd a "pause" to busy wait loops in the cpu reset path.
2013-01-06 Neel NatuRevert changes for x2apic support from projects/bhyve.
2013-01-05 Neel Natubhyve does not require a custom configuration file...
2013-01-04 Neel NatuIFC @ r244983.
2013-01-04 Neel NatuThere is no need for a special 'BHYVE' kernel configura...
2013-01-04 Neel NatuThere is no need for 'start_emulating()' and 'stop_emul...
2013-01-04 Neel NatuThe "unrestricted guest" capability is a feature of...
2013-01-03 Konstantin BelousovEnable the UFS quotas for big-iron GENERIC kernels.
2013-01-03 Dag-Erling SmørgravAs discussed on -current last October, remove the firew...
2013-01-03 Xin LIMFV: one-true-awk 20121220.
2013-01-02 Xin LIMFV r244973:
2012-12-29 Gregory Neil ShapiroMerge sendmail 8.14.6 to HEAD
2012-12-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.2 release.
2012-12-22 Martin MatuskaMFV r244559:
2012-12-21 Brooks DavisAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-18 Brooks DavisReplace our implementation of the vis(3) and unvis...
2012-12-16 Neel NatuModify the default behavior of bhyve such that it no...
2012-12-16 Neel NatuPrefer x2apic mode when running inside a virtual machine.
2012-12-15 Robert WatsonMerge OpenBSM 1.2-alpha3 from the vendor branch to...
2012-12-15 Martin MatuskaMFV r244245:
2012-12-13 Jim HarrisRevert r243960 based on feedback regarding keeping...
2012-12-12 Peter GrehanImplement an API to allow a hypervisor to save/restore
2012-12-10 Konstantin BelousovAdd amd64-specific ddb command "show pte". The command...
2012-12-07 Erwin LansingUpdate to 9.8.4-P1.
2012-12-06 Jim HarrisAdd amd64 implementations for 8-byte bus_space routines.
2012-12-04 Neel NatuIFC @r243836
2012-12-03 Konstantin BelousovPrint the frame addresses for the backtraces on i386...
2012-12-03 Dimitry AndricUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-03 Xin LIMFV: less v456.
2012-12-01 Robert WatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-12-01 Jung-uk KimRemove duplicate code. Reduce diff between amd64 and...
2012-11-30 Jung-uk KimUse volatile keywords properly.
2012-11-30 Peter GrehanProperly screen for the AND 0x81 instruction from the set
2012-11-30 Jung-uk KimTidy up inline assembly. No functional change.
2012-11-29 Peter GrehanRemove debug printf.
2012-11-29 David ChisnallMerge new libc++ into head.
2012-11-29 Peter GrehanAdd support for the 0x81 AND instruction, now generated
2012-11-28 Neel NatuCleanup the user-space paging exit handler now that...
2012-11-28 Neel NatuChange emulate_rdmsr() and emulate_wrmsr() to return...
2012-11-28 Neel NatuRevamp the x86 instruction emulation in bhyve.
2012-11-26 Martin MatuskaMFV r243395:
2012-11-25 Martin MatuskaMFV r243013 and r243267:
2012-11-25 Martin MatuskaMFV r243012:
2012-11-25 Martin MatuskaMFV r242735:
2012-11-22 Neel NatuFix a bug in the MSI-X resource allocation for PCI...
2012-11-22 Neel NatuGet rid of redundant comparision which is guaranteed...
2012-11-20 Jung-uk KimMerge ACPICA 20121114.
2012-11-20 Peter GrehanHandle CPUID leaf 0x7 now that FreeBSD is using it.
2012-11-17 Neel NatuIFC @ r243164
2012-11-16 Konstantin BelousovMove the declaration of vm_phys_paddr_to_vm_page()...
2012-11-16 Simon J. GerratyMerge bmake-20121111
2012-11-14 Konstantin BelousovFlip the semantic of M_NOWAIT to only require the alloc...
2012-11-13 Edwin GroothuisMerge of vendor import of 242999, tzdata2012j
2012-11-13 Neel NatuIFC @ r242940
2012-11-13 David ChisnallImport new version of libc++ into base.
2012-11-12 Edwin GroothuisMerge of vendor import of 242925, tzdata2012i
2012-11-11 Neel NatuIFC @ r242684
next