summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64
Commit message (Expand)AuthorAgeFilesLines
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-141-6/+2
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-10/+1
* Fix compilation on ia64 when page size is configured for 16KB.kib2012-10-281-6/+37
* Port the new PV entry allocator from amd64/i386. This allocator has twoalc2012-10-261-229/+428
* Eliminate a stale comment. It describes another use case for the pmap inalc2012-09-281-7/+0
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Use pmap_kextract(x) rather than pmap_extract(kernel_pmap, x). Themarcel2012-08-181-1/+1
* Remove support for SKI: HP's Itanium simulator. It's pretty much notmarcel2012-08-182-395/+0
* Add locking for sscdisk(4) and mark it MPSAFE. Since this driver justjhb2012-08-161-13/+19
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Move PCPU initialization to a new function called cpu_pcpu_setup().marcel2012-07-082-4/+11
* Unleash the APs at SI_SUB_KICK_SCHEDULER so that we have them allmarcel2012-07-081-2/+1
* Implement ia64_physmem_alloc() and use it consistently to get memorymarcel2012-07-073-79/+81
* Hide the creation of phys_avail behind an API to make it easier to do itmarcel2012-07-073-148/+262
* pmap_alloc_vhpt() doesn't need the pages that it allocates to be mappedalc2012-06-011-6/+8
* Don't assume we have legacy PICs (i.e. 8259A in cascade) at the legacymarcel2012-05-041-9/+0
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-011-3/+3
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-1/+1
* Rev. 228360 moved the call to cpu_set_upcall() to happen beforemarcel2012-02-081-1/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+10
* Eliminate vestiges of page coloring.alc2011-12-151-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-074-5/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-074-4/+4
* Remove locking of the vm page queues from several pmaps, which onlykib2011-09-281-2/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+2
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-16/+16
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-14/+13
* Fix kernel core dumps now that the kernel is using PBVM. The basicmarcel2011-08-061-1/+4
* Follow-up commit: refactor pmap_kextract() to make it easier tomarcel2011-08-051-17/+28
* Remove stray semicolon in pmap_kextract() that turned the conditionalmarcel2011-08-051-1/+1
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesattilio2011-07-191-2/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-2/+5
* Implement bus_adjust_resource() for the ia64 nexus driver.jhb2011-07-181-17/+34
* Don't assume pmap_mapdev() gets called only for memory mapped I/Omarcel2011-07-161-3/+29
* Don't send EOI to the CPU before we handled the interrupt. This couldmarcel2011-07-162-4/+7
* Add a few more helper functions for working with memory descriptors:marcel2011-07-161-4/+51
* Implement basic support for memory attributes. At this time we onlymarcel2011-07-081-16/+106
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-9/+7
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-021-1/+1
* Change the management of nested faults by switching to physicalmarcel2011-06-302-133/+122
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-2/+2
* Oops. The sec field of struct bintime is *not* a 32-bit type.marcel2011-06-251-1/+1
* Define the minimum fractional period in terms of hz. We know hz ismarcel2011-06-251-2/+2
* Replace the original copyright notice with my own. Everything inmarcel2011-06-251-30/+22
* Update copyright.marcel2011-06-251-1/+1
* Switch to the event timers infrastructure. This includes:marcel2011-06-255-105/+131
* Unblock the outgoing thread after we performed pmap_switch() tomarcel2011-06-231-2/+2
* Improve on style(9)marcel2011-06-171-94/+73
* Properly serialize the global shootdown with the instructionmarcel2011-06-171-0/+4
OpenPOWER on IntegriCloud