aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* Remove unused KTRACE includes.John Baldwin2010-08-191-6/+0
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-2/+8
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSKonstantin Belousov2010-08-071-7/+9
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anJohn Baldwin2010-08-062-0/+11
* Mark the __curthread() functions as __pure2 and remove the volatile keywordJohn Baldwin2010-07-291-2/+2
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umaMatthew D Fleming2010-07-281-0/+1
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* When compat32 binary asks for the value of hw.machine_arch, report theKonstantin Belousov2010-07-221-0/+3
* Add acpi_find_table() -- a convenience function for looking up anMarcel Moolenaar2010-07-072-2/+38
* Remove pointless BOOTP conditional.Marcel Moolenaar2010-07-071-5/+0
* Provide more examples for error injection.Marcel Moolenaar2010-07-061-1/+6
* Allocate and setup an interrupt vector for corrected machine checks.Marcel Moolenaar2010-07-033-0/+37
* When compiling with profiling, we define PROF for userspace and GPROFMarcel Moolenaar2010-07-011-1/+1
* While functions are ideally aligned to a 32-byte boundary, don'tMarcel Moolenaar2010-06-301-1/+1
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin2010-06-301-0/+1
* The ptc.g operation for the Mckinley and Madison processors has theMarcel Moolenaar2010-06-122-6/+67
* Relax one of the new assertions in pmap_enter() a little. Specifically,Alan Cox2010-06-111-1/+2
* Bump MAX_BPAGES from 256 to 1024. It seems that a few drivers, bge(4)Marcel Moolenaar2010-06-113-5/+5
* Reduce the scope of the page queues lock and the number ofAlan Cox2010-06-101-14/+14
* Simplify the inner loop of get_pv_entry(): While iterating over the page'sAlan Cox2010-05-301-2/+2
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.Alan Cox2010-05-291-1/+1
* Push down page queues lock acquisition in pmap_enter_object() andAlan Cox2010-05-261-2/+6
* Change ia64' struct syscall_args definition so that args is a pointer toKonstantin Belousov2010-05-243-7/+7
* Roughly half of a typical pmap_mincore() implementation is machine-Alan Cox2010-05-241-56/+55
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-234-201/+131
* - Adjust the whitespace for the lines that output fields in 'show pcpu' inJohn Baldwin2010-05-211-5/+5
* Switch to C99 exact-width types.Marcel Moolenaar2010-05-195-78/+77
* On entry to pmap_enter(), assert that the page is busy. While I'mAlan Cox2010-05-161-5/+13
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andAlan Cox2010-05-081-11/+10
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-302-2/+8
* MFamd64/i386 r207205Alan Cox2010-04-291-11/+5
* - Extract the IODEV_PIO interface from ia64 and make it MI.Attilio Rao2010-04-282-115/+22
* Style: use #define<TAB> instead of #define<SPACE>.Konstantin Belousov2010-04-271-2/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,Alan Cox2010-04-241-3/+32
* Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov2010-04-241-0/+3
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-0/+1
* Populate the sysctl tree with any MCA records we collected.Marcel Moolenaar2010-04-132-48/+90
* Change the (generic) argument to ia64_store_mca_state() from theMarcel Moolenaar2010-04-131-7/+8
* o s/u_int64_t/uint64_t/gMarcel Moolenaar2010-04-131-13/+12
* Sync up to SDM 2.2.Marcel Moolenaar2010-04-131-4/+22
* Bring up-to-date:Marcel Moolenaar2010-03-271-15/+44
* Implement interrupt to CPU binding. Assign interrupts to CPUs in aMarcel Moolenaar2010-03-276-6/+63
* Remove nx_pcibus from the nexus resource. Nexus is not involvedMarcel Moolenaar2010-03-272-83/+0
* Rename disable_intr() to ia64_disable_intr() and rename enable_intr()Marcel Moolenaar2010-03-267-26/+26
* Only use the interval timer for clock interrupts on the BSP andMarcel Moolenaar2010-03-263-50/+55
* Fix the ia64 build.Nathan Whitehorn2010-03-261-1/+1
* Change the arguments of exec_setregs() so that it receives a pointerNathan Whitehorn2010-03-252-5/+5
* o Remove the pmap argument to pmap_invalidate_all() as it's not usedMarcel Moolenaar2010-03-221-30/+11
* Drop the pmap argument to pmap_invalidate_page(). It's not used otherMarcel Moolenaar2010-03-221-19/+17