linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 17:29:30 to 2021-06-02 01:10:35 UTC [more...]

[PATCH 0/5] DMA fixes for PS3 device drivers
 2021-06-02  1:08 UTC  (5+ messages)
` [PATCH 1/5] powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
` [PATCH 3/5] powerpc/ps3: Add dma_mask to ps3_dma_region
` [PATCH 4/5] net/ps3_gelic: Add gelic_descr structures
` [PATCH 5/5] net/ps3_gelic: Cleanups, improve logging

[PATCH v2] lockdown, selinux: avoid bogus SELinux lockdown permission checks
 2021-06-01 20:47 UTC  (22+ messages)
` [PATCH v2] lockdown,selinux: "

[PATCH] powerpc/barrier: Avoid collision with clang's __lwsync macro
 2021-06-01 18:23 UTC  (2+ messages)

[PATCH] ASoC: fsl-asoc-card: Set .owner attribute when registering card
 2021-06-01 17:38 UTC  (3+ messages)

[PATCH] Documentation PCI: Fix typo in pci-error-recovery.rst
 2021-06-01 16:04 UTC  (4+ messages)

[RFC PATCH 0/6] powerpc: Stack tracer fixes
 2021-06-01 15:28 UTC  (5+ messages)
` [RFC PATCH 1/6] trace/stack: Move code to save the stack trace into a separate function
` [RFC PATCH 2/6] powerpc/trace: Add support for stack tracer

[PATCH] powerpc: make show_stack's stack walking KASAN-safe
 2021-06-01 14:42 UTC  (4+ messages)

simplify gendisk and request_queue allocation for bio based drivers
 2021-06-01 13:48 UTC  (5+ messages)

[PATCH -next] powerpc/spufs: disp: Remove set but not used variable 'dummy'
 2021-06-01  8:51 UTC  (2+ messages)

[PATCH -next] powerpc/spider-pci: Remove set but not used variable 'val'
 2021-06-01  8:53 UTC 

[PATCH] powerpc/xmon: Add support for running a command on all cpus in xmon
 2021-06-01  7:48 UTC 

[PATCH] Revert "powerpc: Switch to relative jump labels"
 2021-06-01  7:36 UTC  (5+ messages)

[PATCH] selftests/powerpc: Remove the repeated declaration
 2021-06-01  6:36 UTC 

[PATCH v3 0/4] shoot lazy tlbs
 2021-06-01  6:23 UTC  (5+ messages)
` [PATCH v3 1/4] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH v3 2/4] lazy tlb: allow lazy tlb mm switching to be configurable
` [PATCH v3 3/4] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH v3 4/4] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH] mm: generalize ZONE_[DMA|DMA32]
 2021-06-01  2:56 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"
 2021-06-01  1:23 UTC  (4+ messages)

[PATCH v7 00/15] Restricted DMA
 2021-05-31 15:00 UTC  (28+ messages)
` [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v7 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v7 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v7 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v7 07/15] swiotlb: Update is_swiotlb_active to add a struct device argument
` [PATCH v7 13/15] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool

[PATCH] powerpc/fadump: register for fadump as early as possible
 2021-05-31 13:03 UTC 

[PATCH -next] ASoC: imx-rpmsg: fix platform_no_drv_owner.cocci warnings
 2021-05-31  7:14 UTC  (3+ messages)

KVM P9 optimisation series
 2021-05-31  5:10 UTC 

[PATCH 11/15] powerpc: convert to setup_initial_init_mm()
 2021-05-31  1:05 UTC  (6+ messages)

[FSL P50x0] KVM HV doesn't work anymore
 2021-05-30  6:49 UTC  (10+ messages)

[PATCH] docs: kernel-parameters: mark numa=off is supported by a bundle of architectures
 2021-05-29 22:45 UTC  (3+ messages)

[RFC v3 0/4] Add perf interface to expose nvdimm
 2021-05-29  7:38 UTC  (5+ messages)
` [RFC v3 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [RFC v3 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [RFC v3 3/4] powerpc/papr_scm: Add perf interface support
` [RFC v3 4/4] powerpc/papr_scm: Document papr_scm sysfs event format entries

[PATCH v2] KVM: PPC: Book3S HV: Fix reverse map real-mode address lookup with huge vmalloc
 2021-05-28 23:36 UTC  (2+ messages)

[PATCH] perf vendor events: Fix eventcode of power10 json events
 2021-05-28 12:21 UTC  (7+ messages)

[PATCH 0/3] Skip numa distance for offline nodes
 2021-05-28 10:24 UTC  (12+ messages)
` [PATCH 1/3] sched/topology: Allow archs to populate distance map

[PATCH v7 00/32] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-05-28  9:07 UTC  (33+ messages)
` [PATCH v7 01/32] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v7 02/32] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v7 03/32] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v7 04/32] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v7 05/32] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v7 06/32] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v7 07/32] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v7 08/32] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v7 09/32] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v7 10/32] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v7 11/32] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v7 12/32] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v7 13/32] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v7 14/32] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v7 15/32] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v7 16/32] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v7 17/32] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v7 18/32] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v7 19/32] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v7 20/32] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v7 21/32] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v7 22/32] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v7 23/32] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v7 24/32] KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
` [PATCH v7 25/32] KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
` [PATCH v7 26/32] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
` [PATCH v7 27/32] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v7 28/32] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v7 29/32] KVM: PPC: Book3S HV P9: Reflect userspace hcalls to hash guests to support PR KVM
` [PATCH v7 30/32] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v7 31/32] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v7 32/32] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path

[PATCH v7 00/32] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-05-28  9:06 UTC 

[RFC v2 0/4] Add perf interface to expose nvdimm
 2021-05-28  7:53 UTC  (8+ messages)
` [RFC v2 4/4] powerpc/papr_scm: Add cpu hotplug support for nvdimm pmu device

