summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/param.h
AgeCommit message (Expand)Author
10 daysparam.h: remove powerpcspeMinsoo Choo
2025-12-10Add sys/_align.h replacing machine/_align.hBrooks Davis
2025-01-23pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne
2025-01-14Centralize and simpify implemention of some VM macrosBrooks Davis
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2020-09-22[PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren
2020-06-06powerpc: Use IFUNCs for copyin/copyout/etcJustin Hibbits
2020-05-11powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits
2020-05-07[PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren
2020-02-05Define MAXCPU consistently between the kernel and KLDs.Mark Johnston
2019-08-20powerpc: Link Book-E kernels at the same address as AIM kernelsJustin Hibbits
2019-04-13Add NUMA support to powerpcJustin Hibbits
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-10-22Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits
2015-12-24Extend Book-E to support >4GB RAMJustin Hibbits
2015-12-03Bump MAXCPU. We already run on hardware with 32 threads and the same hardwareNathan Whitehorn
2015-08-10Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov
2013-11-13Fix typo.Justin Hibbits
2013-11-13Increase the stack size for ppc64 from 4 pages to 8.Justin Hibbits
2013-09-09Raise artificial limits on number of CPUs and number of interrupts.Nathan Whitehorn
2013-05-07Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao
2011-07-19Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao
2011-05-29The P4080 has 8 cores. Bump MAXCPU to 8 to match.Marcel Moolenaar
2010-09-03- Bump MAXCPU to 4. Tested on a quad G5 with both 32 and 64-bit kernels.Peter Grehan
2010-07-22When compat32 binary asks for the value of hw.machine_arch, report theKonstantin Belousov
2010-07-13MFppc64:Nathan Whitehorn
2009-09-18Add a new sysctl for reporting all of the supported page sizes.Alan Cox
2009-09-08Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp
2009-07-05Cleanup ALIGNED_POINTER:Sam Leffler
2009-04-20Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson
2009-04-19Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson
2009-04-19For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson
2008-12-15Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn
2008-03-27When building a kernel module, define MAXCPU the same as SMP soJohn Birrell
2005-12-06Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withRuslan Ermilov
2004-11-20Remove UAREA_PAGES.David Schultz
2004-04-21<machine/pte.h> has no business being here. Finally exposed by F77 buildPeter Grehan
2004-02-11Cleaned up param.h:Peter Grehan
2003-09-24_MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying toPeter Grehan
2003-07-31Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm
2003-06-14Migrate the thread stack management functions from the machine-dependentAlan Cox
2002-10-05Define _MACHINE.Juli Mallett
2002-09-17Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm
2002-05-14Move MI stuff out of MD param.h files.Poul-Henning Kamp
2002-05-14Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp
2002-05-10Increase the size of the kstack.Benno Rice
2002-02-14Complete rework of the PowerPC pmap and a number of other bits in the earlyBenno Rice
2001-09-20Update PowerPC MD code to compile and do initial bootstrap based onMark Peek
2001-06-16This commit (along with one pending in sys/dev/ofw and one in sys/conf) giveBenno Rice