summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2016-06-07consistently set ipls on pmap pools.David Gwynne
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-07Flush page (through the direct map) before mapping it into AGP. FixesMark Kettenis
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-06DDB_REGS -> ddb_regsMartin Pieuchot
2016-03-05One ddb interface is enough for ppc.Martin Pieuchot
2016-03-05Define db_reg_t like the other archs by typedef'ing "struct trapframe".Martin Pieuchot
2016-03-02DDB_REGS -> ddb_regs in db_regs[], no reason to be different.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-10-08Add a per-page flag to indicate that all mappings of that page should beMark Kettenis
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-21Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave()Mark Kettenis
2015-09-13intr_barrier(9) for macppc and socppc.Mark Kettenis
2015-09-11Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-09-08Give the pool page allocator backends more sensible names. We now have:Mark Kettenis
2015-09-06size for free()Theo de Raadt
2015-09-01Sync bus_dmamap_load_raw(9) with amd64/i386 in order to respect theMartin Pieuchot
2015-08-30Provide remaining arch with END() macro for setting calculated size onPhilip Guenther
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionPhilip Guenther
2015-08-23Add support for the Secure-PLT ABI variant. This will give us better W^XMark Kettenis
2015-08-14replace the asm mutexes with a c implementation.David Gwynne
2015-07-2917 years ago, setfault() was modified to save the status register in theMiod Vallat
2015-07-20Make pmap_remove() grab the kernel lock. This is a big hammer but makes MPMark Kettenis
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne
2015-06-26remove __cpu_cas and use atomic_cas_ulong instead.David Gwynne
2015-06-26rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_David Gwynne
2015-06-26move the ppc mplock implementation from macppc to powerpc.David Gwynne
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-05Add bits missed in previous... I suck at cvs.Martin Pieuchot
2015-06-05Finally protect VP lookups to guarantee that a pted won't be freed orMartin Pieuchot
2015-06-05Don't try to be clever when unrolling the loop in pmap_remove().Martin Pieuchot
2015-06-05Replace the per-entry locks by a global HASH lock.Martin Pieuchot
2015-06-05Call pte_spill_v() from the real mode fault handler instead of rerollingMartin Pieuchot
2015-06-05Rewrite PTE manipulation routines to better match the PEM.Martin Pieuchot
2015-06-05Split pteclrbits() into pmap_{test,clear}_attrs().Martin Pieuchot
2015-06-05More usages of pmap_ptedinhash().Martin Pieuchot
2015-06-05Remove DEBUG stuff.Martin Pieuchot
2015-06-05Make use of ptesr() instead of rerolling it.Martin Pieuchot
2015-06-05Merge various copies of the same code into a new function to determineMartin Pieuchot
2015-06-05Introduce pmap_pted_ro() a simple wrapper for the 32/64 bits versionsMartin Pieuchot
2015-06-05Do only one VP lookup when removing a page.Martin Pieuchot
2015-06-05Remove the MANAGED flag when removing a PV entry.Martin Pieuchot
2015-06-05Remove unneeded splvm() calls and the pool_setipl(9) hack of r1.140.Martin Pieuchot
2015-05-06put mpi's atomics back in, but with the return value of add (and therefore su...David Gwynne
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-29Remove a check for NULL that would have been after a NULL dereferenceJonathan Gray