summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+44
* Implement a facility for dynamic per-cpu variables.jeff2009-06-233-16/+21
* Drop the high FP state of an exiting thread in cpu_thread_exit() andmarcel2009-06-201-4/+3
* Import ACPICA 20090521.jkim2009-06-055-6/+9
* Remove MAC kernel config files and add "options MAC" to GENERIC, with therwatson2009-06-022-28/+1
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* ia64: Move MCA information retrieval to a per-CPU kthreadrink2009-05-271-8/+26
* Rename ia64_invalidate_icache() to ia64_sync_icache(). We'remarcel2009-05-184-9/+12
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+15
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-102-8/+8
* Remove isa_irq_pending(). It's not used.marcel2009-04-241-11/+0
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* Restore bus DMA bounce pages to an offset of 0 when they are released byjhb2009-04-171-3/+10
* The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in thekib2009-04-131-1/+4
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Add trivial implementation for the freebsd32_sysarch on ia64.kib2009-04-011-0/+50
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-231-67/+14
OpenPOWER on IntegriCloud