summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Bring up-to-date:marcel2010-03-271-15/+44
* Implement interrupt to CPU binding. Assign interrupts to CPUs in amarcel2010-03-276-6/+63
* Remove nx_pcibus from the nexus resource. Nexus is not involvedmarcel2010-03-272-83/+0
* Rename disable_intr() to ia64_disable_intr() and rename enable_intr()marcel2010-03-267-26/+26
* Only use the interval timer for clock interrupts on the BSP andmarcel2010-03-263-50/+55
* Fix the ia64 build.nwhitehorn2010-03-261-1/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-252-5/+5
* 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
* Disable interrupts when calling into SAL for PCI configurationmarcel2010-03-221-3/+8
* Define curthread as an inline function that loads the thread pointermarcel2010-03-221-0/+10
* Print MD fields in the pcpu to aid debugging.marcel2010-03-211-0/+7
* Don't include <machine/_regset.h> when _MACHINE_REGSET_H_ in defined.marcel2010-03-212-0/+4
* 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-1713-376/+421
* Have cpu_throw() loop on blocked_lock as well. This bug has existedmarcel2010-03-151-8/+17
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-131-1/+0
* Accidentally committed test code. Remove it.nwhitehorn2010-03-111-1/+0
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-117-8/+19
* Remove inclusion of <i386/include/psl.h>marcel2010-03-091-3/+1
* Remove support for SYS_RES_DRQ.marcel2010-03-091-21/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Interrupt related cleanups:marcel2010-02-276-227/+180
* 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-212-6/+0
* Adjust style (following the already existing rules) for the newlyattilio2010-02-151-1/+1
* Some code cleanups:marcel2010-02-141-4/+10
* Some code churn:marcel2010-02-1413-70/+86
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-101-0/+1
* Fix single-stepping when the kernel was entered through the EPC syscallmarcel2010-02-061-4/+5
* In pci_cfgregread() and pci_cfgregwrite(), validate the arguments and checkmarcel2010-01-281-14/+49
* 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-142-0/+158
* Fix previous commitr:. efi_var_set() was copied from efi_var_get(),marcel2010-01-142-4/+4
* Add wrappers for the RT Variable Services. While here, translate themarcel2010-01-142-3/+74
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-115-72/+212
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representativemarcel2010-01-021-1/+1
* Revamp bus_space access functions:marcel2009-12-307-531/+782
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Use unordered memory loads and stores for the in* and out*marcel2009-12-261-18/+12
* Export the bus, cpu and itc frequencies under the hw.freq sysctl node.marcel2009-12-234-27/+43
OpenPOWER on IntegriCloud