linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-04 12:59:44 to 2023-06-08 08:08:00 UTC [more...]

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-06-08  7:58 UTC  (11+ messages)
` [kvm-unit-tests v4 01/12] powerpc: Report instruction address and MSR in unhandled exception error
` [kvm-unit-tests v4 02/12] powerpc: Add some checking to exception handler install
` [kvm-unit-tests v4 03/12] powerpc: Abstract H_CEDE calls into a sleep functions
` [kvm-unit-tests v4 04/12] powerpc: Add ISA v3.1 (POWER10) support to SPR test
` [kvm-unit-tests v4 05/12] powerpc: Extract some common helpers and defines to headers
` [kvm-unit-tests v4 06/12] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests v4 07/12] powerpc/spapr_vpa: Add basic VPA tests
` [kvm-unit-tests v4 08/12] powerpc: Expand exception handler vector granularity
` [kvm-unit-tests v4 09/12] powerpc: Add support for more interrupts including HV interrupts
` [kvm-unit-tests v4 10/12] powerpc: Discover runtime load address dynamically

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-08  7:04 UTC  (3+ messages)

[PATCH 00/12] mm: free retracted page table by RCU
 2023-06-08  3:35 UTC  (23+ messages)
` [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH 06/12] sparc: "
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
` [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock

[PATCH v3 0/6] KVM: selftests: add powerpc support
 2023-06-08  3:24 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [PATCH v3 2/6] KVM: selftests: Add aligned guest physical page allocator
` [PATCH v3 3/6] KVM: PPC: selftests: add support for powerpc
` [PATCH v3 4/6] KVM: PPC: selftests: add selftests sanity tests
` [PATCH v3 5/6] KVM: PPC: selftests: Add a TLBIEL virtualisation tester
` [PATCH v3 6/6] KVM: PPC: selftests: Add interrupt performance tester

[PATCH] KVM: PPC: Update MAINTAINERS
 2023-06-08  2:45 UTC 

[PATCH 0/7] watchdog/hardlockup: Cleanup configuration of hardlockup detectors
 2023-06-07 23:37 UTC  (16+ messages)
` [PATCH 1/7] watchdog/hardlockup: Sort hardlockup detector related config values a logical way
` [PATCH 2/7] watchdog/hardlockup: Make the config checks more straightforward
` [PATCH 3/7] watchdog/hardlockup: Declare arch_touch_nmi_watchdog() only in linux/nmi.h
` [PATCH 4/7] watchdog/hardlockup: Enable HAVE_NMI_WATCHDOG only on sparc64
` [PATCH 5/7] watchdog/sparc64: Rename HAVE_NMI_WATCHDOG to HAVE_HARDLOCKUP_WATCHDOG_SPARC64
` [PATCH 6/7] watchdog/sparc64: Define HARDLOCKUP_DETECTOR_SPARC64
` [PATCH 7/7] watchdog/hardlockup: Define HARDLOCKUP_DETECTOR_ARCH

[PATCH 00/16] Add support for DAX vmemmap optimization for ppc64
 2023-06-07 23:54 UTC  (18+ messages)
` [PATCH 01/16] powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting
` [PATCH 02/16] powerpc/book3s64/mm: mmu_vmemmap_psize is used by radix
` [PATCH 03/16] powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo
` [PATCH 04/16] powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencoding
` [PATCH 05/16] powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary
` [PATCH 06/16] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
` [PATCH 07/16] mm: Change pudp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH 08/16] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override
` [PATCH 09/16] mm/vmemmap: Allow architectures to override how vmemmap optimization works
` [PATCH 10/16] mm: Add __HAVE_ARCH_PUD_SAME similar to __HAVE_ARCH_P4D_SAME
` [PATCH 11/16] mm/huge pud: Use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH 12/16] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
` [PATCH 13/16] powerpc/book3s64/mm: Enable transparent pud hugepage
` [PATCH 14/16] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
` [PATCH 15/16] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
` [PATCH 16/16] powerpc/book3s64/radix: Remove mmu_vmemmap_psize

[PATCH v5 25/26] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-06-07 22:16 UTC 

[RFC PATCH] powerpc/ftrace: Refactoring and support for -fpatchable-function-entry
 2023-06-07 17:05 UTC  (8+ messages)

