public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2022-11-14 03:30:36 to 2022-11-16 18:02:33 UTC [more...]

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-16 10:50 UTC  (25+ messages)
` [PATCH mm-unstable v1 01/20] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH mm-unstable v1 02/20] selftests/vm: cow: basic COW tests for non-anonymous pages
` [PATCH mm-unstable v1 03/20] selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
` [PATCH mm-unstable v1 04/20] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH mm-unstable v1 05/20] mm: add early FAULT_FLAG_WRITE "
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 10/20] RDMA/umem: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 11/20] RDMA/usnic: "
` [PATCH mm-unstable v1 12/20] RDMA/siw: "
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: "
` [PATCH mm-unstable v1 14/20] drm/etnaviv: "
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "
` [PATCH mm-unstable v1 17/20] drm/exynos: "
` [PATCH mm-unstable v1 18/20] RDMA/hw/qib/qib_user_pages: "
` [PATCH mm-unstable v1 19/20] habanalabs: "

[patch 00/39] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 1 cleanups
 2022-11-16 18:00 UTC  (65+ messages)
` [patch 01/39] PCI/MSI: Check for MSI enabled in __pci_msix_enable()
` [patch 02/39] iommu/vt-d: Remove bogus check for multi MSI-X
` [patch 03/39] iommu/amd: "
` [patch 04/39] genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs()
` [patch 05/39] genirq/msi: Remove filter from msi_free_descs_free_range()
` [patch 06/39] genirq/msi: Add missing kernel doc to msi_next_desc()
` [patch 07/39] genirq/msi: Make __msi_domain_alloc_irqs() static
` [patch 08/39] genirq/msi: Provide msi_domain_ops::post_free()
` [patch 09/39] powerpc/pseries/msi: Use msi_domain_ops::msi_post_free()
` [patch 10/39] genirq/msi: Make __msi_domain_free_irqs() static
` [patch 11/39] genirq/irqdomain: Move bus token enum into a seperate header
` [patch 12/39] genirq/msi: Add bus token to struct msi_domain_info
` [patch 13/39] PCI/MSI: Use msi_domain_info::bus_token
` [patch 14/39] PCI/MSI: Let the MSI core free descriptors
` [patch 15/39] PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
` [patch 16/39] genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
` [patch 17/39] PCI/MSI: Get rid of externs in msi.h
` [patch 18/39] PCI/MSI: Move mask and unmask helpers to msi.h
` [patch 30/39] PCI/MSI: Move pci_msi_restore_state() to api.c
` [patch 31/39] Documentation: PCI: Add reference to PCI/MSI device driver APIs
` [patch 33/39] PCI/MSI: Sanitize MSI-X checks
` [patch 34/39] PCI/MSI: Reject multi-MSI early
` [patch 35/39] PCI/MSI: Reject MSI-X early

[RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
 2022-11-16 17:16 UTC  (10+ messages)
` [RFC PATCH 1/3] powerpc/bpf: implement bpf_arch_text_copy

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-16 17:11 UTC  (18+ messages)
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling

[patch 32/39] PCI/MSI: Reorder functions in msi.c
 2022-11-16 17:10 UTC  (3+ messages)

[patch 27/39] PCI/MSI: Move pci_disable_msix() to api.c
 2022-11-16 17:09 UTC  (3+ messages)

[patch 23/39] PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.c
 2022-11-16 17:07 UTC  (3+ messages)

[patch 22/39] PCI/MSI: Move pci_alloc_irq_vectors() to api.c
 2022-11-16 17:06 UTC  (3+ messages)

[patch 20/39] PCI/MSI: Move pci_enable_msi() API to api.c
 2022-11-16 17:05 UTC  (3+ messages)

[patch 28/39] PCI/MSI: Move pci_irq_get_affinity() to api.c
 2022-11-16 16:35 UTC  (2+ messages)

[patch 37/39] PCI/MSI: Remove redundant msi_check() callback
 2022-11-16 16:34 UTC  (2+ messages)

[patch 36/39] PCI/MSI: Validate MSIX contiguous restriction early
 2022-11-16 16:33 UTC  (2+ messages)

