public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2021-12-08 17:37:48 to 2021-12-13 04:37:47 UTC [more...]

[PATCH] powerpc: Add set_memory_{p/np}() and remove set_memory_attr()
 2021-12-13  4:36 UTC  (3+ messages)

[PATCH] powerpc: mpc52xx_gpt: fix a potential memory leak
 2021-12-13  2:26 UTC 

[PATCH] powerpc: mpc52xx_gpt: fix a potential memory leak
 2021-12-13  2:07 UTC  (2+ messages)

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-13  0:46 UTC  (9+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2021-12-12 21:03 UTC  (22+ messages)
` [PATCH v5 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v5 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v5 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v5 05/21] ARM: Use do_kernel_power_off()
` [PATCH v5 06/21] csky: "
` [PATCH v5 07/21] riscv: "
` [PATCH v5 08/21] arm64: "
` [PATCH v5 09/21] parisc: "
` [PATCH v5 10/21] xen/x86: "
` [PATCH v5 11/21] powerpc: "
` [PATCH v5 12/21] m68k: Switch to new sys-off handler API
` [PATCH v5 13/21] sh: Use do_kernel_power_off()
` [PATCH v5 14/21] x86: "
` [PATCH v5 15/21] ia64: "
` [PATCH v5 16/21] mips: "
` [PATCH v5 17/21] nds32: "
` [PATCH v5 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v5 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v5 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v5 21/21] reboot: Remove pm_power_off_prepare()

[PATCH 0/7] Cleanup after removal of configs
 2021-12-12 20:14 UTC  (5+ messages)
` [PATCH 3/7] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-12-10 20:16 UTC  (33+ messages)
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes

[RFC PATCH v2 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2021-12-10 20:17 UTC  (18+ messages)
` [RFC PATCH v2 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [RFC PATCH v2 2/7] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block()
` [RFC PATCH v2 3/7] mm: migrate: allocate the right size of non hugetlb or THP compound pages
` [RFC PATCH v2 4/7] mm: make alloc_contig_range work at pageblock granularity
` [RFC PATCH v2 5/7] mm: cma: use pageblock_order as the single alignment
` [RFC PATCH v2 6/7] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [RFC PATCH v2 7/7] arch: powerpc: adjust fadump alignment to be pageblock aligned

[PATCH v2 0/2] kdump: simplify code
 2021-12-12 11:47 UTC  (7+ messages)
` [PATCH v2 1/2] kdump: vmcore: remove copy_to() and add copy_to_user_or_kernel()
` [PATCH v2 2/2] kdump: crashdump: use copy_to_user_or_kernel() to simplify code

Fail to boot 5.15 on mpc8347 with either debug_pagealloc or nobats
 2021-12-12 11:21 UTC  (11+ messages)

[PATCH v2 1/2] powerpc/code-patching: add patch_memory() for writing RO text
 2021-12-12 10:41 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/module_64: Use patch_memory() to apply relocations to loaded modules

[PATCH] tpm: Fix kexec crash due to access to ops NULL pointer (powerpc)
 2021-12-12  1:28 UTC 

[PATCH] PCI/AER: potential dereference of null pointer
 2021-12-11 17:54 UTC  (2+ messages)

[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-11 15:24 UTC  (41+ messages)
` [patch V3 01/35] PCI/MSI: Set pci_dev::msi[x]_enabled early
` [patch V3 02/35] x86/pci/XEN: Use PCI device property
` [patch V3 03/35] x86/apic/msi: Use PCI device MSI property
` [patch V3 04/35] genirq/msi: Use PCI device property
` [patch V3 05/35] powerpc/cell/axon_msi: "
` [patch V3 06/35] powerpc/pseries/msi: Use PCI device properties
` [patch V3 07/35] device: Move MSI related data into a struct
` [patch V3 08/35] device: Add device:: Msi_data pointer and struct msi_device_data
` [patch V3 09/35] PCI/MSI: Allocate MSI device data on first use
` [patch V3 10/35] platform-msi: "
` [patch V3 11/35] bus: fsl-mc-msi: "
` [patch V3 12/35] soc: ti: ti_sci_inta_msi: "
` [patch V3 13/35] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch V3 14/35] PCI/MSI: Let the irq code handle sysfs groups
` [patch V3 15/35] platform-msi: Let the core "
` [patch V3 16/35] genirq/msi: Remove the original sysfs interfaces
` [patch V3 17/35] platform-msi: Rename functions and clarify comments
` [patch V3 18/35] platform-msi: Store platform private data pointer in msi_device_data
` [patch V3 19/35] genirq/msi: Consolidate MSI descriptor data
` [patch V3 20/35] platform-msi: Use msi_desc::msi_index
` [patch V3 21/35] bus: fsl-mc-msi: "
` [patch V3 22/35] soc: ti: ti_sci_inta_msi: "
` [patch V3 23/35] PCI/MSI: "
` [patch V3 24/35] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch V3 25/35] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch V3 26/35] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch V3 27/35] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch V3 29/35] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch V3 30/35] perf/smmuv3: Use msi_get_virq()
` [patch V3 31/35] iommu/arm-smmu-v3: "
` [patch V3 32/35] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch V3 33/35] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch V3 34/35] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch V3 35/35] dmaengine: qcom_hidma: Cleanup MSI handling

[PATCH 1/2] powerpc/code-patching: add patch_memory() for writing RO text
 2021-12-11 12:31 UTC  (2+ messages)
` [PATCH 2/2] powerpc/module_64: Use patch_memory() to apply relocations to loaded modules

[next-20211210] Build break powerpc/kvm: unknown member wait
 2021-12-11 10:50 UTC 

[PATCH] soc: fsl: qe: fix typo in a comment
 2021-12-11  9:08 UTC 

[PATCH 0/2] kdump: simplify code
 2021-12-11  7:37 UTC  (6+ messages)
` [PATCH 1/2] kdump: vmcore: move copy_to() from vmcore.c to uaccess.h
` [PATCH 2/2] kdump: crashdump: use copy_to() to simplify the related code

[PATCH v2] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2021-12-11  0:18 UTC  (2+ messages)

[PATCH v4 00/10] Convert powerpc to default topdown mmap layout
 2021-12-10 17:47 UTC  (17+ messages)
` [PATCH v4 02/10] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
` [PATCH v4 03/10] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v4 06/10] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v4 07/10] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v4 09/10] powerpc/mm: Convert to default topdown mmap layout

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-12-10 14:57 UTC  (16+ messages)
` [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files
` [PATCH v5 06/12] KVM: powerpc: "
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support

