linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-05 09:43:01 to 2022-07-11 00:02:14 UTC [more...]

[PATCH v4 0/5] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-11  0:01 UTC  (7+ messages)
` [PATCH v4 3/5] tpm: of: Make of-tree specific function commonly available
` [PATCH v4 4/5] of: kexec: Refactor IMA buffer related functions to make them reusable

[PATCH] powerpc/32: Don't always pass -mcpu=powerpc to the compiler
 2022-07-10 18:56 UTC  (3+ messages)

[PATCH] powerpc: e500: Fix compilation with gcc e500 compiler
 2022-07-10 17:57 UTC  (21+ messages)

[PATCH kernel] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-07-10 12:32 UTC  (15+ messages)

[Bug 216183] New: Kernel 5.19-rc4 boots ok with CONFIG_PPC_RADIX_MMU=y but fails to boot with CONFIG_PPC_HASH_MMU_NATIVE=y
 2022-07-10 11:01 UTC  (3+ messages)
` [Bug 216183] "

[powerpc:next] BUILD SUCCESS ac2a2303016baed1a60343500e265519cc45e4d2
 2022-07-09 22:47 UTC 

[powerpc:merge] BUILD SUCCESS ca79dc6117a73fd9c2076a404befbe917a46c5f5
 2022-07-09 22:46 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.19-5 tag
 2022-07-09 17:36 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmaps
 2022-07-09 15:56 UTC 

[PATCH] powerpc/85xx: Fix description of MPC85xx and P1/P2 boards options
 2022-07-09 12:43 UTC 

[PATCH] KVM: PPC: Kconfig: Fix indentation
 2022-07-09 10:14 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: tracing: Add missing hcall names
 2022-07-09 10:14 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Align pt_regs in kvm_vcpu_arch structure
 2022-07-09 10:14 UTC  (2+ messages)

[PATCH 0/5] KVM: PPC: Book3S HV: Update debug timing code
 2022-07-09 10:14 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Do not warn when userspace asked for too big TCE table
 2022-07-09 10:14 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Book3s: Fix warning about xics_rm_h_xirr_x
 2022-07-09 10:14 UTC  (2+ messages)

[PATCH v2 0/7] Implement inline static calls on PPC32 - v2
 2022-07-09  6:52 UTC  (9+ messages)
` [PATCH v2 1/7] powerpc: Add missing asm/asm.h for objtool
` [PATCH v2 2/7] objtool/powerpc: Activate objtool on PPC32
` [PATCH v2 3/7] objtool: Add architecture specific R_REL32 macro
` [PATCH v2 4/7] objtool/powerpc: Add necessary support for inline static calls
` [PATCH v2 5/7] init: Call static_call_init() from start_kernel()
` [PATCH v2 6/7] static_call_inline: Provide trampoline address when updating sites
` [PATCH v2 7/7] powerpc/static_call: Implement inline static calls

[RFC PATCH v3 00/12] objtool: Enable and implement --mcount option on powerpc
 2022-07-08 17:35 UTC  (14+ messages)
` [RFC PATCH v3 01/12] objtool: Fix SEGFAULT
` [RFC PATCH v3 03/12] objtool: Use target file class size instead of a compiled constant
` [RFC PATCH v3 11/12] powerpc: Remove unreachable() from WARN_ON()

[PATCH v3 1/4] video: fbdev: offb: Include missing linux/platform_device.h
 2022-07-08 13:23 UTC  (5+ messages)
` [PATCH v3 2/4] scsi: cxlflash: Include missing linux/irqdomain.h
` [PATCH v3 3/4] powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.h
` [PATCH v3 4/4] powerpc: Finally remove unnecessary headers from asm/prom.h

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

[PATCH v2 0/4] pseries-wdt: initial support for H_WATCHDOG-based watchdog timers
 2022-07-08  5:51 UTC  (10+ messages)
` [PATCH v2 3/4] powerpc/pseries: register pseries-wdt device with platform bus
` [PATCH v2 4/4] watchdog/pseries-wdt: initial support for H_WATCHDOG-based watchdog timers

