summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isalc2008-07-151-3/+3
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outdelphij2008-07-071-0/+1
* Add inline function ia64_fc_i() to abstract inline assembly.marcel2008-07-072-1/+10
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Work-around a compiler optimization bug, that broke libthr. Massivemarcel2008-05-281-1/+1
* Account for IPI_PREEMPT. We don't want to call sched_preempt() withmarcel2008-05-231-4/+10
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-8/+0
* Create the bucket mutexes with MTX_NOWITNESS. There's now amarcel2008-05-221-1/+1
* We can call ia64_flush_dirty() when the corresponding process ismarcel2008-05-211-3/+6
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-7/+0
* Add a stub for pmap_align_superpage() on machines that don't (yet)alc2008-05-091-0/+10
* Unbreak previous commit. While here, refactor the code a bit.marcel2008-04-251-13/+10
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-1/+8
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-222-3/+0
* Make genclock standard on all platforms.phk2008-04-211-1/+0
* Sanitize the malloc types: M_PMAP is not used in pmap.c, so don'tmarcel2008-04-192-5/+3
* Remove cruft we got from Alpha, which was probably inheritedmarcel2008-04-181-31/+6
* Use genclock for RTC handling. This eliminates the MD versions formarcel2008-04-153-135/+51
* Support and switch to the ULE scheduler:marcel2008-04-154-3/+18
* Revision 1.9 changes the delivery mode from the magic constant 0marcel2008-04-141-1/+1
* - Pass the irq and not the vector to intr_event_create().jeff2008-04-111-1/+1
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-1/+1
* Unbreak after removal of SI_SUB_MOUNT_ROOT.marcel2008-04-091-12/+1
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-46/+4
* Better implement I-cache invalidation. The previous implementationmarcel2008-03-304-89/+60
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-271-0/+1
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-1/+1
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-262-8/+0
* Simplify the interrupt code a bit:jhb2008-03-171-4/+1
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+11
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* BUS_DMA_ISA is left over from Alpha, and is not used in the tree atimp2008-03-151-1/+1
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-1/+1
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-0/+6
* - Fix build breakage; there was a reference to a removed syscall injeff2008-03-121-4/+3
* Remove kernel support for M:N threading.jeff2008-03-124-11/+0
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-0/+7
* Re-sort options. While here:marcel2008-02-161-5/+8
* On Montecito processors, the instruction cache is in fact notmarcel2008-02-142-0/+19
* Allocate a stack for thread0 and switch to it before callingmarcel2008-02-043-21/+34
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-6/+6
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-071-0/+1
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Use correct function name in panic messageimp2008-01-031-1/+1
* Fix obsolete comment. pmap_remove_all is the function we're in.imp2008-01-031-2/+1
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+2
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Add a BSD disklabel backend to g_part:marcel2007-12-061-1/+1
* Break out stack(9) from ddb(4):rwatson2007-12-023-12/+58
OpenPOWER on IntegriCloud