]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
geli: fix parallel execution of tests
[FreeBSD/FreeBSD.git] / sys / powerpc /
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-04 nwhitehornRevert r327360, which can cause boot problems on high...
2018-01-03 andreastThe recent bump of MAXDSIZ made 32-bit binary execution...
2018-01-02 nwhitehornFix reversed endianness that crept in at some point...
2017-12-31 nwhitehornRemove PIR from PCPU data. It has an implementation...
2017-12-31 nwhitehornFix 32-bit build.
2017-12-31 nwhitehornMake newer binutils happy by using a bl-type branch...
2017-12-31 nwhitehornProvide relative, as well as absolute, addresses in...
2017-12-31 cpercivaUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 nwhitehornUse data from the boot loader to pick the appropriate...
2017-12-31 nwhitehornMake sure the first instruction of the low-memory spinl...
2017-12-30 nwhitehornRemove logic for early console with loader.ps3 now...
2017-12-30 nwhitehornChange the way SMP startup works to match the new multi...
2017-12-29 nwhitehornEnhance the CHRP/pSeries platform layer:
2017-12-29 nwhitehornAdd support for 64-bit PowerPC kernels to be directly...
2017-12-29 nwhitehornMaintain alignment of in-code 64-bit quantities by...
2017-12-28 nwhitehornRemove ELF note for Open Firmware. It is marked optiona...
2017-12-27 eadlerkernel: Fix several typos and minor errors
2017-12-20 jhibbitsIncrease default MAXDSIZ to 32G on powerpc64
2017-12-19 nwhitehornThe highest-order bit of the bootloader cookie is 1...
2017-12-19 kibAdd atomic_load(9) and atomic_store(9) operations.
2017-12-15 jhibbitsHandle the Facility Unavailable exception as a SIGILL
2017-12-14 jhibbitsAdd identifier for POWER9 CPU to CPU list
2017-12-12 jhibbitsDecode some PowerPC trap registers
2017-12-11 markjPass the trap frame to fasttrap hooks.
2017-12-10 jhibbitsRetrieve the page outside of holding locks
2017-12-08 jhibbitsRemove PTE VA mappings for tracked pages in 64-bit...
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-07 bdeMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-02 jhibbitsOverride memattr for mmap on the Freescale DIU driver
2017-11-30 pfgSPDX: Consider code from Carnegie-Mellon University.
2017-11-29 scottlIt's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PR...
2017-11-29 jhibbitsOnly check the page tables if within the KVA.
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 nwhitehornBack out OF module installation in the event of failure...
2017-11-27 pfgsys/powerpc: further adoption of SPDX licensing ID...
2017-11-26 jhibbitsSynchronize TLB1 mappings when created
2017-11-26 nwhitehornRemove another extern int n_slbs made redundant by...
2017-11-26 nwhitehornUse the cookie now set by loader to determine whether...
2017-11-25 nwhitehornAvoid assumptions about the BSP being CPU 0.
2017-11-25 nwhitehornOn AIM systems, it is not actually possible to stop...
2017-11-25 nwhitehornReturn base IRQ of PIC when added and massively increas...
2017-11-25 nwhitehornMissed gate on __powerpc64__ for setting LPCR in r326207.
2017-11-25 nwhitehornWhen booting from an FDT, make sure the FDT itself...
2017-11-25 nwhitehornAllow platform modules to set the size of large pizes...
2017-11-25 nwhitehornInvalidate TLB at boot using the correct IS settings...
2017-11-25 nwhitehornDefinitions for registers and trap types found on new...
2017-11-25 nwhitehornMissed platform_smp_timebase_sync() in r326205.
2017-11-25 nwhitehornMake n_slbs public in a more straightforward way. Some...
2017-11-25 nwhitehornPreserve the LPCR on new-ish (POWER7 and POWER8) CPUs...
2017-11-25 nwhitehornYield while spinning on APs and avoid announcing all...
2017-11-25 nwhitehornWhether you can use mttb() or not is more complicated...
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 edDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-21 jhibbitsCheck the page table before TLB1 in pmap_kextract()
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-17 jhibbitsStop special casing 32-bit AIM in memory parsing
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-14 jhibbitsExpand the Freescale PCIe root complex driver with...
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-10 jhibbitsProperly initialize the full md_page structure
2017-11-10 jhibbitsBook-E pmap_mapdev_attr() improvements
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
2017-11-08 jhibbitsAdd the ISEL feature macro for those powerpc cores...
2017-11-08 jhibbitsClear the WE bit in C code rather than the asm
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-06 jhibbitsSet the PRD extension list base address in little endian
2017-11-05 jhibbitsFix an off-by-one error missed in the initial commit...
2017-11-05 jhibbitsAdd Freescale QorIQ SATA controller support.
2017-11-04 jhibbitsStop passing -me500 to the assembler for Book-E kernels
2017-11-03 jhibbitsFix integer type and format in debug print
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-11-01 jhibbitsEnable a bunch more options in the QORIQ64 kernel
2017-11-01 jhibbitsRename a couple files to not conflict with ZFS filenames
2017-11-01 jhibbitsAdd Guest State (GS) bit to MSR bits
2017-11-01 jhibbitsFix debug interrupts on 64-bit Book-E
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 jhibbitsMake DPAA work in 64-bit mode
2017-10-30 jhibbitsUpdate DPAA SDK to SDK 2.0
2017-10-30 jhibbitsAdd P5010/P5010E for completeness
2017-10-29 eadlerUpdate several more URLs
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-21 mmelAdd AT_HWCAP2 ELF auxiliary vector.
2017-10-20 bzWith r181803 on 2008-08-17 23:27:27Z the first VIMAGE...
2017-10-20 jhibbitsExpand the TLB nest level mask to 3 bits to match the...
2017-10-20 jhibbitsNo need to check for AIM here
2017-10-20 jhibbitsBook-E debug trace fixes
2017-10-19 jhibbitsAdd some more devices to the MPC85XX-based configs
2017-10-19 jhibbitsRemove some unnecessary includes
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
next