Age | Commit message (Expand) | Author |
2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to | Mark Kettenis |
2016-05-03 | implement bus_space_read_raw_X and bus_space_write_raw_X | David Gwynne |
2016-03-05 | One ddb interface is enough for ppc. | Martin Pieuchot |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-09-30 | Remove some trailing whitespace. | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-06-26 | move the ppc mplock implementation from macppc to powerpc. | David Gwynne |
2015-04-02 | One function pointer per pic function is enough. | Martin Pieuchot |
2015-03-31 | Make it possisble to disable block address translation mechanism on | Martin Pieuchot |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-02-07 | Need to define APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
2015-01-24 | Implement bus_dmamem_alloc_range(9) for macppc/socppc. | Mark Kettenis |
2014-10-09 | revert unintentional commit unrelated to LKM | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-07-02 | Remove unused mainbus intr hook abstraction. | Tobias Ulmer |
2014-07-02 | Remove unused system_type and friends. Remnants from universal powerpc support | Tobias Ulmer |
2014-06-02 | Bump DFLSSIZ to 2MB to match most of the other platforms. | Brad Smith |
2014-04-07 | increase MSGBUFSIZE | Theo de Raadt |
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
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 |