summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-0/+4
* Fix previous commit: unbreak build of libkvm by including sys/systm.hmarcel2014-09-071-1/+2
* Fix the PCPU access macros. It was found that the PCPU pointer, whenmarcel2014-09-061-8/+41
* MFC r263815, r263872:emaste2014-08-211-177/+0
* MFC r263380 & r268185: Add KTR events for the PMAP interface functions.marcel2014-07-021-9/+14
* MFC r263323: Fix and improve exception tracing.marcel2014-07-023-1/+9
* MFC r263254: Move the implementation of kdb_cpu_trap() from <machine/kdb.h>marcel2014-07-021-10/+2
* MFC r257477: Purge the translation cache of APs before we unleash them.marcel2014-07-021-0/+1
* MFC r257854 (discussed with alc@)ian2014-05-161-10/+2
* MFC r263998:tijl2014-04-151-1/+1
* MFC r260175:marcel2014-02-161-0/+28
* MFC r257487:marcel2014-02-161-0/+5
* On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-061-0/+12
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-3/+3
* Revert r253748,253749avg2013-07-281-2/+2
* put contents of cpu.h under _KERNELavg2013-07-281-2/+2
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+39
* Move definitions required by userland applications out of acpica_machdep.h.jkim2013-06-271-7/+2
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+54
* Merge from projects/counters:glebius2013-04-081-1/+2
* kernacc() expects all KVAs to be covered in the kernel map. With themarcel2013-02-251-4/+5
* Eliminate padding by moving 'narg' next to 'code'. Both are 32-bitmarcel2013-02-121-1/+1
* Fix compilation on ia64 when page size is configured for 16KB.kib2012-10-281-15/+0
* Port the new PV entry allocator from amd64/i386. This allocator has twoalc2012-10-261-4/+17
* Move PCPU initialization to a new function called cpu_pcpu_setup().marcel2012-07-081-0/+2
* Implement ia64_physmem_alloc() and use it consistently to get memorymarcel2012-07-071-1/+1
* Hide the creation of phys_avail behind an API to make it easier to do itmarcel2012-07-072-5/+7
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+41
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-2/+2
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-181-8/+40
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+15
* Add parentheses where required. Without them, `sizeof LDBL_MAX'das2012-01-201-4/+4
* Replace __signed by signed.ed2011-12-131-1/+1
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+9
* Remove unused define.kib2011-10-071-1/+0
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.attilio2011-07-191-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* Add a few more helper functions for working with memory descriptors:marcel2011-07-161-0/+3
* Implement basic support for memory attributes. At this time we onlymarcel2011-07-082-11/+15
* Switch to the event timers infrastructure. This includes:marcel2011-06-252-1/+5
* Properly serialize the global shootdown with the instructionmarcel2011-06-171-2/+11
* MFCattilio2011-05-142-12/+9
|\
| * Be pedantic: mark the pcpu pointer (= register r13) itself as volatile.marcel2011-05-141-1/+1
| * Turn ia64_srlz() and ia64_srlz_i() into defines so that the code ismarcel2011-05-141-11/+8
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
OpenPOWER on IntegriCloud