summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstharti2003-02-041-11/+16
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-032-10/+20
* Don't use the 'c' partition for mounting root. A disklabel is verymarcel2003-02-031-2/+1
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-2/+0
* We don't need sscopen() and sscclose().phk2003-02-021-53/+9
* Export IA32 from opt_ia32.h to assembly so that we can eliminatemarcel2003-02-022-0/+16
* Remove special casing for running in the simulator from the kernelmarcel2003-02-0115-428/+66
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-011-1/+1
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-013-5/+5
* Remove D_CANFREE from sscdisk.c.phk2003-01-301-4/+2
* Unbreak SMP cases for these architectures.julian2003-01-271-1/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-262-4/+4
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-262-0/+2
* Fix pmap_extract so that it doesn't panic if the user typesdfr2003-01-241-3/+10
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-13/+13
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-211-7/+15
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-3/+22
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2003-01-201-2/+0
* Don't try to free() map in bus_dmamap_destroy() when it'smux2003-01-181-1/+1
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-16/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-69/+0
* Move ia64_sapics and ia64_sapic_count from interrupt.c to sapic.cmarcel2003-01-062-24/+59
* Move the itm reload to a single place rather than having two identicalpeter2003-01-061-2/+2
* Replace the hardcoding of 255 as the clock interrupt vector withmarcel2003-01-064-3/+5
* Manually inline handleclock(). There's only a single caller andmarcel2003-01-063-9/+2
* Count interrupts as soon as possible. This makes sure interrupts aremarcel2003-01-061-3/+3
* Don't hardcode the address of the local (S)APIC (aka processormarcel2003-01-054-2/+33
* Bump the number of interrupts from 65 to 257. This is a waste ofmarcel2003-01-051-1/+1
* Handle 3-digit interrupt numbers (vectors). While here, change themarcel2003-01-052-6/+10
* Make all memory I/O addresses (explicitly) 64-bit. Memory mappedmarcel2003-01-051-11/+11
* Provide a null-implementation for bus_space_unmap, like i386.marcel2003-01-051-2/+5
* Adopt, adapt and improve:marcel2003-01-051-31/+33
* Hold the page queues lock around pmap_remove_pte() in pmap_enter().alc2003-01-041-0/+2
* Make this build and sync-up:marcel2003-01-031-6/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* Synchronize to kern/syscalls.master:1.139.rwatson2002-12-291-0/+4
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* More MFp4: DIG64 structures.marcel2002-12-181-0/+90
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-10/+23
* Check that the dump device is large enough. Otherwise we couldmarcel2002-12-171-0/+10
* Regen: swapoffmarcel2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.marcel2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* SCARGS removal take II.alfred2002-12-143-134/+129
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-133-129/+134
* Remove SCARGS.alfred2002-12-133-134/+129
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+1
* Use one of the bi_spare entries for the DIG64 HCDP table address.marcel2002-12-081-1/+2
* Disable SMP. It reduces the chance that the kernel boots. On topmarcel2002-12-081-1/+1
* MFi386alc2002-12-021-0/+2
OpenPOWER on IntegriCloud