linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-29 20:11:05 to 2023-09-06 22:11:28 UTC [more...]

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-09-06 22:10 UTC  (14+ messages)
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-09-06 22:03 UTC  (16+ messages)
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn

[PATCH 0/8] sysctl: Remove sentinel elements from arch
 2023-09-06 21:58 UTC  (11+ messages)
` [PATCH 1/8] S390: Remove sentinel elem from ctl_table arrays
` [PATCH 2/8] arm: "
` [PATCH 3/8] arch/x86: "
` [PATCH 4/8] x86 vdso: rm sentinel element from ctl_table array
` [PATCH 5/8] riscv: Remove "
` [PATCH 6/8] powerpc: Remove sentinel element from ctl_table arrays
` [PATCH 7/8] ia64: Remove sentinel element from ctl_table array
` [PATCH 8/8] c-sky: rm sentinel element from ctl_talbe array

[PATCH v2 0/5] ppc, fbdev: Clean up fbdev mmap helper
 2023-09-06 19:53 UTC  (7+ messages)
` [PATCH v2 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v2 2/5] fbdev: Replace fb_pgprotect() with fb_pgprot_device()
` [PATCH v2 3/5] arch/powerpc: Remove trailing whitespaces
` [PATCH v2 4/5] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH v2 5/5] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code

[PATCH RFC 0/2] powerpc/pseries: new character devices for RTAS functions
 2023-09-06 19:34 UTC  (18+ messages)
` [PATCH RFC 1/2] powerpc/pseries: papr-vpd char driver for VPD retrieval
` [PATCH RFC] powerpc/rtas: Make it possible to disable sys_rtas

[RFC PATCH] powerpc: Make crashing cpu to be discovered first in kdump kernel
 2023-09-06 17:59 UTC 

[PATCH v2 1/3] perf vendor events: Update JSON/events for power10 platform
 2023-09-06 14:26 UTC  (6+ messages)
` [PATCH v2 2/3] "
` [PATCH v2 3/3] perf vendor events: Update metric events "

[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
 2023-09-06  8:00 UTC  (5+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (5+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime

[PATCH v2 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac
 2023-09-04 19:08 UTC  (12+ messages)
` [PATCH v2 1/3] kconfig: add dependencies of POWER_RESET for mips malta
` [PATCH v2 2/3] kconfig: add dependencies of POWER_RESET for x86
` [PATCH v2 3/3] kconfig: add dependencies of POWER_RESET for PowerMac

[PATCH v2 1/3] powerpc/fadump: make is_fadump_active() visible for exporting vmcore
 2023-09-05 18:36 UTC  (3+ messages)
` [PATCH v2 2/3] vmcore: allow fadump to export vmcore even if is_kdump_kernel() is false
` [PATCH v2 3/3] powerpc/fadump: make is_kdump_kernel() return false when fadump is active

[PATCH 1/2] vmcore: allow alternate dump capturing methods to export vmcore without is_kdump_kernel()
 2023-09-05 19:25 UTC  (6+ messages)
` [PATCH 2/2] powerpc/fadump: make is_kdump_kernel() return false when fadump is active

[PATCH 0/4] ppc, fbdev: Clean up fbdev mmap helper
 2023-09-05 12:44 UTC  (8+ messages)
` [PATCH 1/4] arch/powerpc: Remove trailing whitespaces
` [PATCH 2/4] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH 3/4] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
` [PATCH 4/4] fbdev: Replace fb_pgprotect() with fb_pgprot_device()

[PATCH v2] fsl_ucc_hdlc: add a check of the return value from hdlc_open
 2023-09-05 10:46 UTC  (9+ messages)
` [PATCH v3] fsl_ucc_hdlc: process the result of hold_open()
        ` [PATCH v4] drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close()

[PATCH] powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()
 2023-09-05  7:03 UTC  (4+ messages)

[PATCH] powerpc/smp: Dynamically build powerpc topology
 2023-09-05  5:37 UTC  (3+ messages)

[PATCH V3 01/14] blk-mq: add blk_mq_max_nr_hw_queues()
 2023-09-05  5:03 UTC  (6+ messages)

[PATCH v4 00/11] KVM: PPC: Nested APIv2 guest support
 2023-09-05  3:46 UTC  (12+ messages)
` [PATCH v4 01/11] KVM: PPC: Always use the GPR accessors
` [PATCH v4 02/11] KVM: PPC: Introduce FPR/VR accessor functions
` [PATCH v4 03/11] KVM: PPC: Rename accessor generator macros
` [PATCH v4 04/11] KVM: PPC: Use accessors for VCPU registers
` [PATCH v4 05/11] KVM: PPC: Use accessors VCORE registers
` [PATCH v4 06/11] KVM: PPC: Book3S HV: Use accessors for VCPU registers
` [PATCH v4 07/11] KVM: PPC: Book3S HV: Introduce low level MSR accessor
` [PATCH v4 08/11] KVM: PPC: Add helper library for Guest State Buffers
` [PATCH v4 09/11] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v4 10/11] KVM: PPC: Add support for nestedv2 guests
` [PATCH v4 11/11] docs: powerpc: Document nested KVM on POWER

KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
 2023-09-04 21:32 UTC  (24+ messages)

