summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg3-8/+8
2020-07-06Add support for timeconting in userland.pirofti1-0/+23
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-54/+0
2020-06-14Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy1-2/+12
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg1-1/+2
2020-05-27Retire <machine/varargs.h>.visa1-17/+0
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi1-7/+7
2019-04-23Remove file name and line number output from witness(4)visa1-16/+6
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenjsg1-1/+2
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio1-2/+2
2018-06-08Constipate all the struct lock_type's so they go into .rodataguenther1-3/+3
2018-05-14Expose memory barriers to userland.kettenis1-2/+3
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt1-1/+2
2018-01-13Define and use IPL_MPFLOOR in our common mutex implementation.mpi2-3/+4
2018-01-04Unify <machine/mutex.h> a bit further.mpi1-2/+2
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andmpi1-2/+2
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther1-5/+1
2017-07-16Add WITNESS supportguenther1-8/+36
2017-06-23Unbreak profiling assembly functions in userland by defining thempi1-2/+2
2017-05-19tweak the spllower asm so it is more straightforward.dlg1-6/+10
2017-05-18Implement copyin32(9).kettenis1-1/+3
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg1-1/+2
2017-04-20Hook up mutex(9) to witness(4).visa1-6/+20
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itguenther1-3/+1
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptguenther1-3/+1
2016-09-03Increase the number of mbufs on most architectures. This is basedbluhm1-2/+2
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookiederaadt1-2/+3
2016-05-10The hppa trapframe PC is marked (in the low two bits) to indicate aderaadt1-2/+2
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs tokettenis1-1/+2
2016-04-27G/C DDB_REGS.mpi1-2/+1
2016-02-27Rename kdb_trap() into db_ktrap().mpi1-2/+2
2016-02-09make __cpu_simple_lock provide serialisation of the critical section.dlg1-8/+8
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEmiod1-8/+3
2015-09-30Remove some trailing whitespace.krw1-2/+2
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,krw1-4/+4
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGguenther1-3/+1
2015-09-13intr_barrier(9) for hppa.kettenis1-1/+3
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionguenther1-2/+1
2015-07-27Always #include <sys/mutex.h>: need struct mutex for struct vm_page_mdguenther1-2/+2
2015-07-14First stab at making the hppa mpsafe. Not quite there yet though.kettenis1-4/+7
2015-07-02introduce srp, which according to the manpage i wrote is short fordlg1-1/+5
2015-05-05emul_native is only used for kernel threads which can't dump core, soguenther1-7/+1
2015-05-02rework hppa mutexes.dlg1-8/+7
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before wemillert1-4/+1
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.miod1-2/+2
2015-02-11dont need lockmgr for pmap things, so we dont need sys/lock.hdlg1-4/+1
2015-02-11intr.c needs atomic.h for atomic_setbits_int to say softints are pending.dlg1-3/+1
2015-02-11make the rwlock implementation MI.dlg1-5/+1
2015-02-10increase min address to page size for all remaining min == 0 systems.tedu1-2/+2
2014-12-17remove simplelocksderaadt1-3/+1