]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ia64
Raise a bit ipfw kld priority.
[FreeBSD/FreeBSD.git] / sys / ia64 /
2008-03-02 Jeff Roberson - Remove the old smp cpu topology specification with...
2008-02-16 Marcel MoolenaarRe-sort options. While here:
2008-02-14 Marcel MoolenaarOn Montecito processors, the instruction cache is in...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-04 Marcel MoolenaarAllocate a stack for thread0 and switch to it before...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-28 Ruslan ErmilovAdd a wrapper function that bound checks writes to...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-07 John BaldwinAdd COMPAT_FREEBSD7 and enable it in configs that have...
2008-01-03 Alan CoxAdd an access type parameter to pmap_enter(). It will...
2008-01-03 Warner LoshUse correct function name in panic message
2008-01-03 Warner LoshFix obsolete comment. pmap_remove_all is the function...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-27 Alan CoxAdd configuration knobs for the superpage reservation...
2007-12-25 Robert WatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-07 Joseph KoshyAdd stubs to unbreak LINT.
2007-12-06 Marcel MoolenaarAdd a BSD disklabel backend to g_part:
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Robert WatsonBreak out stack(9) from ddb(4):
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-11-27 John BaldwinRemove the 'needbounce' variable from the _bus_dmamap_l...
2007-11-27 Jason EvansDefine atomic_readandclear_ptr.
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-21 Scott LongExtend critical section coverage in the low-level inter...
2007-11-17 Alan CoxPrevent the leakage of wired pages in the following...
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-14 Marcel Moolenaaro Rename cpu_thread_setup() to cpu_thread_alloc()...
2007-11-14 Julian Elischergenerally we are interested in what thread did something as
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-05 Konstantin BelousovFix for the panic("vm_thread_new: kstack allocation...
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-16 Marcel MoolenaarSet PTE_ACCESSED in the PTE and before inserting it...
2007-10-16 Marcel MoolenaarThe flushrs instruction must be the first in an instruction
2007-10-16 Marcel MoolenaarPrint instruction stops to improve analysis of dependency
2007-10-16 Marcel MoolenaarFix disassembly of the invala, itc, itr and hint instru...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-12 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-08 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-03 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2007-09-26 Christian BruefferUse the correct expanded name for SCTP.
2007-09-25 Alan CoxChange the management of cached pages (PQ_CACHE) in...
2007-09-24 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-09-15 Alan CoxIt has been observed on the mailing lists that the...
2007-08-24 Edwin GroothuisThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-06 Marcel MoolenaarClear pending interrupts before we enable external...
2007-08-06 Marcel MoolenaarKeep interrupts disabled while handling external interr...
2007-08-05 Marcel MoolenaarIn ia64_set_rr(), don't perform data serialization...
2007-08-04 Marcel MoolenaarReplace "__asm __volatile()" by equivalent support...
2007-08-04 Marcel MoolenaarReplace "__asm __volatile()" by equivalent support...
2007-08-04 Marcel MoolenaarReplace "__asm __volatile()" by equivalent support...
2007-08-04 Marcel MoolenaarAdd required data-serialization after writing to cr...
2007-08-04 Marcel MoolenaarAdd ia64_srlz_d() and ia64_srlz_i() functions to aid...
2007-08-01 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-07-30 Marcel Moolenaaro Switch to physical addressing before dereferencing...
2007-07-30 Marcel MoolenaarAdd option EXCEPTION_TRACING, which enables KTR-like...
2007-07-30 Marcel MoolenaarRework the interrupt code and add support for interrupt...
2007-07-30 Marcel MoolenaarExplicitly map the VHPT on all processors. Previously...
2007-07-30 Marcel MoolenaarAdd casts to some of the more commonly used pointer...
2007-07-25 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-07-23 David MaloneIf clock_ct_to_ts fails to convert time time from the...
2007-07-22 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-07-16 Marcel MoolenaarRestore the value of ar.rnat after the assignment to...
2007-07-11 Sam LefflerThis commit was generated by cvs2svn to compensate...
2007-07-11 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2007-07-09 Sam LefflerThis commit was generated by cvs2svn to compensate...
2007-07-09 Marcel Moolenaardma_tag is a static structure. Testing for it being...
2007-07-03 Max LaierThis commit was generated by cvs2svn to compensate...
2007-07-03 Max LaierThis commit was generated by cvs2svn to compensate...
2007-06-21 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-15 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-15 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-14 Xin LIEnable SCTP by default for GENERIC kernels in order...
2007-06-13 Marcel MoolenaarEnable GEOM_PART_MBR by default. On ia64 this replaces...
2007-06-10 Alan CoxAdd the machine-specific definitions for configuring...
2007-06-10 Marcel MoolenaarWork around a firmware bug in the HP rx2660, where...
2007-06-09 Marcel MoolenaarSynchronize the instruction cache after writing to...
2007-06-09 Marcel MoolenaarAdd kdb_cpu_sync_icache(), intended to synchronize...
2007-06-09 Marcel MoolenaarPhysical memory regions can be larger than INT_MAX...
2007-06-08 Robert WatsonEnable AUDIT by default in the GENERIC kernel, allowing...
2007-06-07 Marcel MoolenaarRemove remaining references to pc_curtid missed in...
next