]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Regen after makesyscalls.sh change.
[FreeBSD/FreeBSD.git] / sys / amd64 /
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:
2008-03-12 jeffRemove kernel support for M:N threading.
2008-03-11 jhbStyle(9) these files. No changes in the compiled code...
2008-03-11 jhbAdd constants for the various fields in MTRR registers.
2008-03-10 jhbProbe CPUs after the PCI hierarchy on i386, amd64,...
2008-03-10 jeff - Rather than repeating the same preemption code every...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-05 rinkImport uslcom(4) from OpenBSD - this is a driver for...
2008-03-04 alcAdd support for automatic promotion of 4KB page mapping...
2008-03-02 jeff - Remove the old smp cpu topology specification with...
2008-02-19 ruEliminate whitespace diffs to the i386 version.
2008-02-15 scottlTeach the dump and minidump code to respect the maxiosz...
2008-02-12 scottlIf busdma is being used to realign dynamic buffers...
2008-02-11 jkimFix Linux mmap with MAP_GROWSDOWN flag.
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-03 scottlRemove the rr232x driver. It has been superceded by...
2008-02-02 dasAdd a few more CPUID feature bits while here. We don...
2008-02-02 dasSSE4 CPUID bits
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-31 jhbFor no good reason I had assumed that ACPI table header...
2008-01-31 mavMove GET_STACK_USAGE from MI header to i386/amd64 MD...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-28 ruAdd a wrapper function that bound checks writes to...
2008-01-17 jhbUse cpu_spinwait() (i.e., "pause") when spinning on...
2008-01-17 alcRetire PMAP_DIAGNOSTIC. Any useful diagnostics that...
2008-01-17 bdeTranslate from the i386. All FP constants and operatio...
2008-01-14 alcMake pmap_is_prefaultable() more TLB friendly. Specifi...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-11 bdeFix fpset*() to not trap if there is a currently unmask...
2008-01-11 bdeFix some style bugs:
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2008-01-09 bdeSimplify the ifdefs:
2008-01-09 bdeFix some style bugs (mainly, use explicit shifts when...
2008-01-09 bdeImprove some comments.
2008-01-08 alcConvert a PMAP_DIAGNOSTIC to a KASSERT.
2008-01-07 jhbAdd COMPAT_FREEBSD7 and enable it in configs that have...
2008-01-06 alcShrink the size of struct vm_page on amd64 and i386...
2008-01-03 alcAdd an access type parameter to pmap_enter(). It will...
2008-01-02 alcProvide a legitimate pindex to vm_page_alloc() in pmap_...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-28 rpauloAdd asmc(4).
2007-12-27 alcAdd configuration knobs for the superpage reservation...
2007-12-25 rwatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-15 scottlAdd the 'hptrr' driver for supporting the following...
2007-12-12 rpauloDisallow the legacy USB circuit to generate an SMI...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-09 alcEliminate compilation warnings due to the use of non...
2007-12-08 alcUse 1GB virtual pages to implement the direct map on...
2007-12-08 alcRecognize architectural support for 1GB virtual pages.
2007-12-07 jkoshyKernel and hwpmc(4) support for callchain capture.
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-04 kibFix the ABI change of the signal delivered on the acces...
2007-12-04 alcStyle change: Use NULL rather than 0 where appropriate.
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 rwatsonBreak out stack(9) from ddb(4):
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-12-01 phkRemove XRPU driver, after asking all the users.
2007-11-30 alcImprove get_pv_entry()'s handling of low-memory conditi...
2007-11-29 bdeDon't use plain "ret" instructions at targets of jump...
2007-11-29 bdeRemove entry points for -finstrument functions since...
2007-11-28 alcAccount for pv entry pages in the total number of wired...
2007-11-28 jhbAdjust the code to probe for the PCI config mechanism...
2007-11-28 attilioMake ADAPTIVE_GIANT as the default in the kernel and...
next