summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-31/+24
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-24/+31
* phys_avail[] is correctly defined as an array of vm_paddr_t's inalc2010-12-011-1/+1
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-70/+0
* Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.jhb2010-11-093-3/+0
* Reduce diff between platforms and fix style(9) bugs.jkim2010-11-091-11/+17
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Fix bogus error message from bus_dmamem_alloc() about incorrect alignment.neel2010-09-291-1/+1
* Remove clauses 3 and 4, per changes to NetBSD versions of these files.imp2010-09-252-14/+0
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
* Remove unused KTRACE includes.jhb2010-08-191-6/+0
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-2/+8
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSkib2010-08-071-7/+9
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-062-0/+11
* Mark the __curthread() functions as __pure2 and remove the volatile keywordjhb2010-07-291-2/+2
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-221-0/+3
* Add acpi_find_table() -- a convenience function for looking up anmarcel2010-07-072-2/+38
* Remove pointless BOOTP conditional.marcel2010-07-071-5/+0
* Provide more examples for error injection.marcel2010-07-061-1/+6
* Allocate and setup an interrupt vector for corrected machine checks.marcel2010-07-033-0/+37
* When compiling with profiling, we define PROF for userspace and GPROFmarcel2010-07-011-1/+1
* While functions are ideally aligned to a 32-byte boundary, don'tmarcel2010-06-301-1/+1
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* The ptc.g operation for the Mckinley and Madison processors has themarcel2010-06-122-6/+67
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Bump MAX_BPAGES from 256 to 1024. It seems that a few drivers, bge(4)marcel2010-06-113-5/+5
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-14/+14
* Simplify the inner loop of get_pv_entry(): While iterating over the page'salc2010-05-301-2/+2
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-05-291-1/+1
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-2/+6
* Change ia64' struct syscall_args definition so that args is a pointer tokib2010-05-243-7/+7
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-56/+55
* Reorganize syscall entry and leave handling.kib2010-05-234-201/+131
* - Adjust the whitespace for the lines that output fields in 'show pcpu' injhb2010-05-211-5/+5
* Switch to C99 exact-width types.marcel2010-05-195-78/+77
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-5/+13
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-11/+10
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-302-2/+8
* MFamd64/i386 r207205alc2010-04-291-11/+5
* - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-282-115/+22
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-2/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-3/+32
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+3
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-0/+1
* Populate the sysctl tree with any MCA records we collected.marcel2010-04-132-48/+90
* Change the (generic) argument to ia64_store_mca_state() from themarcel2010-04-131-7/+8
* o s/u_int64_t/uint64_t/gmarcel2010-04-131-13/+12
* Sync up to SDM 2.2.marcel2010-04-131-4/+22
OpenPOWER on IntegriCloud