linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 17:31:22 to 2021-09-29 08:49:02 UTC [more...]

[PATCH kernel] powerpc/dma: Fix dma_map_ops::get_required_mask
 2021-09-29  8:48 UTC  (5+ messages)

[PATCH v4 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-29  8:05 UTC  (11+ messages)
` [PATCH v4 4/8] PCI: replace pci_dev::driver usage that gets the driver name
` [PATCH v4 7/8] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[PATCH v2 0/2] powerpc/paravirt: vcpu_is_preempted() tweaks
 2021-09-29  7:30 UTC  (5+ messages)
` [PATCH v2 1/2] powerpc/paravirt: vcpu_is_preempted() commentary
` [PATCH v2 2/2] powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()

[PATCH] powerpc: fix unbalanced node refcount in check_kvm_guest()
 2021-09-29  7:29 UTC  (3+ messages)

[PATCH kernel] powerps/pseries/dma: Add support for 2M IOMMU page size
 2021-09-29  7:00 UTC  (3+ messages)

[next-20210827][ppc][multipathd] INFO: task hung in dm_table_add_target
 2021-09-29  6:52 UTC  (4+ messages)

[PATCH v2 0/4] CPU DLPAR/hotplug for v5.16
 2021-09-29  5:45 UTC  (7+ messages)
` [PATCH v2 1/4] powerpc/pseries/cpuhp: cache node corrections
` [PATCH v2 2/4] powerpc/cpuhp: BUG -> WARN conversion in offline path
` [PATCH v2 3/4] powerpc/pseries/cpuhp: delete add/remove_by_count code
` [PATCH v2 4/4] powerpc/pseries/cpuhp: remove obsolete comment from pseries_cpu_die

[PATCH] powerpc:85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
 2021-09-29  3:36 UTC  (5+ messages)
  ` [PATCH v2 0/2] "
    ` [PATCH v2 1/2] powerpc:85xx:Fix oops when mpc85xx_smp_guts_ids node cannot be found
    ` [PATCH v2 2/2] powerpc:85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n

[PATCH v2 1/4] mm: Create a new system state and fix core_kernel_text()
 2021-09-29  3:30 UTC  (6+ messages)
` [PATCH v2 2/4] mm: Make generic arch_is_kernel_initmem_freed() do what it says
` [PATCH v2 3/4] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH v2 4/4] s390: "

[PATCH v2 0/9] cxl_pci refactor for reusability
 2021-09-29  1:36 UTC  (23+ messages)
` [PATCH v2 1/9] cxl: Convert "RBI" to enum
` [PATCH v2 2/9] cxl/pci: Remove dev_dbg for unknown register blocks
` [PATCH v2 3/9] cxl/pci: Remove pci request/release regions
` [PATCH v2 4/9] cxl/pci: Refactor cxl_pci_setup_regs
` [PATCH v2 5/9] cxl/pci: Make more use of cxl_register_map
` [PATCH v2 6/9] PCI: Add pci_find_dvsec_capability to find designated VSEC
` [PATCH v2 7/9] cxl/pci: Use pci core's DVSEC functionality
` [PATCH v2 8/9] ocxl: "
` [PATCH v2 9/9] iommu/vt-d: "

[PATCH v3 0/9] sections: Unify kernel sections range check and use
 2021-09-29  1:14 UTC  (12+ messages)
` [PATCH v3 1/9] kallsyms: Remove arch specific text and data check
` [PATCH v3 2/9] kallsyms: Fix address-checks for kernel related range
` [PATCH v3 3/9] sections: Move and rename core_kernel_data() to is_kernel_core_data()
` [PATCH v3 4/9] sections: Move is_kernel_inittext() into sections.h
` [PATCH v3 5/9] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text()
` [PATCH v3 6/9] sections: Provide internal __is_kernel() and __is_kernel_text() helper
` [PATCH v3 7/9] mm: kasan: Use is_kernel() helper
` [PATCH v3 8/9] extable: Use is_kernel_text() helper
` [PATCH v3 9/9] powerpc/mm: Use is_kernel_text() and is_kernel_inittext() helper

[RFC PATCH 7/8] riscv: rely on core code to keep thread_info::cpu updated
 2021-09-28 22:07 UTC  (2+ messages)

[PATCH v4 0/8] Implement generic cc_platform_has() helper function
 2021-09-28 21:40 UTC  (15+ messages)
` [PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features
` [PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH 00/10] Add Apple M1 support to PASemi i2c driver
 2021-09-28 15:48 UTC  (14+ messages)
` [PATCH 01/10] dt-bindings: i2c: Add Apple I2C controller bindings
` [PATCH 02/10] i2c: pasemi: Use io{read,write}32
` [PATCH 03/10] i2c: pasemi: Remove usage of pci_dev
` [PATCH 04/10] i2c: pasemi: Split off common probing code
` [PATCH 05/10] i2c: pasemi: Split pci driver to its own file
` [PATCH 06/10] i2c: pasemi: Move common reset code to own function
` [PATCH 07/10] i2c: pasemi: Allow to configure bus frequency
` [PATCH 08/10] i2c: pasemi: Refactor _probe to use devm_*
` [PATCH 09/10] i2c: pasemi: Add Apple platform driver
` [PATCH 10/10] i2c: pasemi: Set enable bit for Apple variant

[PATCH v8 0/2] Interface to represent PAPR firmware attributes
 2021-09-28 14:11 UTC  (7+ messages)
` [PATCH v8 1/2] powerpc/pseries: "
` [PATCH v8 2/2] selftest/powerpc: Add PAPR sysfs attributes sniff test

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-09-28 13:52 UTC  (8+ messages)
` [RFC PATCH 3/8] s390: add CPU field to struct thread_info
` [RFC PATCH 4/8] powerpc: "

[PATCH v5 4/4] docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu
 2021-09-28 12:48 UTC 

[PATCH v5 3/4] powerpc/papr_scm: Add perf interface support
 2021-09-28 12:48 UTC 

[PATCH v5 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
 2021-09-28 12:47 UTC 

[PATCH v5 1/4] drivers/nvdimm: Add nvdimm pmu structure
 2021-09-28 12:47 UTC 

[PATCH v5 0/4] Add perf interface to expose nvdimm
 2021-09-28 12:41 UTC 

[PATCH] powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload
 2021-09-28 12:09 UTC 

[PATCH 0/4] crypto: nintendo-aes - add a new AES driver
 2021-09-28  9:00 UTC  (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] dt-bindings: nintendo-aes: Document the Wii and Wii U AES support

[PATCH] powerpc: don't select KFENCE on platform PPC_FSL_BOOK3E
 2021-09-28  3:06 UTC  (4+ messages)

[PATCH] powerpc/40x: Map 32Mbytes of memory at startup
 2021-09-28  0:28 UTC  (4+ messages)

[PATCH v2 00/10] block: fourth batch of add_disk() error handling conversions
 2021-09-27 22:31 UTC  (12+ messages)
` [PATCH v2 01/10] mtip32xx: add error handling support for add_disk()
` [PATCH v2 02/10] pktcdvd: "
` [PATCH v2 03/10] ps3disk: "
` [PATCH v2 04/10] ps3vram: "
` [PATCH v2 05/10] rnbd: "
` [PATCH v2 06/10] block/rsxx: "
` [PATCH v2 07/10] block/sunvdc: "
` [PATCH v2 08/10] block/sx8: "
` [PATCH v2 09/10] pf: "
` [PATCH v2 10/10] mtd/ubi/block: "

ppc32 doesn't boot when linkaddr=0x00900000
 2021-09-27 19:20 UTC  (4+ messages)
` [PATCH] powerpc/40x: Map 32Mbytes of memory at startup

[PATCH v2] powerpc/40x: Map 32Mbytes of memory at startup
 2021-09-27 15:12 UTC 

Add Apple M1 support to PASemi i2c driver
 2021-09-27 14:46 UTC  (6+ messages)

[PATCH 1/3] mm: Make generic arch_is_kernel_initmem_freed() do what it says
 2021-09-27 13:51 UTC  (5+ messages)
` [PATCH 2/3] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH 3/3] s390: "

[PATCH v2] ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()
 2021-09-27 12:30 UTC  (2+ messages)

[PATCH] Revert "ibmvnic: check failover_pending in login response"
 2021-09-27 12:30 UTC  (2+ messages)

[PATCH] powerpc/eeh:Fix some mistakes in comments
 2021-09-27  2:35 UTC 

[PATCH] mm: Remove HARDENED_USERCOPY_FALLBACK
 2021-09-26 20:49 UTC  (2+ messages)

[PATCH] ASoC: fsl_spdif: implement bypass mode from in to out
 2021-09-26  9:49 UTC 

[PATCH] ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()
 2021-09-26  6:11 UTC 

[PATCH v2 1/3] powerpc/code-patching: Improve verification of patchability
 2021-09-25  8:31 UTC  (3+ messages)
` [PATCH v2 2/3] powerpc: Stop using init_mem_is_free
` [PATCH v2 3/3] powerpc: Remove init_mem_is_free

[PATCH] powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()
 2021-09-25  0:10 UTC  (9+ messages)

[Bug 213837] New: "Kernel panic - not syncing: corrupted stack end detected inside scheduler" at building via distcc on a G5
 2021-09-24 22:25 UTC  (4+ messages)
` [Bug 213837] "

coherency issue observed after hotplug on POWER8
 2021-09-24 17:17 UTC  (2+ messages)

[PATCH] powerpc: Activate CONFIG_STRICT_KERNEL_RWX by default
 2021-09-24 17:13 UTC 

[PATCH v2 1/2] serial: 8250: SERIAL_8250_FSL should not default to y when compile-testing
 2021-09-24 14:10 UTC  (3+ messages)
` [PATCH v2 2/2] serial: 8250: SERIAL_8250_FSL should depend on Freescale platforms

[PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
 2021-09-24 13:31 UTC  (14+ messages)

[PATCH v1 1/3] powerpc/code-patching: Improve verification of patchability
 2021-09-24 12:38 UTC  (3+ messages)
` [PATCH v1 2/3] powerpc: Stop using init_mem_is_free
` [PATCH v1 3/3] powerpc: Remove init_mem_is_free

[PATCH AUTOSEL 5.10 01/26] ibmvnic: check failover_pending in login response
 2021-09-24 11:47 UTC  (3+ messages)

[PATCH v3 1/2] powerpc/powermac: add missing g5_phy_disable_cpu1() declaration
 2021-09-24 10:56 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/powermac: constify device_node in of_irq_parse_oldworld()

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-24  5:32 UTC  (9+ messages)
` [PATCH 3/3] "

[PATCH v1] powerpc/64s: Fix unrecoverable MCE crash
 2021-09-23 18:22 UTC  (2+ messages)

[PATCH v4] lockdown, selinux: fix wrong subject in some SELinux lockdown checks
 2021-09-23 19:07 UTC  (4+ messages)
` [PATCH v4] lockdown,selinux: "

[PATCH v2 0/3] Updates to powerpc for robust CPU online/offline
 2021-09-23 17:57 UTC  (6+ messages)
` [PATCH v2 3/3] powerpc/numa: Fill distance_lookup_table for offline nodes


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).