[PATCH 0/3] Rid W=1 warnings from Crypto
 2021-05-28  7:26 UTC  (2+ messages)

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-27 19:53 UTC  (11+ messages)
` [PATCH v3 2/4] powerpc/fsl: set fsl, i2c-erratum-a004447 flag for P2041 i2c controllers
  ` [PATCH v3 2/4] powerpc/fsl: set fsl,i2c-erratum-a004447 "
` [PATCH v3 3/4] powerpc/fsl: set fsl, i2c-erratum-a004447 flag for P1010 "
  ` [PATCH v3 3/4] powerpc/fsl: set fsl,i2c-erratum-a004447 "

[PATCH -next 1/3] powerpc/rtas: Replaced simple_strtoull() with kstrtoull()
 2021-05-27 14:37 UTC  (5+ messages)
` [PATCH -next 2/3] xen: balloon: "
` [PATCH -next 3/3] ocfs2: "

[PATCH v8 00/15] Restricted DMA
 2021-05-27 13:32 UTC  (12+ messages)
` [PATCH v8 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v8 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v8 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v8 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v8 05/15] swiotlb: Add a new get_io_tlb_mem getter
` [PATCH v8 06/15] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v8 07/15] swiotlb: Update is_swiotlb_active "
` [PATCH v8 08/15] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v8 09/15] swiotlb: Move alloc_size to find_slots
` [PATCH v8 10/15] swiotlb: Refactor swiotlb_tbl_unmap_single

[PATCH v8 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()
 2021-05-27 13:03 UTC  (5+ messages)
` [PATCH v8 12/15] swiotlb: Add restricted DMA alloc/free support
` [PATCH v8 13/15] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v8 14/15] dt-bindings: of: Add restricted DMA pool
` [PATCH v8 15/15] of: Add plumbing for "

[PATCH] powerpc/papr_scm: Add support for reporting dirty-shutdown-count
 2021-05-27 11:17 UTC  (3+ messages)

[PATCH v2] powerpc/papr_scm: Add support for reporting dirty-shutdown-count
 2021-05-27 11:16 UTC 

[PATCH] powerpc/udbg_hvc: retry putc on -EAGAIN
 2021-05-27 11:10 UTC  (4+ messages)

[PATCH v2 0/2] powerpc/sstep: Add emulation support and tests for 'setb' instruction
 2021-05-27  5:36 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/sstep: Add emulation support for ‘setb’ instruction

[PATCH] powerpc/stacktrace: fix raise_backtrace_ipi() logic
 2021-05-27  1:15 UTC 

[PATCH 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
 2021-05-26 14:32 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
 2021-05-26 14:44 UTC  (2+ messages)

[Bug 213221] New: Lockdep self tests failing on e6500 system
 2021-05-26 14:33 UTC 

[PATCH V3 0/2] selftests/powerpc: Updates to EBB selftest for ISA v3.1
 2021-05-26  7:22 UTC  (2+ messages)

[powerpc:next] BUILD SUCCESS b73c8cccd72ac28beaf262fd6ef4b91411fc8335
 2021-05-26  2:00 UTC 

[powerpc:next-test] BUILD SUCCESS 027f55e87c3094270a3223f7331d033fe15a2b3f
 2021-05-26  2:00 UTC 

[powerpc:merge] BUILD SUCCESS 112f47a1484ddca610b70cbe4a99f0d0f1701daf
 2021-05-26  2:00 UTC 

[RFC PATCH 1/2] mm/mremap: Fix race between MOVE_PMD mremap and pageout
 2021-05-25 17:28 UTC  (3+ messages)
` [RFC PATCH 2/2] mm/mremap: Fix race between MOVE_PUD "


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).