summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-027-15/+26
* Make sure fpswa_iface equals NULL when bootinfo.bi_fpswa equals 0.marcel2005-03-021-1/+2
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-011-0/+2
* Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy.delphij2005-02-251-3/+0
* Use a common multi-inclusion protection, and add such aru2005-02-191-1/+6
* s/descr/oid_descr/marcel2005-02-091-1/+1
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-18/+13
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-28/+33
* Build cpufreq and acpi_perf on platforms that are likely to be able tonjl2005-02-051-0/+4
* Include sys/bus.h before sys/cpu.h. The latter needs device_t.marcel2005-02-041-0/+1
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+12
* nit in /*-imp2005-01-311-1/+1
* Fix handling of post increment: Either the first or second operandmarcel2005-01-271-1/+4
* Fix compile errors. Bah.scottl2005-01-181-2/+2
* Fix an assignment that I missed in the last commit.scottl2005-01-151-1/+1
* Add bus_dmamap_load_mbuf_sg() to ia64scottl2005-01-152-6/+41
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-141-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0662-63/+64
* Further enhance the handling of misaligned loads and stores:marcel2005-01-023-23/+59
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+2
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-0/+4
* Fix the last of the instability and the cause of the annoyingmarcel2004-12-121-2/+6
* Use primitive types to avoid creating an artificial header dependency:marcel2004-12-111-11/+11
* Don't obtain the HCDP address directly from the bootinfo structure.marcel2004-12-082-0/+8
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-012-2/+2
* Whitespace fixes:marcel2004-11-281-33/+18
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-273-4/+3
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-212-17/+12
* Remove UAREA_PAGES.das2004-11-201-1/+0
* U areas are going away, so don't allocate one for process 0.das2004-11-201-4/+1
* user.h is included only to get pcb.h, so use the latter directly instead.das2004-11-201-1/+1
* Remove the BR tag. When the machine doesn't have the DIG64 HCDPmarcel2004-11-141-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* Use bioq_takefirst()phk2004-10-231-3/+1
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Print flags in the nexus for child devices.njl2004-10-141-0/+2
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-112-0/+9
* Add the Madison II, which is the second generation Madison. The Madison IImarcel2004-10-061-0/+3
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-021-5/+2
* ...And fix WITNESS builds: declare syscallnames.marcel2004-09-261-0/+4
* Fix INVARIANTS build: Include <machine/cpu.h>.marcel2004-09-261-0/+1
* Move the IA-32 trap handling from trap() to ia32_trap(). Move themarcel2004-09-255-299/+373
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-236-258/+212
* s/u_int#_t/uint#_t/gmarcel2004-09-221-20/+20
* For the atomic_{add|clear|set|subtract} family of inlines, return themarcel2004-09-221-2/+4
* MFp4: various style fixes, includingmarcel2004-09-221-248/+239
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-2/+4
* MFp4:marcel2004-09-198-199/+353
* Release the page queues lock earlier in pmap_protect() and pmap_remove() inalc2004-09-181-3/+2
OpenPOWER on IntegriCloud