]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Fix line continuation in write_partition_layout().
[FreeBSD/FreeBSD.git] / sys / amd64 /
2014-10-14 gjbReintegrate head@r273095
2014-10-09 melifaroMerge projects/ipfw to HEAD.
2014-10-09 neelSupport Intel-specific MSRs that are accessed when...
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-08 markjPass up the error status of minidumpsys() to its callers.
2014-10-08 kibAdd an argument to the x86 pmap_invalidate_cache_range...
2014-10-06 neelInject #UD into the guest when it executes either ...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-02 neelGet rid of code that dealt with the hardware not being...
2014-09-30 roygermsi: add Xen MSI implementation
2014-09-27 grehanAllow the PIC's IMR register to be read before ICW...
2014-09-25 roygerddb: allow specifying the exact address of the symtab...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-23 bzAs per [1] Intel only supports this driver on 64bit...
2014-09-21 kibUpdate and clarify comments. Remove the useless counte...
2014-09-20 neelAdd some more KTR events to help debugging.
2014-09-20 neelMSR_KGSBASE is no longer saved and restored from the...
2014-09-20 neelRestructure the MSR handling so it is entirely handled...
2014-09-18 kib- Use NULL instead of 0 for fpcurthread.
2014-09-18 bzRe-gen after r271743 implementing most of
2014-09-18 bzImplement most of timer_{create,settime,gettime,getover...
2014-09-17 kibPresence of any VM_PROT bits in the permission argument...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-13 jhbAdd a sysctl to export the EFI memory map along with...
2014-09-12 neelOptimize the common case of injecting an interrupt...
2014-09-10 jhbMFamd64: Use initializecpu() to set various model-speci...
2014-09-06 jhbCreate a separate structure for per-CPU state saved...
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-05 pfgApply known workarounds for modern MacBooks.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 markjAdd mrsas(4) to GENERIC for i386 and amd64.
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-04 jhbMerge the amd64 and i386 identcpu.c into a single x86...
2014-09-04 jhbRemove trailing whitespace.
2014-09-04 jhb- Move prototypes for various functions into out of...
2014-09-02 alcUpdate a comment to reflect the changes in r213408.
2014-08-30 neelThe "SUB" instruction used in getcc() actually does...
2014-08-30 pfgMinor space/tab cleanups.
2014-08-29 jhb- Add a new structure type for the ACPI 3.0 SMAP entry...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-27 grehanImplement the 0x2B SUB instruction, and the OR variant...
2014-08-24 grehanChange __inline style to be consistent with FreeBSD...
2014-08-24 neelAdd "hw.vmm.topology.threads_per_core" and "hw.vmm...
2014-08-23 neelFix a bug in the emulation of CPUID leaf 0x4 where...
2014-08-23 neelReturn the spurious interrupt vector (IRQ7 or IRQ15...
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-20 jhbFix build of si(4) and enable it in LINT on amd64 and...
2014-08-20 jhbBump MAXCPU on amd64 from 64 to 256. In practice APIC...
2014-08-20 kibIncrease max number of physical segments on amd64 to 63.
2014-08-18 alcThere exists a possible sequence of page table page...
2014-08-14 gavinUpdate i386/NOTES and amd64/NOTES files to contain...
2014-08-14 neelReword comment to match the interrupt mode names from...
2014-08-14 neelUse the max guest memory address when creating its...
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-09 alcUpdate the text of a KASSERT() to reflect the changes...
2014-08-08 kibChange pmap_enter(9) interface to take flags parameter...
2014-08-08 neelSupport PCI extended config space in bhyve.
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-05 glebiusMerge all MD sf_buf allocators into one MI, residing...
2014-08-03 alcRetire pmap_change_wiring(). We have never used it...
2014-07-30 jhb- Output a summary of optional VT-x features in dmesg...
2014-07-26 neelIf a vcpu has issued a HLT instruction with interrupts...
2014-07-26 neelDon't return -1 from the push emulation handler. Negati...
2014-07-24 neelFix a couple of issues in the PUSH emulation:
2014-07-24 mariusCopying pages via temporary mappings in the !DMAP case...
2014-07-24 neelFix fault injection in bhyve.
2014-07-23 roygerdon't set CR4 PSE bit on amd64
2014-07-23 neelEmulate instructions emitted by OpenBSD/i386 version...
2014-07-22 emasteDon't pass null kmdp to preload_search_info
2014-07-20 markjFix the build when DTrace isn't enabled.
2014-07-20 neelFix build without INVARIANTS defined by getting rid...
2014-07-19 neelHandle nested exceptions in bhyve.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 markjUse a C wrapper for trap() instead of checking and...
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-16 neelAdd emulation for legacy x86 task switching mechanism.
2014-07-15 neelAdd support for operand size and address size override...
2014-07-15 kibMake amd64 pmap_copy_pages() functional for pages not...
2014-07-14 markjInvoke the DTrace trap handler before calling trap...
2014-07-11 neelUse the correct offset when converting a logical addres...
2014-07-09 kibFor safety, ensure that any consumer of the set_regs...
2014-07-08 neelAccurately identify the vcpu's operating mode as 64...
2014-07-08 neelInvalidate guest TLB mappings as a side-effect of its...
2014-07-08 kibCorrect si_code for the SIGBUS signal generated by...
2014-07-06 alcIntroduce pmap_unwire(). It will replace pmap_change_w...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-02 emastePrefer vt(4) for UEFI boot
2014-07-01 delphijMFV r267565:
2014-07-01 emasteAdd vt(4) devices and options to NOTES
2014-06-30 emasteAdd vt(4) to GENERIC and retire the separate VT config
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
next