summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64
Commit message (Expand)AuthorAgeFilesLines
* Provide more examples for error injection.marcel2010-07-061-1/+6
* Allocate and setup an interrupt vector for corrected machine checks.marcel2010-07-032-0/+36
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* The ptc.g operation for the Mckinley and Madison processors has themarcel2010-06-122-6/+67
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Bump MAX_BPAGES from 256 to 1024. It seems that a few drivers, bge(4)marcel2010-06-112-5/+4
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-14/+14
* Simplify the inner loop of get_pv_entry(): While iterating over the page'salc2010-05-301-2/+2
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-05-291-1/+1
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-2/+6
* Change ia64' struct syscall_args definition so that args is a pointer tokib2010-05-241-5/+3
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-56/+55
* Reorganize syscall entry and leave handling.kib2010-05-232-94/+46
* - Adjust the whitespace for the lines that output fields in 'show pcpu' injhb2010-05-211-5/+5
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-5/+13
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-11/+10
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-2/+6
* MFamd64/i386 r207205alc2010-04-291-11/+5
* - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-281-98/+6
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-3/+32
* Populate the sysctl tree with any MCA records we collected.marcel2010-04-131-46/+89
* Change the (generic) argument to ia64_store_mca_state() from themarcel2010-04-131-7/+8
* Implement interrupt to CPU binding. Assign interrupts to CPUs in amarcel2010-03-275-5/+60
* Remove nx_pcibus from the nexus resource. Nexus is not involvedmarcel2010-03-271-40/+0
* Rename disable_intr() to ia64_disable_intr() and rename enable_intr()marcel2010-03-264-20/+18
* Only use the interval timer for clock interrupts on the BSP andmarcel2010-03-262-48/+55
* Fix the ia64 build.nwhitehorn2010-03-261-1/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-3/+3
* o Remove the pmap argument to pmap_invalidate_all() as it's not usedmarcel2010-03-221-30/+11
* Drop the pmap argument to pmap_invalidate_page(). It's not used othermarcel2010-03-221-19/+17
* With preemption, the high FP registers may get enabled by cpu_switch()marcel2010-03-221-2/+0
* Fix interrupt handling by extending the critical region so thatmarcel2010-03-224-34/+19
* Print MD fields in the pcpu to aid debugging.marcel2010-03-211-0/+7
* Don't check for boot_verbose in the environment. The loader doesmarcel2010-03-201-11/+1
* Revamp the interrupt code based on the previous commit:marcel2010-03-179-343/+385
* Have cpu_throw() loop on blocked_lock as well. This bug has existedmarcel2010-03-151-8/+17
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-113-6/+6
* Remove inclusion of <i386/include/psl.h>marcel2010-03-091-3/+1
* Remove support for SYS_RES_DRQ.marcel2010-03-091-21/+1
* Interrupt related cleanups:marcel2010-02-273-111/+163
* Prefer I-units and M-units for nop instructions. This works aroundmarcel2010-02-225-58/+58
* Normalize nop instructions: Only use 0 for the immediate operand.marcel2010-02-211-3/+3
* Remove pm_active from struct pmap as it serves no purpose.marcel2010-02-211-5/+0
* Some code churn:marcel2010-02-147-23/+58
* Fix single-stepping when the kernel was entered through the EPC syscallmarcel2010-02-061-4/+5
* In cpu_switch(), use an atomic operation to set the td_lockmarcel2010-01-271-1/+1
* Remove cpu_boot() and call efi_reset_system() directly frommarcel2010-01-231-8/+1
* Add ioctl requests to /dev/io on ia64 for reading and writingmarcel2010-01-141-0/+140
* Fix previous commitr:. efi_var_set() was copied from efi_var_get(),marcel2010-01-141-3/+3
* Add wrappers for the RT Variable Services. While here, translate themarcel2010-01-141-2/+70
OpenPOWER on IntegriCloud