Age | Commit message (Expand) | Author |
2007-10-31 | Overhaul fpu context save/restore code, making it more similar to what we do | Mark Kettenis |
2007-10-21 | Don't use next_tick() to start the clock ticking on secondary CPUs. This | Mark Kettenis |
2007-10-20 | Make sure to send an ipi to the processor a given proc runs on in signotify(), | Miod Vallat |
2007-10-18 | Don't try to send IPIs to CPUs that aren't running (yet). | Mark Kettenis |
2007-10-16 | Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested by | Mark Kettenis |
2007-10-16 | Another cpu_switchto() leftover. | Mark Kettenis |
2007-09-30 | Move intrpending array into 'struct cpu_info'. | Mark Kettenis |
2007-09-09 | Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels. | Mark Kettenis |
2007-09-09 | Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.c | Mark Kettenis |
2007-09-09 | Make handled_intr_level per-cpu. | Mark Kettenis |
2007-09-08 | Make the ast on sparc64 per-process instead of global. Necessary to make | Mark Kettenis |
2007-09-04 | UltraSPARC CPUs always have an on-chip FPU. There really is no need to have | Mark Kettenis |
2007-05-14 | Move want_resched into struct cpu_info. | Mark Kettenis |
2007-05-02 | Move sparc64 to __HAVE_CPUINFO. | Mark Kettenis |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-06-21 | add the machdep.kbdreset logic to sparc64 (stuff to use it is coming) | Jason Wright |
2006-02-22 | Remove unused probeset() function. | Miod Vallat |
2005-11-11 | Remove machdep.booted_kernel sysctl of questionable usefulness. | Miod Vallat |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat |
2005-04-26 | Remove unused hooks for periodic pcons polling. | Miod Vallat |
2004-10-01 | add a blink_led API (shaves ~1k from GENERIC) rather than have the same | Jason Wright |
2004-08-09 | Needs a non-empty pmap_unuse_final() as sparc. | Miod Vallat |
2004-06-21 | Put back the moving of schedstate_percpu into sched.h. This time expose | Artur Grabowski |
2004-06-20 | nope, tree breakage in libpthread. too tough to run a make build? | Theo de Raadt |
2004-06-20 | Move schedstate_percpu into sched.h so that we don't have to include | Artur Grabowski |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2003-07-10 | - working emulation for POPC instruction | Jason Wright |
2003-07-09 | part of infrastructure to deal with emulated stqf/ldqf: | Jason Wright |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-16 | Clean up low-level sparc register access wrappers. Specify clobbers for | Henric Jungheim |
2003-03-21 | install a real handler for correctable ECC errors and make a count of | Jason Wright |
2003-03-20 | The current code tries to use the same field in the interrupt handler as | Henric Jungheim |
2003-02-12 | Kill more commons in sparc64 code | Jason Wright |
2003-02-10 | fix sparc64 specific commons | Jason Wright |
2002-08-02 | add string for cputype (bad art =) | Jason Wright |
2002-08-02 | whitespace | Jason Wright |
2002-06-14 | support for getting the cpu type through sysctl, same as on sparc. | Artur Grabowski |
2002-06-11 | nuke unused stuff | Artur Grabowski |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-03-27 | Need APERTURE so we can read/write pci configuration with securelevel > 0 | Jason Wright |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-09-04 | Don't explicitly size the intrhand array in the extern declaration (from netbsd) | Jason Wright |
2001-08-19 | proto for child_return | Artur Grabowski |
2001-08-18 | - Don't include sys/sched.h for now. | Artur Grabowski |