]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
x86 cpususpend_handler: call wbinvd after setting suspend state bits
[FreeBSD/FreeBSD.git] / sys / powerpc /
2018-05-05 jhibbitsAdd support for powernv POWER9 MMU initialization
2018-05-05 jhibbitsBreak out the cpu_features setup to its own function...
2018-05-05 jhibbitsAdd POWER9 to the POWER8 bootstrap case blocks
2018-05-04 mjgAllow __builtin_memmove instead of bcopy for small...
2018-05-01 jhibbitsRemove dead errata fixup code
2018-04-30 nwhitehornFix null pointer dereference on nodes without a "compat...
2018-04-25 jhibbitsIncrease the fdtmemreserv array limit to boot on POWER9
2018-04-22 jhibbitsFix the build post r332859
2018-04-21 jhibbitsExport powerpc CPU features for auxvec
2018-04-21 jhibbitsSync powerpc feature flags with Linux
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 jhibbitspowerpc64: Set n_slbs = 32 for POWER9
2018-04-20 jhibbitspowerpc64: Add DSCR support
2018-04-19 nwhitehornFix detection of memory overlap with the kernel in...
2018-04-19 mavRelease memory resource on cuda driver attach failure.
2018-04-19 avgset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 avgdon't check for kdb reentry in trap_fatal(), it's impos...
2018-04-17 brooksRemove the unused fuwintr() and suiwintr() functions.
2018-04-16 impNo need to force md code to define a macro that's the...
2018-04-16 jhibbitsUse a resource hint instead of environment variable...
2018-04-10 jhibbitsReenter KDB on fault on powerpc, instead of panicking
2018-04-10 jhibbitsCall through powerpc_interrupt for all Book-E interrupts
2018-04-09 gonzoAlign OF_getencprop_alloc API with OF_getencprop and...
2018-04-08 gonzoClean up OF_getprop_alloc API
2018-04-08 jhibbitsFix typo
2018-04-08 jhibbitsPowerpc64: Add the facility unavailable trap subsystem
2018-04-08 jhibbitspowerpc64: Print current MSR on printtrap()
2018-04-08 jhibbitspowerpc64: Avoid calling isync twice
2018-04-08 jhibbitspowerpc/ofw: Fix malloc inside lock
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-04 jhibbitsCorrect the ilog2() for calculating memory sizes.
2018-04-03 jhibbitsAdd support for a pmap direct map for 64-bit Book-E
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-24 philipImport tzdata 2018d
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...
next