]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Remove realall references from initial NetBSD import in r219019.
[FreeBSD/FreeBSD.git] / sys / powerpc /
2016-02-23 jhibbitsAllow the size argument for law_enable() to be non...
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
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-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-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-12 kibPOSIX states that #include <signal.h> shall make both...
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-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-04 jhbFix build of powerpc FPU emulator after changes in...
2016-02-04 glebiusFix build.
2016-02-03 jhibbitsAlign signal stack pointer to 16 bytes.
2016-02-03 jhibbitsMake lbc(4) the same driver pass as simplebus.
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-28 jkimMerge OpenSSL 1.0.2f.
2016-01-28 mmelEHCI: Make core reset and port speed reading more generic.
2016-01-27 jhbConvert ss_sp in stack_t and sigstack to void *.
2016-01-27 jhibbitsConvert rman to use rman_res_t instead of u_long
2016-01-26 jhibbitsOlder Book-E processors (e500v1/e500v2) don't support...
2016-01-26 jhibbitsFix a debug printf().
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
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-14 jhibbitsAdjust VM_MAX_KERNEL_ADDRESS to the max address, not...
2016-01-13 ngieMFhead @ r293815
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-05 delphijMFV r293125: less v481.
2016-01-04 jhibbitsMake arguments for booke_init() u_long, to match regist...
2016-01-04 jhibbitsSet the cacheline size before calling powerpc_init()
2016-01-03 jhibbitsInitialize the rid for input.
2016-01-03 jhibbitsAdd error interrupt handler for Freescale PCI errors
2016-01-02 andreastFix booting of 32-bit kernels on 64-bit G5 hardware.
2016-01-02 nwhitehornBump the maximum number of interrupt controllers to...
2016-01-02 nwhitehornBring CPU features list in line with the ABI requirements.
2016-01-02 nwhitehornSwitch setting MSR[SF] to C code. This removes any...
2016-01-02 ianMake the 'env' directive described in config(5) work...
2016-01-01 jhibbitsUse uint32_t for LBC block size.
2016-01-01 jhibbitsExtend idle support for newer Book-E cores.
2015-12-31 ngieMFhead @ r293006
2015-12-30 jhibbitsAdd platform support for QorIQ SoCs.
2015-12-30 jhibbitsOptimize zero_page for book-e mmu.
2015-12-30 jhibbitsRewrite tid_flush() in C.
2015-12-29 ngieMFhead @ r292618
2015-12-29 jhibbitsUpdate capabilities of e500mc, e5500, e6500.
2015-12-24 jhibbitsExtend Book-E to support >4GB RAM
2015-12-21 ianImplement OF_decode_addr() for arm. Move most of power...
2015-12-19 ngieMFhead @ r292474
2015-12-19 nwhitehornProvide link state reporting so that ifconfig_llan0...
2015-12-18 nwhitehornEnable PRINTF_BUFR_SIZE on powerpc64, following r194204...
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-15 ngieMFhead @ r292285
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-14 ianMove the DRIVER_MODULE() statements that declare mmc...
2015-12-14 ngieMFhead @ r292177
2015-12-11 jhibbitsNo need to reset tlb1 here, it gets reset again after...
2015-12-11 jhibbitsFollow up to r292071. Actually handle the Altivec...
2015-12-11 jhibbitsAdd more interrupts handled for booke.
2015-12-07 markjMFV r289003:
2015-12-06 ngieMFhead@r291879
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-12-03 nwhitehornBump MAXCPU. We already run on hardware with 32 threads...
2015-12-03 nwhitehornProvide support for ELFv2 userland if using a newer...
2015-11-30 jhibbitsPrint machine check address for Book-E.
2015-11-30 jhibbitsAdd Freescale QorIQ GPIO driver.
2015-11-29 nwhitehornMake ELFv2 powerpc64 kernels build and run. Loader...
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-26 emasteFix whitespace on addition of IPSEC option
2015-11-26 ngieMFhead @ r291345
2015-11-24 nwhitehornUse what we really mean (powerpc_lwsync()) rather than...
2015-11-24 kibOn PowerPC 64bit, the linux-compat mb() definition...
2015-11-24 ngieMFhead @ r291235
2015-11-23 nwhitehornProvide support for userland binaries using the new...
2015-11-23 skraRevert r291142.
2015-11-22 jhibbitsRemove a debug panic that crept into r291151
2015-11-22 jhibbitsModernize mpc85xx PCI hostbridge driver.
2015-11-21 skraFix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_...
2015-11-21 jhibbitstrunc_page() goes through unsigned long, which is too...
2015-11-19 jhibbitsRevert r291009 until rman changes go in.
2015-11-18 ngieMFhead @ r291038
2015-11-18 jhibbitsPhysical addresses for e500mc/e5500 are 36-bits, e6500...
2015-11-18 jhibbitsAdd support for new LAW registers in QorIQ SoCs.
2015-11-17 nwhitehornMake native page table access endian-safe. Even on...
2015-11-17 nwhitehornWhere appropriate, use the endian-flipping OF_getencpro...
2015-11-16 ngieMFhead @ r290899
next