]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Fix the build post r332859
[FreeBSD/FreeBSD.git] / sys / powerpc /
2018-04-22 Justin HibbitsFix the build post r332859
2018-04-21 Justin HibbitsExport powerpc CPU features for auxvec
2018-04-21 Justin HibbitsSync powerpc feature flags with Linux
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 Justin Hibbitspowerpc64: Set n_slbs = 32 for POWER9
2018-04-20 Justin Hibbitspowerpc64: Add DSCR support
2018-04-19 Nathan WhitehornFix detection of memory overlap with the kernel in...
2018-04-19 Alexander MotinRelease memory resource on cuda driver attach failure.
2018-04-19 Andriy Gaponset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 Andriy Gapondon't check for kdb reentry in trap_fatal(), it's impos...
2018-04-17 Brooks DavisRemove the unused fuwintr() and suiwintr() functions.
2018-04-16 Warner LoshNo need to force md code to define a macro that's the...
2018-04-16 Justin HibbitsUse a resource hint instead of environment variable...
2018-04-10 Justin HibbitsReenter KDB on fault on powerpc, instead of panicking
2018-04-10 Justin HibbitsCall through powerpc_interrupt for all Book-E interrupts
2018-04-09 Oleksandr TymoshenkoAlign OF_getencprop_alloc API with OF_getencprop and...
2018-04-08 Oleksandr TymoshenkoClean up OF_getprop_alloc API
2018-04-08 Justin HibbitsFix typo
2018-04-08 Justin HibbitsPowerpc64: Add the facility unavailable trap subsystem
2018-04-08 Justin Hibbitspowerpc64: Print current MSR on printtrap()
2018-04-08 Justin Hibbitspowerpc64: Avoid calling isync twice
2018-04-08 Justin Hibbitspowerpc/ofw: Fix malloc inside lock
2018-04-06 Brooks DavisMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 Ruslan BukinImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-04 Justin HibbitsCorrect the ilog2() for calculating memory sizes.
2018-04-03 Justin HibbitsAdd support for a pmap direct map for 64-bit Book-E
2018-04-02 Olivier HouchardImport CK as of commit b19ed4c6a56ec93215ab567ba18ba61b...
2018-03-28 Alexander MotinMFV r331712:
2018-03-28 Alexander MotinMFV 331710:
2018-03-28 Alexander MotinMFV r331708:
2018-03-28 Alexander MotinMFV r331706:
2018-03-28 Alexander MotinMFV 331704:
2018-03-28 Alexander MotinMFV 331702:
2018-03-28 Alexander MotinMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 Alexander MotinPartial MFV r329753:
2018-03-27 Jung-uk KimMerge OpenSSL 1.0.2o.
2018-03-24 Philip PaepsImport tzdata 2018d
2018-03-23 Alexander MotinMFV r331407: 9213 zfs: sytem typo
2018-03-23 Alexander MotinMFV r331405: 9084 spa_*_ashift must ignore spare devices
2018-03-23 Alexander MotinMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-23 Justin HibbitsDebug interrupts aren't instruction traps
2018-03-20 Ed MasteRename assym.s to assym.inc
2018-03-20 Justin HibbitsFix powerpc Book-E build post-331018/331048.
2018-03-20 Oleksandr Tymoshenko[ofw] fix errneous checks for OF_finddevice(9) return...
2018-03-19 Ruslan BukinImport Intel Processor Trace decoder library from
2018-03-15 Andriy GaponMFV r330973: 9164 assert: newds == os->os_dsl_dataset
2018-03-15 Wojciech MacekReverting r330925 for now
2018-03-14 Jung-uk KimMerge ACPICA 20180313.
2018-03-14 Wojciech MacekPowerNV: Fix I2C to compile if FDT is disabled
2018-03-13 Nathan WhitehornRestore missing temporary variable, deleted by accident...
2018-03-13 Nathan WhitehornExecute PowerPC64/AIM kernel from direct map region...
2018-03-11 Nathan WhitehornMake FDT-using parts of ofw_machdep.c condition on...
2018-03-07 Nathan WhitehornMove the powerpc64 direct map base address from zero...
2018-03-07 Andriy GaponMFV r330591: 8984 fix for 6764 breaks ACL inheritance
2018-03-06 Nathan WhitehornFix use of unitialized variables.
2018-03-06 Jonathan T. Looneyamd64: Protect the kernel text, data, and BSS by settin...
2018-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-03 Nathan WhitehornHonor physical memory regions marked unavailable in...
2018-03-03 Nathan WhitehornRemove assumption that all physical memory is available...
2018-03-02 Simon J. GerratyUpdate to bmake-201802222
2018-03-01 Wojciech MacekPowerNV: Initial support for OPAL I2C transfers
2018-03-01 Justin HibbitsFix the psl_userset32 definition.
2018-02-28 Xin LIMFV r330102: ntp 4.2.8p11
2018-02-27 Justin HibbitsIncrease the size of a reservation granule for TLB...
2018-02-27 Justin HibbitsFix a minor typo.
2018-02-26 Justin HibbitsCorrect a copy&paste-o -- altivec assist interrupt...
2018-02-25 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-24 Nathan WhitehornAvoid dereferencing random memory when kickstarting...
2018-02-24 Justin HibbitsUnbreak 64-bit Book-E builds post r329712
2018-02-24 Justin HibbitsMake MPC85XXSPE kernel conf ident match the file name
2018-02-24 Justin HibbitsChange ident for QORIQ64 kernel conf
2018-02-24 Justin HibbitsUnbreak the build after r329891
2018-02-24 Justin HibbitsRemove platform_cpu_idle() and platform_cpu_idle_wakeup...
2018-02-23 Wojciech Macekpowerpc64: add NVMe to GENERIC64
2018-02-23 Warner LoshDo not include float interfaces when using libsa.
2018-02-22 Alexander MotinMFV r329807:
2018-02-22 Alexander MotinMFV r329803:
2018-02-22 Alexander MotinMFV r329799, r329800:
2018-02-22 Alexander MotinMFV r329793, r329795:
2018-02-22 Alexander Motin8942 zfs promote .../%recv should be an error
2018-02-22 Alexander MotinMFV r329776: 8477 Assertion failed in vdev_state_dirty...
2018-02-22 Alexander MotinMFV r329774:
2018-02-22 Alexander MotinMFV r329770: 9035 zfs: this statement may fall through
2018-02-22 Alexander MotinMFV r329766: 8962 zdb should work on non-idle pools
2018-02-22 Alexander MotinMFV r329762: 8961 SPA load/import should tell us why...
2018-02-21 Alexander MotinMFV r329760: 7638 Refactor spa_load_impl into several...
2018-02-21 Alexander Motin9018 Replace kmem_cache_reap_now() with kmem_cache_reap...
2018-02-21 Alexander MotinMFV r329753: 8809 libzpool should leverage work done...
2018-02-21 Alexander MotinMFV r329736: 8969 Cannot boot from RAIDZ with parity > 1
2018-02-21 Alexander MotinMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 Nathan WhitehornAdd definition for the PowerPC A2.
2018-02-21 Nathan WhitehornAdd definitions for the new Radix MMU mode on POWER9...
2018-02-21 Andriy GaponMFV r329718: 8520 7198 lzc_rollback_to should support...
2018-02-21 Andriy GaponMFV r329715: 8997 ztest assertion failure in zil_lwb_wr...
2018-02-21 Andriy GaponMFV r329713: 8731 ASSERT3U(nui64s, <=, UINT16_MAX)...
2018-02-21 Wojciech MacekPowerNV: Put processor to power-save state in idle...
2018-02-21 Andriy GaponMFV r329710: 8966 Source file zfs_acl.c, function zfs_a...
2018-02-21 Wojciech MacekPowerNV: add missing RTC_WRITE support
2018-02-21 Justin HibbitsSplit printtrap() into generic and CPU-specific components
2018-02-21 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
next