]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sparc64/sparc64
Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized
[FreeBSD/FreeBSD.git] / sys / sparc64 / sparc64 /
2002-03-19 jeffThis is the first part of the new kernel memory allocat...
2002-03-18 desThis commit was generated by cvs2svn to compensate...
2002-03-17 jakeDon't demap the requested page from the tlb in pmap_ken...
2002-03-17 jakeFix a problem where kernel text could become unmapped...
2002-03-17 jakeUse the tlb data access register to map the kernel...
2002-03-16 markmThis commit was generated by cvs2svn to compensate...
2002-03-16 markmThis commit was generated by cvs2svn to compensate...
2002-03-16 obrienThis commit was generated by cvs2svn to compensate...
2002-03-16 msmithThis commit was generated by cvs2svn to compensate...
2002-03-16 msmithThis commit was generated by cvs2svn to compensate...
2002-03-14 desThis commit was generated by cvs2svn to compensate...
2002-03-14 obrienThis commit was generated by cvs2svn to compensate...
2002-03-13 jakeFix braino.
2002-03-13 jakeAdd support for starting and stopping cpus with ipis.
2002-03-13 jakeUse intr_disable/intr_restore instead of doing it manually.
2002-03-13 jakeAdd support for driving the clocks on secondary cpus.
2002-03-13 jakeFix a bug where the wrong number of windows were copied...
2002-03-13 jakeWhite space.
2002-03-13 jakeMake IPI_WAIT use a bit mask of the cpus that a pmap...
2002-03-11 greenThis commit was generated by cvs2svn to compensate...
2002-03-11 greenThis commit was generated by cvs2svn to compensate...
2002-03-09 tmmAdd a driver for the mem and kmem devices, based off...
2002-03-07 desThis commit was generated by cvs2svn to compensate...
2002-03-07 desThis commit was generated by cvs2svn to compensate...
2002-03-07 desThis commit was generated by cvs2svn to compensate...
2002-03-07 jakeImplement delivery of tlb shootdown ipis. This is...
2002-03-07 jakeModify the tlb demap API to take a pmap instead of...
2002-03-07 jakeImplement kthread context stealing. This is a bit...
2002-03-05 desThis commit was generated by cvs2svn to compensate...
2002-03-04 jakeAdd support for starting secondary cpus in kernel,...
2002-03-04 jakeDig the information about which tlb slots were used...
2002-03-04 jakeAllocate tlb contexts on the fly in cpu_switch, instead...
2002-03-04 jakeFix obscure problems with vfork where part of the paren...
2002-03-03 markmThis commit was generated by cvs2svn to compensate...
2002-03-01 jakeWe don't need KTR_COMPILE in assym.s, its already in...
2002-03-01 jakeUse a better trace class for ktr traces in the tlb...
2002-02-28 arr- Move a comment from being on the same line as a ...
2002-02-28 arr- Fix panic() message and a couple style nits that...
2002-02-28 silbyFix a minor swap leak.
2002-02-27 silbyFix a horribly suboptimal algorithm in the vm_daemon.
2002-02-27 jakeParameterize the number of pages to allocate for the...
2002-02-27 jakeMake cpu_identify take the value of the ver register...
2002-02-27 jakeMinor cleanup.
2002-02-27 jakeUse pcpu.pc_cpumask instead of computing 1 << cpuid.
2002-02-27 jakeAdd a macro for shift of an integer (1 << shift ==...
2002-02-27 jakeWrap long lines.
2002-02-26 jakeApparently gcc3.1 is now using deprcated v8 instruction...
2002-02-26 jakeConvert pmap.pm_context to an array of contexts indexed...
2002-02-26 jakePu back a call to pmap_context_destroy which was accide...
2002-02-26 jakeAllow the user tsb to span multiple pages. Make the...
2002-02-25 jakeRemove code to lock the user tsb into the tlb. We...
2002-02-25 jakeImplement a nested window state. This avoids attemptin...
2002-02-25 jakeModify the tte format to not include the tlb context...
2002-02-23 jakeMake use of the ranged tlb demap operations where ever...
2002-02-23 jakeAdd needed include of ucontext.h.
2002-02-23 jakeUse PCB_REG instead of loading the pcb from curthread...
2002-02-23 jakeAdapt the tsb_foreach interface to take a source and...
2002-02-23 jakeAdd statistic gathering for various tsb operations.
2002-02-23 jakeRemove debug code.
2002-02-23 jakeAdd statistic gathering for various pmap operations.
2002-02-23 jakeRemove CADDR1 and CADDR2 which are no longer used....
2002-02-23 jake1. Setup the user stack pointer before returning to...
2002-02-23 jakeAdd needed include of ucontext.h. Fix braino setting...
2002-02-23 msmithThis commit was generated by cvs2svn to compensate...
2002-02-23 desThis commit was generated by cvs2svn to compensate...
2002-02-23 desThis commit was generated by cvs2svn to compensate...
2002-02-23 desThis commit was generated by cvs2svn to compensate...
2002-02-22 julianAdd some DIAGNOSTIC code.
2002-02-22 phkConvert p->p_runtime and PCPU(switchtime) to bintime...
2002-02-22 obrienThis commit was generated by cvs2svn to compensate...
2002-02-19 nectarThis commit was generated by cvs2svn to compensate...
2002-02-19 murrayThis commit was generated by cvs2svn to compensate...
2002-02-19 desThis commit was generated by cvs2svn to compensate...
2002-02-19 julianCatch up with i386 change I forgot to commit.
2002-02-17 gshapiroThis commit was generated by cvs2svn to compensate...
2002-02-16 jmallettThis commit was generated by cvs2svn to compensate...
2002-02-13 tmmCalculate physmem before calling init_param2().
2002-02-13 tmmAvoid crashing in early boot when WITNESS is enabled...
2002-02-13 tmmAdd the counter-timer node to the exclusion list, as...
2002-02-13 tmmUse stxa_sync() when accessing the LSU control register...
2002-02-13 tmmUse stxa_sync() when accessing the diagnostic registers...
2002-02-13 tmmAdd support for the counter-timer which is included...
2002-02-13 tmmMerge r1.42 of iommu.c and r1.9 of iommuvar.h from...
2002-02-13 tmmClean up bus space debugging support; change sparc64_bu...
2002-02-13 tmmDefine constants for the CPU implementation id; export...
2002-02-10 mpThis commit was generated by cvs2svn to compensate...
2002-02-07 julianPre-KSE/M3 commit.
2002-02-05 sheldonhThis commit was generated by cvs2svn to compensate...
2002-02-04 nectarThis commit was generated by cvs2svn to compensate...
2002-02-01 obrienThis commit was generated by cvs2svn to compensate...
2002-02-01 sobomaxThis commit was generated by cvs2svn to compensate...
2002-02-01 bdeCompile osigreturn() unconditionally since it will...
2002-01-31 sheldonhThis commit was generated by cvs2svn to compensate...
2002-01-27 obrienThis commit was generated by cvs2svn to compensate...
2002-01-27 krisThis commit was generated by cvs2svn to compensate...
2002-01-24 dwmaloneThis commit was generated by cvs2svn to compensate...
2002-01-18 ruThis commit was generated by cvs2svn to compensate...
2002-01-15 nectarThis commit was generated by cvs2svn to compensate...
2002-01-15 ruThis commit was generated by cvs2svn to compensate...
2002-01-14 acheThis commit was generated by cvs2svn to compensate...
next