Age | Commit message (Expand) | Author |
2015-06-05 | Add bits missed in previous... I suck at cvs. | Martin Pieuchot |
2015-05-06 | put mpi's atomics back in, but with the return value of add (and therefore su... | David Gwynne |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-24 | Revert back to using GCC builtins. This code triggers an off by one in | Martin Pieuchot |
2015-04-22 | Implement the MI atomic API for PowerPC to avoid using gcc builtins that | Martin Pieuchot |
2015-04-21 | The ELF psABI for PPC specifies that the stack shall always be 16-byte aligned. | Philip Guenther |
2015-03-31 | Make it possisble to disable block address translation mechanism on | Martin Pieuchot |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-09 | oops, accidental commit | Theo de Raadt |
2015-02-09 | sync | Theo de Raadt |
2015-01-22 | Let powerpc's bus_space(9) use the same pmap and uvm interfaces than the | Martin Pieuchot |
2015-01-20 | Nothing in this file requires <sys/queue.h>. While here remove old and | Martin Pieuchot |
2015-01-20 | Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg() | Martin Pieuchot |
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot |
2014-10-27 | Remove the spilling code for IBAT register and set up the first IBAT register | Mark Kettenis |
2014-10-22 | make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo * | David Gwynne |
2014-10-10 | Make CPU_INFO_FOREACH useable before secondary CPUs are started. | Martin Pieuchot |
2014-10-08 | Introduce ppc_mttb() and use it instead of rerolling the move to time | Martin Pieuchot |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-09-06 | Rename ci_iactive into ci_flags, this field now holds the going-to- | Martin Pieuchot |
2014-09-06 | Rewrite cpu_idle & friends to not check and update the hid0 register | Martin Pieuchot |
2014-09-06 | Add functions to manipulate IBM PowerPC 970 specific registers that | Martin Pieuchot |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-06-19 | Implement the membar(9) API for powerpc. | Mark Kettenis |
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-03-25 | the memory constraints are correct, so we dont need volatile to provide | David Gwynne |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-14 | provide an MI api for doing byteswapping loads and stores. some | David Gwynne |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-22 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-10-31 | Add a header for various hardware implementation dependent register | Martin Pieuchot |
2013-10-17 | remove capability to do a.out | Theo de Raadt |
2013-08-19 | Mark all the C functions called in real mode as non instrumented and | Martin Pieuchot |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-08-06 | The atomic_setbits_int() and atomic_clearbits_int() functions touch the | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |