LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 04:59:57 to 2024-04-03 07:59:02 UTC [more...]

[PATCH 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-03  7:58 UTC  (17+ messages)
` [PATCH 1/7] arm64: mm: cleanup __do_page_fault()
` [PATCH 2/7] arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
` [PATCH 3/7] arm: "
` [PATCH 4/7] powerpc: mm: accelerate pagefault when badaccess
` [PATCH 5/7] riscv: "
` [PATCH 6/7] s390: "
` [PATCH 7/7] x86: "

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-03  7:21 UTC  (7+ messages)
` [PATCH v8 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v8 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v8 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v8 4/6] MAINTAINERS: add entry for DCP-based "
` [PATCH v8 5/6] docs: document DCP-backed trusted keys kernel params
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH] serial: pmac_zilog: Drop usage of platform_driver_probe()
 2024-04-03  5:15 UTC  (2+ messages)

[PATCH v4 00/13] mm/gup: Unify hugetlb, part 2
 2024-04-02 23:35 UTC  (22+ messages)
` [PATCH v4 05/13] mm/arch: Provide pud_pfn() fallback
` [PATCH v4 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH v4 13/13] mm/gup: Handle hugetlb in the generic follow_page_mask code

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-02 22:33 UTC  (6+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-02 13:11 UTC  (32+ messages)
` [PATCH 2/9] dma: Convert from tasklet to BH workqueue
` [PATCH 4/9] USB: "
` [PATCH 6/9] ipmi: "
` [PATCH 7/9] s390: "
` [PATCH 9/9] mmc: "

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-04-02 12:35 UTC  (3+ messages)
` [PATCH 64/64] i2c: reword i2c_algorithm in drivers "

[Revert commit 27f58c04a8f438078583041468ec60597841284d] [linux-next] [6.9.0-rc1-next-20240328] WARNING: CPU: 9 PID: 209 at drivers/scsi/sg.c:2236 sg_remove_sfp_usercontext+0x270/0x280 [sg]
 2024-04-02 14:02 UTC  (2+ messages)

[PATCH v3 1/2] powerpc64/bpf: fix tail calls for PCREL addressing
 2024-04-02 11:38 UTC  (4+ messages)
` [PATCH v3 2/2] powerpc/bpf: enable kfunc call

[PATCH 1/2] usb: phy: fsl-usb: drop driver owner assignment
 2024-04-02 10:11 UTC  (4+ messages)
` [PATCH 2/2] usb: typec: nvidia: "

Appropriate liburcu cache line size for Power
 2024-04-02  7:17 UTC  (6+ messages)

[PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-02  7:06 UTC 

[PATCH] powerpc/crypto/chacha-p10: Fix failure on non Power10
 2024-04-02  6:36 UTC  (2+ messages)

[powerpc] WARN at drivers/scsi/sg.c:2236 (sg_remove_sfp_usercontext)
 2024-04-02  6:01 UTC  (9+ messages)
    ` [PATCH] scsi: sg: Avoid race in error handling & drop bogus warn
    ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v12 00/11] Support page table check PowerPC
 2024-04-02  5:11 UTC  (12+ messages)
` [PATCH v12 01/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_set()
` [PATCH v12 02/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_set()
` [PATCH v12 03/11] mm/page_table_check: Provide addr parameter to page_table_check_pte_set()
` [PATCH v12 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v12 05/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v12 06/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v12 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v12 08/11] powerpc: mm: Add pud_pfn() stub
` [PATCH v12 09/11] poweprc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v12 10/11] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages
` [PATCH v12 11/11] powerpc: mm: Support page table check

[PATCH v3 1/2] powerpc/pseries: fix max polling time in plpks_confirm_object_flushed() function
 2024-04-02  4:02 UTC  (3+ messages)
` [PATCH v3 2/2] powerpc/pseries: increase timeout value for plpks_signed_update_var() H_CALL

[PATCH v1] powerpc: Error on assembly warnings
 2024-04-02  4:09 UTC  (2+ messages)

[PATCH v11 00/11] Support page table check PowerPC
 2024-04-02  3:00 UTC  (18+ messages)
` [PATCH v11 02/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set"
` [PATCH v11 03/11] mm: Provide addr parameter to page_table_check_pte_set()
` [PATCH v11 05/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear"
` [PATCH v11 06/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear"
` [PATCH v11 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v11 08/11] powerpc: mm: Add pud_pfn() stub
` [PATCH v11 09/11] poweprc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v11 10/11] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages
` [PATCH v11 11/11] powerpc: mm: Support page table check

[PATCH 0/9] enabled -Wformat-truncation for clang
 2024-04-02  1:48 UTC  (3+ messages)
` (subset) "

[PATCH] Add static_key_feature_checks_initialized flag
 2024-04-02  1:57 UTC  (4+ messages)

[PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO
 2024-04-02  0:27 UTC  (3+ messages)

[PATCH 0/3] Add data type profiling support for powerpc
 2024-04-01 21:57 UTC  (5+ messages)
` [PATCH 3/3] tools/perf/arch/powerc: Add get_arch_regnum "

[PATCHv12 0/4] *** Detect interrupt storm in softlockup ***
 2024-04-01 16:41 UTC  (5+ messages)
` [PATCHv12 4/4] watchdog/softlockup: report the most frequent interrupts

[PATCH] powerpc: align memory_limit to 16MB in early_parse_mem
 2024-04-01 14:17 UTC  (4+ messages)

[PATCH v5] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-01 11:25 UTC 

[PATCH] powerpc: ps3: mark ps3_notification_device static for stack usage
 2024-04-01  7:08 UTC  (3+ messages)
` [PATCH] powerpc: Fix PS3 allmodconfig warning
  ` [PATCH v2] "

[PATCH] powerpc: Use str_plural() to fix Coccinelle warning
 2024-03-31 22:22 UTC 

[PATCH v2 1/3] usb: phy: fsl-usb: drop driver owner assignment
 2024-03-31  9:17 UTC  (3+ messages)
` [PATCH v2 2/3] usb: typec: nvidia: "
` [PATCH v2 3/3] usb: typec: displayport: "

[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers
 2024-03-29 20:32 UTC  (4+ messages)
` [PATCH v3 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v3 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v3 3/3] arch: Rename fbdev header and source files

[PATCH v12 0/8] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-29 19:17 UTC  (5+ messages)
` [PATCH v12 7/8] PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue drivers
` [PATCH v12 8/8] PCI: endpoint: Remove "core_init_notifier" flag

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-03-29 18:02 UTC  (19+ messages)
` [PATCH v4 01/15] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 02/15] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 03/15] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v4 04/15] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 05/15] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v4 06/15] lib/raid6: "
` [PATCH v4 07/15] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 08/15] powerpc: "
` [PATCH v4 09/15] x86/fpu: Fix asm/fpu/types.h include guard
` [PATCH v4 10/15] x86: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 11/15] riscv: Add support for kernel-mode FPU
` [PATCH v4 12/15] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 14/15] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v4 15/15] selftests/fpu: Allow building on other architectures

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-29 15:40 UTC  (6+ messages)
` [PATCH v2 12/14] sh: "

FAILED: Patch "powerpc: xor_vmx: Add '-mhard-float' to CFLAGS" failed to apply to 5.10-stable tree
 2024-03-29 13:23 UTC  (3+ messages)

[PATCH v7 0/6] DCP as trusted keys backend
 2024-03-28 18:50 UTC  (6+ messages)
` [PATCH v7 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH RFC 0/3] mm/gup: consistently call it GUP-fast
 2024-03-28 17:46 UTC  (9+ messages)

[kvm-unit-tests PATCH v7 00/35] migration, powerpc improvements
 2024-03-28 17:37 UTC  (6+ messages)
` [kvm-unit-tests PATCH v7 06/35] gitlab-ci: Run migration selftest on s390x and powerpc
` [kvm-unit-tests PATCH v7 07/35] common: add memory dirtying vs migration test

[PATCH v2 0/3] arch: Remove fbdev dependency from video helpers
 2024-03-28 14:59 UTC  (16+ messages)
` [PATCH v2 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v2 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v2 3/3] arch: Rename fbdev header and source files

[PATCH v2 0/6] mm/mm_init.c: refactor free_area_init_core()
 2024-03-28 14:46 UTC  (6+ messages)
` [PATCH v2 4/6] mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_area_init_core()
  ` [PATCH v3 "

[PATCH][next] crypto/nx: Avoid -Wflex-array-member-not-at-end warning
 2024-03-28 10:46 UTC  (2+ messages)

Boot failure with ppc64 port on iMacs G5
 2024-03-28 10:00 UTC  (7+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).