[PATCH 0/4] perf: Add new macros for mem_hops field
 2021-12-10  8:22 UTC  (6+ messages)
` [PATCH 1/4] "

[PATCH] powermac: low_i2c: Add missing of_node_put for loop iteration
 2021-12-10  8:11 UTC 

[PATCH] powerpc/module_64: Fix livepatching for RO modules
 2021-12-10  3:08 UTC  (5+ messages)

[powerpc:next] BUILD SUCCESS 0d76914a4c99ab5658f3fb07cdf3799d28e2eab3
 2021-12-10  1:55 UTC 

[powerpc:next-test] BUILD SUCCESS b149d5d45ac9171ed699a256f026c8ebef901112
 2021-12-10  1:55 UTC 

[Bug 215285] New: power9 le: amdgpu: *ERROR* hw_init of IP block <psp> failed -22
 2021-12-09 21:41 UTC 

[PATCH] powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
 2021-12-09 17:26 UTC  (5+ messages)

[PATCH v3] powerpc/pseries: read the lpar name from the firmware
 2021-12-09 15:59 UTC  (9+ messages)

[PATCH] powerpc/rtas: Introduce rtas_get_sensor_nonblocking() for pci hotplug driver
 2021-12-09 15:03 UTC  (4+ messages)

[PATCH v3] PCI hotplug: rpaphp: Error out on busy status from get-sensor-state
 2021-12-09 15:02 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add a test of sigreturning to the kernel
 2021-12-09 11:59 UTC 

[Bug 214913] New: [xfstests generic/051] BUG: Kernel NULL pointer dereference on read at 0x00000108 NIP [c0000000000372e4] tm_cgpr_active+0x14/0x40
 2021-12-09 11:43 UTC  (2+ messages)
` [Bug 214913] "

[Bug 215217] New: Kernel fails to boot at an early stage when built with GCC_PLUGIN_LATENT_ENTROPY=y (PowerMac G4 3,6)
 2021-12-09 11:22 UTC  (5+ messages)
` [Bug 215217] "

[PATCH] sound: fsl: add missing put_device() call in imx_hdmi_probe()
 2021-12-09  9:58 UTC 

[PATCH v6 00/18] powerpc: Make hash MMU code build configurable
 2021-12-09  9:30 UTC  (11+ messages)
` [PATCH v6 15/18] powerpc/64s: Always define arch unmapped area calls
` [PATCH v6 17/18] powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU

[PATCH] powerpc: platforms: cell: pervasive: fix clang -Wimplicit-fallthrough
 2021-12-09  6:40 UTC  (2+ messages)

[PATCH 1/2] sizes.h: Add SZ_1T macro
 2021-12-08 21:19 UTC  (2+ messages)

[patch V2 00/23] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-12-08 20:56 UTC  (4+ messages)
` [patch V2 20/23] PCI/MSI: Move msi_lock to struct pci_dev

[PATCH] powerpc/powermac: Add additional missing lockdep_register_key()
 2021-12-08 17:36 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox