aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagKonstantin Belousov2011-08-091-14/+13
* Fix kernel core dumps now that the kernel is using PBVM. The basicMarcel Moolenaar2011-08-061-1/+4
* Follow-up commit: refactor pmap_kextract() to make it easier toMarcel Moolenaar2011-08-051-17/+28
* Remove stray semicolon in pmap_kextract() that turned the conditionalMarcel Moolenaar2011-08-051-1/+1
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.Attilio Rao2011-07-191-1/+1
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesAttilio Rao2011-07-191-2/+2
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-181-2/+5
* Enable NEW_PCIB by default on ia64.John Baldwin2011-07-181-0/+2
* Implement bus_adjust_resource() for the ia64 nexus driver.John Baldwin2011-07-181-17/+34
* Don't assume pmap_mapdev() gets called only for memory mapped I/OMarcel Moolenaar2011-07-161-3/+29
* Don't send EOI to the CPU before we handled the interrupt. This couldMarcel Moolenaar2011-07-162-4/+7
* Add a few more helper functions for working with memory descriptors:Marcel Moolenaar2011-07-162-4/+54
* Implement basic support for memory attributes. At this time we onlyMarcel Moolenaar2011-07-083-27/+121
* Disable PREEMPTION for now. See also PR ia64/147501.Marcel Moolenaar2011-07-041-1/+1
* MFCAttilio Rao2011-07-042-134/+123
|\
| * When iterating over a paging queue, explicitly check for PG_MARKER, insteadAlan Cox2011-07-021-1/+1
| * Change the management of nested faults by switching to physicalMarcel Moolenaar2011-06-302-133/+122
* | MFCAttilio Rao2011-06-301-2/+2
|\|
| * Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisAlan Cox2011-06-291-2/+2
* | MFCAttilio Rao2011-06-267-137/+159
|\|
| * Oops. The sec field of struct bintime is *not* a 32-bit type.Marcel Moolenaar2011-06-251-1/+1
| * Define the minimum fractional period in terms of hz. We know hz isMarcel Moolenaar2011-06-251-2/+2
| * Replace the original copyright notice with my own. Everything inMarcel Moolenaar2011-06-251-30/+22
| * Update copyright.Marcel Moolenaar2011-06-251-1/+1
| * Switch to the event timers infrastructure. This includes:Marcel Moolenaar2011-06-257-106/+136
* | MFCAttilio Rao2011-06-241-2/+2
|\|
| * Unblock the outgoing thread after we performed pmap_switch() toMarcel Moolenaar2011-06-231-2/+2
* | MFCAttilio Rao2011-06-221-1/+1
|\|
| * Use a non-standard page size that is supported.Alan Cox2011-06-211-1/+1
* | MFCAttilio Rao2011-06-193-96/+88
|\|
| * Improve on style(9)Marcel Moolenaar2011-06-171-94/+73
| * Properly serialize the global shootdown with the instructionMarcel Moolenaar2011-06-172-2/+15
* | Remove the usage of pc_cpumask and pc_other_cpus from ia64.Attilio Rao2011-06-151-9/+7
|/
* Add the model number for the Montvale processor (marketed as Itanium 2 9100).Marcel Moolenaar2011-06-111-0/+3
* MFCAttilio Rao2011-06-071-0/+2
|\
| * Call set_cputicker() to have the time counter use the ITC register.Marcel Moolenaar2011-06-071-0/+2
* | MFCAttilio Rao2011-06-063-18/+47
|\|
| * Improve cpu_idle():Marcel Moolenaar2011-06-063-18/+47
* | MFCAttilio Rao2011-05-313-6/+6
|\|
| * On multi-core, multi-threaded PPC systems, it is important that the threadsNathan Whitehorn2011-05-313-6/+6
* | MFCAttilio Rao2011-05-144-23/+25
|\|
| * Prefer switching the memory stack from user to kernel *before* switchingMarcel Moolenaar2011-05-141-3/+4
| * Sharpening the saw:Marcel Moolenaar2011-05-141-8/+12
| * Be pedantic: mark the pcpu pointer (= register r13) itself as volatile.Marcel Moolenaar2011-05-141-1/+1
| * Turn ia64_srlz() and ia64_srlz_i() into defines so that the code isMarcel Moolenaar2011-05-141-11/+8
* | MFCAttilio Rao2011-05-131-0/+2
|\|
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+2
* | Fix remaining bits that actually weren't converted by mistake.Attilio Rao2011-05-131-3/+4
* | MFCAttilio Rao2011-05-071-0/+22
|\|