linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
[PATCH v15 00/16] Add audio support in v4l2 framework
 2024-05-02  9:26 UTC  (10+ messages)

[PATCH 1/3] selftest/powerpc: Re-order *FLAGS to follow lib.mk
 2024-05-02  8:34 UTC  (4+ messages)
` [PATCH 2/3] selftest/powerpc: Add flags.mk to support pmu buildable

[PATCH v2 1/2] selftests/powerpc: Convert pmu Makefile to for loop style
 2024-05-02  8:21 UTC  (3+ messages)
` [PATCH v2 2/2] selftests/powerpc: Install tests in sub-directories

[RFC PATCH v2 0/6] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
 2024-05-02  1:29 UTC  (9+ messages)
` [RFC PATCH v2 1/6] powerpc/iommu: Move pSeries specific functions to pseries/iommu.c
` [RFC PATCH v2 2/6] powerpc/pseries/iommu: Fix the VFIO_IOMMU_SPAPR_TCE_GET_INFO ioctl output
` [RFC PATCH v2 3/6] powerpc/pseries/iommu: Use the iommu table[0] for IOV VF's DDW
` [RFC PATCH v2 4/6] vfio/spapr: Always clear TCEs before unsetting the window
` [RFC PATCH v2 5/6] powerpc/iommu: Move dev_has_iommu_table() to iommu.c
` [RFC PATCH v2 6/6] powerpc/iommu: Implement the iommu_table_group_ops for pSeries

[PATCH] powerpc: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n
 2024-05-02  2:48 UTC  (3+ messages)

[PATCH 0/4] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
 2024-05-01 18:01 UTC  (8+ messages)
` [PATCH 1/4] KVM: Plumb in a @sched_in flag to kvm_arch_vcpu_load()
` [PATCH 2/4] KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
` [PATCH 3/4] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
` [PATCH 4/4] KVM: Delete the now unused kvm_arch_sched_in()