[RFC PATCH 00/15] powerpc/ftrace: refactoring and support for -fpatchable-function-entry
 2023-06-07 16:55 UTC  (16+ messages)
` [RFC PATCH 01/15] powerpc/module: Remove unused .ftrace.tramp section
` [RFC PATCH 02/15] powerpc64/ftrace: Move ELFv1 and -pg support code into a separate file
` [RFC PATCH 03/15] powerpc/ftrace: Simplify function_graph support in ftrace.c
` [RFC PATCH 04/15] powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampoline
` [RFC PATCH 05/15] powerpc/ftrace: Extend ftrace support for large kernels to ppc32
` [RFC PATCH 06/15] powerpc/ftrace: Consolidate ftrace support into fewer files
` [RFC PATCH 07/15] powerpc/ftrace: Refactor ftrace_modify_code()
` [RFC PATCH 08/15] powerpc/ftrace: Stop re-purposing linker generated long branches for ftrace
` [RFC PATCH 09/15] powerpc/ftrace: Add separate ftrace_init_nop() with additional validation
` [RFC PATCH 10/15] powerpc/ftrace: Simplify ftrace_make_nop()
` [RFC PATCH 11/15] powerpc/ftrace: Simplify ftrace_make_call()
` [RFC PATCH 12/15] powerpc/ftrace: Simplify ftrace_modify_call()
` [RFC PATCH 13/15] powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branch_inst()
` [RFC PATCH 14/15] powerpc/ftrace: Implement ftrace_replace_code()
` [RFC PATCH 15/15] powerpc/ftrace: Add support for -fpatchable-function-entry

[PATCH] security/integrity: fix pointer to ESL data and its size on pseries
 2023-06-07 16:03 UTC  (4+ messages)

[PATCH 1/2] powerpc/book3s64/mm: Remove radix_mem_block_size
 2023-06-07 15:01 UTC  (2+ messages)
` [PATCH 2/2] powerpc/mm: Add memory_block_size as a kernel parameter

[PATCH net-next v2 0/8] net: freescale: Convert to platform remove callback returning void
 2023-06-07 14:38 UTC  (5+ messages)
` [PATCH net-next v2 5/8] net: fs_enet: "
` [PATCH net-next v2 8/8] net: ucc_geth: "

[PATCH Linux] powerpc: add documentation for HWCAPs
 2023-06-07 13:17 UTC  (10+ messages)
