summaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERIC-NODEBUG kernel configurations, missed duringGlen Barber2016-07-141-38/+0
* Turn off WITNESS, INVARIANTS, etc., in the powerpc GENERIC64Glen Barber2016-07-101-8/+0
* - Remove debugging from GENERIC* kernel configurationsGlen Barber2016-07-081-8/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-062-7/+3
* Remove SoC-specific integrations from dTSEC, to make it SoC agnostic.Justin Hibbits2016-07-057-43/+3
* Unbreak the LBC driver, broken with the large RMan and 36-bit physical addres...Justin Hibbits2016-07-051-21/+32
* Fix fat-fingering: #if AIM should have been #ifdef AIM to avoid failures onNathan Whitehorn2016-06-291-1/+1
* Do not rely on firmware having pre-enabled the MMU in a reasonable way forNathan Whitehorn2016-06-292-1/+13
* Enter 64-bit mode as early as possible in the 64-bit PowerPC boot sequence.Nathan Whitehorn2016-06-262-11/+8
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-162-4/+4
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-223-7/+7
* Add macro to convert errno and use it when appropriate.Dmitry Chagin2016-05-221-5/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-142-4/+4
* Native PCI-express HotPlug support.John Baldwin2016-05-052-0/+2
* powerpc: Replace rounddown() from r298856 with roundup().Pedro F. Giffuni2016-04-301-3/+3
* powerpc: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-3/+3
* Move 'device pci' for the PCI bus driver to the MI NOTES file.John Baldwin2016-04-291-1/+0
* Remove vestiges of IEEE-488/GPIB drivers removed in r276214.John Baldwin2016-04-291-3/+0
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-271-4/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* sys/powerpc: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-263-4/+4
* OR in the unsigned form of the MCAR lower register.Justin Hibbits2016-04-251-1/+1
* Init static compiled-in env when no metadata present.Justin Hibbits2016-04-251-0/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-214-8/+8
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-202-3/+3
* Fix SMP booting for PowerPC Book-EJustin Hibbits2016-04-196-207/+245
* powerpc: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-154-5/+5
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-3/+14
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-103-3/+3
* VM_MAXUSER_ADDRESS is highest page start, not highest address.Justin Hibbits2016-04-101-1/+1
* Restructure device mappings for Book-E.Justin Hibbits2016-04-102-18/+19
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-0/+12
* Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs.Justin Hibbits2016-04-051-1/+11
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64Zbigniew Bodek2016-03-296-13/+9
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-226-14/+14
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-211-1/+1
* Increase booke bus max address to 36-bits.Justin Hibbits2016-03-181-0/+5
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-184-10/+10
* Only check for SYS_freebsd6_lseek if the syscall code is defined.Bjoern A. Zeeb2016-03-141-2/+5
* Let rman_init() initialize the default rman range.Justin Hibbits2016-03-031-2/+0
* Fix 2 bugs in the mpc85xx local bus controller driver.Justin Hibbits2016-03-021-2/+26
* Add another compatibility check for QorIQ GPIO driver.Justin Hibbits2016-03-011-1/+2
* Add VM_MEMATTR_CACHEABLE support for AIM, for parity with Book-E.Justin Hibbits2016-03-012-0/+4
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-2913-6/+298
* Implement pmap_change_attr() for PowerPC (Book-E only for now)Justin Hibbits2016-02-275-0/+94
* Move another range check to use RMAN_IS_DEFAULT_RANGE().Justin Hibbits2016-02-271-1/+1
* Allow the size argument for law_enable() to be non-power-of-2.Justin Hibbits2016-02-231-1/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-2216-16/+0
* Revert r295756:Zbigniew Bodek2016-02-206-5/+12