]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Fix 32-bit build.
[FreeBSD/FreeBSD.git] / sys / powerpc /
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...
2017-12-31 Colin PercivalUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 Nathan WhitehornUse data from the boot loader to pick the appropriate...
2017-12-31 Nathan WhitehornMake sure the first instruction of the low-memory spinl...
2017-12-30 Nathan WhitehornRemove logic for early console with loader.ps3 now...
2017-12-30 Nathan WhitehornChange the way SMP startup works to match the new multi...
2017-12-29 Nathan WhitehornEnhance the CHRP/pSeries platform layer:
2017-12-29 Nathan WhitehornAdd support for 64-bit PowerPC kernels to be directly...
2017-12-29 Nathan WhitehornMaintain alignment of in-code 64-bit quantities by...
2017-12-28 Nathan WhitehornRemove ELF note for Open Firmware. It is marked optiona...
2017-12-27 Eitan Adlerkernel: Fix several typos and minor errors
2017-12-20 Justin HibbitsIncrease default MAXDSIZ to 32G on powerpc64
2017-12-19 Nathan WhitehornThe highest-order bit of the bootloader cookie is 1...
2017-12-19 Konstantin BelousovAdd atomic_load(9) and atomic_store(9) operations.
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-15 Justin HibbitsHandle the Facility Unavailable exception as a SIGILL
2017-12-14 Jung-uk KimMFC: r326864
2017-12-14 Justin HibbitsAdd identifier for POWER9 CPU to CPU list
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-12 Justin HibbitsDecode some PowerPC trap registers
2017-12-11 Mark JohnstonPass the trap frame to fasttrap hooks.
2017-12-10 Justin HibbitsRetrieve the page outside of holding locks
2017-12-08 Justin HibbitsRemove PTE VA mappings for tracked pages in 64-bit...
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-07 Bruce EvansMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-02 Justin HibbitsOverride memattr for mmap on the Freescale DIU driver
2017-11-30 Pedro F. GiffuniSPDX: Consider code from Carnegie-Mellon University.
2017-11-29 Scott LongIt's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PR...
2017-11-29 Justin HibbitsOnly check the page tables if within the KVA.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Nathan WhitehornBack out OF module installation in the event of failure...
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Pedro F. Giffunisys/powerpc: further adoption of SPDX licensing ID...
2017-11-26 Justin HibbitsSynchronize TLB1 mappings when created
2017-11-26 Nathan WhitehornRemove another extern int n_slbs made redundant by...
2017-11-26 Nathan WhitehornUse the cookie now set by loader to determine whether...
2017-11-25 Nathan WhitehornAvoid assumptions about the BSP being CPU 0.
2017-11-25 Nathan WhitehornOn AIM systems, it is not actually possible to stop...
2017-11-25 Nathan WhitehornReturn base IRQ of PIC when added and massively increas...
2017-11-25 Nathan WhitehornMissed gate on __powerpc64__ for setting LPCR in r326207.
2017-11-25 Nathan WhitehornWhen booting from an FDT, make sure the FDT itself...
2017-11-25 Nathan WhitehornAllow platform modules to set the size of large pizes...
2017-11-25 Nathan WhitehornInvalidate TLB at boot using the correct IS settings...
2017-11-25 Nathan WhitehornDefinitions for registers and trap types found on new...
2017-11-25 Nathan WhitehornMissed platform_smp_timebase_sync() in r326205.
2017-11-25 Nathan WhitehornMake n_slbs public in a more straightforward way. Some...
2017-11-25 Nathan WhitehornPreserve the LPCR on new-ish (POWER7 and POWER8) CPUs...
2017-11-25 Nathan WhitehornYield while spinning on APs and avoid announcing all...
2017-11-25 Nathan WhitehornWhether you can use mttb() or not is more complicated...
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-24 Ed SchoutenDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-21 Justin HibbitsCheck the page table before TLB1 in pmap_kextract()
2017-11-20 Pedro F. Giffunisys: further adoption of SPDX licensing ID tags.
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-19 Hans Petter SelaskyMerge ^/head r325842 through r325998.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 Pedro F. Giffunispdx: initial adoption of licensing ID tags.
2017-11-17 Justin HibbitsStop special casing 32-bit AIM in memory parsing
2017-11-15 Hans Petter SelaskyMerge ^/head r325663 through r325841.
2017-11-14 Justin HibbitsExpand the Freescale PCIe root complex driver with...
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-10 Jung-uk KimMFV: r325668
2017-11-10 Hans Petter SelaskyMerge ^/head r325505 through r325662.
2017-11-10 Justin HibbitsProperly initialize the full md_page structure
2017-11-10 Justin HibbitsBook-E pmap_mapdev_attr() improvements
2017-11-09 Andriy GaponMFV r325609: 7531 Assign correct flags to prefetched...
2017-11-09 Andriy GaponMFV r325607: 8607 zfs: variable set but not used
2017-11-09 Andriy GaponMFV r325605: 8713 Buffer overflow in dsl_dataset_name()
2017-11-09 Marcin WojtasRework printouts and logging level in ENA driver
2017-11-08 Jeff RobersonReplace manyinstances of VM_WAIT with blocking page...
2017-11-08 Justin HibbitsAdd the ISEL feature macro for those powerpc cores...
2017-11-08 Justin HibbitsClear the WE bit in C code rather than the asm
2017-11-07 Hans Petter SelaskyMerge ^/head r323559 through r325504.
2017-11-06 Justin HibbitsSet the PRD extension list base address in little endian
2017-11-05 Justin HibbitsFix an off-by-one error missed in the initial commit...
2017-11-05 Enji CooperMFhead@r325422
2017-11-05 Justin HibbitsAdd Freescale QorIQ SATA controller support.
2017-11-04 Enji CooperMFhead@r325383
2017-11-04 Justin HibbitsStop passing -me500 to the assembler for Book-E kernels
2017-11-03 Justin HibbitsFix integer type and format in debug print
2017-11-02 Simon J. GerratyUpdate to bmake-20171028
2017-11-02 Jung-uk KimMerge OpenSSL 1.0.2m.
2017-11-01 Justin HibbitsEnable a bunch more options in the QORIQ64 kernel
2017-11-01 Justin HibbitsRename a couple files to not conflict with ZFS filenames
2017-11-01 Justin HibbitsAdd Guest State (GS) bit to MSR bits
2017-11-01 Justin HibbitsFix debug interrupts on 64-bit Book-E
2017-10-31 Marcin WojtasUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 Enji CooperMFhead@r325209
2017-10-31 Justin HibbitsMake DPAA work in 64-bit mode
2017-10-30 Enji CooperMFhead@r325119
2017-10-30 Justin HibbitsUpdate DPAA SDK to SDK 2.0
2017-10-30 Justin HibbitsAdd P5010/P5010E for completeness
2017-10-29 Eitan AdlerUpdate several more URLs
2017-10-28 Philip PaepsImport tzdata 2017c
next