]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / sys / powerpc /
2016-04-15 pfgpowerpc: for pointers replace 0 with NULL.
2016-04-15 jhbAdd a new PCI bus interface method to alloc the ivars...
2016-04-12 philMerge libxo 0.4.6
2016-04-11 gjbMFH
2016-04-10 pfgCleanup unnecessary semicolons from the kernel.
2016-04-10 jhibbitsVM_MAXUSER_ADDRESS is highest page start, not highest...
2016-04-10 jhibbitsRestructure device mappings for Book-E.
2016-04-06 jhbConvert pci_delete_child() to a bus_child_deleted(...
2016-04-06 gjbMFH
2016-04-05 jhibbitsMake i2c device child auto-probe work for MPC85xx and...
2016-04-04 gjbMFH
2016-03-29 zbbReduce OFW PCI code duplication - involves ARM, PPC...
2016-03-22 jhibbitsFix the resource_list_print_type() calls to use uintmax_t.
2016-03-21 ianFix fallout from r292180 (Dec 2015)... ensure that...
2016-03-18 jhibbitsIncrease booke bus max address to 36-bits.
2016-03-18 jhibbitsUse uintmax_t (typedef'd to rman_res_t type) for rman...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-14 gjbMFH
2016-03-14 bzOnly check for SYS_freebsd6_lseek if the syscall code...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-06 gjbMFH
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 jhibbitsLet rman_init() initialize the default rman range.
2016-03-02 gjbMFH
2016-03-02 jhibbitsFix 2 bugs in the mpc85xx local bus controller driver.
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 jhibbitsAdd another compatibility check for QorIQ GPIO driver.
2016-03-01 jhibbitsAdd VM_MEMATTR_CACHEABLE support for AIM, for parity...
2016-02-29 jhibbitsAdd support for the Freescale dTSEC DPAA-based ethernet...
2016-02-27 jhibbitsImplement pmap_change_attr() for PowerPC (Book-E only...
2016-02-27 jhibbitsMove another range check to use RMAN_IS_DEFAULT_RANGE().
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-23 gjbMFH
2016-02-23 jhibbitsAllow the size argument for law_enable() to be non...
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 gjbMFH
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-20 zbbRevert r295756:
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-18 zbbExtract common code from PowerPC's ofw_pci
2016-02-18 zbbIntroduce bus_get_bus_tag() method
2016-02-18 gjbMFH
2016-02-16 jhibbitsAnother conversion u_long -> rman_res_t
2016-02-16 andrewAllow callers of OF_decode_addr to get the size of...
2016-02-16 jhibbitsFix a panic bug that cropped up in the PTE rewrite.
2016-02-15 gjbMFH
2016-02-13 dimMerge ^/head r295544 through r295600.
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-12 kibPOSIX states that #include <signal.h> shall make both...
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-11 jhibbitsMigrate the PTE format for book-e to standardize on...
2016-02-10 gjbMFH
2016-02-09 glebiusInclude sys/_task.h into uma_int.h, so that taskqueue...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-08 gjbMFH
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-04 jhbFix build of powerpc FPU emulator after changes in...
2016-02-04 glebiusFix build.
2016-02-03 gjbMFH
2016-02-03 jhibbitsAlign signal stack pointer to 16 bytes.
2016-02-03 jhibbitsMake lbc(4) the same driver pass as simplebus.
2016-02-02 gjbMFH
2016-02-01 jhbRestore the ABI of 'struct fpreg' on powerpc.
2016-02-01 jhibbitsUse the correct type to pmap_mapdev() in nexus_activate...
2016-01-29 gjbMFH
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-28 mmelEHCI: Make core reset and port speed reading more generic.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 jhbConvert ss_sp in stack_t and sigstack to void *.
2016-01-27 gjbMFH
2016-01-27 jhibbitsConvert rman to use rman_res_t instead of u_long
2016-01-26 dimMerge ^/head r294599 through r294776.
2016-01-26 jhibbitsOlder Book-E processors (e500v1/e500v2) don't support...
2016-01-26 jhibbitsFix a debug printf().
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-20 gjbMFH
2016-01-19 jhibbitsRevert a printf change from r294307.
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-19 jhibbitsHide most of the PTE initialization and management.
2016-01-18 nwhitehornMove RTAS PCI-specific interpretation of the "reg"...
2016-01-16 jhibbitsPartially revert r294055.
2016-01-15 baptUpdate mandoc to 20160116
2016-01-15 dimMerge ^/head r293850 through r294089.
2016-01-14 jhibbitsAdjust VM_MAX_KERNEL_ADDRESS to the max address, not...
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-13 ngieMFhead @ r293815
2016-01-12 gjbMFH
2016-01-11 dimMerge ^/head r293430 through r293685.
2016-01-10 nwhitehornRemove dead code and dead comments, most notably the...
2016-01-10 nwhitehornUse setjmp() instead of the identical-except-for-having...
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-08 delphijMFV r293415:
2016-01-06 dimUpdate clang to trunk r256945.
next