summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-271-4/+1
* Implement a PCI bus rescan method.jhb2016-04-271-0/+1
* sys/powerpc: make use of the howmany() macro when available.pfg2016-04-263-4/+4
* 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-214-8/+8
* Use our nitems() macro when param.h is available.pfg2016-04-202-3/+3
* Fix SMP booting for PowerPC Book-Ejhibbits2016-04-196-207/+245
* powerpc: for pointers replace 0 with NULL.pfg2016-04-154-5/+5
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-3/+14
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-103-3/+3
* VM_MAXUSER_ADDRESS is highest page start, not highest address.jhibbits2016-04-101-1/+1
* Restructure device mappings for Book-E.jhibbits2016-04-102-18/+19
* Convert pci_delete_child() to a bus_child_deleted() method.jhb2016-04-061-0/+12
* Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs.jhibbits2016-04-051-1/+11
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64zbb2016-03-296-13/+9
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-226-14/+14
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-1/+1
* Increase booke bus max address to 36-bits.jhibbits2016-03-181-0/+5
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-184-10/+10
* Only check for SYS_freebsd6_lseek if the syscall code is defined.bz2016-03-141-2/+5
* Let rman_init() initialize the default rman range.jhibbits2016-03-031-2/+0
* Fix 2 bugs in the mpc85xx local bus controller driver.jhibbits2016-03-021-2/+26
* Add another compatibility check for QorIQ GPIO driver.jhibbits2016-03-011-1/+2
* Add VM_MEMATTR_CACHEABLE support for AIM, for parity with Book-E.jhibbits2016-03-012-0/+4
* Add support for the Freescale dTSEC DPAA-based ethernet controller.jhibbits2016-02-2913-6/+298
* Implement pmap_change_attr() for PowerPC (Book-E only for now)jhibbits2016-02-275-0/+94
* Move another range check to use RMAN_IS_DEFAULT_RANGE().jhibbits2016-02-271-1/+1
* Allow the size argument for law_enable() to be non-power-of-2.jhibbits2016-02-231-1/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-2216-16/+0
* Revert r295756:zbb2016-02-206-5/+12
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Extract common code from PowerPC's ofw_pcizbb2016-02-186-12/+5
* Introduce bus_get_bus_tag() methodzbb2016-02-181-0/+9
* Another conversion u_long -> rman_res_tjhibbits2016-02-161-5/+5
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-162-2/+5
* Fix a panic bug that cropped up in the PTE rewrite.jhibbits2016-02-162-1/+3
* POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-5/+5
* Migrate the PTE format for book-e to standardize on the 'indirect PTE' formatjhibbits2016-02-114-65/+66
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Fix build of powerpc FPU emulator after changes in r295132 to restore thejhb2016-02-042-24/+24
* Fix build.glebius2016-02-041-0/+1
* Align signal stack pointer to 16 bytes.jhibbits2016-02-032-5/+5
* Make lbc(4) the same driver pass as simplebus.jhibbits2016-02-031-1/+2
* Restore the ABI of 'struct fpreg' on powerpc.jhb2016-02-015-13/+19
* Use the correct type to pmap_mapdev() in nexus_activate_resource().jhibbits2016-02-011-4/+4
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-281-1/+12
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-277-18/+27
OpenPOWER on IntegriCloud