aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Remove MAC kernel config files and add "options MAC" to GENERIC, with theRobert Watson2009-06-022-28/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* ia64: Move MCA information retrieval to a per-CPU kthreadRink Springer2009-05-271-8/+26
* Rename ia64_invalidate_icache() to ia64_sync_icache(). We'reMarcel Moolenaar2009-05-184-9/+12
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+15
* - Use "device\t" and "options \t" for consistency.Jun Kuriyama2009-05-102-8/+8
* Remove isa_irq_pending(). It's not used.Marcel Moolenaar2009-04-241-11/+0
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Restore bus DMA bounce pages to an offset of 0 when they are released byJohn Baldwin2009-04-171-3/+10
* The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in theKonstantin Belousov2009-04-131-1/+4
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2
* Add trivial implementation for the freebsd32_sysarch on ia64.Konstantin Belousov2009-04-011-0/+50
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-4/+2
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-2/+4
* Change over the usb kernel options to the new stack (retaining existingAndrew Thompson2009-02-231-67/+14
* Add uslcom to the build too.Andrew Thompson2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.Andrew Thompson2009-02-151-15/+66
* Mark the BSP as being awake. This supresses the messageMarcel Moolenaar2009-02-101-1/+2
* When bouncing pages, allow a new option to preserve the intra-pageWarner Losh2009-02-081-0/+7
* Don't forget to create opt_agp.h on ia64, which also uses agp(4).Wojciech A. Koszek2009-02-071-0/+3
* Tweak the ia64 machine check handling code to not register new sysctl nodesJohn Baldwin2009-02-042-26/+45
* 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