]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Integrate support for xen in to i386 common code.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2008-08-13 jkimUse int32_t/int16_t instead of int/short as sys/net...
2008-08-13 jkim- Remove unnecessary jump instruction(s) when offset...
2008-08-12 jkimUpdate copyrights and fix style(9).
2008-08-12 jkimReplace all stack usages with registers and remove...
2008-08-11 jhbDecode some more "exotic" instructions including: fxsav...
2008-08-09 alcIntel describes the behavior of their processors as...
2008-08-08 stas- Add cpuctl(4) pseudo-device driver to provide access...
2008-08-07 alcIntroduce pmap_change_attr_locked().
2008-08-04 alcMake pmap_kenter_attr() static.
2008-08-03 edDisconnect drivers that haven't been ported to MPSAFE...
2008-08-02 alcEnhance pmap_mapdev_attr(). Take advantage of recent...
2008-08-01 alcEnhance pmap_change_attr() with the ability to demote...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-31 alcEnhance pmap_change_attr(). Specifically, avoid 2MB...
2008-07-31 alcEliminate recomputation of the PDE by pmap_pde_attr().
2008-07-30 jfvAdd igb to the default kernel
2008-07-30 kibBring back the save/restore of the %ds, %es, %fs and...
2008-07-28 alcDon't allow pmap_change_attr() to be applied to the...
2008-07-28 alcAdd a check for 1GB page mappings to pmap_change_attr...
2008-07-27 alcStyle fixes to several function definitions.
2008-07-27 alcEnhance pmap_change_attr(). Use pmap_demote_pde()...
2008-07-19 alcIncrease the ceiling on the size of the buffer map.
2008-07-18 alcCorrect an error in pmap_change_attr()'s initial loop...
2008-07-18 alcSimplify pmap_extract()'s control flow, making it more...
2008-07-15 alcUpdate bus_dmamem_alloc()'s first call to malloc()...
2008-07-13 alcHandle a race between pmap_kextract() and pmap_promote_...
2008-07-13 edMake uart(4) the default serial port driver on i386...
2008-07-12 alcRefine the changes made in SVN rev 180430. Specificall...
2008-07-12 alcIn order to apply pmap_demote_pde() to a page directory...
2008-07-10 alcExtend pmap_demote_pde() to include the ability to...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-09 peterBand-aid a problem with 32 bit selector setup.
2008-07-09 alcFix lines that are too long in pmap_growkernel() by...
2008-07-08 alcEliminate pmap_growkernel()'s dependence on create_page...
2008-07-08 alcRev 180333, ``Change create_pagetables() and pmap_init...
2008-07-07 delphijAdd HWPMC_HOOKS to GENERIC kernels, this makes hwpmc...
2008-07-07 alcIn FreeBSD 7.0 and beyond, pmap_growkernel() should...
2008-07-06 alcChange create_pagetables() and pmap_init() so that...
2008-07-05 alcIncrease the kernel map's size to 7GB, making room...
2008-07-04 alcEliminate an unused declaration. (In fact, the declara...
2008-07-03 alcIncrease the ceiling on the kmem map's size to 3.6GB...
2008-07-02 alcEliminate an unnecessary static variable: nkpt.
2008-06-30 alcDocument the layout of the address space, borrowing...
2008-06-30 alcCompute NKPDPE from NKPT. This reduces the number...
2008-06-29 alcStrictly speaking, the definition of VM_MAX_KERNEL_ADDR...
2008-06-29 alcIncrease the size of the kernel virtual address space...
2008-06-25 edRemove the unused major/minor numbers from iodev and...
2008-06-24 jkimEmit opcodes closer to GNU as(1) generated codes and...
2008-06-23 jkimRehash and clean up BPF JIT compiler macros to match...
2008-06-23 alcEnsure that KERNBASE is no less than the virtual addres...
2008-06-21 alcPrepare for a larger kernel virtual address space....
2008-06-20 alcMake preparations for increasing the size of the kernel...
2008-06-20 delphijAdd et(4), a port of DragonFly's Agere ET1310 10/100...
2008-06-20 alcMake preparations for increasing the size of the kernel...
2008-06-13 alcTweak the promotion test in pmap_promote_pde(). Specif...
2008-06-12 alcReverse the direction of pmap_promote_pde()'s traversal...
2008-06-01 alcCorrect an error in pmap_promote_pde() that may result...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-27 yongariAdd jme(4) to the list of drivers supported by GENERIC...
2008-05-26 bzRemove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
2008-05-24 jbAdd the DTrace hooks for exception handling (Function...
2008-05-23 alcThe VM system no longer uses setPQL2(). Remove it...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-19 yongariAdd age(4) to the list of drivers supported by GENERIC...
2008-05-18 alcRetire pmap_addr_hint(). It is no longer used.
2008-05-17 remkoResort the if_ti driver to match the PCI Network cards...
2008-05-16 attilioRemoved unused assembly offsets for structures digging.
2008-05-13 rdivackyRegen.
2008-05-13 rdivackyImplement robust futexes. Most of the code is modelled...
2008-05-11 alcCorrect an error in pmap_align_superpage(). Specifical...
2008-05-09 alcIntroduce pmap_align_superpage(). It increases the...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-03 samenable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by default
2008-04-29 samIntel 4965 wireless driver (derived from openbsd driver...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 alcAlways use PG_PS_FRAME to extract the physical address...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jeff - Add an integer argument to idle to indicate how...
2008-04-23 rdivackyImplement linux_truncate64() syscall.
2008-04-22 phkNow that all platforms use genclock, shuffle things...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-20 samMulti-bss (aka vap) support for 802.11 devices.
2008-04-20 sammove awi to the Attic; it will not make the jump to...
2008-04-19 peterPut in a real isa_irq_pending() stub in order to remove...
2008-04-18 jeff - Add inlines for the monitor and mwait instructions.
2008-04-16 jkimRegenerate.
2008-04-16 jkimAdd stubs for syscalls introduced in Linux 2.6.17 kernel.
2008-04-15 impThis file is unused on amd64.
2008-04-14 phkConvert amd64 and i386 to share the atrtc device driver.
2008-04-12 rpauloConnect k8temp(4) to the build.
2008-04-11 jeff - Add the interrupt vector number to intr_event_create...
2008-04-10 alcCorrect pmap_copy()'s method for extracting the physica...
next