aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* param.h: remove powerpcspeMinsoo Choo2026-01-091-4/+0
* Add sys/_align.h replacing machine/_align.hBrooks Davis2025-12-101-1/+1
* pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne2025-01-231-3/+0
* Centralize and simpify implemention of some VM macrosBrooks Davis2025-01-141-7/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* [PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren2020-09-221-0/+4
* powerpc: Use IFUNCs for copyin/copyout/etcJustin Hibbits2020-06-061-0/+3
* powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits2020-05-111-2/+18
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-071-0/+2
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-2/+2
* powerpc: Link Book-E kernels at the same address as AIM kernelsJustin Hibbits2019-08-201-1/+1
* Add NUMA support to powerpcJustin Hibbits2019-04-131-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-221-0/+4
* Extend Book-E to support >4GB RAMJustin Hibbits2015-12-241-6/+8
* Bump MAXCPU. We already run on hardware with 32 threads and the same hardwareNathan Whitehorn2015-12-031-1/+1
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-1/+1
* Fix typo.Justin Hibbits2013-11-131-1/+1
* Increase the stack size for ppc64 from 4 pages to 8.Justin Hibbits2013-11-131-1/+5
* Raise artificial limits on number of CPUs and number of interrupts.Nathan Whitehorn2013-09-091-1/+1
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-0/+4
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* The P4080 has 8 cores. Bump MAXCPU to 8 to match.Marcel Moolenaar2011-05-291-1/+1
* - Bump MAXCPU to 4. Tested on a quad G5 with both 32 and 64-bit kernels.Peter Grehan2010-09-031-1/+1
* When compat32 binary asks for the value of hw.machine_arch, report theKonstantin Belousov2010-07-221-0/+5
* MFppc64:Nathan Whitehorn2010-07-131-9/+11
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-18/+5
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-0/+3
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-2/+2
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withRuslan Ermilov2005-12-061-7/+0
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* <machine/pte.h> has no business being here. Finally exposed by F77 buildPeter Grehan2004-04-211-2/+0
* Cleaned up param.h:Peter Grehan2004-02-111-30/+0
* _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying toPeter Grehan2003-09-241-2/+2
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-2/+2
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-1/+1
* Define _MACHINE.Juli Mallett2002-10-051-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-7/+0
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-141-48/+0
* Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp2002-05-141-4/+0
* Increase the size of the kstack.Benno Rice2002-05-101-1/+1
* Complete rework of the PowerPC pmap and a number of other bits in the earlyBenno Rice2002-02-141-1/+5
* Update PowerPC MD code to compile and do initial bootstrap based onMark Peek2001-09-201-2/+5
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) giveBenno Rice2001-06-161-3/+27