aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.14: Implement nexus_teardown_intr() properly.Marcel Moolenaar2006-04-241-6/+4
* MFC Rev 1.24Jeff Roberson2006-03-131-0/+13
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-101-26/+32
* MFC: Close some races between procfs/ptrace and exit1() by changingJohn Baldwin2006-03-071-0/+2
* MFC: Fix the hw.realmem sysctl on alpha, ia64, and sparc64.John Baldwin2006-03-011-1/+1
* MFC fixes for MCA MPSAFEness:Marcel Moolenaar2006-02-142-13/+11
* MFC ia64 psABI conformance changes:Marcel Moolenaar2006-01-284-93/+99
* MFC standardization of the ELF types and update of the ELF constants:Marcel Moolenaar2005-12-301-2/+2
* MFCAlan Cox2005-11-191-19/+11
* MFCAlan Cox2005-11-131-2/+4
* MFC: canonify the include of acpi.h.David E. O'Brien2005-11-074-4/+4
* MFC:Ade Lovett2005-10-281-0/+2
* MFC: Add atomic_fetchadd(9) operation for types int and 32.John Baldwin2005-10-061-0/+19
* Mega-MFC: Add SMP support and enable it by default. This includes:Marcel Moolenaar2005-09-1314-434/+446
* MFC 1.20: Remove the execute permission for stacks.Marcel Moolenaar2005-09-131-1/+1
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-58/+19
* MFC addition of the COMPAT_FREEBSD5 option. Specific versionsKen Smith2005-07-181-0/+1
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-101-1/+2
* Enhance ia64_flush_dirty() to handle the case in which td != curthread.Marcel Moolenaar2005-07-052-23/+52
* Implement functions calls from within DDB on ia64. On ia64 a functionMarcel Moolenaar2005-07-022-0/+24
* Fix a buglet that was present in the ia64 code and that got inheritedMarcel Moolenaar2005-07-021-0/+1
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+82
* Handle B-unit break instructions. The break.b is unique in that theMarcel Moolenaar2005-06-271-1/+50
* Replace the existing copyright notice with my own. Over the years I'veMarcel Moolenaar2005-06-271-23/+19
* Cosmetic: s/u_int64_t/uint64_t/gMarcel Moolenaar2005-06-271-7/+7
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Define IPI_PREEMPT. Update a nearby comment while I'm here.Marcel Moolenaar2005-06-121-2/+3
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-33/+20
* MFP4:Joseph Koshy2005-06-091-0/+14
* Create nexus in configure_first() instead of in configure(). ThisMarcel Moolenaar2005-05-291-2/+2
* Call cninit_finish() in configure_final().Marcel Moolenaar2005-05-291-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-73/+0
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-141-1/+1
* Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.Marcel Moolenaar2005-05-101-3/+0
* Change cpu_set_kse_upcall to more generic style, so we can reuse itDavid Xu2005-04-231-13/+20
* Sanity the RTC code:Marcel Moolenaar2005-04-224-398/+130
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-13/+47
* Add a kpte command to DDB. It dumps the PTE of a KVA. This helpsMarcel Moolenaar2005-04-161-0/+20
* Return better "error" values for UWX_BOTTOM and UWX_ABI_FRAME inMarcel Moolenaar2005-04-162-6/+21
* Initialize curthread before we save the APs MCA state. Saving theMarcel Moolenaar2005-04-151-6/+8
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicJohn Baldwin2005-04-123-5/+5
* Dot the i's:Marcel Moolenaar2005-04-121-5/+7
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-046-147/+52
* Add USB Communication Device Class Ethernet driver. Originally written forMaxim Sobolev2005-03-221-0/+1
* s/SLIST/STAILQ to catch up with changes to resource lists.Nate Lawson2005-03-201-2/+2
* Add a comment to note that pseudo-device bpf is required for DHCP.Murray Stokely2005-03-181-0/+1
* Split configure() into 3 separate steps like we do on otherIan Dowse2005-03-181-1/+18
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-142-194/+34
* Remove dead code.Scott Long2005-03-071-17/+0