index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the deciKelvin to Celsius conversion in kernel.
loos
2016-05-22
3
-7
/
+7
*
Add macro to convert errno and use it when appropriate.
dchagin
2016-05-22
1
-5
/
+1
*
Use OF_prop_free instead of direct call to free(9)
gonzo
2016-05-14
2
-4
/
+4
*
Native PCI-express HotPlug support.
jhb
2016-05-05
2
-0
/
+2
*
powerpc: Replace rounddown() from r298856 with roundup().
pfg
2016-04-30
1
-3
/
+3
*
powerpc: Make use of our rounddown() macro when sys/param.h is available.
pfg
2016-04-30
1
-3
/
+3
*
Move 'device pci' for the PCI bus driver to the MI NOTES file.
jhb
2016-04-29
1
-1
/
+0
*
Remove vestiges of IEEE-488/GPIB drivers removed in r276214.
jhb
2016-04-29
1
-3
/
+0
*
Add a bus_null_rescan() method that always fails with an error.
jhb
2016-04-27
1
-1
/
+1
*
Add a pcib_attach_child() method to manage adding the child "pci" device.
jhb
2016-04-27
1
-4
/
+1
*
Implement a PCI bus rescan method.
jhb
2016-04-27
1
-0
/
+1
*
sys/powerpc: make use of the howmany() macro when available.
pfg
2016-04-26
3
-4
/
+4
*
OR in the unsigned form of the MCAR lower register.
jhibbits
2016-04-25
1
-1
/
+1
*
Init static compiled-in env when no metadata present.
jhibbits
2016-04-25
1
-0
/
+1
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
4
-8
/
+8
*
Use our nitems() macro when param.h is available.
pfg
2016-04-20
2
-3
/
+3
*
Fix SMP booting for PowerPC Book-E
jhibbits
2016-04-19
6
-207
/
+245
*
powerpc: for pointers replace 0 with NULL.
pfg
2016-04-15
4
-5
/
+5
*
Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.
jhb
2016-04-15
1
-3
/
+14
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
3
-3
/
+3
*
VM_MAXUSER_ADDRESS is highest page start, not highest address.
jhibbits
2016-04-10
1
-1
/
+1
*
Restructure device mappings for Book-E.
jhibbits
2016-04-10
2
-18
/
+19
*
Convert pci_delete_child() to a bus_child_deleted() method.
jhb
2016-04-06
1
-0
/
+12
*
Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs.
jhibbits
2016-04-05
1
-1
/
+11
*
Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64
zbb
2016-03-29
6
-13
/
+9
*
Fix the resource_list_print_type() calls to use uintmax_t.
jhibbits
2016-03-22
6
-14
/
+14
*
Fix fallout from r292180 (Dec 2015)... ensure that every driver which has
ian
2016-03-21
1
-1
/
+1
*
Increase booke bus max address to 36-bits.
jhibbits
2016-03-18
1
-0
/
+5
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
4
-10
/
+10
*
Only check for SYS_freebsd6_lseek if the syscall code is defined.
bz
2016-03-14
1
-2
/
+5
*
Let rman_init() initialize the default rman range.
jhibbits
2016-03-03
1
-2
/
+0
*
Fix 2 bugs in the mpc85xx local bus controller driver.
jhibbits
2016-03-02
1
-2
/
+26
*
Add another compatibility check for QorIQ GPIO driver.
jhibbits
2016-03-01
1
-1
/
+2
*
Add VM_MEMATTR_CACHEABLE support for AIM, for parity with Book-E.
jhibbits
2016-03-01
2
-0
/
+4
*
Add support for the Freescale dTSEC DPAA-based ethernet controller.
jhibbits
2016-02-29
13
-6
/
+298
*
Implement pmap_change_attr() for PowerPC (Book-E only for now)
jhibbits
2016-02-27
5
-0
/
+94
*
Move another range check to use RMAN_IS_DEFAULT_RANGE().
jhibbits
2016-02-27
1
-1
/
+1
*
Allow the size argument for law_enable() to be non-power-of-2.
jhibbits
2016-02-23
1
-1
/
+2
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
16
-16
/
+0
*
Revert r295756:
zbb
2016-02-20
6
-5
/
+12
*
Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
jhibbits
2016-02-20
1
-1
/
+1
*
Extract common code from PowerPC's ofw_pci
zbb
2016-02-18
6
-12
/
+5
*
Introduce bus_get_bus_tag() method
zbb
2016-02-18
1
-0
/
+9
*
Another conversion u_long -> rman_res_t
jhibbits
2016-02-16
1
-5
/
+5
*
Allow callers of OF_decode_addr to get the size of the found mapping. This
andrew
2016-02-16
2
-2
/
+5
*
Fix a panic bug that cropped up in the PTE rewrite.
jhibbits
2016-02-16
2
-1
/
+3
*
POSIX states that #include <signal.h> shall make both mcontext_t and
kib
2016-02-12
1
-5
/
+5
*
Migrate the PTE format for book-e to standardize on the 'indirect PTE' format
jhibbits
2016-02-11
4
-65
/
+66
*
Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a
glebius
2016-02-09
1
-1
/
+0
*
Fix build of powerpc FPU emulator after changes in r295132 to restore the
jhb
2016-02-04
2
-24
/
+24
[next]