summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Expand)Author
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-07-16Add WITNESS supportPhilip Guenther
2017-06-23Unbreak profiling assembly functions in userland by defining theMartin Pieuchot
2017-05-19tweak the spllower asm so it is more straightforward.David Gwynne
2017-05-18Implement copyin32(9).Mark Kettenis
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.David Gwynne
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itPhilip Guenther
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptPhilip Guenther
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-10The hppa trapframe PC is marked (in the low two bits) to indicate aTheo de Raadt
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-09make __cpu_simple_lock provide serialisation of the critical section.David Gwynne
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-09-30Remove some trailing whitespace.Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-13intr_barrier(9) for hppa.Mark Kettenis
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionPhilip Guenther
2015-07-27Always #include <sys/mutex.h>: need struct mutex for struct vm_page_mdPhilip Guenther
2015-07-14First stab at making the hppa mpsafe. Not quite there yet though.Mark Kettenis
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-05-02rework hppa mutexes.David Gwynne
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11dont need lockmgr for pmap things, so we dont need sys/lock.hDavid Gwynne
2015-02-11intr.c needs atomic.h for atomic_setbits_int to say softints are pending.David Gwynne
2015-02-11make the rwlock implementation MI.David Gwynne
2015-02-10increase min address to page size for all remaining min == 0 systems.Ted Unangst
2014-12-17remove simplelocksTheo de Raadt
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-09-24jmatthew@ points out atomic_swap_foo takes two arguments, not three.David Gwynne
2014-09-22implement atomic_{cas,swap}_{uint,ulong,ptr} andDavid Gwynne
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-06-17Implement the membar(9) API for hppa.Mark Kettenis
2014-06-03Use a proper compiler barrier; just having the inline asm for the "sync"Mark Kettenis
2014-05-31Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@Miod Vallat
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-19It's safe to assumed 'signed' existsPhilip Guenther
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat
2014-01-30To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis