]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
MFV of tzdata2009i:
[FreeBSD/FreeBSD.git] / sys / amd64 /
2009-06-08 jkimRewrite OsdSynch.c to reflect the latest ACPICA more...
2009-06-08 edRevert my change; reintroduce __gnu89_inline.
2009-06-08 edRemove __gnu89_inline.
2009-06-08 alcNow that amd64's kernel map is 512GB (SVN rev 192216...
2009-06-05 kibPut intrcnt, eintrcnt, intrnames and eintrnames into...
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 jkimImport ACPICA 20090521.
2009-06-03 jkimResync with head.
2009-06-02 jkimChase ACPICA API changes (for kernel and boot loader).
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-02 rwatsonRemove MAC kernel config files and add "options MAC...
2009-06-01 dchaginImplement accept4 syscall.
2009-06-01 rwatsonRegenerate generated syscall files following changes...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-29 jamiePlace hostnames and similar information fully under...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-20 jhbDon't bother reading the initial value of the machine...
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 jhb- Add a tunable 'hw.mca.enabled' that can be used to...
2009-05-18 jhbAdd a read-only sysctl hw.pci.mcfg to mirror the tunabl...
2009-05-18 jhbBump CACHE_LINE_SIZE to 128 for x86. Intel's manuals...
2009-05-18 marcelAdd cpu_flush_dcache() for use after non-DMA based...
2009-05-16 kmacycorrect range in comment
2009-05-16 kmacyupdate vm map comment
2009-05-16 kmacyIncrease default kernel map to 512GB
2009-05-16 dchaginSomewhere between 2.6.23 and 2.6.27, Linux added SOCK_C...
2009-05-14 jhbTrim the default set of device hints on i386 and amd64:
2009-05-14 attilioFreeBSD right now support 32 CPUs on all the architectu...
2009-05-13 jhbImplement simple machine check support for amd64 and...
2009-05-13 alcCorrect a rare use-after-free error in pmap_copy()...
2009-05-11 dchaginTranslate l_timeval arg to native struct timeval in
2009-05-10 dchaginDo not export AT_CLKTCK when emulating Linux kernel...
2009-05-10 dchaginRework r189362, r191883.
2009-05-10 kuriyama- Use "device\t" and "options \t" for consistency.
2009-05-07 jamieMove the per-prison Linux MIB from a private one-off...
2009-05-07 dchaginTo avoid excessive code duplication move MI definitions...
2009-05-06 dfrDisable adaptive mutexes and rwlocks for XENHVM.
2009-05-06 dfrFix XENHVM build.
2009-05-05 mavDo not try to initialize LAPIC timer if we are not...
2009-05-04 jkimUnlock the largest standard CPUID on Intel CPUs for...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-05-03 mavRename statclock_disable variable to atrtcclock_disable...
2009-05-02 mavAdd support for using i8254 and rtc timers as event...
2009-05-02 dchaginMove extern variable definitions to the header file.
2009-05-01 mavAdd resume methods to i8254 and atrtc devices.
2009-05-01 mavSmall addition to r191720.
2009-05-01 samo add uath
2009-05-01 mavUse value -1 instead of 0 for marking unused APIC vecto...
2009-05-01 dchaginReimplement futexes.
2009-04-30 jkim- Fix divide-by-zero panic when SMP kernel is used...
2009-04-29 jeff - Add support for cpuid leaf 0xb. This allows us...
2009-04-23 jhbReduce the number of bounce zones (and thus the number...
2009-04-22 jhbAdjust the way we number CPUs on x86 so that we attempt...
2009-04-20 rwatsonDon't conditionally define CACHE_LINE_SHIFT, as we...
2009-04-19 rwatsonAdd description and cautionary note regarding CACHE_LIN...
2009-04-19 rwatsonFor each architecture, define CACHE_LINE_SHIFT and...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 kmacy- Import infrastructure for caching flows as a means...
2009-04-17 jhbRestore bus DMA bounce pages to an offset of 0 when...
2009-04-15 marcelAdd a compat option to the EBR scheme that controls the
2009-04-15 jkimA simple rewrite of biossmap.c:
2009-04-13 kibThe bus_dmamap_load_uio(9) shall use pmap of the thread...
2009-04-11 edSimplify in/out functions (for i386 and AMD64).
2009-04-10 jfvAdd ixgbe to the GENERIC amd64 kernel in place of the
2009-04-08 edAlso remove the unused __word_swap_int*() macros.
2009-04-08 edImplement __bswap16() without using inline assembly.
2009-04-07 edDon't explicitly force ecx to be used for MSR_FSBASE...
2009-04-05 dchaginFix KBI breakage by r190520 which affects older linux...
2009-04-02 jkimReduce code duplcations from r190620. While I am here...
2009-04-02 jkimChase GDT layout changes and unbreak suspend/resume...
2009-04-01 jkimGarbage collect unused MSR_GSBASE since r190620.
2009-04-01 jkimGarbage collect unused stack segment since r190620.
2009-04-01 kibSync definitions for struct sigcontext for i386 and...
2009-04-01 kibSave and restore segment registers on amd64 when enteri...
2009-04-01 kibAdd separate gdt descriptors for %fs and %gs on amd64.
2009-04-01 kibFully enumerate all i386 sysarch commands an amd64...
2009-04-01 kibAdd all segment registers for the amd64 CPU to struct...
2009-04-01 kibProvide convenient definition of the union descriptor...
2009-03-31 jkimFix an uninitialized variable from the previous commit.
2009-03-31 jkimProbe size of installed memory modules from loader...
2009-03-27 ambriskoRevert 190445 change to this file restoring:
2009-03-26 kibConvert gdt_segs and ldt_segs initialization to C99...
2009-03-26 ambriskoAdd stuff to support upcoming BMC/IPMI flashing of...
2009-03-25 jhbFix a few nits in the earlier changes to prevent local...
2009-03-25 jhbRename (fpu|npx)_cleanstate to (fpu|npx)_initialstate...
2009-03-24 jhbFall back to using configuration type 1 accesses for...
2009-03-23 jkim- Clean up suspend/resume code for amd64.
2009-03-22 alcUpdate stale comments. The alternate address space...
2009-03-22 alcIn general, the kernel virtual address of the pml4...
2009-03-22 alcEliminate the recomputation of pcb_cr3 from cpu_set_upc...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-19 thompsaRemove the uscanner(4) driver, this follows the removal...
2009-03-17 kibAdd AT_EXECPATH ELF auxinfo entry type. The value's...
2009-03-17 jkimInitial suspend/resume support for amd64.
2009-03-16 dchaginChase the k8temp->amdtemp rename in NOTES and loader...
2009-03-14 alcUpdate the pmap's resident page count when a page table...
2009-03-14 alcCorrect accounting errors in _pmap_allocpte(). Specifi...
next