Age | Commit message (Expand) | Author |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-07-25 | Disable MSI for now; something is still not quite right on UltrSPARC T2 | Mark Kettenis |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-16 | device_register() is called on the scsibus(4) devices before | Matthew Dempsky |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-06 | Handle pci_conf_read() faults on reading non-existent registers that result | Mark Kettenis |
2011-07-06 | Handle pci_conf_read() faults on reading non-existent registers that result | Mark Kettenis |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-06 | Add MSI support to pyro(4). Tested on a v215 with the on-board mpi(4). | Mark Kettenis |
2011-07-06 | Split some generic MSI code out into its own file. | Mark Kettenis |
2011-07-06 | Move pci_msi_enable() out of the vpci(4) driver into the MD pci(4) code. | Mark Kettenis |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-05 | Replace last remaining users of link->scsibus with | Matthew Dempsky |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-07-02 | Per recommandation in the the sparc docs, use unlocked reads when | Philip Guenthe |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-27 | If an shared interrupt handler returns -1, continue running other handlers. | Theo de Raadt |
2011-06-27 | When adding interrupt handlers to a chain, install them in priority order. | Joel Sing |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-26 | First stab at MSI support for vpci(4). Still a few rough edges, but seems | Mark Kettenis |
2011-06-26 | In the shared interrupt handler, return the pil and ci_handled_intr_level | Theo de Raadt |
2011-06-26 | Fix some inconsistencies in how we build 64-bit addresses from OF properties. | Mark Kettenis |
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-06-24 | We should only ack a shared interrupt once, after we've run all the handlers. | Mark Kettenis |
2011-06-23 | Fix the error path in bus_dmamem_map. | Ariane van der Steldt |
2011-06-22 | enable myx(4), now that it works | Theo de Raadt |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-06 | Set FEF bit in the %fprs register when handling an fp_disabled trap from | Mark Kettenis |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
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-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
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 | When the sparc64 iommu fails to lookup a vaddr, it prints a message and | Ariane van der Steldt |
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 |