Age | Commit message (Expand) | Author |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-12 | Add a pm_statistics struct to all pmap, and keep track of resident | Miod Vallat |
2009-01-23 | Make write_user_windows() do what the name suggests: flush user windows instead | Mark Kettenis |
2009-01-20 | Add a few more inline functions to read priviliged registers. | Mark Kettenis |
2009-01-02 | Add LDC shared memory hypervisor interfaces. | Mark Kettenis |
2008-12-31 | Add new device interrupt hypervisor calls. | Mark Kettenis |
2008-12-31 | Add missing LDC_CHANNEL_RESET. | Mark Kettenis |
2008-12-31 | Fix typo. | Mark Kettenis |
2008-12-31 | Add some Logical Domain Channel hypervisor calls. | Mark Kettenis |
2008-12-30 | Implement the mach_desc hypervisor call. | Mark Kettenis |
2008-12-30 | Add domain state related PROM calls. | Mark Kettenis |
2008-12-30 | Add domain state services hypervisor calls. | Mark Kettenis |
2008-12-29 | Move ifb identification to its own routine. We can not simply have the ifb | Miod Vallat |
2008-12-27 | Sync the sparc64 fb* api with the recent changes done on sparc. | Miod Vallat |
2008-12-22 | We never actually rely on storing %fp in tf_global[0] for clockframes. So | Mark Kettenis |
2008-12-14 | Implement a "machine xir" ddb command, making it possible to send an | Mark Kettenis |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | mpsafe intr_establish that doesn't get biglock, so that we may dream of the d... | Ted Unangst |
2008-11-29 | Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from his | Ray Lai |
2008-11-26 | Sparc64 still only has 64 virtual address bits and not 65. | Claudio Jeker |
2008-11-22 | The last parts of cpu_unidle. i386, amd64 and sparc64 | Artur Grabowski |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-08-11 | Minimal apmvar.h such that we can enable apm(8) and apmd(8) on sparc64. | Mark Kettenis |
2008-08-10 | Use the STICK logic on UltraSPARC-IIe to generate clock interrupts. | Mark Kettenis |
2008-08-10 | Add hypervisor calls for the sun4v random number generator interface. | Mark Kettenis |
2008-08-09 | Add prom_set_sun4v_api_version(). | Mark Kettenis |
2008-08-07 | Use %sys_tick to generate clock interrupts on systems that have it. | Mark Kettenis |
2008-08-07 | Give each CPU its own `struct intrhand' for %tick interrupts. Fixes a | Mark Kettenis |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-21 | Implement the cpu_yield hypervisor call. Use it in the idle loop for | Artur Grabowski |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-18 | Add new uvm function called uvm_map_pie() which takes align as a | Kurt Miller |
2008-07-12 | Adjust SUN4U_TLB_RESERVED_MASK for updated SUN4U_TLB_PA_MASK. | Mark Kettenis |
2008-07-12 | Add macros to get the appropriate interrupt target ID for non-UPA CPUs and | Mark Kettenis |
2008-07-10 | Add support for Fujitsu SPARC64-VI CPUs. | Mark Kettenis |
2008-07-10 | Add a function to get the time of day from the prom on the m4k. | Mark Kettenis |
2008-07-07 | Extend sbbc(4) to provide a console driver for the v1280. | Mark Kettenis |
2008-07-05 | Add function to read %tba. | Mark Kettenis |
2008-07-05 | The firmware on the v1280 changes %wstate behind our back. Work around this | Mark Kettenis |
2008-07-04 | Add T_MON_BREAKPOINT, the trap vector used by OBP for breakpoints. | Mark Kettenis |
2008-07-04 | Change trapbase from a pointer to a variable-length array such that it can | Mark Kettenis |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-09 | Sparc64 MMUs have an address hole, too, and the pmap implementation we | Miod Vallat |
2008-06-04 | adderss -> address | Miod Vallat |
2008-05-24 | Add VER.impl values for Fujitsu CPUs. | Mark Kettenis |
2008-05-21 | Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree | Miod Vallat |