Age | Commit message (Expand) | Author |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-08 | convert several malloc(9) to mallocarray(9). | Sebastien Marie |
2015-09-01 | fairly simple sizes for free() | Theo de Raadt |
2015-07-17 | Avoid assigning low addresses to PCI BARs. Some machines don't claim these | Mark Kettenis |
2015-07-17 | Include executable mapping for BIOS32 pages. Fixes a problem where mappings | Mike Larkin |
2015-04-12 | Bring PAE code back to life, in a different form. This diff (via bluhm then | Mike Larkin |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-09-20 | On i386, agp_map_subregion might sleep, which is not allowed in some of | Mark Kettenis |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-29 | Don't ridiculously assume that sysctl.h will (through a set of extremely | Theo de Raadt |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2014-04-19 | Don't panic if we're trying to disestablish an MSI but the hardware is gone. | Mark Kettenis |
2014-04-08 | No need for <uvm/uvm_page.h> | Martin Pieuchot |
2014-04-01 | More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning. | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2013-12-09 | Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT | Mark Kettenis |
2013-12-07 | Remove the agp-specific bus_dma code. It is no longer used now that | Mark Kettenis |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-28 | Appease LLVM's integrated assembler. | Brad Smith |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-06 | Add support for Power Resources for Dx states and the necessary hook | Martin Pieuchot |
2013-10-29 | unbreak glxsb(4) by properly allocating it's key schedule; | Mike Belopuhov |
2013-10-02 | Format string fixes: Use %l* for paddr_t | Stefan Fritsch |
2013-10-01 | Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t | Stefan Fritsch |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2013-10-01 | format string fix: it's u_long *addr | Stefan Fritsch |
2013-08-25 | one change missed by jsging's commit is needed to unbreak the build; | Mike Belopuhov |
2013-07-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-05-30 | If ACPI is not compiled in, pci_min_powerstate() has no facts to support | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-16 | Implement a mechanism to establish interrupt handlers that don't grab the | Mark Kettenis |
2013-03-17 | Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-09-25 | Make sure we send MSIs to the primary CPU like we do on amd64. | Stuart Henderson |
2012-09-22 | revert previous, breaks the tree | Stuart Henderson |
2012-09-21 | Make sure we send MSIs to the primary CPU like we do on amd64. | Mark Kettenis |
2012-09-19 | Set up PCI bus number resource accounting for the main PCI bus hierarchy. | Mark Kettenis |
2012-09-07 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-16 | we are past the point where timecounters may disappear | Ted Unangst |
2012-01-13 | handle m_copyback errors, this code is too sensitive for such | Mike Belopuhov |
2011-12-04 | Slightly different fix for the problem fixed by the previous commit for better | Mark Kettenis |
2011-12-04 | Do not check for an HyperTransport bus if we are using mode #2. Prevents a | Miod Vallat |