summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-061-3/+0
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-011-3/+3
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-1/+1
* Rev. 228360 moved the call to cpu_set_upcall() to happen beforemarcel2012-02-081-1/+1
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+15
* Add parentheses where required. Without them, `sizeof LDBL_MAX'das2012-01-201-4/+4
* Add the CAM Target Layer (CTL).ken2012-01-121-1/+2
* Flip on IEEE80211_SUPPORT_MESH and AH_SUPPORT_AR5416, theadrian2012-01-051-0/+9
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+10
* Eliminate vestiges of page coloring.alc2011-12-151-2/+1
* Replace __signed by signed.ed2011-12-131-1/+1
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-074-5/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-074-4/+4
* Adjust the debugger options slightly. This should help me do the rightkensmith2011-10-271-2/+5
* Move the debugging support to its own section. This matches what iskensmith2011-10-261-7/+9
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+9
* Add a warning about why sbp(4) is commented out so that curious folkskensmith2011-10-191-0/+1
* Comment out the sbp(4) driver for architectures that support it.kensmith2011-10-181-1/+1
* Remove unused define.kib2011-10-071-1/+0
* Remove locking of the vm page queues from several pmaps, which onlykib2011-09-281-2/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-162-4/+4
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-112-0/+4
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-16/+16
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-14/+13
* Fix kernel core dumps now that the kernel is using PBVM. The basicmarcel2011-08-061-1/+4
* Follow-up commit: refactor pmap_kextract() to make it easier tomarcel2011-08-051-17/+28
* Remove stray semicolon in pmap_kextract() that turned the conditionalmarcel2011-08-051-1/+1
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.attilio2011-07-191-1/+1
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesattilio2011-07-191-2/+2
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-2/+5
* Enable NEW_PCIB by default on ia64.jhb2011-07-181-0/+2
* Implement bus_adjust_resource() for the ia64 nexus driver.jhb2011-07-181-17/+34
* Don't assume pmap_mapdev() gets called only for memory mapped I/Omarcel2011-07-161-3/+29
* Don't send EOI to the CPU before we handled the interrupt. This couldmarcel2011-07-162-4/+7
* Add a few more helper functions for working with memory descriptors:marcel2011-07-162-4/+54
* Implement basic support for memory attributes. At this time we onlymarcel2011-07-083-27/+121
* Disable PREEMPTION for now. See also PR ia64/147501.marcel2011-07-041-1/+1
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-9/+7
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-021-1/+1
* Change the management of nested faults by switching to physicalmarcel2011-06-302-133/+122
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-2/+2
* Oops. The sec field of struct bintime is *not* a 32-bit type.marcel2011-06-251-1/+1
* Define the minimum fractional period in terms of hz. We know hz ismarcel2011-06-251-2/+2
OpenPOWER on IntegriCloud