summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Unblock the outgoing thread after we performed pmap_switch() tomarcel2011-06-231-2/+2
* Use a non-standard page size that is supported.alc2011-06-211-1/+1
* Improve on style(9)marcel2011-06-171-94/+73
* Properly serialize the global shootdown with the instructionmarcel2011-06-172-2/+15
* Add the model number for the Montvale processor (marketed as Itanium 2 9100).marcel2011-06-111-0/+3
* MFCattilio2011-06-071-0/+2
|\
| * Call set_cputicker() to have the time counter use the ITC register.marcel2011-06-071-0/+2
* | MFCattilio2011-06-063-18/+47
|\ \ | |/
| * Improve cpu_idle():marcel2011-06-063-18/+47
| * On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-313-6/+6
* | MFCattilio2011-05-313-6/+6
* | MFCattilio2011-05-144-23/+25
|\ \ | |/
| * Prefer switching the memory stack from user to kernel *before* switchingmarcel2011-05-141-3/+4
| * Sharpening the saw:marcel2011-05-141-8/+12
| * Be pedantic: mark the pcpu pointer (= register r13) itself as volatile.marcel2011-05-141-1/+1
| * Turn ia64_srlz() and ia64_srlz_i() into defines so that the code ismarcel2011-05-141-11/+8
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* | MFCattilio2011-05-131-0/+2
* | Fix remaining bits that actually weren't converted by mistake.attilio2011-05-131-3/+4
* | MFCattilio2011-05-071-0/+22
|\ \ | |/
| * In pmap_kextract(), return the physical address for PBVM virtualmarcel2011-05-071-0/+22
| * Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-061-22/+0
* | MFCattilio2011-05-061-22/+0
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-053-9/+10
|/
* Don't use the whole region 5 for KVA, because the CPU may not implement allmarcel2011-05-021-1/+2
* Stop linking against a direct-mapped virtual address and insteadmarcel2011-04-3012-304/+520
* Change rman_manage_region() to actually honor the rm_start and rm_endjhb2011-04-291-1/+1
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* Remove prototypes of non-existent functions.marcel2011-04-251-5/+0
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-241-10/+9
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pagemarcel2011-04-031-1/+5
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-012-0/+20
* Eliminate an unused definition.alc2011-03-261-3/+0
* Fix switching to physical mode as part of calling into EFI runtimemarcel2011-03-2110-273/+304
* Change region 4 to be part of the kernel. This serves 2 purposes:marcel2011-03-215-46/+40
* For now remove options FLOWTABLE from the remaining GENERIC kernelbz2011-03-191-2/+0
* o Move the IVT and supporting functions to the front of the textmarcel2011-03-183-31/+74
* Remove inclusion of unneeded bootinfo.h header.marcel2011-03-181-1/+0
* Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk aboutmarcel2011-03-186-26/+26
* MFaltix:marcel2011-03-162-2/+49
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Comment-out FLOWTABLE. It causes a kernel panic due to a misaligned memorymarcel2011-02-061-1/+2
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-3/+2
* Remove empty dev_mem_md_init() stubs.jkim2011-01-171-5/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
OpenPOWER on IntegriCloud