aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Correct an error in revision 1.170 of this file. When get_pv_entry() isAlan Cox2009-01-181-1/+15
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-12/+0
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.Ed Schouten2008-12-021-1/+1
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-1/+2
* Define mb(), rmb() and wmb() for real.Marcel Moolenaar2008-11-221-3/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Atomically increment the number of awoken APs as all APs willMarcel Moolenaar2008-10-191-1/+1
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-011-22/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atMarius Strobl2008-09-284-47/+5
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-3/+3
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-42/+43
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpDavid E. O'Brien2008-09-232-2/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-203-101/+41
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-2/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isAlan Cox2008-07-151-3/+3
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outXin LI2008-07-071-0/+1
* Add inline function ia64_fc_i() to abstract inline assembly.Marcel Moolenaar2008-07-072-1/+10
* Remove the unused major/minor numbers from iodev and memdev.Ed Schouten2008-06-251-1/+0
* Work-around a compiler optimization bug, that broke libthr. MassiveMarcel Moolenaar2008-05-281-1/+1
* Account for IPI_PREEMPT. We don't want to call sched_preempt() withMarcel Moolenaar2008-05-231-4/+10
* The VM system no longer uses setPQL2(). Remove it and its helpers.Alan Cox2008-05-231-8/+0
* Create the bucket mutexes with MTX_NOWITNESS. There's now aMarcel Moolenaar2008-05-221-1/+1
* We can call ia64_flush_dirty() when the corresponding process isMarcel Moolenaar2008-05-211-3/+6
* Retire pmap_addr_hint(). It is no longer used.Alan Cox2008-05-181-7/+0
* Add a stub for pmap_align_superpage() on machines that don't (yet)Alan Cox2008-05-091-0/+10
* Unbreak previous commit. While here, refactor the code a bit.Marcel Moolenaar2008-04-251-13/+10
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-251-1/+8
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-222-3/+0
* Make genclock standard on all platforms.Poul-Henning Kamp2008-04-211-1/+0
* Sanitize the malloc types: M_PMAP is not used in pmap.c, so don'tMarcel Moolenaar2008-04-192-5/+3
* Remove cruft we got from Alpha, which was probably inheritedMarcel Moolenaar2008-04-181-31/+6
* Use genclock for RTC handling. This eliminates the MD versions forMarcel Moolenaar2008-04-153-135/+51
* Support and switch to the ULE scheduler:Marcel Moolenaar2008-04-154-3/+18
* Revision 1.9 changes the delivery mode from the magic constant 0Marcel Moolenaar2008-04-141-1/+1
* - Pass the irq and not the vector to intr_event_create().Jeff Roberson2008-04-111-1/+1
* - Add the interrupt vector number to intr_event_create so MI code canJeff Roberson2008-04-111-1/+1
* Unbreak after removal of SI_SUB_MOUNT_ROOT.Marcel Moolenaar2008-04-091-12/+1
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. ThisJohn Baldwin2008-04-051-46/+4
* Better implement I-cache invalidation. The previous implementationMarcel Moolenaar2008-03-304-89/+60
* Add kernel module support for nfslockd and krpc. Use the module systemDoug Rabson2008-03-271-0/+1
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-1/+1
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-262-8/+0
* Simplify the interrupt code a bit:John Baldwin2008-03-171-4/+1
* Implement atomic_fetchadd_long() for all architectures and document it.Pawel Jakub Dawidek2008-03-161-0/+11
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-162-2/+2
* BUS_DMA_ISA is left over from Alpha, and is not used in the tree atWarner Losh2008-03-151-1/+1
* Add preliminary support for binding interrupts to CPUs:John Baldwin2008-03-141-1/+1
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-131-0/+6