aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* In pci_cfgregread() and pci_cfgregwrite(), validate the arguments and checkMarcel Moolenaar2010-01-281-14/+49
* In cpu_switch(), use an atomic operation to set the td_lockMarcel Moolenaar2010-01-271-1/+1
* Remove cpu_boot() and call efi_reset_system() directly fromMarcel Moolenaar2010-01-231-8/+1
* Add ioctl requests to /dev/io on ia64 for reading and writingMarcel Moolenaar2010-01-142-0/+158
* Fix previous commitr:. efi_var_set() was copied from efi_var_get(),Marcel Moolenaar2010-01-142-4/+4
* Add wrappers for the RT Variable Services. While here, translate theMarcel Moolenaar2010-01-142-3/+74
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).Marcel Moolenaar2010-01-115-72/+212
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.Warner Losh2010-01-101-0/+1
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsBjoern A. Zeeb2010-01-081-0/+2
* Revert 200594. This file isn't intended for these sorts of things.Warner Losh2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.Brooks Davis2010-01-031-0/+1
* Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representativeMarcel Moolenaar2010-01-021-1/+1
* Revamp bus_space access functions:Marcel Moolenaar2009-12-307-531/+782
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-1/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Use unordered memory loads and stores for the in* and out*Marcel Moolenaar2009-12-261-18/+12
* Export the bus, cpu and itc frequencies under the hw.freq sysctl node.Marcel Moolenaar2009-12-234-27/+43
* Add a bit definition for invalid timestamp in the record header.Marcel Moolenaar2009-12-231-0/+1
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsoDoug Barton2009-12-161-0/+7
* In exception_save, write-back ar.rnat after switching the backing-Marcel Moolenaar2009-12-081-14/+13
* Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_idMarcel Moolenaar2009-12-078-75/+81
* Allocate the VHPT for each CPU in cpu_mp_start(), rather thanMarcel Moolenaar2009-12-075-77/+75
* Make sure bus space accesses use unorder memory loads and stores.Marcel Moolenaar2009-12-034-80/+148
* Move the sysctl related fields to the end of the structure andMarcel Moolenaar2009-11-291-3/+5
* Eliminate teh use of MAXCPU in static arrays of interrupt counters byMarcel Moolenaar2009-11-283-34/+96
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagAlan Cox2009-11-271-2/+1
* Improve upon revision 196196 by removing the newly added commentMarcel Moolenaar2009-11-241-2/+4
* Revert previous commit. The problem was not related to overrunningMarcel Moolenaar2009-11-231-1/+1
* No need to include opt_kstack_pages.h, because KSTACK_PAGES isMarcel Moolenaar2009-11-201-1/+0
* Add a seatbelt to the Nested TLB Fault handler to give us a chanceMarcel Moolenaar2009-11-202-25/+59
* opt_* headers are included using the quoted form.Marcel Moolenaar2009-11-192-2/+2
* Extract the code that records syscall results in the frame into MDKonstantin Belousov2009-11-102-20/+32
* Reimplement the lazy FP context switching:Marcel Moolenaar2009-10-317-146/+189
* In r197963, a race with thread being selected for signal deliveryKonstantin Belousov2009-10-271-7/+1
* Add PRINTF_BUFR_SIZE=128, since we have SMP by default.Marcel Moolenaar2009-10-241-2/+3
* A 32KB kernel stack is not quite enough. The new USB stack is a bitMarcel Moolenaar2009-10-241-1/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withMarcel Moolenaar2009-10-211-0/+27
* o Align function on a 32-byte boundary so that the core's front-endMarcel Moolenaar2009-10-211-3/+7
* Define architectural load bases for PIE binaries. Addresses were selectedKonstantin Belousov2009-10-101-0/+2
* Make sure that the primary native brandinfo always gets addedBjoern A. Zeeb2009-10-031-1/+1
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-082-17/+58
* Decouple ACPI CPU Ids from FreeBSD's cpuid. The ACPI Ids can beMarcel Moolenaar2009-08-163-20/+19
* * Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao2009-08-132-0/+3
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-122-7/+9
* On exec(2), when loading the ELF image, pmap_enter_object() isMarcel Moolenaar2009-07-111-0/+3
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-17/+3
* Enable POSIX semaphores on all non-embedded architectures by default.Ed Schouten2009-07-021-0/+1
* Correct the #endif comment.Alan Cox2009-06-261-1/+1