summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Expand)Author
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2014-02-19Provide a genassym.cf in libc for hppa and use it.skrll
2014-01-31Consolidate the 128-bit long double defintions to <sys/ieee754.h>matt
2014-01-31Add inclusion protection.matt
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-07-13Put some common entry stuff into _ENTRY and use it.skrll
2013-04-11add missing SSIZE_MINchristos
2013-01-07switch to __USE_TOPDOWN_VM.chs
2012-05-21Provide hppa_{enable,disable}_irqskrll
2012-04-03Kill cpu_gethpa by using the HPA stored in the cpu_info structure.skrll
2012-03-29Remove unnecessary #includeskrll
2012-03-28- Normalize inclusion protection (remove)christos
2012-02-10proper sizing of kmem_arena on different portspara
2012-02-04improve sizing of kmem_arena now that more allocations are made from itpara
2012-02-04G/C unused [fp]dcache_small.skrll
2012-01-24Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently,christos
2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg
2012-01-18Support crash(8) on hppa.skrll
2012-01-10G/C vm_{offset,size}_tskrll
2012-01-06Track if a page has an executable mapping and flush the icache (andskrll
2012-01-06Comment fix.skrll
2012-01-06No need to flush the icache/itlb for pool pages as they're never markedskrll
2011-12-23Define PMAP_NEED_PROCWR and provide pmap_procwr so that the i-cache isskrll
2011-12-16Whitespace.skrll
2011-12-16G/C pvh_aliasesskrll
2011-12-08Track if we saved l_private in the mcontext and don't blindly restore it.skrll
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-11Fix FLT_* and DBL_* redefinition problem.matt
2011-07-10Add defines for extu_frac[ln]mmatt
2011-07-07port to GCC 4.5.mrg
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-05-26Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.joerg
2011-03-17HPPA TLS support.skrll
2011-02-28__HAVE___LWP_GETPRIVATE_FAST works now.skrll
2011-02-25Be nicer to software that insists on -ansi and use __inline.joerg
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2011-02-12Put RCSIDs in section .ident. (use .pushsection/.popsection)matt
2011-01-22Save CR24 and CR27 and report in ddb.skrll
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2011-01-02__HAVE_SIGINFO has not been required/used for a long time now.skrll
2010-12-20Consistently use .gnu.warning with .pushsectio and .popsection on alljoerg
2010-11-16sys/mutex.h includes machine/intr.h via sys/intr.h, so no need here.uebayasi
2010-11-16MD interrupt implementation is not VM parameter.uebayasi
2010-11-14Move struct vm_page_md definition from vmparam.h to pmap.h, becauseuebayasi
2010-11-14Don't rely on global APIs from internal.uebayasi
2010-11-06Remove incomplete, never worked dynamic run-time memory registrationuebayasi
2010-09-20cargo cult the x86 changes.christos
2010-07-06Turn PMAP_NOCACHE into MI flag.cegger
2010-06-21Allow PVF_UNCACHEABLE in set/clear of pmap_changebit call (for now).skrll
2010-06-071. MB_LEN_MAX switch MD to MI.tnozaki