summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove support for SKI: HP's Itanium simulator. It's pretty much notmarcel2012-08-184-460/+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-083-4/+13
* 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-074-80/+82
* Hide the creation of phys_avail behind an API to make it easier to do itmarcel2012-07-075-153/+269
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+41
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* Improve style(9) in the previous commit.jkim2012-06-011-2/+2
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-011-0/+7
* pmap_alloc_vhpt() doesn't need the pages that it allocates to be mappedalc2012-06-011-6/+8
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* Don't assume we have legacy PICs (i.e. 8259A in cascade) at the legacymarcel2012-05-041-9/+0
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-2/+2
* Remove pty(4) from our kernel configurations.ed2012-03-212-2/+0
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-1/+1
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-192-2/+2
* Move userland bits (and some common kernel bits) from amd64 and i386tijl2012-03-191-1/+1
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-182-10/+42
OpenPOWER on IntegriCloud