Age | Commit message (Expand) | Author |
2011-07-02 | Per recommandation in the the sparc docs, use unlocked reads when | Philip Guenthe |
2011-06-26 | Implement pci_intr_map_msi(). | Mark Kettenis |
2011-06-26 | Missed a parameter in the pci_msi_setmsiq hypervisor call. | Mark Kettenis |
2011-06-25 | Add MSI hypervisor calls. | Mark Kettenis |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-21 | It's better to have the pci_intr_map_msi() stub return -1. | Mark Kettenis |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-18 | Turns out VA_ALIAS_MASK is indeed a mask, but with the PAGE_MASK deceptively | Ariane van der Steldt |
2011-05-18 | Better make PMAP_PREFER_ALIGN() a rounded value, as done on other arches; | Miod Vallat |
2011-05-18 | Off-by-two in PMAP_PREFER_ALIGN definition; found the hard way by matthieu@ | Miod Vallat |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-25 | fenv for sparc; mostly cloned from sparc64 | Martynas Venckus |
2011-04-24 | fenv for i386, and sparc64; from matthew@ | Martynas Venckus |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-03-23 | Including <sparc64/intreg.h> here is ugly, but intr.h only comes from | Theo de Raadt |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-27 | Misaligned load/store recovery code in the kernel, enabled by T_FIXALIGN | Miod Vallat |
2010-11-22 | Remove unused VM_MAX_KERNEL_BUF define. | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-07-07 | Implement atomic_add_ulong. | Mark Kettenis |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-28 | Change MAXDSIZ and MAXSSIZ to more reasonable values for a 64-bit architecture. | Mark Kettenis |
2010-06-27 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-18 | Remove obsolete dvmamap comment. | Miod Vallat |
2010-05-31 | there is no spllpt(), since lpt's are just tty devices (call tty functions, | Theo de Raadt |
2010-05-10 | /* XXX - we don't use __COMPILER_INT64__ */ so remove it. | Mark Kettenis |
2010-04-27 | Fix inline assembler to make it acceptable to gcc4. Based on a diff from | Mark Kettenis |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2009-12-31 | Add a few more hypervisor calls. | Mark Kettenis |
2009-11-30 | Add inline function to read %fprs. | Mark Kettenis |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat |
2009-05-10 | Rename mdesc_get_prop_string into mdesc_get_prop_str. | Mark Kettenis |
2009-05-10 | Add vcctty(4). | Mark Kettenis |