summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MFCattilio2011-05-131-0/+2
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-052-2/+3
|/
* Don't use the whole region 5 for KVA, because the CPU may not implement allmarcel2011-05-021-1/+2
* Stop linking against a direct-mapped virtual address and insteadmarcel2011-04-303-14/+26
* Remove prototypes of non-existent functions.marcel2011-04-251-5/+0
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pagemarcel2011-04-031-1/+5
* Eliminate an unused definition.alc2011-03-261-3/+0
* Fix switching to physical mode as part of calling into EFI runtimemarcel2011-03-214-8/+13
* Change region 4 to be part of the kernel. This serves 2 purposes:marcel2011-03-212-16/+19
* Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk aboutmarcel2011-03-181-5/+5
* MFaltix:marcel2011-03-162-2/+49
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* The highest-precision floating point type on ia64 has 64 bits ofdas2011-01-091-1/+1
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-2/+2
* Fix types of some values in machine/_limits.h.tijl2011-01-081-9/+7
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-31/+24
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-24/+31
* phys_avail[] is correctly defined as an array of vm_paddr_t's inalc2010-12-011-1/+1
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-70/+0
* Remove clauses 3 and 4, per changes to NetBSD versions of these files.imp2010-09-252-14/+0
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-2/+8
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-061-0/+1
* Mark the __curthread() functions as __pure2 and remove the volatile keywordjhb2010-07-291-2/+2
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-221-0/+3
* Add acpi_find_table() -- a convenience function for looking up anmarcel2010-07-071-0/+1
* Allocate and setup an interrupt vector for corrected machine checks.marcel2010-07-031-0/+1
* When compiling with profiling, we define PROF for userspace and GPROFmarcel2010-07-011-1/+1
* While functions are ideally aligned to a 32-byte boundary, don'tmarcel2010-06-301-1/+1
* Bump MAX_BPAGES from 256 to 1024. It seems that a few drivers, bge(4)marcel2010-06-111-0/+1
* Change ia64' struct syscall_args definition so that args is a pointer tokib2010-05-241-1/+2
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+10
* Switch to C99 exact-width types.marcel2010-05-195-78/+77
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-281-17/+16
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-2/+2
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+3
* Populate the sysctl tree with any MCA records we collected.marcel2010-04-131-2/+1
* o s/u_int64_t/uint64_t/gmarcel2010-04-131-13/+12
OpenPOWER on IntegriCloud