]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Switch to memory space register mapping over IO space. If that
[FreeBSD/FreeBSD.git] / sys / amd64 /
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...
2008-04-08 kibRegenerate
2008-04-08 kibImplement the linux syscalls
2008-04-07 alcUpdate pmap_page_wired_mappings() so that it counts...
2008-04-05 jhbAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-04 alcEliminate an unnecessary test and its misleading commen...
2008-04-02 alcOptimize pmap_pml4e() and pmap_pdpe() based upon two...
2008-03-28 psAdd support to mincore for detecting whether a page...
2008-03-27 dfrAdd kernel module support for nfslockd and krpc. Use...
2008-03-27 jbWhen building a kernel module, define MAXCPU the same...
2008-03-26 phkBack in the good old days, PC's had random pieces of...
2008-03-26 phkEliminate unnecessary #includes
2008-03-26 phkThe "free-lance" timer in the i8254 is only used for...
2008-03-26 phkRename timer0_max_count to i8254_max_count.
2008-03-26 phkThe RTC related pscnt and psdiv variables have no busin...
2008-03-24 jkimBelatedly add BPF_JITTER in NOTES for supported archite...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-23 peterFirst pass at (possibly futile) microoptimizing of...
2008-03-23 alcCorrect an error in pmap_mincore() when applied to...
2008-03-23 peterExport TDP_KTHREAD to asm files.
2008-03-23 peterMove pcb_flags to make trivially better use of cache...
2008-03-23 peterProtect the setting of the fsbase/gsbase MSR registers...
2008-03-23 alcTo date, we have assumed that the TLB will only set...
2008-03-23 kibPrevent the overflow in the calculation of the next...
2008-03-20 jhbExplicitly use spinlock_enter/exit rather than locking...
2008-03-20 jhbImplement a BUS_BIND_INTR() method in the bus interface...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-17 jhbSimplify the interrupt code a bit:
2008-03-16 pjdImplement atomic_fetchadd_long() for all architectures...
2008-03-16 rdivackyRegen.
2008-03-16 rdivackyImplement sched_setaffinity and get_setaffinity using
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-14 jhbAdd preliminary support for binding interrupts to CPUs:
2008-03-14 jhbFix a silly bogon which prevented all the CPUs that...
2008-03-13 jhbRework how the nexus(4) device works on x86 to better...
2008-03-13 kibSince version 4.3, gcc changed its behaviour concerning...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jhbThe variable MTRR registers actually have variable...
2008-03-12 jhbMinimize diffs with i686_mem.c:
next