]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Quieten the AR9300 HAL probe a bit.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2014-09-18 Konstantin Belousov- Use NULL instead of 0 for fpcurthread.
2014-09-18 Bjoern A. ZeebRe-gen after r271743 implementing most of
2014-09-18 Bjoern A. ZeebImplement most of timer_{create,settime,gettime,getover...
2014-09-17 Konstantin BelousovPresence of any VM_PROT bits in the permission argument...
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-13 John BaldwinAdd a sysctl to export the EFI memory map along with...
2014-09-12 Neel NatuOptimize the common case of injecting an interrupt...
2014-09-10 John BaldwinMFamd64: Use initializecpu() to set various model-speci...
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-06 John BaldwinCreate a separate structure for per-CPU state saved...
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-05 Pedro F. GiffuniApply known workarounds for modern MacBooks.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Mark JohnstonAdd mrsas(4) to GENERIC for i386 and amd64.
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-09-04 John BaldwinMerge the amd64 and i386 identcpu.c into a single x86...
2014-09-04 John BaldwinRemove trailing whitespace.
2014-09-04 John Baldwin- Move prototypes for various functions into out of...
2014-09-02 Alan CoxUpdate a comment to reflect the changes in r213408.
2014-08-30 Neel NatuThe "SUB" instruction used in getcc() actually does...
2014-08-30 Pedro F. GiffuniMinor space/tab cleanups.
2014-08-29 John Baldwin- Add a new structure type for the ACPI 3.0 SMAP entry...
2014-08-27 Sergey KandaurovMFV of r270725, tzdata2014f
2014-08-27 Peter GrehanImplement the 0x2B SUB instruction, and the OR variant...
2014-08-24 Peter GrehanChange __inline style to be consistent with FreeBSD...
2014-08-24 Neel NatuAdd "hw.vmm.topology.threads_per_core" and "hw.vmm...
2014-08-23 Neel NatuFix a bug in the emulation of CPUID leaf 0x4 where...
2014-08-23 Neel NatuReturn the spurious interrupt vector (IRQ7 or IRQ15...
2014-08-22 Xin LIInstead of using timestamp in the AVL, use the memory...
2014-08-22 Xin LIMFV r270197:
2014-08-20 Xin LIMFV r270196:
2014-08-20 Xin LIMFC r270195:
2014-08-20 Xin LIMFV r270193:
2014-08-20 John BaldwinFix build of si(4) and enable it in LINT on amd64 and...
2014-08-20 John BaldwinBump MAXCPU on amd64 from 64 to 256. In practice APIC...
2014-08-20 Konstantin BelousovIncrease max number of physical segments on amd64 to 63.
2014-08-18 Alan CoxThere exists a possible sequence of page table page...
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-14 Gavin AtkinsonUpdate i386/NOTES and amd64/NOTES files to contain...
2014-08-14 Neel NatuReword comment to match the interrupt mode names from...
2014-08-14 Neel NatuUse the max guest memory address when creating its...
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Peter WemmUpdate sqlite-3.7.17 -> 3.8.5
2014-08-11 Peter WemmUpdate serf-1.3.6 -> 1.3.7
2014-08-09 Alan CoxUpdate the text of a KASSERT() to reflect the changes...
2014-08-08 Konstantin BelousovChange pmap_enter(9) interface to take flags parameter...
2014-08-08 Neel NatuSupport PCI extended config space in bhyve.
2014-08-07 Jung-uk KimMerge OpenSSL 1.0.1i.
2014-08-05 Gleb SmirnoffMerge all MD sf_buf allocators into one MI, residing...
2014-08-05 Xin LIMFV r269542:
2014-08-03 Alan CoxRetire pmap_change_wiring(). We have never used it...
2014-08-02 Xin LIMFV r269427:
2014-08-02 Xin LIMFV r269426:
2014-07-30 John Baldwin- Output a summary of optional VT-x features in dmesg...
2014-07-29 Xin LIMFV r269224:
2014-07-29 Xin LIMFV r269223:
2014-07-26 Xin LIMFV r269010:
2014-07-26 Neel NatuIf a vcpu has issued a HLT instruction with interrupts...
2014-07-26 Neel NatuDon't return -1 from the push emulation handler. Negati...
2014-07-24 Neel NatuFix a couple of issues in the PUSH emulation:
2014-07-24 Marius StroblCopying pages via temporary mappings in the !DMAP case...
2014-07-24 Neel NatuFix fault injection in bhyve.
2014-07-23 Roger Pau Monnédon't set CR4 PSE bit on amd64
2014-07-23 Neel NatuEmulate instructions emitted by OpenBSD/i386 version...
2014-07-22 Ed MasteDon't pass null kmdp to preload_search_info
2014-07-21 Peter WemmMerge serf-1.3.6
2014-07-20 Mark JohnstonFix the build when DTrace isn't enabled.
2014-07-20 Neel NatuFix build without INVARIANTS defined by getting rid...
2014-07-19 Neel NatuHandle nested exceptions in bhyve.
2014-07-19 Baptiste DaroussinMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 Mark JohnstonUse a C wrapper for trap() instead of checking and...
2014-07-19 Xin LIReduce lock contention on the z_teardown_lock under...
2014-07-18 Xin LIMFV r268851:
2014-07-18 Xin LIMFV r268850:
2014-07-18 Xin LIMFV r268848:
2014-07-18 Baptiste DaroussinUpdate libucl to the 2014-07-16 snapshot
2014-07-17 Baptiste DaroussinUpdate to byacc 20140715 (only concerns regression...
2014-07-16 Neel NatuAdd emulation for legacy x86 task switching mechanism.
2014-07-15 Xin LIMFV r268714:
2014-07-15 Xin LIMFV r268702:
2014-07-15 Neel NatuAdd support for operand size and address size override...
2014-07-15 Konstantin BelousovMake amd64 pmap_copy_pages() functional for pages not...
2014-07-14 Mark JohnstonInvoke the DTrace trap handler before calling trap...
2014-07-11 Neel NatuUse the correct offset when converting a logical addres...
2014-07-09 Xin LIMFV r268455:
2014-07-09 Konstantin BelousovFor safety, ensure that any consumer of the set_regs...
2014-07-09 Xin LIMFV r268454:
2014-07-09 Xin LIMFV r268453:
2014-07-09 Xin LIMFV r268452:
2014-07-08 Simon J. GerratyUpdate to bmake-20140620
next