summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'snetchild2006-06-152-2/+0
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-4/+2
* Add the ability to subset the devices that UART pulls in. This allowsimp2006-06-121-0/+3
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-4/+44
* EISA bus ia64 systems don't exist in reality. I'm told they may exist inimp2006-06-021-1/+0
* Correct a syntax error in the previous revision.alc2006-06-011-1/+1
* After much discussion with mjacob and scottl, change bus_dmamem_alloc sosilby2006-06-011-33/+11
* Since it's to all intents and purposes identicalmjacob2006-05-311-6/+42
* Unbreak after previous commit. While here, improve function namingmarcel2006-05-271-26/+26
* Update to new console api.phk2006-05-261-16/+10
* Add le(4). I could actually only test it on alpha, i386 and sparc64 butmarius2006-05-171-1/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-163-3/+0
* Fix braino in previous commit: Don't redefine OID_AUTO to somethingmarcel2006-05-111-5/+0
* Remove more straggling CPU_ macro referencesphk2006-05-111-3/+3
* Clean out sysctl machdep.* related defines.phk2006-05-111-13/+1
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-2/+0
* In nexus_teardown_intr(), actually remove the handler.marcel2006-04-211-6/+4
* Set the rid of the resource obtained from rman_reserve_resource.imp2006-04-201-0/+1
* Retire pmap_track_modified(). We no longer need it because we do notalc2006-04-121-19/+8
* Improve handling of IPI_STOP:marcel2006-04-031-10/+7
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-4/+1
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+2
* Fix the hw.realmem sysctl. The global realmem variable is a count ofjhb2006-02-141-1/+1
* Correct the spinlock nesting of the idle thread of the APs before wemarcel2006-02-111-12/+10
* Simplify system time accounting for profiling.phk2006-02-082-10/+6
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-1/+1
* Allocate memory for the MCA state information with M_NOWAIT. We canmarcel2006-02-071-1/+1
* Remove devices acpi & mem, as they are in defaults already.marcel2006-02-021-2/+0
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/marcel2006-01-281-1/+1
* o Add missing relocations.marcel2006-01-181-24/+30
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-174-91/+91
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-0/+1
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-3/+3
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-1/+3
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+3
* MI changes:netchild2005-12-311-0/+8
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-15/+4
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-2/+2
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-061-3/+3
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-274-10/+1
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-212-2/+13
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-14/+65
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-19/+11
OpenPOWER on IntegriCloud