summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-3/+3
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* follow up to r254051avg2013-08-091-2/+1
* enable KDB_TRACE in GENERICsavg2013-08-071-1/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+2
* Back out r253779 & r253786.obrien2013-07-311-1/+0
* Decouple yarrow from random(4) device.obrien2013-07-291-0/+1
* Revert r253748,253749avg2013-07-281-2/+2
* put contents of cpu.h under _KERNELavg2013-07-281-2/+2
* In pci_cfgregread() and pci_cfgregwrite(), multiplex the domain andmarcel2013-07-231-2/+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
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+39
* Move definitions required by userland applications out of acpica_machdep.h.jkim2013-06-271-7/+2
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...achim2013-05-241-0/+1
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-1/+2
* Tidy up some CVS workarounds.peter2013-05-122-2/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-121-1/+1
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+54
* Merge from projects/counters:glebius2013-04-081-1/+2
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-1/+0
* 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-262-8/+9
|\ \ | |/
| * kernacc() expects all KVAs to be covered in the kernel map. With themarcel2013-02-252-8/+9
* | MFCattilio2013-02-241-1/+1
|\ \ | |/
| * Enable PREEMPTION by default now that PR 147501 has been fixed.marcel2013-02-231-1/+1
* | 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
* Eliminate padding by moving 'narg' next to 'code'. Both are 32-bitmarcel2013-02-121-1/+1
* 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
* Remove firewire devices missed in r244992.hrs2013-01-041-5/+0
* Enable the UFS quotas for big-iron GENERIC kernels.kib2013-01-031-0/+1
* As discussed on -current last October, remove the firewire drivers fromdes2013-01-031-1/+0
* 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-282-21/+37
* Port the new PV entry allocator from amd64/i386. This allocator has twoalc2012-10-262-233/+445
* 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-082-2/+0
* Use pmap_kextract(x) rather than pmap_extract(kernel_pmap, x). Themarcel2012-08-181-1/+1
OpenPOWER on IntegriCloud