linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-17 19:57:22 to 2024-06-21 09:33:01 UTC [more...]

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-21  9:32 UTC  (24+ messages)

[PATCH 00/15] linux system call fixes
 2024-06-21  9:03 UTC  (26+ messages)
` [PATCH 01/15] ftruncate: pass a signed offset
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 03/15] mips: fix compat_sys_lseek syscall
` [PATCH 04/15] sparc: fix old compat_sys_select()
` [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls
` [PATCH 06/15] parisc: use correct "
` [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation
` [PATCH 08/15] powerpc: restore some missing spu syscalls
` [PATCH 09/15] sh: rework sync_file_range ABI
` [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range
` [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions
` [PATCH 12/15] s390: remove native mmap2() syscall
` [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
` [PATCH 15/15] linux/syscalls.h: add missing __user annotations

[Patch v4 00/10] Add audio support for LPC32XX CPUs
 2024-06-21  8:30 UTC  (25+ messages)
` [Patch v4 01/10] dt-bindings: dma: pl08x: Add dma-cells description
` [Patch v4 02/10] dt-bindings: dma: Add lpc32xx DMA mux binding
` [Patch v4 03/10] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding
` [Patch v4 04/10] ARM: dts: lpc32xx: Add missing dma and i2s properties
` [Patch v4 05/10] clk: lpc32xx: initialize regmap using parent syscon
` [Patch v4 06/10] dmaengine: Add dma router for pl08x in LPC32XX SoC
` [Patch v4 07/10] ARM: lpc32xx: Remove pl08x platform data in favor for device tree
` [Patch v4 08/10] mtd: rawnand: lpx32xx: Request DMA channels using DT entries
` [Patch v4 09/10] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
` [Patch v4 10/10] i2x: pnx: Use threaded irq to fix warning from del_timer_sync()

[PATCH] powerpc/pseries: Whitelist dtl slub object for copying to userspace
 2024-06-21  8:12 UTC  (6+ messages)

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-20 20:32 UTC  (11+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 18/40] powerpc: optimize arch code by using atomic find_bit() API
` [PATCH v4 37/40] KVM: PPC: Book3s HV: drop locking around kvmppc_uvmem_bitmap
` [PATCH v4 40/40] powerpc/xive: drop locking around IRQ map

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2024-06-20 10:10 UTC  (2+ messages)

[PATCH v1 1/2] powerpc/mmiotrace: Add MMIO Tracing tool for PowerPC
 2024-06-20  8:51 UTC  (2+ messages)
` [PATCH v1 2/2] powerpc/mmiotrace: bind ioremap and page fault to active mmiotrace

[PATCH 12/15] net: ibmvnic: Convert tasklet API to new bottom half workqueue mechanism
 2024-06-21  5:05 UTC 

[powerpc:merge] BUILD SUCCESS e2b06d707dd067509cdc9ceba783c06fa6a551c2
 2024-06-21  3:59 UTC 

[PATCHv5 0/9] ASoC: fsl-asoc-card: add S/PDIF controller
 2024-06-21  0:06 UTC  (11+ messages)
` [PATCHv5 1/9] ASoC: fsl-asoc-card: set priv->pdev before using it
` [PATCHv5 2/9] ASoC: fsl-asoc-card: add support for dai links with multiple codecs
` [PATCHv5 3/9] ASoC: fsl-asoc-card: add second dai link component for codecs
` [PATCHv5 4/9] ASoC: fsl-asoc-card: add compatibility to use 2 codecs in dai-links
` [PATCHv5 5/9] ASoC: fsl-asoc-card: merge spdif support from imx-spdif.c
` [PATCHv5 6/9] ASoC: dt-bindings: fsl-asoc-card: add compatible string for spdif
` [PATCHv5 7/9] ASoC: dt-bindings: imx-audio-spdif: remove binding
` [PATCHv5 8/9] arm64: dts: imx8m: update spdif sound card node properties
` [PATCHv5 9/9] ARM: dts: imx6: "
` (subset) [PATCHv5 0/9] ASoC: fsl-asoc-card: add S/PDIF controller

[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
 2024-06-20 19:09 UTC  (12+ messages)
` [RFC PATCH v3 01/11] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [RFC PATCH v3 02/11] powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH v3 03/11] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [RFC PATCH v3 04/11] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [RFC PATCH v3 05/11] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [RFC PATCH v3 06/11] powerpc64/ftrace: Move ftrace sequence out of line
` [RFC PATCH v3 07/11] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [RFC PATCH v3 08/11] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [RFC PATCH v3 09/11] samples/ftrace: Add support for ftrace direct samples on powerpc
` [RFC PATCH v3 10/11] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [RFC PATCH v3 11/11] powerpc64/bpf: Add support for bpf trampolines

