summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync up to SDM 2.2.marcel2010-04-131-4/+22
* Implement interrupt to CPU binding. Assign interrupts to CPUs in amarcel2010-03-271-1/+3
* Remove nx_pcibus from the nexus resource. Nexus is not involvedmarcel2010-03-271-43/+0
* Rename disable_intr() to ia64_disable_intr() and rename enable_intr()marcel2010-03-263-6/+8
* Only use the interval timer for clock interrupts on the BSP andmarcel2010-03-261-2/+0
* Define curthread as an inline function that loads the thread pointermarcel2010-03-221-0/+10
* Don't include <machine/_regset.h> when _MACHINE_REGSET_H_ in defined.marcel2010-03-212-0/+4
* Revamp the interrupt code based on the previous commit:marcel2010-03-174-33/+36
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-112-0/+10
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Interrupt related cleanups:marcel2010-02-273-116/+17
* Remove pm_active from struct pmap as it serves no purpose.marcel2010-02-211-1/+0
* Some code cleanups:marcel2010-02-141-4/+10
* Some code churn:marcel2010-02-145-43/+26
* Add ioctl requests to /dev/io on ia64 for reading and writingmarcel2010-01-141-0/+18
* Fix previous commitr:. efi_var_set() was copied from efi_var_get(),marcel2010-01-141-1/+1
* Add wrappers for the RT Variable Services. While here, translate themarcel2010-01-141-1/+4
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-112-9/+51
* Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representativemarcel2010-01-021-1/+1
* Revamp bus_space access functions:marcel2009-12-302-508/+399
* Use unordered memory loads and stores for the in* and out*marcel2009-12-261-18/+12
* Export the bus, cpu and itc frequencies under the hw.freq sysctl node.marcel2009-12-232-1/+1
* Add a bit definition for invalid timestamp in the record header.marcel2009-12-231-0/+1
* Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_idmarcel2009-12-072-11/+14
* Allocate the VHPT for each CPU in cpu_mp_start(), rather thanmarcel2009-12-073-1/+3
* Make sure bus space accesses use unorder memory loads and stores.marcel2009-12-033-78/+146
OpenPOWER on IntegriCloud