[PATCH] random: remove CONFIG_ARCH_RANDOM and "nordrand"
 2022-07-08  0:40 UTC  (21+ messages)
          ` [PATCH v2] random: remove CONFIG_ARCH_RANDOM
            ` [PATCH v3] "
                  ` [PATCH v4] "
                    ` [PATCH v5] "

[PATCH v2 1/4] video: fbdev: offb: Include missing linux/platform_device.h
 2022-07-07 22:51 UTC  (7+ messages)
` [PATCH v2 2/4] scsi: cxlflash: Include missing linux/irqdomain.h
` [PATCH v2 3/4] powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.h
` [PATCH v2 4/4] powerpc: Finally remove unnecessary headers from asm/prom.h

[PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-07-07 21:47 UTC  (2+ messages)

[PATCH] ASoC: fsl_utils: Don't use plain integer as NULL pointer
 2022-07-07 17:24 UTC  (2+ messages)

[PATCH v6 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-07 17:20 UTC  (7+ messages)
` [PATCH v6 1/6] of: check previous kernel's ima-kexec-buffer against memory bounds
` [PATCH v6 2/6] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v6 3/6] x86/kexec: Carry forward IMA measurement log on kexec
` [PATCH v6 4/6] tpm: of: Make of-tree specific function commonly available
` [PATCH v6 5/6] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v6 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v5 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-07 16:10 UTC  (10+ messages)
` [PATCH v5 1/6] of: check previous kernel's ima-kexec-buffer against memory bounds
` [PATCH v5 2/6] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v5 3/6] x86/kexec: Carry forward IMA measurement log on kexec
` [PATCH v5 4/6] tpm: of: Make of-tree specific function commonly available
` [PATCH v5 5/6] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v5 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH 1/3] powerpc/probes: Remove ppc_opcode_t
 2022-07-07 14:55 UTC  (3+ messages)
` [PATCH 2/3] powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()
` [PATCH 3/3] powerpc/ppc-opcode: Define and use PPC_RAW_SETB()

[PATCH v5 1/2] powerpc/perf: Use PVR rather than oprofile field to determine CPU version
 2022-07-07 14:37 UTC  (2+ messages)
` [PATCH v5 2/2] powerpc: Remove remaining parts of oprofile

[PATCH v2] powerpc: Merge hardirq stack and softirq stack
 2022-07-07 14:23 UTC 

[PATCH/RFC] powerpc/module_64: allow .init_array constructors to run
 2022-07-07 12:14 UTC  (3+ messages)

linux-next: manual merge of the random tree with the powerpc tree
 2022-07-07 12:03 UTC  (3+ messages)

[Bug 213079] New: IRQ problems and crashes on a PowerMac G5 with 5.13-rc1
 2022-07-07 10:30 UTC  (2+ messages)
` [Bug 213079] [bisected] IRQ problems and crashes on a PowerMac G5 with 5.12.3

[Bug 213837] New: "Kernel panic - not syncing: corrupted stack end detected inside scheduler" at building via distcc on a G5
 2022-07-07 10:27 UTC  (2+ messages)
` [Bug 213837] [bisected] "

[PATCH] pseries/hotplug: Add more delay in pseries_cpu_die while waiting for rtas-stop
 2022-07-07  9:51 UTC  (2+ messages)

[PATCH 0/2] powerpc/kexec: automatically allocating mem for crashkernel=Y
 2022-07-07  9:42 UTC  (3+ messages)
