aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* MFC 281266:John Baldwin2015-06-021-1/+3
* MFC r261095,r263464,r263752,r264189Justin Hibbits2014-09-051-1/+4
* MFC r258078,258079Justin Hibbits2014-09-051-0/+4
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedKonstantin Belousov2014-08-241-1/+0
* MFC r257854 (discussed with alc@)Ian Lepore2014-05-161-8/+10
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,Ian Lepore2014-05-141-41/+0
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,Ian Lepore2014-05-142-9/+1
* MFC r258259, r258798, r259010Ian Lepore2014-05-141-0/+2
* MFC r258247, r258250, r258257Ian Lepore2014-05-142-5/+6
* MFC r257995, r258244, r258246,Ian Lepore2014-05-141-2/+0
* MFC r258002, r258024, r258027, r258051, r258052, r258243, r258244, r258002,Ian Lepore2014-05-141-2/+0
* MFC r257180, r257195, r257196, r257198, r257209, r257295Ian Lepore2014-05-141-4/+12
* MFC r257161, r257169, r257178, r257190, r257191Ian Lepore2014-05-143-7/+6
* MFC r257162, r257175Ian Lepore2014-05-133-192/+125
* MFC r257115, r257116, r257117Ian Lepore2014-05-131-77/+26
* MFC r256994, r257016, r257055, r257059, r257060, r257075Ian Lepore2014-05-131-0/+1
* MFC r263998:Tijl Coosemans2014-04-151-1/+1
* MFC r260607, r260610, r260934:Andreas Tobler2014-04-121-0/+37
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-242-14/+0
* MFC r261342Justin Hibbits2014-03-142-15/+22
* MFC r261309Justin Hibbits2014-03-022-2/+4
* MFC r259284,r259287Justin Hibbits2014-01-154-1/+11
* MFC r259394,r259395,r259699Justin Hibbits2014-01-151-4/+4
* MFC r257991, r257992, 257993, 258504Andreas Tobler2013-12-111-0/+1
* MFC r259007Andreas Tobler2013-12-111-1/+5
* Implement GET_STACK_USAGE() on PowerPC. This implementation is identicalNathan Whitehorn2013-10-021-0/+12
* Rework handling of ofw_quiesce(), making it the responsibility of theNathan Whitehorn2013-09-271-0/+1
* Add POWER7+ and POWER8 to the CPU ID table.Nathan Whitehorn2013-09-171-0/+2
* Raise artificial limits on number of CPUs and number of interrupts.Nathan Whitehorn2013-09-091-1/+1
* Add hook called when every new processor is brought online -- including theNathan Whitehorn2013-09-091-0/+1
* Use the canonical bits for wired, etc. in the PTE. This is important forNathan Whitehorn2013-09-091-2/+3
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsGleb Smirnoff2013-09-061-0/+3
* Also align the 32-bit PowerPC stacks.Nathan Whitehorn2013-09-051-0/+1
* Align stacks of kernel threads correctly at 16-byte boundaries rather thanNathan Whitehorn2013-09-051-0/+1
* Newer versions of gcc define __INT64_C and __UINT64_C, so avoidWarner Losh2013-09-031-0/+2
* Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringJustin Hibbits2013-09-031-1/+2
* Remove duplicate definition of SPR MMCR0.Justin Hibbits2013-08-031-1/+0
* Revert r253748,253749Andriy Gapon2013-07-281-3/+0
* put contents of cpu.h under _KERNELAndriy Gapon2013-07-281-0/+3
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.Konstantin Belousov2013-07-011-0/+78
* Pad the PCPU MD struct, to satisfy an assert added with the projects/countersJustin Hibbits2013-06-041-1/+1
* Fix the PowerPC Book-E register definitions used by the remote GDBMarcel Moolenaar2013-05-211-1/+17
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-072-7/+4
* Since UMA_ZONE_PCPU zones put a constraint on sizeof(struct pcpu), declaredGleb Smirnoff2013-04-101-7/+1
* Fix build for AIM 64bit.Konstantin Belousov2013-04-091-0/+2
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+82
* Merge from projects/counters:Gleb Smirnoff2013-04-081-3/+6
* Eliminate an unused #define.Alan Cox2013-02-221-5/+0
* Introduce PLATFORMMETHOD_END and use it.Rui Paulo2013-02-131-1/+2
* Allow this file to be used in LOCORE sections of the kernel.Rui Paulo2012-11-121-1/+3