` Passing the complex args in the GPR's

[PATCH] powerpc/64s: Fix VAS mm use after free
 2023-06-07 10:42 UTC  (2+ messages)

WARNING at arch/powerpc/mm/book3s64/radix_tlb.c:991 (flush_all_mm)
 2023-06-07  9:53 UTC 

[RFC PATCH v2 0/6] KVM: PPC: Nested PAPR guests
 2023-06-07  9:08 UTC  (13+ messages)
` [RFC PATCH v2 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [RFC PATCH v2 2/6] KVM: PPC: Add fpr getters and setters
` [RFC PATCH v2 3/6] KVM: PPC: Add vr "
` [RFC PATCH v2 4/6] KVM: PPC: Add helper library for Guest State Buffers
` [RFC PATCH v2 5/6] KVM: PPC: Add support for nested PAPR guests
` [RFC PATCH v2 6/6] docs: powerpc: Document nested KVM on POWER
  ` [PATCH RFC "

[PATCH] powerpc/64s/radix: Fix exit lazy tlb mm switch with irqs enabled
 2023-06-07  8:22 UTC  (2+ messages)

[PATCH] lazy tlb: consolidate lazy tlb mm switching fix
 2023-06-07  0:56 UTC 

WARN at kernel/sched/core.c:5358 (kthread_end_lazy_tlb_mm)
 2023-06-06 23:23 UTC  (3+ messages)

[PATCH 00/13] mm: jit/text allocator
 2023-06-06 18:21 UTC  (28+ messages)
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-06  8:34 UTC  (3+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()

[PATCH v3 0/6] powerpc: merge _switch in 32/64
 2023-06-06 13:24 UTC  (7+ messages)
` [PATCH v3 1/6] powerpc/64s: move stack SLB pinning out of line from _switch
` [PATCH v3 2/6] powerpc/64: Rearrange 64-bit _switch to prepare for 32/64 merge
` [PATCH v3 3/6] powerpc/32: Remove sync from _switch
` [PATCH v3 4/6] powerpc/32: Rearrange _switch to prepare for 32/64 merge
` [PATCH v3 5/6] powerpc: merge 32-bit and 64-bit _switch implementation
` [PATCH v3 6/6] powerpc/64: Rename entry_64.S to prom_entry_64.S

[PATCH] powerpc/32s: Fix LLVM SMP build
 2023-06-06 13:18 UTC 

[PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO
 2023-06-06  9:49 UTC  (4+ messages)
` [PATCHv3 pci-next 2/2] PCI/AER: Rate limit the reporting of the correctable errors

[PATCH v2 0/4] powerpc/64: ELFv2 conversion
 2023-06-06  9:38 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc/64: Force ELFv2 when building with LLVM linker
` [PATCH v2 2/4] powerpc/64: Make ELFv2 the default for big-endian builds
` [PATCH v2 3/4] powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernels
` [PATCH v2 4/4] powerpc/64s: Remove support for ELFv1 little endian userspace

[PATCH 1/4] powerpc/kuap: Avoid unnecessary reads of MD_AP
 2023-06-06  9:27 UTC  (7+ messages)
` [PATCH 2/4] powerpc/kuap: Avoid useless jump_label on empty function
` [PATCH 3/4] powerpc/kuap: Refactor static branch for disabling kuap
` [PATCH 4/4] powerpc/kuap: Make disabling KUAP at boottime optional

[PATCH] powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_user_regs_unsafe()
 2023-06-06  8:58 UTC  (2+ messages)

[PATCH] powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()
 2023-06-06  8:57 UTC  (2+ messages)

[PATCH v2] powerpc/build: Remove -pipe from compilation flags
 2023-06-06  6:48 UTC 

[PATCH v2 0/4] powerpc/boot: build flags refactoring
 2023-06-06  6:46 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc/boot: Separate target flags from BOOTCFLAGS
` [PATCH v2 2/4] powerpc/boot: Separate CPP "
` [PATCH v2 3/4] powerpc/boot: Separate BOOTCFLAGS from BOOTASFLAGS
` [PATCH v2 4/4] powerpc/boot: Clean up Makefile after cflags and asflags separation

[PATCHv2 pci-next 2/2] PCI/AER: Rate limit the reporting of the correctable errors
 2023-06-06  3:45 UTC  (5+ messages)

[PATCH 1/2] PCI/AER: correctable error message as KERN_INFO
 2023-06-06  3:52 UTC  (2+ messages)
` [PATCH 2/2] PCI/AER: Rate limit the reporting of the correctable errors

[PATCH 00/89] i2c: Convert to platform remove callback returning void
 2023-06-05  7:54 UTC  (3+ messages)

[PATCH v4 RESEND 0/3] sed-opal: keyrings, discovery, revert, key store
 2023-06-05 21:14 UTC  (2+ messages)

[PATCH] powerpc/iommu: Only build sPAPR access functions on pSeries
 2023-06-05 18:48 UTC 

[PATCH v3 0/2] serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE
 2023-06-05 14:38 UTC  (9+ messages)
` [PATCH v3 1/2] powerpc/legacy_serial: Warn about 8250 devices operated without active FSL workarounds
` [PATCH v3 2/2] serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-06-05 14:04 UTC  (2+ messages)

[RFC 0/1] sched/fair: Consider asymmetric scheduler groups in load balancer
 2023-06-05  8:07 UTC  (4+ messages)
` [RFC 1/1] "

[PATCH] sound: Switch i2c drivers back to use .probe()
 2023-06-05  7:24 UTC  (2+ messages)

linux-next: Tree for Jun 2 (arch/powerpc/kernel/iommu.c)
 2023-06-04 21:55 UTC  (4+ messages)

[powerpc:merge] BUILD SUCCESS bd517a8442b6c6646a136421cd4c1b95bf4ce32b
 2023-06-04 13:18 UTC 

[powerpc:next-test] BUILD SUCCESS 15d4ded6d4b6f4708bf37c59b5eef06198c7c391
 2023-06-04 13:19 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.4-4 tag
 2023-06-04 12:58 UTC  (2+ 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 NNTP newsgroup(s).