summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64
Commit message (Expand)AuthorAgeFilesLines
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-1/+2
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+24
* MFCattilio2013-03-022-18/+11
|\
| * MFcalloutng:mav2013-02-281-15/+7
| * MFcalloutng:davide2013-02-281-3/+4
* | MFCattilio2013-02-261-4/+4
|\ \ | |/
| * kernacc() expects all KVAs to be covered in the kernel map. With themarcel2013-02-251-4/+4
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-5/+5
* | Fix other architectures and ZFS.attilio2013-02-211-0/+1
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-5/+5
|/
* Close a race relating to setting the PCPU pointer (r13). Register r13marcel2013-02-171-5/+5
* Return EFAULT when the address is not a kernel virtual address.marcel2013-02-161-0/+2
* Eliminate the PC_CURTHREAD symbol and load the current thread'smarcel2013-02-123-35/+33
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-244/+224
* Now that we actually use more memory descriptors, make sure to dumpmarcel2013-02-121-1/+4
* 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
OpenPOWER on IntegriCloud