[PATCH 1/3] powerpc/pseries: Macros and wrapper functions for H_HTM call
 2024-06-20 17:46 UTC  (3+ messages)
` [PATCH 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs
` [PATCH 3/3] powerpc: Document details on H_HTM hcall

[V4 00/16] Add data type profiling support for powerpc
 2024-06-20 15:31 UTC  (2+ messages)

[PATCH] tools/perf: Handle perftool-testsuite_probe testcases fail when kernel debuginfo is not present
 2024-06-20 15:28 UTC  (7+ messages)

[PATCH v2 0/8] KVM: PPC: Book3S HV: Nested guest migration fixes
 2024-06-20 14:29 UTC  (2+ messages)

[PATCH v9] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-06-20 14:29 UTC  (2+ messages)

[PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC
 2024-06-20 14:29 UTC  (2+ messages)

[PATCH v2 0/2] powerpc: kexec fixes
 2024-06-20 12:49 UTC  (2+ messages)

[PATCH v2 0/1] powerpc/numa: Make cpu/memory less numa-node online
 2024-06-20 12:49 UTC  (2+ messages)

[PATCH] powerpc/mm/drmem: Silence drmem_init() early return
 2024-06-20 12:49 UTC  (2+ messages)

[PATCH v6] powerpc/pseries/vas: Use usleep_range() to support HCALL delay
 2024-06-20 12:49 UTC  (2+ messages)

[PATCH] powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid mode
 2024-06-20 12:49 UTC  (2+ messages)

[PATCH v2] arch/powerpc: Remove unused cede related functions
 2024-06-20 12:49 UTC  (2+ messages)

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-06-20 12:49 UTC  (2+ messages)
` (subset) "

[PATCH] powerpc/crypto: Add generated P8 asm to .gitignore
 2024-06-20 12:45 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-06-20 12:45 UTC  (2+ messages)

[PATCH 00/10] Add support for non-interleaved mode in qmc_audio
 2024-06-20  8:42 UTC  (11+ messages)
` [PATCH 01/10] ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value
` [PATCH 02/10] ASoC: fsl: fsl_qmc_audio: Fix issues detected by checkpatch
` [PATCH 03/10] ASoC: fsl: fsl_qmc_audio: Split channel buffer and PCM pointer handling
` [PATCH 04/10] ASoC: fsl: fsl_qmc_audio: Identify the QMC channel involved in completion routines
` [PATCH 05/10] ASoC: fsl: fsl_qmc_audio: Introduce qmc_audio_pcm_{read,write}_submit()
` [PATCH 06/10] ASoC: fsl: fsl_qmc_audio: Introduce qmc_dai_constraints_interleaved()
` [PATCH 07/10] soc: fsl: cpm1: qmc: Introduce functions to get a channel from a phandle list
` [PATCH 08/10] soc: fsl: cpm1: qmc: Introduce qmc_chan_count_phandles()
` [PATCH 09/10] dt-bindings: sound: fsl,qmc-audio: Add support for multiple QMC channels per DAI
` [PATCH 10/10] ASoC: fsl: fsl_qmc_audio: Add support for non-interleaved mode

[PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag
 2024-06-20  7:30 UTC  (13+ messages)

[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
 2024-06-20  2:58 UTC  (3+ messages)
` [PATCH v5 1/2] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE
` [PATCH v5 2/2] PCI/AER: Print "

[PATCH] powerpc: Fixed duplicate copying in the early boot
 2024-06-20  2:41 UTC  (6+ messages)
` [PATCH v2] powerpc: Fix unnecessary copy to 0 when kernel is booted at address 0

BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP)
 2024-06-19 22:42 UTC  (2+ messages)

