]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
MFV r331400: 8484 Implement aggregate sum and use for arc counters
[FreeBSD/FreeBSD.git] / sys / powerpc /
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-23 jhibbitsDebug interrupts aren't instruction traps
2018-03-20 emasteRename assym.s to assym.inc
2018-03-20 jhibbitsFix powerpc Book-E build post-331018/331048.
2018-03-20 gonzo[ofw] fix errneous checks for OF_finddevice(9) return...
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-15 wmaReverting r330925 for now
2018-03-14 wmaPowerNV: Fix I2C to compile if FDT is disabled
2018-03-13 nwhitehornRestore missing temporary variable, deleted by accident...
2018-03-13 nwhitehornExecute PowerPC64/AIM kernel from direct map region...
2018-03-11 nwhitehornMake FDT-using parts of ofw_machdep.c condition on...
2018-03-07 nwhitehornMove the powerpc64 direct map base address from zero...
2018-03-06 nwhitehornFix use of unitialized variables.
2018-03-06 jtlamd64: Protect the kernel text, data, and BSS by settin...
2018-03-03 nwhitehornHonor physical memory regions marked unavailable in...
2018-03-03 nwhitehornRemove assumption that all physical memory is available...
2018-03-02 sjgUpdate to bmake-201802222
2018-03-01 wmaPowerNV: Initial support for OPAL I2C transfers
2018-03-01 jhibbitsFix the psl_userset32 definition.
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-27 jhibbitsIncrease the size of a reservation granule for TLB...
2018-02-27 jhibbitsFix a minor typo.
2018-02-26 jhibbitsCorrect a copy&paste-o -- altivec assist interrupt...
2018-02-24 nwhitehornAvoid dereferencing random memory when kickstarting...
2018-02-24 jhibbitsUnbreak 64-bit Book-E builds post r329712
2018-02-24 jhibbitsMake MPC85XXSPE kernel conf ident match the file name
2018-02-24 jhibbitsChange ident for QORIQ64 kernel conf
2018-02-24 jhibbitsUnbreak the build after r329891
2018-02-24 jhibbitsRemove platform_cpu_idle() and platform_cpu_idle_wakeup...
2018-02-23 wmapowerpc64: add NVMe to GENERIC64
2018-02-23 impDo not include float interfaces when using libsa.
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 nwhitehornAdd definition for the PowerPC A2.
2018-02-21 nwhitehornAdd definitions for the new Radix MMU mode on POWER9...
2018-02-21 wmaPowerNV: Put processor to power-save state in idle...
2018-02-21 wmaPowerNV: add missing RTC_WRITE support
2018-02-21 jhibbitsSplit printtrap() into generic and CPU-specific components
2018-02-20 kibvm_wait() rework.
2018-02-20 wmaPowerPC: Switch to more accurate unit to avoid division...
2018-02-20 wmaPowerNV: Send SIGILL on HEA illegal instruction exception
2018-02-19 nwhitehornSet internal error returns for OF_peer(), OF_child...
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-17 jhibbitsMerge AIM and Book-E PCPU fields
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-14 jhibbitsPPC64: Get the timestap from the proper OF field
2018-02-14 jhibbitspowerpc64/pseries: Define new hcalls
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 impMove __va_list and related defines to sys/sys/_types.h
2018-02-12 impWe don't support gcc < 4.2.1, so varargs.h now is just...
2018-02-12 impUse standard pattern for stdargs.h
2018-02-09 jkimMFV: r329072
2018-02-09 nwhitehornFix PowerMac G5 thermal management, plus likely other...
2018-02-08 markjUse vm_page_unwire_noq() instead of directly modifying...
2018-02-06 jeffUse per-domain locks for vm page queue free. Move...
2018-02-04 jhibbitsOnly look for L2 cache controllers for mpc85xx_cache
2018-02-04 jhibbitsStart building modules for MPC85XX and MPC85XXSPE
2018-02-04 jhibbitsAdd sdhci to MPC85XX build
2018-02-04 swillsCreate GENERIC64-NODEBUG for powerpc64
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 swillsCorrect longjmp
2018-02-01 nwhitehornChange the default MSR values used when starting userla...
2018-02-01 nwhitehornFix build on 32-bit PowerPC, broken in r328537.
2018-01-31 wmaPowerNV: fix compilation on non-NV platforms
2018-01-29 wmaPowerNV: move LPCR and LPID altering to cpudep_ap_early...
2018-01-29 wmaPPC64: use hwref instead of cpuid
2018-01-29 wmaPPC64: cleanup APs startup routines
2018-01-29 nwhitehornRemove hard-coded trap-handling logic involving the...
2018-01-29 impAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-28 nwhitehornRemove some unused AIM register declarations that exist...
2018-01-28 jhibbitsStart building modules for QORIQ64
2018-01-28 jhibbitsConsolidate trap instruction checks to a single function
2018-01-26 wmaPPC: Add place for NULL chars in intrnames
2018-01-25 nwhitehornAvoid all SLB operations in trap handling if the proces...
2018-01-25 nwhitehornTreat DSE exceptions like DSI exceptions when generatin...
2018-01-24 mmMFV r328323,328324:
2018-01-24 wmaPPC: Add KASSERT in intrcnt_add which checks for buffer...
2018-01-24 philipImport tzdata 2018c
2018-01-23 wmaPowerNV: send MSI_EOI always after MSI unmask
2018-01-23 jhibbitsFix 64-bit booke kernel builds after the ldscript changes
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-19 nwhitehornOn AIM systems without a software-managed SLB, such...
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 wmaCall platform_smp_ap_init before decr_ap_init
2018-01-18 wmaPPC64: fix TOC behavior on process initialization
2018-01-18 wmaPPC: machdep, zero BSS always but BookE
2018-01-18 wmaPPC64: add AHCI back to GENERIC64
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 wmaPPC64: implement missing busdma ops
2018-01-17 wmaPPC64: fix copyinout ranges
2018-01-17 wmaPPC64: add CXGBE and remove AHCI from GENERIC64
2018-01-17 wmaPowerNV: workaround console on OPAL 5.4
2018-01-17 wmaPowerNV: make PowerNV PCIe working on a real hardware
2018-01-16 wmaPowerNV: XICS support for PowerNV/OPAL
2018-01-16 jhibbitsMake fsl_sata driver work on P1022
2018-01-15 pfgpowerpc: make some use of mallocarray(9).
2018-01-15 nwhitehornInstall the SLB miss trap-handling code in the SLB...
2018-01-15 nwhitehornMove the pmap-specific code in copyinout.c that gets...
2018-01-14 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-13 nwhitehornDocument places we assume that physical memory is direc...
next