aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* user.h is included only to get pcb.h, so use the latter directly instead.David Schultz2004-11-201-1/+1
* Remove the BR tag. When the machine doesn't have the DIG64 HCDPMarcel Moolenaar2004-11-141-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-1/+1
* Use bioq_takefirst()Poul-Henning Kamp2004-10-231-3/+1
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-6/+1
* Print flags in the nexus for child devices.Nate Lawson2004-10-141-0/+2
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.Nate Lawson2004-10-112-0/+9
* Add the Madison II, which is the second generation Madison. The Madison IIMarcel Moolenaar2004-10-061-0/+3
* The physical address stored in the vm_page is page aligned. There is noAlan Cox2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). TheseAlan Cox2004-10-021-5/+2
* ...And fix WITNESS builds: declare syscallnames.Marcel Moolenaar2004-09-261-0/+4
* Fix INVARIANTS build: Include <machine/cpu.h>.Marcel Moolenaar2004-09-261-0/+1
* Move the IA-32 trap handling from trap() to ia32_trap(). Move theMarcel Moolenaar2004-09-255-299/+373
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-236-258/+212
* s/u_int#_t/uint#_t/gMarcel Moolenaar2004-09-221-20/+20
* For the atomic_{add|clear|set|subtract} family of inlines, return theMarcel Moolenaar2004-09-221-2/+4
* MFp4: various style fixes, includingMarcel Moolenaar2004-09-221-248/+239
* - Add support for "paging" in stack trace output. That is, when you doJohn Baldwin2004-09-201-2/+4
* MFp4:Marcel Moolenaar2004-09-198-199/+353
* Release the page queues lock earlier in pmap_protect() and pmap_remove() inAlan Cox2004-09-181-3/+2
* Provide our own FPSWA definitions, instead of depending on the IntelMarcel Moolenaar2004-09-174-50/+55
* Remove useless inclusion of <machine/fpu.h>Marcel Moolenaar2004-09-171-1/+0
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-151-9/+8
* Catch up with other platforms: switch the default scheduler to 4BSD.Marcel Moolenaar2004-09-122-2/+4
* Fix a problem with tag->boundary inheritence that has existed since day oneScott Long2004-09-081-5/+5
* Sync the busdma code with i386. The most tangible upshot is thatMarcel Moolenaar2004-09-081-207/+153
* Refactor a bunch of scheduler code to give basically the same behaviourJulian Elischer2004-09-051-1/+1
* Add aac(4) and aacp(4). The driver is 64-bit clean for roughly a yearMarcel Moolenaar2004-09-021-0/+2
* Remove an unneeded argument..Julian Elischer2004-08-311-1/+1
* Remove sched_free_thread() which was only usedJulian Elischer2004-08-311-10/+0
* Remove unnecessary check for curthread == NULL.Alan Cox2004-08-301-1/+1
* s/ENTRY/ENTRY_NOPROFILE/g for particular functions that do not followMarcel Moolenaar2004-08-304-8/+8
* Catch up with the drive-by renaming of IA32 to COMPAT_IA32. MissedMarcel Moolenaar2004-08-271-2/+2
* Move the kernel-specific logic to adjust frompc from MI to MD. ForMarcel Moolenaar2004-08-271-0/+15
* The machine-independent parts of the virtual memory system always pass aAlan Cox2004-08-271-16/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-272-2/+0
* Get a step closer to profiling the kernel by fixing the definitionsMarcel Moolenaar2004-08-251-5/+5
* Make profiling actually work. The gcc compiler emits a call to theMarcel Moolenaar2004-08-254-94/+85
* Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list().Nate Lawson2004-08-241-0/+10
* sr(4) definately won't work on IA64.David E. O'Brien2004-08-241-1/+0
* The existing code fails some corner cases. Replace it withArun Sharma2004-08-161-6/+3
* As I said: the previous commit was untested... Remove an #endif whichMarcel Moolenaar2004-08-161-1/+0
* Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It mustMarcel Moolenaar2004-08-162-6/+4
* ITC.{i,d} instructions use format M41 not M42.Arun Sharma2004-08-161-2/+2
* Allocate memory in the unwinder with M_NOWAIT. We may need to provideMarcel Moolenaar2004-08-141-1/+1
* In set_regs(), flush the dirty registers onto the backingstore beforeMarcel Moolenaar2004-08-111-0/+3
* Add __elfN(dump_thread). This function is called from __elfN(coredump)Marcel Moolenaar2004-08-113-77/+59
* Better preserve the original protection for the mappings we maintain.Marcel Moolenaar2004-08-092-222/+140
* Implement single stepping when we leave the kernel through the EPC syscallMarcel Moolenaar2004-08-082-4/+63
* Slightly move labels around to make sure we call ast() on our way outMarcel Moolenaar2004-08-072-13/+5