[patch 29/39] PCI/MSI: Move pci_msi_enabled() to api.c
 2022-11-16 16:26 UTC  (2+ messages)

[patch 26/39] PCI/MSI: Move pci_msix_vec_count() to api.c
 2022-11-16 16:24 UTC  (2+ messages)

[patch 25/39] PCI/MSI: Move pci_free_irq_vectors() to api.c
 2022-11-16 16:24 UTC  (2+ messages)

[patch 24/39] PCI/MSI: Move pci_irq_vector() to api.c
 2022-11-16 16:23 UTC  (2+ messages)

[PATCH printk v5 00/40] reduce console_lock scope
 2022-11-16 16:21 UTC  (2+ messages)
` [PATCH printk v5 25/40] tty: hvc: use console_is_registered()

[patch 21/39] PCI/MSI: Move pci_enable_msix_range() to api.c
 2022-11-16 16:20 UTC  (2+ messages)

[patch 19/39] PCI/MSI: Move pci_disable_msi() to api.c
 2022-11-16 16:16 UTC  (2+ messages)

[RFC PATCH] seccomp: Add protection keys into seccomp_data
 2022-11-16 12:20 UTC  (3+ messages)

[PATCH] arch/powerpc/setup: Fix reference count issue in pas_setup_mce_regs()
 2022-11-16 11:39 UTC 

[PATCH] powerpc: Fix writable sections being moved into the rodata region
 2022-11-16  7:35 UTC  (2+ messages)

[PATCH v3 0/4] PCI: Add pci_dev_for_each_resource() helper and
 2022-11-16  4:03 UTC  (6+ messages)
` [PATCH v3 1/4] PCI: Introduce pci_dev_for_each_resource()
` [PATCH v3 2/4] PCI: Split pci_bus_for_each_resource_p() out of pci_bus_for_each_resource()
` [PATCH v3 3/4] EISA: Convert to use pci_bus_for_each_resource_p()
` [PATCH v3 4/4] pcmcia: "

[PATCH v6 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-16  2:51 UTC  (9+ messages)
` [PATCH v6 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[Bug 215862] New: clang-14 fails 5.18-rc3 ppc64 BE kernel build - <unknown>:0: error: expected relocatable expression
 2022-11-15 23:11 UTC  (5+ messages)
` [Bug 215862] clang-15 fails ppc64 BE kernel build - ld.lld: error: undefined symbol: .early_setup

[PATCH v2 00/12] powerpc: Nintendo Wii U support
 2022-11-15 14:47 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] macintosh/mac_hid.c: don't load by default
 2022-11-15  5:41 UTC  (6+ messages)

[PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-15  3:34 UTC  (7+ messages)
` [PATCH v5 2/2] "

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-11-15  0:46 UTC  (5+ messages)

[Bug 216095] New: sysfs: cannot create duplicate filename '/devices/platform/of-display'
 2022-11-14 23:53 UTC  (3+ messages)
` [Bug 216095] "

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-14 23:03 UTC  (6+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[Bug 216156] New: kmemleak: Not scanning unknown object at 0xc00000007f000000
 2022-11-14 22:12 UTC  (3+ messages)
` [Bug 216156] "

[PATCH net-next v2 00/11] net: pcs: Add support for devices probed in the "usual" manner
 2022-11-14 19:53 UTC  (10+ messages)

[PATCH] scripts/faddr2line: Fix regression in name resolution on ppc64le
 2022-11-14 19:30 UTC  (5+ messages)

[PATCH v6 00/16] objtool: Enable and implement --mcount option on powerpc
 2022-11-14 17:57 UTC  (17+ messages)
` [PATCH v6 01/16] powerpc: Fix __WARN_FLAGS() for use with Objtool
` [PATCH v6 02/16] powerpc: Override __ALIGN and __ALIGN_STR macros
` [PATCH v6 03/16] powerpc: Fix objtool unannotated intra-function call warnings
` [PATCH v6 04/16] powerpc: Curb "
` [PATCH v6 05/16] powerpc: Skip objtool from running on drivers/crypto/vmx/aesp8-ppc.o
` [PATCH v6 06/16] powerpc: Fix objtool unannotated intra-function call warnings on PPC32
` [PATCH v6 07/16] powerpc: Skip objtool from running on VDSO files
` [PATCH v6 08/16] objtool: Fix SEGFAULT
` [PATCH v6 09/16] objtool: Use target file endianness instead of a compiled constant
` [PATCH v6 10/16] objtool: Use target file class size "
` [PATCH v6 11/16] objtool: Add --mnop as an option to --mcount
` [PATCH v6 12/16] objtool: Read special sections with alts only when specific options are selected
` [PATCH v6 13/16] objtool: Use macros to define arch specific reloc types
` [PATCH v6 14/16] objtool: Add arch specific function arch_ftrace_match()
` [PATCH v6 15/16] objtool/powerpc: Enable objtool to be built on ppc
` [PATCH v6 16/16] objtool/powerpc: Add --mcount specific implementation

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-14 17:35 UTC  (5+ messages)
` [PATCH v2 1/3] treewide: use get_random_u32_below() instead of deprecated function
` [PATCH v2 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-14 17:27 UTC  (2+ messages)

[PATCH printk v4 00/39] reduce console_lock scope
 2022-11-14 16:29 UTC  (2+ messages)
` [PATCH printk v4 24/39] tty: hvc: use console_is_registered()

[RFC PATCH 0/4] powerpc/qspinlock: make slowpath accesses more efficient
 2022-11-14 16:11 UTC  (5+ messages)
` [RFC PATCH 1/4] powerpc/qspinlock: Avoid cmpxchg pattern in lock stealing
` [RFC PATCH 2/4] powerpc/qspinlock: Avoid cmpxchg style patterns in queue head locking
` [RFC PATCH 3/4] powerpc/qspinlock: Remove !maybe_waiters special case "
` [RFC PATCH 4/4] powerpc/qspinlock: add compile-time tuning adjustments

[PATCH] powerpc/pseries: unregister VPA when hot unplugging a CPU
 2022-11-14 16:01 UTC 

[PATCH] powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze state
 2022-11-14 14:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] powerpc/xmon: Fix array_size.cocci warning
 2022-11-14 13:17 UTC  (2+ messages)

[PATCH 6.0 076/190] perf stat: Fix printing os->prefix in CSV metrics output
 2022-11-14 12:45 UTC 

[PATCH 5.15 054/131] perf stat: Fix printing os->prefix in CSV metrics output
 2022-11-14 12:45 UTC 

[PATCH v2 0/6] KASAN support for 64-bit Book 3S powerpc
 2022-11-14 12:49 UTC  (3+ messages)
` [PATCH v2 6/6] Documentation/kasan: Update details of KASAN on powerpc

[PATCH 5.10 36/95] perf stat: Fix printing os->prefix in CSV metrics output
 2022-11-14 12:45 UTC 

[PATCH] cxl: fix typo in comment
 2022-11-14 12:43 UTC  (3+ messages)

[PATCH] cxl: Fix refcount leak in cxl_calc_capp_routing
 2022-11-14 12:42 UTC  (3+ messages)

[PATCH] powerpc: Save AMR/IAMR when switching tasks
 2022-11-14 12:14 UTC  (7+ messages)

[PATCH] powerpc/warp: switch to using gpiod API
 2022-11-14 12:10 UTC  (3+ messages)

[PATCH] misc: ocxl: fix possible name leak in ocxl_file_register_afu()
 2022-11-14 12:04 UTC  (4+ messages)

[PATCH 1/2] tools/perf: Fix printing os->prefix in CSV metrics output
 2022-11-14  9:30 UTC  (6+ messages)
` [PATCH 2/2] tools/perf: Fix printing field separator "

[PATCH V2] tools/perf: Fix printing field separator in CSV metrics output
 2022-11-14  8:55 UTC 

[PATCH] powerpc/mce: log the error for all unrecoverable errors
 2022-11-14  7:56 UTC 

[PATCH linux next v2] scsi: ibmvfc: use sysfs_emit() to instead of scnprintf()
 2022-11-14  7:18 UTC  (2+ messages)

[PATCH v5 00/16] objtool: Enable and implement --mcount option on powerpc
 2022-11-14  3:48 UTC  (5+ messages)
` [PATCH v5 02/16] powerpc: Override __ALIGN and __ALIGN_STR macros


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