Age | Commit message (Expand) | Author |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-24 | Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-09 | Initialize ns_per_tick as soon as we have read the timebase from the | Martin Pieuchot |
2013-09-13 | Initialize the variable guarding the clock interrupt routine after | Martin Pieuchot |
2013-08-17 | Remove a bunch of unused variables and functions aging from the pre | Martin Pieuchot |
2013-08-07 | Mimic what's done on sparc64 and parse the OpenFirmware device tree to | Martin Pieuchot |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-17 | Avoid namespace pollution from <powerpc/cpu.h>. | Mark Kettenis |
2012-12-08 | Fix a comment now that PowerPC 970 are recognized, make it clear that | Martin Pieuchot |
2012-12-06 | Implement bus_space_mmap(9). | Martin Pieuchot |
2012-08-30 | Add the possibility to map DMA memory non-cached, based on the i386/amd64 | Martin Pieuchot |
2012-08-24 | ansi | Jonathan Gray |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Add dfs(4), a driver to support the Dynamic Frequency Switching feature | Martin Pieuchot |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-03 | Crank MAXDSIZ up to 2G on macppc and socppc. | Antoine Jacoutot |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-01-13 | As per NetBSD move HAYAKAWA Koichi's licenses to two clause. | Jonathan Gray |
2009-10-01 | Generic soft interrupts for macppc. Tested by mk@, deraadt@ | Mark Kettenis |
2009-09-07 | Sync mplock code with the current paradigm used in all other MP platforms. | Miod Vallat |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-06-09 | backout interrupt diff until it the next round of fixes | Theo de Raadt |
2009-06-02 | Reintroduce the macppc interrupt subsystem rewrite. Several bugs have | Dale Rahn |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2008-11-21 | back out the new interrupt subsystem because some little bug still lurks in t... | Theo de Raadt |
2008-11-08 | Get rid of va-ppc.h. | Mark Kettenis |
2008-09-18 | Redesign of the powerpc interrupt architecture, use true levels intead of | Dale Rahn |
2008-09-16 | SMP ddb support, with some feedback from kettenis. | Dale Rahn |
2008-07-18 | Add new uvm function called uvm_map_pie() which takes align as a | Kurt Miller |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-13 | Add some missing $OpenBSD$ tags. | Kenneth R Westerback |