summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* In pci_cfgregread() and pci_cfgregwrite(), validate the arguments and checkmarcel2010-01-281-14/+49
* In cpu_switch(), use an atomic operation to set the td_lockmarcel2010-01-271-1/+1
* Remove cpu_boot() and call efi_reset_system() directly frommarcel2010-01-231-8/+1
* Add ioctl requests to /dev/io on ia64 for reading and writingmarcel2010-01-142-0/+158
* Fix previous commitr:. efi_var_set() was copied from efi_var_get(),marcel2010-01-142-4/+4
* Add wrappers for the RT Variable Services. While here, translate themarcel2010-01-142-3/+74
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-115-72/+212
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* 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-307-531/+782
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* 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-234-27/+43
* Add a bit definition for invalid timestamp in the record header.marcel2009-12-231-0/+1
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* In exception_save, write-back ar.rnat after switching the backing-marcel2009-12-081-14/+13
* Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_idmarcel2009-12-078-75/+81
* Allocate the VHPT for each CPU in cpu_mp_start(), rather thanmarcel2009-12-075-77/+75
* Make sure bus space accesses use unorder memory loads and stores.marcel2009-12-034-80/+148
* Move the sysctl related fields to the end of the structure andmarcel2009-11-291-3/+5
* Eliminate teh use of MAXCPU in static arrays of interrupt counters bymarcel2009-11-283-34/+96
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-2/+1
* Improve upon revision 196196 by removing the newly added commentmarcel2009-11-241-2/+4
* Revert previous commit. The problem was not related to overrunningmarcel2009-11-231-1/+1
* No need to include opt_kstack_pages.h, because KSTACK_PAGES ismarcel2009-11-201-1/+0
* Add a seatbelt to the Nested TLB Fault handler to give us a chancemarcel2009-11-202-25/+59
* opt_* headers are included using the quoted form.marcel2009-11-192-2/+2
* Extract the code that records syscall results in the frame into MDkib2009-11-102-20/+32
* Reimplement the lazy FP context switching:marcel2009-10-317-146/+189
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-7/+1
* Add PRINTF_BUFR_SIZE=128, since we have SMP by default.marcel2009-10-241-2/+3
* A 32KB kernel stack is not quite enough. The new USB stack is a bitmarcel2009-10-241-1/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+27
* o Align function on a 32-byte boundary so that the core's front-endmarcel2009-10-211-3/+7
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+2
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-17/+58
* Decouple ACPI CPU Ids from FreeBSD's cpuid. The ACPI Ids can bemarcel2009-08-163-20/+19
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-132-0/+3
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-122-7/+9
* On exec(2), when loading the ELF image, pmap_enter_object() ismarcel2009-07-111-0/+3
* Cleanup ALIGNED_POINTER:sam2009-07-051-17/+3
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
* Correct the #endif comment.alc2009-06-261-1/+1
OpenPOWER on IntegriCloud