summaryrefslogtreecommitdiff
path: root/sys/ia64/ia64
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the lazy FP context switching:Marcel Moolenaar2009-10-315-145/+187
* In r197963, a race with thread being selected for signal deliveryKonstantin Belousov2009-10-271-7/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withMarcel Moolenaar2009-10-211-0/+27
* Make sure that the primary native brandinfo always gets addedBjoern A. Zeeb2009-10-031-1/+1
* 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-131-0/+2
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* On exec(2), when loading the ELF image, pmap_enter_object() isMarcel Moolenaar2009-07-111-0/+3
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-233-16/+21
* Drop the high FP state of an exiting thread in cpu_thread_exit() andMarcel Moolenaar2009-06-201-4/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* ia64: Move MCA information retrieval to a per-CPU kthreadRink Springer2009-05-271-8/+26
* Rename ia64_invalidate_icache() to ia64_sync_icache(). We'reMarcel Moolenaar2009-05-183-8/+11
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+15
* Restore bus DMA bounce pages to an offset of 0 when they are released byJohn Baldwin2009-04-171-3/+10
* The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in theKonstantin Belousov2009-04-131-1/+4
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-2/+4
* Mark the BSP as being awake. This supresses the messageMarcel Moolenaar2009-02-101-1/+2
* When bouncing pages, allow a new option to preserve the intra-pageWarner Losh2009-02-081-0/+7
* Tweak the ia64 machine check handling code to not register new sysctl nodesJohn Baldwin2009-02-041-26/+44
* Correct an error in revision 1.170 of this file. When get_pv_entry() isAlan Cox2009-01-181-1/+15
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Atomically increment the number of awoken APs as all APs willMarcel Moolenaar2008-10-191-1/+1
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-011-22/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atMarius Strobl2008-09-283-39/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-3/+3
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-42/+43
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpDavid E. O'Brien2008-09-232-2/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-99/+39
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isAlan Cox2008-07-151-3/+3
* Add inline function ia64_fc_i() to abstract inline assembly.Marcel Moolenaar2008-07-071-1/+4
* Account for IPI_PREEMPT. We don't want to call sched_preempt() withMarcel Moolenaar2008-05-231-4/+10
* The VM system no longer uses setPQL2(). Remove it and its helpers.Alan Cox2008-05-231-8/+0
* Create the bucket mutexes with MTX_NOWITNESS. There's now aMarcel Moolenaar2008-05-221-1/+1
* We can call ia64_flush_dirty() when the corresponding process isMarcel Moolenaar2008-05-211-3/+6
* Retire pmap_addr_hint(). It is no longer used.Alan Cox2008-05-181-7/+0
* Add a stub for pmap_align_superpage() on machines that don't (yet)Alan Cox2008-05-091-0/+10
* Unbreak previous commit. While here, refactor the code a bit.Marcel Moolenaar2008-04-251-13/+10
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-251-1/+8
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-222-3/+0
* Sanitize the malloc types: M_PMAP is not used in pmap.c, so don'tMarcel Moolenaar2008-04-192-5/+3
* Use genclock for RTC handling. This eliminates the MD versions forMarcel Moolenaar2008-04-152-135/+50
* Support and switch to the ULE scheduler:Marcel Moolenaar2008-04-152-0/+15
* Revision 1.9 changes the delivery mode from the magic constant 0Marcel Moolenaar2008-04-141-1/+1
* - Pass the irq and not the vector to intr_event_create().Jeff Roberson2008-04-111-1/+1