summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesderaadt2021-03-151-5/+1
* spellingjsg2021-03-111-3/+3
* Userland timecounter for macppcgkoehler2020-07-171-2/+2
* Add support for timeconting in userland.pirofti2020-07-061-0/+23
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-3/+0
* Retire <machine/varargs.h>.visa2020-05-271-3/+0
* Remove clause #3 from mrg@NetBSD license.mpi2019-12-051-3/+1
* flense more trailing whitespacephessler2019-01-221-5/+5
* remove trailing whitespace in the Laptop Package part of the license text.phessler2019-01-221-4/+4
* add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg2017-05-081-1/+2
* Initial support for MSI-X. Only supported on amd64 for now. I have diffs tokettenis2016-05-041-1/+2
* implement bus_space_read_raw_X and bus_space_write_raw_Xdlg2016-05-031-1/+29
* One ddb interface is enough for ppc.mpi2016-03-051-2/+1
* Remove the definition of USRTEXT. It has no relevance outside of the non-PIEmiod2015-11-011-2/+1
* Remove some trailing whitespace.krw2015-09-301-4/+4
* Use consistant whitespace/comments for #define'ing LABELSECTOR,krw2015-09-301-4/+4
* Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outmiod2015-07-171-3/+3
* move the ppc mplock implementation from macppc to powerpc.dlg2015-06-261-51/+2
* One function pointer per pic function is enough.mpi2015-04-021-3/+1
* Make it possisble to disable block address translation mechanism onmpi2015-03-311-3/+0
* increase min address to page size for all remaining min == 0 systems.tedu2015-02-101-2/+2
* Need to define APM_USER_HIBERNATE_REQ here too.miod2015-02-071-1/+2
* Implement bus_dmamem_alloc_range(9) for macppc/socppc.kettenis2015-01-241-1/+10
* revert unintentional commit unrelated to LKMtedu2014-10-091-2/+2
* remove LKM devicestedu2014-10-091-2/+2
* Remove unused mainbus intr hook abstraction.tobiasu2014-07-021-31/+2
* Remove unused system_type and friends. Remnants from universal powerpc supporttobiasu2014-07-021-12/+1
* Bump DFLSSIZ to 2MB to match most of the other platforms.brad2014-06-021-2/+2
* increase MSGBUFSIZEderaadt2014-04-071-2/+2
* Remove the almost unused abstraction around "struct firmware" and usempi2014-04-012-94/+3
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-15/+15
* Move declaration of struct vm_page_md from <machine/vmparam.h> tomiod2014-01-301-10/+1
* Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmmiod2014-01-241-6/+1
* unifdef -D__HAVE_VM_PAGE_MD - no functional change.miod2014-01-231-2/+1
* Add a stub for the new MD hook needed to handle ACPI Power Resources.mpi2013-11-051-1/+2
* Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.miod2013-10-171-2/+1
* Initialize ns_per_tick as soon as we have read the timebase from thempi2013-10-091-1/+2
* Initialize the variable guarding the clock interrupt routine aftermpi2013-09-131-1/+3
* Remove a bunch of unused variables and functions aging from the prempi2013-08-171-3/+1
* Mimic what's done on sparc64 and parse the OpenFirmware device tree tompi2013-08-071-0/+108
* add missing license (PD) blockjasper2013-06-012-4/+4
* Unify the zs tty driver.sebastia2013-04-211-2/+2
* refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt2013-03-231-6/+7
* Avoid namespace pollution from <powerpc/cpu.h>.kettenis2013-03-171-4/+7
* Fix a comment now that PowerPC 970 are recognized, make it clear thatmpi2012-12-081-2/+2
* Implement bus_space_mmap(9).mpi2012-12-061-1/+2
* Add the possibility to map DMA memory non-cached, based on the i386/amd64mpi2012-08-301-13/+22
* ansijsg2012-08-241-19/+7
* create new machine/_float.h which is namespace clean. create a newderaadt2012-06-263-6/+3
* Add APM_IOC_HIBERNATEderaadt2012-03-261-1/+2