]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ia64
Fixes for a number of problems in the IOMMU code:
[FreeBSD/FreeBSD.git] / sys / ia64 /
2003-01-21 nectarThis commit was generated by cvs2svn to compensate...
2003-01-21 alfredRemove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 jeff - Add a VM_WAIT in the appropriate cases where vm_page...
2003-01-21 jakeResolve relative relocations in klds before trying...
2003-01-20 phkWe need neither <sys/diskslice.h> nor <sys/disklabel...
2003-01-18 muxDon't try to free() map in bus_dmamap_destroy() when...
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-16 dillonMerge all the various copies of vm_fault_quick() into...
2003-01-15 dillonMerge all the various copies of vmapbuf() and vunmapbuf...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 marcelMove ia64_sapics and ia64_sapic_count from interrupt...
2003-01-06 peterMove the itm reload to a single place rather than havin...
2003-01-06 marcelReplace the hardcoding of 255 as the clock interrupt...
2003-01-06 marcelManually inline handleclock(). There's only a single...
2003-01-06 marcelCount interrupts as soon as possible. This makes sure...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-05 marcelDon't hardcode the address of the local (S)APIC (aka...
2003-01-05 marcelBump the number of interrupts from 65 to 257. This...
2003-01-05 marcelHandle 3-digit interrupt numbers (vectors). While here...
2003-01-05 marcelMake all memory I/O addresses (explicitly) 64-bit....
2003-01-05 marcelProvide a null-implementation for bus_space_unmap,...
2003-01-05 marcelAdopt, adapt and improve:
2003-01-04 alcHold the page queues lock around pmap_remove_pte()...
2003-01-03 marcelMake this build and sync-up:
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2003-01-01 schweikhCorrect typos, mostly s/ a / an / where appropriate...
2002-12-29 rwatsonSynchronize to kern/syscalls.master:1.139.
2002-12-22 tjrMB_LEN_MAX is not MD, move it to the MI limits.h.
2002-12-19 obrienThis commit was generated by cvs2svn to compensate...
2002-12-18 marcelMore MFp4: DIG64 structures.
2002-12-18 marcelExport the physical address of the RSDP to userland...
2002-12-17 marcelCheck that the dump device is large enough. Otherwise...
2002-12-16 desThis commit was generated by cvs2svn to compensate...
2002-12-16 marcelRegen: swapoff
2002-12-16 marcelChange swapoff from MNOPROTO to UNIMPL. The former...
2002-12-15 dillonThis is David Schultz's swapoff code which I am finally...
2002-12-14 alfredSCARGS removal take II.
2002-12-13 alfredBackout removal SCARGS, the code freeze is only "select...
2002-12-13 alfredRemove SCARGS.
2002-12-13 obrienThis commit was generated by cvs2svn to compensate...
2002-12-10 julianUnbreak the KSE code. Keep track of zobie threads using...
2002-12-08 marcelUse one of the bi_spare entries for the DIG64 HCDP...
2002-12-08 marcelDisable SMP. It reduces the chance that the kernel...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 desThis commit was generated by cvs2svn to compensate...
2002-12-02 obrienThis commit was generated by cvs2svn to compensate...
2002-12-02 peterThis commit was generated by cvs2svn to compensate...
2002-12-02 alcMFi386
2002-11-29 marcelImplement bus_space_subregion(). Identical to i386.
2002-11-29 marcelBetter handle sparse physical memory: Don't use the...
2002-11-27 iwasakiThis commit was generated by cvs2svn to compensate...
2002-11-24 nectarThis commit was generated by cvs2svn to compensate...
2002-11-24 marcelMFp4:
2002-11-24 marcelFix comparison that caused a 1-off bug. This appeared...
2002-11-22 muxUnder certain circumstances, we were calling kmem_free...
2002-11-17 alcMFi386 r1.369
2002-11-16 deischenRegenerate after adding syscalls.
2002-11-16 deischenAdd *context() syscalls to ia64 32-bit compatability...
2002-11-16 deischenAdd getcontext, setcontext, and swapcontext as system...
2002-11-15 peterDo not assume that time_t is an int.
2002-11-15 peterTest the water. Make time_t long (64 bit) on ia64...
2002-11-14 dougbThis commit was generated by cvs2svn to compensate...
2002-11-13 alcMove pmap_collect() out of the machine-dependent code...
2002-11-12 obrienThis commit was generated by cvs2svn to compensate...
2002-11-11 marcelia64 ABI breaker:
2002-11-11 alc - Clear the page's PG_WRITEABLE flag in the i386's...
2002-11-11 marcelComment-out USB support. A kernel doesn't boot with...
2002-11-09 desPrint real / avail memory in megabytes rather than...
2002-11-07 tmmMove the definitions of the hw.physmem, hw.usermem...
2002-11-06 jmallettRemove what was a temporary bogus assignment of bits...
2002-11-06 marcelDefine UMA_MD_SMALL_ALLOC so that we can allocate memor...
2002-11-05 marcelo Remove devices that are commented out.
2002-11-05 marcelRemove mcclock. It's an Alpha left-over.
2002-11-04 robertoThis commit was generated by cvs2svn to compensate...
2002-11-02 rwatsonSync to src/sys/kern/syscalls.master
2002-10-30 marcelDon't pass the return address to exception_save in...
2002-10-30 marcelRewrite cpu_switch(). The most notable change is the...
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-28 marcelRemove mf.a from sapic_read() and sapic_write(). We...
2002-10-28 marcelRemove mf.a (the acceptance form of the memory fence...
2002-10-28 marcelMake vmstat -i work:
2002-10-27 marcelIn ipi_send(), perform a mf instruction prior to initia...
2002-10-26 peterAdd COMPAT_FREEBSD4 here too. It has COMPAT_43 as...
2002-10-25 peterSplit 4.x and 5.x signal handling so that we can keep...
2002-10-24 julianExtract out KSE specific code from machine specific...
2002-10-24 jhbOops, I missed a few changes in 'device acpica' ->...
2002-10-24 jhbRename 'device acpica' to 'device acpi'.
2002-10-23 desThis commit was generated by cvs2svn to compensate...
2002-10-23 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 assarThis commit was generated by cvs2svn to compensate...
2002-10-20 marcelIn cb_dumphdr() we were calling buf_write() with di...
2002-10-20 marcelRemove the special casing for IP addresses that are...
next