summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-6/+2
* Fix fat-fingering: #if AIM should have been #ifdef AIM to avoid failures onnwhitehorn2016-06-291-1/+1
* Do not rely on firmware having pre-enabled the MMU in a reasonable way fornwhitehorn2016-06-291-0/+12
* Update comments for the MD functions managing contexts for newkib2016-06-162-4/+4
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-5/+1
* powerpc: Replace rounddown() from r298856 with roundup().pfg2016-04-301-3/+3
* powerpc: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-3/+3
* sys/powerpc: make use of the howmany() macro when available.pfg2016-04-261-1/+1
* OR in the unsigned form of the MCAR lower register.jhibbits2016-04-251-1/+1
* Init static compiled-in env when no metadata present.jhibbits2016-04-251-0/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Use our nitems() macro when param.h is available.pfg2016-04-201-1/+1
* Fix SMP booting for PowerPC Book-Ejhibbits2016-04-192-1/+4
* powerpc: for pointers replace 0 with NULL.pfg2016-04-153-4/+4
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* Only check for SYS_freebsd6_lseek if the syscall code is defined.bz2016-03-141-2/+5
* Add support for the Freescale dTSEC DPAA-based ethernet controller.jhibbits2016-02-291-0/+24
* Implement pmap_change_attr() for PowerPC (Book-E only for now)jhibbits2016-02-272-0/+30
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-222-2/+0
* Introduce bus_get_bus_tag() methodzbb2016-02-181-0/+9
* Migrate the PTE format for book-e to standardize on the 'indirect PTE' formatjhibbits2016-02-111-2/+6
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Fix build.glebius2016-02-041-0/+1
* Align signal stack pointer to 16 bytes.jhibbits2016-02-032-5/+5
* Restore the ABI of 'struct fpreg' on powerpc.jhb2016-02-011-4/+14
* Use the correct type to pmap_mapdev() in nexus_activate_resource().jhibbits2016-02-011-4/+4
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Remove dead code and dead comments, most notably the implemenation of thenwhitehorn2016-01-101-1/+0
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypenwhitehorn2016-01-103-37/+48
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-092-0/+2
* Bump the maximum number of interrupt controllers to allow for thenwhitehorn2016-01-021-0/+6
* Bring CPU features list in line with the ABI requirements.nwhitehorn2016-01-021-42/+59
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+2
* Extend idle support for newer Book-E cores.jhibbits2016-01-013-12/+39
* Update capabilities of e500mc, e5500, e6500.jhibbits2015-12-291-2/+5
* Extend Book-E to support >4GB RAMjhibbits2015-12-243-12/+14
* Follow up to r292071. Actually handle the Altivec Assist for book-e.jhibbits2015-12-111-0/+1
* Provide support for ELFv2 userland if using a newer compiler (recent clangnwhitehorn2015-12-031-0/+1
* Print machine check address for Book-E.jhibbits2015-11-301-1/+7
* Make ELFv2 powerpc64 kernels build and run. Loader support will come in anwhitehorn2015-11-293-3/+9
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-282-9/+0
* Provide support for userland binaries using the new ELFv2 ABI. This is anwhitehorn2015-11-233-26/+133
* Revert r291142.skra2015-11-231-2/+2
* Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is beingskra2015-11-211-2/+2
* Write 2- and 4-byte aligned values as single writes in ddb(4)jhibbits2015-11-061-2/+8
* Fix an alignment check that is wrong in half the busdma implementations.ian2015-11-021-2/+2
* Print unsigned memory sizes, to handle >2GB RAM on 32-bit powerpc.jhibbits2015-10-311-4/+4
* Save the link register in savectx().jhibbits2015-10-062-0/+4
* Use tabs for indend.kib2015-09-202-17/+17
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-202-11/+13
OpenPOWER on IntegriCloud