summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* MFC r291716, r291724, r291741, r291742ken2015-12-161-0/+3
* MFC r288000:kib2015-09-271-17/+22
* MFC r280957rstone2015-09-171-2/+2
* MFC 281266:jhb2015-06-021-0/+2
* MFC r282120:hselasky2015-05-051-2/+2
* Repair ia64 build after r278347 - remove const from set_mcontextpeter2015-02-081-1/+1
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-0/+4
* Make sure all memory updates are made visible before we let gomarcel2014-09-221-0/+2
* Fix previous commit: unbreak build of libkvm by including sys/systm.hmarcel2014-09-071-1/+2
* Fix the PCPU access macros. It was found that the PCPU pointer, whenmarcel2014-09-065-20/+53
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-011-16/+15
* Update an assertion to reflect the changes made in r270439. This is aalc2014-08-301-2/+2
* Make sure the psr field in the trapframe (which holds the value of cr.ipsr)marcel2014-08-251-1/+1
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-241-6/+10
* MFC r263815, r263872:emaste2014-08-2112-188/+11
* MFC r263749,267146:imp2014-07-171-1/+1
* MFC r263380 & r268185: Add KTR events for the PMAP interface functions.marcel2014-07-023-61/+175
* MFC r263323: Fix and improve exception tracing.marcel2014-07-0210-81/+436
* MFC r263254: Move the implementation of kdb_cpu_trap() from <machine/kdb.h>marcel2014-07-022-10/+15
* MFC r263253: Don't use the ITC as the faulting address for externalmarcel2014-07-022-3/+3
* MFC r263248 & r263257: In intr_event_handle() we already save and setmarcel2014-07-023-7/+10
* MFC r262726: When reading physical memory, make sure to access it usingmarcel2014-07-021-51/+58
* MFC r259959 & r260009: Add prototypical support for minidumps.marcel2014-07-021-21/+151
* MFC r257484: Change PAL_PTCE_INFO related variables.marcel2014-07-021-10/+10
* MFC r257477: Purge the translation cache of APs before we unleash them.marcel2014-07-023-18/+6
* MFC 257475: Respect the kern.smp.disabled tunable.marcel2014-07-021-0/+5
* MFC 263301ian2014-05-171-2/+2
* MFC 263036, 263059: delete advertising clause in licenses, renumber.ian2014-05-171-1/+1
* MFC r257854 (discussed with alc@)ian2014-05-161-10/+2
* Merge r264984scottl2014-05-071-1/+1
* MFC the mpr(4) driver for LSI's 12Gb SAS cards.ken2014-05-051-0/+2
* MFC r263998:tijl2014-04-151-1/+1
* MFC r260175:marcel2014-02-161-0/+28
* MFC r260914:marcel2014-02-161-2/+4
* MFC r260666:marcel2014-02-161-1/+1
* MFC r259244:marcel2014-02-161-6/+4
* MFC r257910:marcel2014-02-161-2/+0
* MFC r257487:marcel2014-02-163-4/+9
* MFC r257228:kib2013-12-171-0/+11
* - Remove debugging from GENERIC* kernel configurationsgjb2013-10-101-9/+0
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-31/+0
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-2/+2
* On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-062-22/+12
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+44
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-2/+2
* Add process descriptors support to the GENERIC kernel. It is already beingpjd2013-08-181-2/+3
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-3/+3
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* follow up to r254051avg2013-08-091-2/+1
* enable KDB_TRACE in GENERICsavg2013-08-071-1/+1
OpenPOWER on IntegriCloud