User Details
User Details
- User Since
- May 16 2014, 7:29 PM (248 w, 14 h)
Today
Today
powerpc/booke: Fix 32-bit build
powerpc/booke: depessimize MAS register updates
powerpc/booke: Use DMAP where possible for page copy and zeroing
Thu, Feb 14
Thu, Feb 14
Wed, Feb 13
Wed, Feb 13
powerpc/booke: Use the 'tlbilx' instruction on newer cores
Mon, Feb 11
Mon, Feb 11
Sun, Feb 10
Sun, Feb 10
powerpc: Clamp MAXCPU for MPC85XXSPE kernel to 2
Sat, Feb 9
Sat, Feb 9
powerpc: Split out the e500mc idling from rest of Book-E
ddb: Print the thread's pcb in 'show thread'
Correct the CPU target for powerpcspe
Thu, Feb 7
Thu, Feb 7
Wed, Feb 6
Wed, Feb 6
powerpc: Bind IRQs to only one interrupt on QorIQ SoCs
Tue, Feb 5
Tue, Feb 5
This looks like a correctness fix, too. I don't think we should be calling that on an error anyway.
powerpc: Don't idle with the wait instruction on booke
Mon, Feb 4
Mon, Feb 4
Looks fine to me now.
Sat, Feb 2
Sat, Feb 2
jhibbits committed rS343674: powerpc/powernv: Add a driver for the POWER9 XIVE interrupt controller.
powerpc/powernv: Add a driver for the POWER9 XIVE interrupt controller
Sun, Jan 20
Sun, Jan 20
Sat, Jan 19
Sat, Jan 19
powerpc/dpaa: Handle DMAP virtual addresses in DPAA
powerpc: Fix opaque irq data initialization
Fri, Jan 18
Fri, Jan 18
Fix top(1) long options handling
Jan 16 2019
Jan 16 2019
powerpc: Fix FPU fsqrt emulation special case results
Jan 13 2019
Jan 13 2019
powerpcspe: Correct SPE high-component loading
You have my blessing to remove mps from powerpc GENERIC. Keep it in GENERIC64, though. I've heard of people using mps and mpr devices in TALOS machines (mostly with Linux).
jhibbits added a comment to D15368: strcpy optimization for PowerPC64.
Fix rtld-elf compilation warning for powerpc64 ELFv2 ABI
Add AT_HWCAP / AT_HWCAP2 to elf64_sysvec_v2.
Jan 12 2019
Jan 12 2019
jhibbits committed rS342976: powerpc/pseries: Cache the IPI vector to avoid the common static lookup.
powerpc/pseries: Cache the IPI vector to avoid the common static lookup
powerpc: Add opaque 'private data' to interrupt vectors
Create crtsavres.o for powerpc builds
jhibbits updated the diff for D18826: Create crtsavres.o for powerpc builds.
Remove crtsavres.o from gnu/lib/csu.
jhibbits added inline comments to D18826: Create crtsavres.o for powerpc builds.
jhibbits updated the diff for D18826: Create crtsavres.o for powerpc builds.
Use the correct license.
Jan 11 2019
Jan 11 2019
Jan 10 2019
Jan 10 2019
Jan 6 2019
Jan 6 2019
dtsec: Fix formatting of addresses in translation error messages
Jan 5 2019
Jan 5 2019
jhibbits committed rS342783: MFC r341101-r341103, r341148, r341391, r341422-r341423, r341454, r341780….
MFC r341101-r341103, r341148, r341391, r341422-r341423, r341454, r341780…
MFC r341751-r341752, r342025, r342107
Jan 2 2019
Jan 2 2019
Jan 1 2019
Jan 1 2019
rtld-elf: Fix powerpc64 TLS handling, matching powerpc's fix
Dec 28 2018
Dec 28 2018
libm: Include float.h to get LDBL_MANT_DIG
Dec 25 2018
Dec 25 2018
jhibbits added a comment to D18322: Expose threads-per-core and physical core count information.
PowerPC bits look fine to me.
Dec 15 2018
Dec 15 2018
powerpcspe: Don't require FPU_EMU for powerpcspe IEEE emulation
Dec 13 2018
Dec 13 2018
powerpc/booke: Change KERNBASE to be physical load address
powerpcspe: Fix GPR handling in SPE exception handler
Dec 11 2018
Dec 11 2018
powerpc/booke: Don't get and use the load offset for TOC on APs
Dec 10 2018
Dec 10 2018
jhibbits committed rS341781: powerpc/booke: Replace a logical equivalent of pmap_kextract() with a real call.
powerpc/booke: Replace a logical equivalent of pmap_kextract() with a real call
powerpc/ubldr: Teach powerpc's ubldr to boot 64-bit kernels
Dec 9 2018
Dec 9 2018
powerpc/SPE: Copy lower part of source register to target for…
powerpc/SPE: Reload vector registers after efdabs/efdnabs/efdneg
Dec 7 2018
Dec 7 2018
Dec 6 2018
Dec 6 2018
No need for this anymore. Only needed the "usefdt" change, the rest was fixed in the kernel.
jhibbits committed rS341617: powerpc: Set very low priority mode while waiting for AP unleash event.
powerpc: Set very low priority mode while waiting for AP unleash event
powerpc: Fix ELFv2 JMP_SLOT relocation fixup
powerpc/powermac: Fix macgpio(4) child interrupt resource handling
Dec 4 2018
Dec 4 2018
Sprinkle EARLY_DRIVER_MODULE around the tree
powerpc: preload_addr_relocate is no longer necessary for booke
Dec 3 2018
Dec 3 2018
powerpc: Check for a fdt in the metadata if it doesn't already exist
powerpc/booke: Check for the metadata address by physical address
Dec 2 2018
Dec 2 2018
ubldr: Force 'usefdt' variable to 1 for powerpc
Dec 1 2018
Dec 1 2018
jhibbits committed rS341387: Fix PowerPC64 ELFv1-specific problem in __elf_phdr_match_addr() leading to crash.
Fix PowerPC64 ELFv1-specific problem in __elf_phdr_match_addr() leading to crash
Nov 29 2018
Nov 29 2018
Allow truss to operate on ELFv2 processes.
Fix thread creation in PowerPC64 ELFv2 processes.
Nov 28 2018
Nov 28 2018
powerpc: Don't include KERNBASE in genassym, it's unnecessary
jhibbits added inline comments to D18365: ubldr: Fix booting PowerPC kernels.
powerpc/booke: Fix debug printfs in pmap
powerpc: Fix the powerpc64 build post-r341102
powerpc: Prepare Book-E kernels for KERNBASE != run base
powerpcspe: Don't crash the loader on ubldr with SPE instructions.
Nov 27 2018
Nov 27 2018
LGTM.
Nov 21 2018
Nov 21 2018
DTrace/powerpc: Fix FBT return probes
Nov 20 2018
Nov 20 2018
It builds, I see no problem with committing it. If it causes problems we can fix it as they come.
Nov 19 2018
Nov 19 2018
powerpc: Sync icache on SIGILL, in case of cache issues
Nov 15 2018
Nov 15 2018
jhibbits added a comment to D918: Sprinkle EARLY_DRIVER_MODULE throughout the tree.
Nov 10 2018
Nov 10 2018
jhibbits committed rS340312: powerpc: Use MAX() macro instead of max() inline function to calculate Maxmem.
powerpc: Use MAX() macro instead of max() inline function to calculate Maxmem
Nov 8 2018
Nov 8 2018
powerpc64: Fix "show spr" command on ELFv2 kernels
powerpc/powernv: Restrict the busdma tag to only POWER8
Nov 7 2018
Nov 7 2018
powerpc/atomic: Loosen the memory barrier on atomic_load_acq_*()
Nov 5 2018
Nov 5 2018
powerpc/SMP: Don't spam the console with AP bringup messages
Oct 30 2018
Oct 30 2018
powerpc/mpc85xx: Reset the PCIe bus on attach
Oct 29 2018
Oct 29 2018
Let luporl fly free. Keep up the good work!
Oct 27 2018
Oct 27 2018