aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* In the nested TLB fault handler, for a direct-mapped address, makeMarcel Moolenaar2014-01-151-1/+1
* Implement atomic_swap_<type>.Marcel Moolenaar2014-01-011-0/+28
* Add a virt_foreach() that does the same as what phys_foreach() does andMarcel Moolenaar2013-12-281-8/+94
* Add the scaffolding for minidumps. They're just like physical dumps,Marcel Moolenaar2013-12-271-21/+65
* Allow pmap_remove_pages() to be called for physical maps notMarcel Moolenaar2013-12-121-6/+4
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+0
* Don't enable interrupts before we call sched_throw(). InterruptsMarcel Moolenaar2013-11-101-2/+0
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox2013-11-081-10/+2
* Use LOG2_ID_PAGE_SIZE again for the identity mapping in regions 6 & 7.Marcel Moolenaar2013-11-013-4/+9
* The PAL_PTCE_INFO function returns the counts and strides of theMarcel Moolenaar2013-11-011-10/+10
* Purge the translation cache of APs before we unleash them. To thatMarcel Moolenaar2013-10-313-18/+6
* Respect the kern.smp.disabled tunable. When we're scanning the MADT inMarcel Moolenaar2013-10-311-0/+5
* Add bus_dmamap_load_ma() function to load map with the array ofKonstantin Belousov2013-10-271-0/+11
* The pmap function pmap_clear_reference() is no longer used. Remove it.Alan Cox2013-09-201-31/+0
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-2/+2
* On those machines, where sf_bufs do not represent any real object, makeGleb Smirnoff2013-09-062-22/+12
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,Alan Cox2013-08-291-0/+44
* Revert r254501. Instead, reuse the type stability of the struct pmapKonstantin Belousov2013-08-221-2/+2
* Add process descriptors support to the GENERIC kernel. It is already beingPawel Jakub Dawidek2013-08-181-2/+3
* Tidy up global locks for ACPICA. There is no functional change.Jung-uk Kim2013-08-131-3/+3
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-091-12/+10
* follow up to r254051Andriy Gapon2013-08-091-2/+1
* enable KDB_TRACE in GENERICsAndriy Gapon2013-08-071-1/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+2
* Back out r253779 & r253786.David E. O'Brien2013-07-311-1/+0
* Decouple yarrow from random(4) device.David E. O'Brien2013-07-291-0/+1
* Revert r253748,253749Andriy Gapon2013-07-281-2/+2
* put contents of cpu.h under _KERNELAndriy Gapon2013-07-281-2/+2
* In pci_cfgregread() and pci_cfgregwrite(), multiplex the domain andMarcel Moolenaar2013-07-231-2/+2
* In ia64_mca_init(), don't limit the allocation of the info block toMarcel Moolenaar2013-07-231-2/+2
* In pmap_mapdev(), if the physical memory range is not covered by an EFIMarcel Moolenaar2013-07-231-1/+1
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.Konstantin Belousov2013-07-011-0/+39
* Move definitions required by userland applications out of acpica_machdep.h.Jung-uk Kim2013-06-271-7/+2
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...Achim Leubner2013-05-241-0/+1
* o Relax locking assertions for vm_page_find_least()Attilio Rao2013-05-211-1/+2
* Tidy up some CVS workarounds.Peter Wemm2013-05-122-2/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-072-7/+4
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'Edward Tomasz Napierala2013-04-121-1/+1
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+54
* Merge from projects/counters:Gleb Smirnoff2013-04-081-1/+2
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-1/+0
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of theKonstantin Belousov2013-03-141-0/+24
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-5/+6
* MFcalloutng:Alexander Motin2013-02-281-15/+7
* MFcalloutng:Davide Italiano2013-02-281-3/+4
* kernacc() expects all KVAs to be covered in the kernel map. With theMarcel Moolenaar2013-02-252-8/+9
* Enable PREEMPTION by default now that PR 147501 has been fixed.Marcel Moolenaar2013-02-231-1/+1
* Close a race relating to setting the PCPU pointer (r13). Register r13Marcel Moolenaar2013-02-171-5/+5
* Return EFAULT when the address is not a kernel virtual address.Marcel Moolenaar2013-02-161-0/+2