` [PATCH 2/2] powerpc/kexec: avoid hard coding when automatically allocating mem for crashkernel

[PATCH] powerpc/powernv: Map OPAL msglog in IOREMAP area
 2022-07-07  9:27 UTC  (2+ messages)

[PATCH] KVM: PPC: Use the arg->size directly for kvm_vm_ioctl_create_spapr_tce
 2022-07-03 17:29 UTC 

[PATCH] powerpc/52xx: Mark gpt driver as not removable
 2022-07-07  8:50 UTC  (2+ messages)

[PATCH 1/3] powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declaration
 2022-07-07  8:49 UTC  (6+ messages)
` [PATCH 2/3] powerpc/platforms/83xx/suspend: Prevent unloading the driver
` [PATCH 3/3] powerpc/platforms/83xx/suspend: Remove write-only global variable

[PATCH v2] powerpc/code-patching: Speed up page mapping/unmapping on PPC32
 2022-07-07  8:06 UTC 

[PATCH] macintosh/windfarm_pid: Add header file macro definition
 2022-07-07  1:59 UTC 

[PATCH] macintosh/ams/ams: Add header file macro definition
 2022-07-07  1:53 UTC 

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-07-06 14:04 UTC  (15+ messages)
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 31/36] cpuidle,acpi: Make noinstr clean

[PATCH AUTOSEL 4.9 3/5] cpufreq: pmac32-cpufreq: Fix refcount leak bug
 2022-07-06 15:34 UTC 

[PATCH AUTOSEL 4.14 4/8] cpufreq: pmac32-cpufreq: Fix refcount leak bug
 2022-07-06 15:33 UTC 

[PATCH AUTOSEL 4.19 4/8] cpufreq: pmac32-cpufreq: Fix refcount leak bug
 2022-07-06 15:33 UTC 

[PATCH AUTOSEL 5.4 4/9] cpufreq: pmac32-cpufreq: Fix refcount leak bug
 2022-07-06 15:33 UTC 

[PATCH AUTOSEL 5.10 05/11] cpufreq: pmac32-cpufreq: Fix refcount leak bug
 2022-07-06 15:32 UTC 

[PATCH AUTOSEL 5.15 02/18] powerpc/xive/spapr: correct bitmap allocation size
 2022-07-06 15:31 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 09/18] cpufreq: pmac32-cpufreq: Fix refcount leak bug

[PATCH AUTOSEL 5.18 02/22] powerpc/xive/spapr: correct bitmap allocation size
 2022-07-06 15:30 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 11/22] cpufreq: pmac32-cpufreq: Fix refcount leak bug

[PATCH] ASoC: imx-card: Fix DSD/PDM mclk frequency
 2022-07-06 14:09 UTC  (2+ messages)

[PATCH v2] powerpc/mm: Use is_vmalloc_addr to validate addr
 2022-07-06 12:50 UTC  (5+ messages)

[PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-07-06 11:15 UTC  (10+ messages)
` [PATCH V6 21/26] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH v2 0/6] Add support of two Audio PLL source
 2022-07-06 11:07 UTC  (2+ messages)

[PATCH 0/5] powerpc/pci: Cleanup unused code and enable 256 PCI buses
 2022-07-06 10:43 UTC  (6+ messages)
` [PATCH 1/5] powerpc/pci: Hide pci_device_from_OF_node() for non-powermac code
` [PATCH 2/5] powerpc/pci: Make pcibios_make_OF_bus_map() static
` [PATCH 3/5] powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp code
` [PATCH 4/5] powerpc/pci: Disable filling pci-OF-bus-map for non-chrp/powermac
` [PATCH 5/5] powerpc/pci: Add config option for using all 256 PCI buses

[PATCH] powerpc/pci: Add config option for using OF 'reg' for PCI domain
 2022-07-06 10:23 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/pci: Add config option for using OF 'reg' for PCI domain
 2022-07-06 10:21 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and alias

[PATCH] powerpc/fsl-pci: Fix Class Code of PCIe Root Port
 2022-07-06 10:10 UTC 

[PATCH 0/6] i2c: Make remove callback return void
 2022-07-06  9:31 UTC  (6+ messages)
` [PATCH 6/6] "

[linux-next:master] BUILD REGRESSION 2a2aa3f05338270aecbe2492fda910d6c17e0102
 2022-07-05 23:41 UTC 

[PATCH v3] drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode
 2022-07-05 18:54 UTC  (4+ messages)

[PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to, KVM_MAX_VCPU_IDS
 2022-07-05 16:07 UTC  (2+ messages)

[Bug 215389] New: pagealloc: memory corruption at building glibc-2.33 and running its' testsuite
 2022-07-05 16:02 UTC  (2+ messages)
` [Bug 215389] "

[PATCH kernel] powerpc/iommu: Add simple iommu_ops to report capabilities
 2022-07-05 11:57 UTC  (3+ messages)

[PATCH] powerpc: fsl: pci: Remove of_node_put() in fsl_pci_assign_primary()
 2022-07-05 11:51 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).