[PATCH] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
 2024-06-19 22:34 UTC  (6+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-06-19 16:45 UTC  (4+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values

[PATCH AUTOSEL 6.9 18/23] powerpc: make fadump resilient with memory add/remove events
 2024-06-19 14:32 UTC  (6+ messages)

move features flags into queue_limits v2
 2024-06-19 14:23 UTC  (12+ messages)
` [PATCH 02/26] sd: remove sd_is_zoned
` [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy

[PATCH v9 0/2] PCI: Disable AER & DPC on suspend
 2024-06-19 10:52 UTC  (4+ messages)
` [PATCH v9 1/2] PCI/AER: Disable AER service "
` [PATCH v9 2/2] PCI/DPC: Disable DPC "

[PATCH v2] radix/kfence: map __kfence_pool at page granularity
 2024-06-19 10:49 UTC 

[kvm-unit-tests PATCH v10 00/15] powerpc improvements
 2024-06-19  7:44 UTC  (12+ messages)
` [kvm-unit-tests PATCH v10 08/15] powerpc: add pmu tests
` [kvm-unit-tests PATCH v10 10/15] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH v10 13/15] powerpc: Add a panic test
` [kvm-unit-tests PATCH v10 14/15] powerpc/gitlab-ci: Upgrade powerpc to Fedora 40
` [kvm-unit-tests PATCH v10 15/15] powerpc/gitlab-ci: Enable more tests with "

[PATCH V3 1/3] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
 2024-06-19  7:31 UTC  (4+ messages)
` [PATCH V3 2/3] tools/perf: Use is_perf_pid_map_name helper function to check dso's of pattern /tmp/perf-%d.map
` [PATCH V3 3/3] tools/perf: Fix parallel-perf python script to replace new python syntax ":=" usage

[PATCH v8 2/3] PCI/AER: Disable AER service on suspend
 2024-06-19  6:05 UTC  (3+ messages)

[PATCH v3 0/3] KVM: Set vcpu->preempted/ready iff scheduled out while running
 2024-06-18 21:41 UTC  (2+ messages)

[PATCH RFC v2 0/5] arm64: support DMA zone starting above 4GB
 2024-06-18 21:40 UTC  (7+ messages)
` [PATCH RFC v2 1/5] dma-mapping: replace zone_dma_bits by zone_dma_limit
` [PATCH RFC v2 2/5] of: get dma area lower limit
` [PATCH RFC v2 4/5] dma-direct: add base offset to zone_dma_bits

[PATCH v12 00/11] Support page table check PowerPC
 2024-06-18 13:09 UTC  (2+ messages)

[PATCH] powerpc: Fixed duplicate copying in the early boot
 2024-06-18  9:34 UTC  (2+ messages)

[PATCH V2 1/3] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
 2024-06-18  9:26 UTC  (4+ messages)
` [PATCH V2 2/3] tools/perf: Use is_perf_pid_map_name helper function to check dso's of pattern /tmp/perf-%d.map

[PATCH v2] PowerPC: Replace kretprobe with rethook
 2024-06-18  8:45 UTC  (4+ messages)

[PATCH v3 4/4] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
 2024-06-18  7:45 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings
 2024-06-17  3:24 UTC  (5+ messages)
` [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer

[PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt
 2024-06-17 22:44 UTC  (2+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-17 21:19 UTC  (12+ 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).