]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Implement memdup_user_nul() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / powerpc /
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-14 Justin HibbitsPPC64: Get the timestap from the proper OF field
2018-02-14 Justin Hibbitspowerpc64/pseries: Define new hcalls
2018-02-12 Jeff RobersonMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 Warner LoshMove __va_list and related defines to sys/sys/_types.h
2018-02-12 Warner LoshWe don't support gcc < 4.2.1, so varargs.h now is just...
2018-02-12 Warner LoshUse standard pattern for stdargs.h
2018-02-09 Jung-uk KimMFV: r329072
2018-02-09 Nathan WhitehornFix PowerMac G5 thermal management, plus likely other...
2018-02-08 Mark JohnstonUse vm_page_unwire_noq() instead of directly modifying...
2018-02-08 Jung-uk KimMFV: r329021
2018-02-06 Jeff RobersonUse per-domain locks for vm page queue free. Move...
2018-02-04 Justin HibbitsOnly look for L2 cache controllers for mpc85xx_cache
2018-02-04 Justin HibbitsStart building modules for MPC85XX and MPC85XXSPE
2018-02-04 Justin HibbitsAdd sdhci to MPC85XX build
2018-02-04 Steve WillsCreate GENERIC64-NODEBUG for powerpc64
2018-02-02 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 Steve WillsCorrect longjmp
2018-02-01 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-01 Nathan WhitehornChange the default MSR values used when starting userla...
2018-02-01 Nathan WhitehornFix build on 32-bit PowerPC, broken in r328537.
2018-01-31 Wojciech MacekPowerNV: fix compilation on non-NV platforms
2018-01-29 Wojciech MacekPowerNV: move LPCR and LPID altering to cpudep_ap_early...
2018-01-29 Wojciech MacekPPC64: use hwref instead of cpuid
2018-01-29 Wojciech MacekPPC64: cleanup APs startup routines
2018-01-29 Nathan WhitehornRemove hard-coded trap-handling logic involving the...
2018-01-29 Warner LoshAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-28 Nathan WhitehornRemove some unused AIM register declarations that exist...
2018-01-28 Justin HibbitsStart building modules for QORIQ64
2018-01-28 Justin HibbitsConsolidate trap instruction checks to a single function
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-26 Wojciech MacekPPC: Add place for NULL chars in intrnames
2018-01-25 Nathan WhitehornAvoid all SLB operations in trap handling if the proces...
2018-01-25 Nathan WhitehornTreat DSE exceptions like DSI exceptions when generatin...
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Martin MatuskaMFV r328323,328324:
2018-01-24 Wojciech MacekPPC: Add KASSERT in intrcnt_add which checks for buffer...
2018-01-24 Philip PaepsImport tzdata 2018c
2018-01-23 Wojciech MacekPowerNV: send MSI_EOI always after MSI unmask
2018-01-23 Justin HibbitsFix 64-bit booke kernel builds after the ldscript changes
2018-01-22 Alexander MotinMFV r328255: 8972 zfs holds: In scripted mode, do not...
2018-01-22 Alexander MotinMFV r328253: 8835 Speculative prefetch in ZFS not worki...
2018-01-22 Alexander MotinMFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
2018-01-22 Alexander MotinMFV r328249:
2018-01-22 Alexander MotinMFV r328247: 8959 Add notifications when a scrub is...
2018-01-22 Alexander MotinMFV r328245: 8856 arc_cksum_is_equal() doesn't take...
2018-01-22 Alexander MotinMFV r328233:
2018-01-21 Alexander MotinMFV r328231: 8897 zpool online -e fails assertion when...
2018-01-21 Alexander MotinMFV r328229:
2018-01-21 Alexander MotinMFV r328227: 8909 8585 can cause a use-after-free kerne...
2018-01-21 Alexander MotinMFV r328225: 8603 rename zilog's "zl_writer_lock" to...
2018-01-21 Alexander MotinMFV r328220: 8677 Open-Context Channel Programs
2018-01-21 Pedro F. GiffuniRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-19 Nathan WhitehornOn AIM systems without a software-managed SLB, such...
2018-01-19 Nathan WhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 Wojciech MacekCall platform_smp_ap_init before decr_ap_init
2018-01-18 Wojciech MacekPPC64: fix TOC behavior on process initialization
2018-01-18 Wojciech MacekPPC: machdep, zero BSS always but BookE
2018-01-18 Wojciech MacekPPC64: add AHCI back to GENERIC64
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 Wojciech MacekPPC64: implement missing busdma ops
2018-01-17 Wojciech MacekPPC64: fix copyinout ranges
2018-01-17 Wojciech MacekPPC64: add CXGBE and remove AHCI from GENERIC64
2018-01-17 Wojciech MacekPowerNV: workaround console on OPAL 5.4
2018-01-17 Wojciech MacekPowerNV: make PowerNV PCIe working on a real hardware
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-16 Wojciech MacekPowerNV: XICS support for PowerNV/OPAL
2018-01-16 Justin HibbitsMake fsl_sata driver work on P1022
2018-01-15 Pedro F. Giffunipowerpc: make some use of mallocarray(9).
2018-01-15 Nathan WhitehornInstall the SLB miss trap-handling code in the SLB...
2018-01-15 Nathan WhitehornMove the pmap-specific code in copyinout.c that gets...
2018-01-14 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-13 Nathan WhitehornDocument places we assume that physical memory is direc...
2018-01-13 Justin HibbitsInclude only the headers needed
2018-01-13 Dimitry AndricMerge ^/head r327886 through r327930.
2018-01-13 Justin HibbitsAdd SPDX identifier to header
2018-01-13 Nathan WhitehornChase removal of FDT fixup code on PowerPC in r327907.
2018-01-13 Justin HibbitsEnable L2 cache on supported PowerQUICC and QorIQ platforms
2018-01-12 Jeff RobersonAdd support for NUMA domains to bus dma tags. This...
2018-01-12 Jeff RobersonImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-12 Wojciech MacekPowerNV: update OPAL driver
2018-01-12 Wojciech MacekPowerNV: initial support for PCIe host controller
2018-01-11 Wojciech MacekPowerNV: add buffer for OPAL console
2018-01-11 Wojciech MacekPowerNV: set LPCR[LPES] correctly
2018-01-11 Wojciech MacekPowerNV: correctly start secondary CPUs
2018-01-11 Wojciech MacekPowerNV: add reset, poweroff, OPAL console
2018-01-11 Wojciech MacekPowerNV: initial support for OPAL
2018-01-10 Landon J. FullerFix minor locking issues in the Power Mac Uninorth...
2018-01-09 Nathan WhitehornAdd XHCI support to powerpc64 GENERIC. This is useful...
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-04 Nathan WhitehornRevert r327360, which can cause boot problems on high...
2018-01-03 Andreas ToblerThe recent bump of MAXDSIZ made 32-bit binary execution...
2018-01-02 Nathan WhitehornFix reversed endianness that crept in at some point...
2017-12-31 Nathan WhitehornRemove PIR from PCPU data. It has an implementation...
2017-12-31 Nathan WhitehornFix 32-bit build.
2017-12-31 Nathan WhitehornMake newer binutils happy by using a bl-type branch...
2017-12-31 Nathan WhitehornProvide relative, as well as absolute, addresses in...
next