[PATCH 0/4] Introduce perf build subcommand
 2023-09-03 11:53 UTC  (3+ messages)

[PATCH v3] kbuild: Show marked Kconfig fragments in "help"
 2023-09-02 18:17 UTC  (6+ messages)

[powerpc:merge] BUILD SUCCESS 0ad6bbfc7dab179bb3de79190140acec2862934d
 2023-09-02 14:22 UTC 

[PATCH] powerpc/powernv: use appropiate error code
 2023-09-01 18:03 UTC  (4+ messages)

Framebuffer mmap on PowerPC
 2023-09-01  6:45 UTC  (5+ messages)

[powerpc:next] BUILD SUCCESS 85a616416e9e01db0bfa92f26457e92642e2236b
 2023-09-01  5:34 UTC 

[powerpc:merge] BUILD SUCCESS 5c28fde1e3240c87cae1ed98a82a10118fdfa9d7
 2023-09-01  5:19 UTC 

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-08-31 20:41 UTC  (17+ messages)

[PATCH v10 13/15] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-08-31 20:35 UTC  (2+ messages)

[PATCH v1 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac
 2023-08-31 20:17 UTC 

[PATCH v1 1/3] kconfig: add dependencies of POWER_RESET for mips malta
 2023-08-31 20:17 UTC 

[PATCH v1 2/3] kconfig: add dependencies of POWER_RESET for x86
 2023-08-31 20:17 UTC 

[PATCH v1 3/3] kconfig: add dependencies of POWER_RESET for PowerMac
 2023-08-31 20:18 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.6-1 tag
 2023-08-31 19:54 UTC  (2+ messages)

[PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
 2023-08-31 19:01 UTC  (3+ messages)

[PATCH v2 0/2] kbuild: Show Kconfig fragments in "help"
 2023-08-31 15:45 UTC  (8+ messages)

[PATCH] macintosh: Explicitly include correct DT includes
 2023-08-31 15:15 UTC  (3+ messages)

[PATCH] macintosh/ams: linux/platform_device.h is needed
 2023-08-31 12:09 UTC  (4+ messages)

[powerpc:next] BUILD SUCCESS 90bae4d99beb1f31d8bde7c438a36e8875ae6090
 2023-08-31  5:56 UTC 

[powerpc:merge] BUILD SUCCESS 54ab446adbe66e7b3bf489afbba93ce402d67884
 2023-08-31  5:46 UTC 

[PATCH 1/4] powerpc/pseries: Move VPHN constants into vphn.h
 2023-08-31  4:02 UTC  (4+ messages)
` [PATCH v2 4/4] powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT
  ` (subset) "

[PATCH] powerpc/powermac: Fix unused function warning
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc/eeh: Use pci_dev_id() to simplify the code
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc/mpc5xxx: Add missing fwnode_handle_put()
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc/64s: Move CPU -mtune options into Kconfig
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc/iommu: Fix notifiers being shared by PCI and VIO buses
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH 1/2] powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH v2] reapply: powerpc/xmon: Relax frame size for clang
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc: Drop zalloc_maybe_bootmem()
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] cxl: Drop unused detach_spa()
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH 1/2] powerpc/powernv: Fix fortify source warnings in opal-prd.c
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc: fix debugfs_create_dir error checking
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc: dts: add missing space before {
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc/config: Disable SLAB_DEBUG_ON in skiroot
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc/85xx: Mark some functions static and add missing includes to fix no previous prototype error
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH] powerpc/64e: Fix circular dependency with CONFIG_SMP disabled
 2023-08-31  4:02 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm/book3s64: Fix build error with SPARSEMEM disabled
 2023-08-31  4:02 UTC  (2+ messages)

Recent Power changes and stack_trace_save_tsk_reliable?
 2023-08-30 21:47 UTC  (4+ messages)

[PATCH treewide 0/9] Remove obsolete IDE headers
 2023-08-30 19:51 UTC  (3+ messages)
` [PATCH 1/9] ARM: Remove <asm/ide.h>

[PATCH] crypto: vmx: Improved AES/XTS performance of 6-way unrolling for ppc
 2023-08-30 13:50 UTC  (3+ messages)

[PATCH v2] crypto: vmx: Improved AES/XTS performance of 6-way unrolling for ppc
 2023-08-30 13:49 UTC 

[PATCH] kbuild: single-quote the format string of printf
 2023-08-30 13:00 UTC  (4+ messages)

[PATCH 0/4] powerpc/smp: Shared processor sched optimizations
 2023-08-30 10:52 UTC  (5+ messages)
` [PATCH 1/4] powerpc/smp: Cache CPU has Asymmetric SMP
` [PATCH 2/4] powerpc/smp: Move shared_processor static key to smp.h
` [PATCH 3/4] powerpc/smp: Enable Asym packing for cores on shared processor
` [PATCH 4/4] powerpc/smp: Disable MC domain for "

[PATCH] powerpc: Hide empty pt_regs at base of the stack
 2023-08-30  8:49 UTC  (2+ messages)

[PATCH] powerpc/configs: Set more PPC debug configs
 2023-08-30  4:42 UTC 

linux-next: manual merge of the net-next tree with the powerpc tree
 2023-08-29 23:28 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).