summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64
Commit message (Expand)AuthorAgeFilesLines
* MFC r282120:hselasky2015-05-051-2/+2
* Repair ia64 build after r278347 - remove const from set_mcontextpeter2015-02-081-1/+1
* Make sure all memory updates are made visible before we let gomarcel2014-09-221-0/+2
* Fix the PCPU access macros. It was found that the PCPU pointer, whenmarcel2014-09-064-12/+12
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-011-16/+15
* Update an assertion to reflect the changes made in r270439. This is aalc2014-08-301-2/+2
* Make sure the psr field in the trapframe (which holds the value of cr.ipsr)marcel2014-08-251-1/+1
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-241-6/+10
* MFC r263815, r263872:emaste2014-08-2110-10/+10
* MFC r263380 & r268185: Add KTR events for the PMAP interface functions.marcel2014-07-022-52/+161
* MFC r263323: Fix and improve exception tracing.marcel2014-07-027-80/+427
* MFC r263254: Move the implementation of kdb_cpu_trap() from <machine/kdb.h>marcel2014-07-021-0/+13
* MFC r263253: Don't use the ITC as the faulting address for externalmarcel2014-07-022-3/+3
* MFC r263248 & r263257: In intr_event_handle() we already save and setmarcel2014-07-023-7/+10
* MFC r262726: When reading physical memory, make sure to access it usingmarcel2014-07-021-51/+58
* MFC r259959 & r260009: Add prototypical support for minidumps.marcel2014-07-021-21/+151
* MFC r257484: Change PAL_PTCE_INFO related variables.marcel2014-07-021-10/+10
* MFC r257477: Purge the translation cache of APs before we unleash them.marcel2014-07-022-18/+5
* MFC 257475: Respect the kern.smp.disabled tunable.marcel2014-07-021-0/+5
* MFC 263036, 263059: delete advertising clause in licenses, renumber.ian2014-05-171-1/+1
* Merge r264984scottl2014-05-071-1/+1
* MFC r260914:marcel2014-02-161-2/+4
* MFC r260666:marcel2014-02-161-1/+1
* MFC r259244:marcel2014-02-161-6/+4
* MFC r257910:marcel2014-02-161-2/+0
* MFC r257487:marcel2014-02-162-4/+4
* MFC r257228:kib2013-12-171-0/+11
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-31/+0
* On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-061-22/+0
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+44
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-2/+2
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+2
* In ia64_mca_init(), don't limit the allocation of the info block tomarcel2013-07-231-2/+2
* In pmap_mapdev(), if the physical memory range is not covered by an EFImarcel2013-07-231-1/+1
* 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
OpenPOWER on IntegriCloud