[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
 2024-05-01 17:24 UTC 

[powerpc:next-test] BUILD SUCCESS 236a4c63491784ae4814100cca47bc3645c776df
 2024-05-01 13:45 UTC 

Machine freezes after running KASAN KUnit test 21 with a GCC 13.2 built kernel but runs tests fine with a CLANG 18 build kernel (v6.9-rc5, 32bit ppc, PowerMac G4 DP)
 2024-05-01 12:41 UTC 

[PATCH v3 0/3] PCI/AER: Handle Advisory Non-Fatal error
 2024-05-01 12:24 UTC  (7+ messages)
` [PATCH v3 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info

[PATCH 1/1] ALSA: aoa: soundbus: i2sbus: pcm: use 'time_left' variable with wait_for_completion_timeout()
 2024-05-01  7:56 UTC  (2+ messages)

[PATCH 1/2] radix/kfence: map __kfence_pool at page granularity
 2024-05-01  7:03 UTC  (4+ messages)
` [PATCH 2/2] radix/kfence: support late __kfence_pool allocation

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-30 17:29 UTC  (5+ messages)
` [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] kprobe/ftrace: bail out if ftrace was killed
 2024-04-30 23:01 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 00/13] ASoC: Use snd_soc_substream_to_rtd() for accessing private_data
 2024-04-30 19:53 UTC  (15+ messages)
` [PATCH 01/13] ASoC: qcom: "
` [PATCH 02/13] ASoC: tegra: "
` [PATCH 03/13] ASoC: ti: "
` [PATCH 04/13] ASoC: arm: "
` [PATCH 05/13] ASoC: amd: "
` [PATCH 06/13] ASoC: fsl: "
` [PATCH 07/13] ASoC: img: "
` [PATCH 08/13] ASoC: kirkwood: "
` [PATCH 09/13] ASoC: loongson: "
` [PATCH 10/13] ASoC: mediatek: "
` [PATCH 11/13] ASoC: meson: "
` [PATCH 12/13] ASoC: samsung: "
` [PATCH 13/13] ASoC: sunxi: "

[PATCH v2] mm/gup: Fix hugepd handling in hugetlb rework
 2024-04-30 13:13 UTC 

[PATCH v7 00/16] mm: jit/text allocator
 2024-04-30 12:41 UTC  (18+ messages)
` [PATCH v7 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v7 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v7 03/16] nios2: define virtual address space for modules
` [PATCH v7 04/16] sparc: simplify module_alloc()
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v7 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v7 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v7 08/16] mm/execmem, arch: convert remaining "
` [PATCH v7 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v7 10/16] arm64: extend execmem_info "
` [PATCH v7 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v7 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v7 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v7 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v7 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v7 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-30 12:03 UTC  (5+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "
          ` [EXT] "

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-30 10:09 UTC  (2+ messages)

[PATCH] MAINTAINERS: powerpc: Remove Aneesh
 2024-04-30  5:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: MMU GATHER: Update Aneesh's address
 2024-04-30  5:08 UTC  (2+ messages)

[PATCH v2 0/2] powerpc/pseries: Fixes for lparstat boot reports
 2024-04-30  3:54 UTC  (3+ messages)

WARNING: CPU: 1 PID: 1 at net/core/netpoll.c:370 netpoll_send_skb+0x1fc/0x20c at boot when netconsole is enabled (kernel v6.9-rc5, v6.8.7, sungem, PowerMac G4 DP)
 2024-04-30  1:36 UTC  (2+ messages)

[PATCH][next] crypto/nx: Avoid potential -Wflex-array-member-not-at-end warning
 2024-04-29 17:05 UTC  (2+ messages)

[PATCH 0/2] mm/gup: Fix hugepd for longterm R/O pin on Power
 2024-04-29 13:51 UTC  (8+ messages)
` [PATCH 1/2] mm/gup: Fix hugepd handling in hugetlb rework
` [PATCH 2/2] mm/selftests: Don't prefault in gup_longterm tests

[PATCH 0/4] ASoC: Constify static snd_pcm_hardware
 2024-04-29 11:48 UTC  (5+ messages)
` [PATCH 1/4] ASoC: qcom: "
` [PATCH 2/4] ASoC: fsl: "
` [PATCH 3/4] ASoC: meson: "
` [PATCH 4/4] ASoC: uniphier: "

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-29  9:47 UTC  (19+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH 1/2] PCI/ERR: Cleanup misleading indentation inside if conditions
 2024-04-29  9:47 UTC 

[PATCH] powerpc/pseries: Enforce hcall result buffer validity and size
 2024-04-29  3:20 UTC  (5+ messages)

[Bug 216723] New: BUG: spinlock wrong CPU on CPU#0, swapper/0/1 with CONFIG_NETCONSOLE=y (on a PowerMac G4 DP)
 2024-04-28 10:56 UTC  (2+ messages)
` [Bug 216723] "

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-27  6:58 UTC  (10+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2024-04-26  7:33 UTC  (4+ messages)
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2

linux-next: boot failure after merge of the modules tree
 2024-04-26  6:33 UTC  (3+ messages)

[PATCH v19 0/6]powerpc/crash: Kernel handling of CPU and memory hotplug
 2024-04-26  6:07 UTC  (7+ messages)
` [PATCH v19 1/6] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v19 2/6] crash: add a new kexec flag for hotplug support
` [PATCH v19 3/6] powerpc/kexec: move *_memory_ranges functions to ranges.c
` [PATCH v19 4/6] PowerPC/kexec: make the update_cpus_node() function public
` [PATCH v19 5/6] powerpc/crash: add crash CPU hotplug support
` [PATCH v19 6/6] powerpc/crash: add crash memory "

[PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-25 11:17 UTC  (4+ messages)

[PATCH v8 2/3] PCI/AER: Disable AER service on suspend
 2024-04-25  7:33 UTC  (3+ messages)

[PATCH v8 1/3] PCI: Add helper to check if any of ancestor device support D3cold
 2024-04-25  6:26 UTC  (3+ messages)

[PATCH v2] ASoC: dt-bindings: fsl,ssi: Convert to YAML
 2024-04-25  3:28 UTC  (3+ messages)

[PATCH 1/2] MAINTAINERS: Make cxlflash obsolete
 2024-04-25  1:57 UTC  (2+ messages)

[PATCH v2] powerpc/pseries: remove returning ENODEV when uevent is triggered
 2024-04-25  0:47 UTC  (2+ messages)

[PATCH] ibmvnic: Use -EBUSY in __ibmvnic_reset()
 2024-04-25  2:32 UTC  (6+ messages)

[PATCH linux-next] macintosh/macio-adb: replace of_node_put() with __free
 2024-04-24 15:07 UTC 

[PATCH V2 00/19] timekeeping: Handle potential multiplication overflow
 2024-04-24 15:11 UTC  (3+ messages)
` [PATCH V2 04/19] math64: Tidy mul_u64_u32_shr()

[powerpc:topic/kdump-hotplug] BUILD SUCCESS 849599b702ef8977fcd5b2f27c61ef773c42bb88
 2024-04-24  9:11 UTC 

Please add powerpc topic/kdump-hotplug branch to linux-next
 2024-04-23 21:40 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION a59668a9397e7245b26e9be85d23f242ff757ae8
 2024-04-23 19:20 UTC 

[PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
 2024-04-23 16:41 UTC  (3+ messages)
  ` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
  ` [PATCH v5 04/15] sparc: simplify module_alloc()

[PATCH AUTOSEL 6.6 05/16] powerpc/crypto/chacha-p10: Fix failure on non Power10
 2024-04-23 11:01 UTC 

[PATCH AUTOSEL 6.8 05/18] powerpc/crypto/chacha-p10: Fix failure on non Power10
 2024-04-23 11:01 UTC 

[PATCH v3 0/5] Add generic data patching functions
 2024-04-23  9:40 UTC  (6+ messages)
` [PATCH v3 3/5] powerpc/64: Convert patch_instruction() to patch_u32()
` [PATCH v3 5/5] powerpc/code-patching: Add boot selftest for data patching

[RFC PATCH 1/2] objtool: Run objtool only if either of the config options are selected
 2024-04-23  0:28 UTC  (5+ messages)
` [RFC PATCH 2/2] objtool/powerpc: Enhance objtool to fixup alternate feature relative addresses

[PATCH v2] powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE
 2024-04-22 20:51 UTC 

[PATCH v10 0/3] powerpc: make fadump resilient with memory add/remove events
 2024-04-22 19:59 UTC  (4+ messages)
` [PATCH v10 1/3] "
` [PATCH v10 2/3] powerpc/fadump: add hotplug_ready sysfs interface
` [PATCH v10 3/3] Documentation/powerpc: update fadump implementation details

[PATCH] selftests/powerpc: Install tests in sub-directories
 2024-04-22 13:35 UTC  (2+ messages)

[PATCH] powerpc: Mark memory_limit as initdata
 2024-04-22 11:52 UTC 

[PATCH] powerpc: Split PAGE_SHIFT/SIZE into vdso/page.h
 2024-04-22  9:36 UTC  (2+ messages)

[PATCH] powerpc/iommu: Refactor spapr_tce_platform_iommu_attach_dev()
 2024-04-22  9:21 UTC  (2+ messages)

[PATCH] powerpc/crypto/chacha-p10: Fix failure on non Power10
 2024-04-22  9:21 UTC  (2+ messages)

[PATCH v2] selftests/powerpc/papr-vpd: Fix missing variable initialization
 2024-04-22  9:21 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).