linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 17:41:59 to 2019-12-16 04:29:10 UTC [more...]

[PATCH kernel v2 0/4] Enable IOMMU support for pseries Secure VMs
 2019-12-16  4:19 UTC  (5+ messages)
` [PATCH kernel v2 1/4] Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests"
` [PATCH kernel v2 2/4] powerpc/pseries: Allow not having ibm, hypertas-functions::hcall-multi-tce for DDW
` [PATCH kernel v2 3/4] powerpc/pseries/iommu: Separate FW_FEATURE_MULTITCE to put/stuff features
` [PATCH kernel v2 4/4] powerpc/pseries/svm: Allow IOMMU to work in SVM

[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
 2019-12-16  3:29 UTC  (3+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2019-12-16  0:15 UTC  (3+ messages)
` [PATCH v2 25/27] nvdimm/ocxl: Expose SMART data via ndctl

[PATCH 01/10] soc: sunxi: convert to devm_platform_ioremap_resource
 2019-12-15 12:00 UTC  (13+ messages)
` [PATCH 02/10] soc: samsung: "
` [PATCH 03/10] soc: amlogic: "
` [PATCH 04/10] soc: zte: "
` [PATCH 05/10] soc: fsl: "
` [PATCH 06/10] soc: mediatek: "
` [PATCH 07/10] soc: ti: wkup_m3_ipc: "
` [PATCH 08/10] soc: lantiq: "
` [PATCH 09/10] soc: ixp4xx: qmgr: "
` [PATCH 10/10] soc: qcom: "

[PATCH] libbpf: fix readelf output parsing on powerpc with recent binutils
 2019-12-15 17:42 UTC  (14+ messages)
              ` [PATCH] libbpf: Fix readelf output parsing for Fedora

[Bug 205099] New: KASAN hit at raid6_pq: BUG: Unable to handle kernel data access at 0x00f0fd0d
 2019-12-15 16:01 UTC  (4+ messages)
` [Bug 205099] "

[Bug 205283] New: BUG: KASAN: global-out-of-bounds in _copy_to_iter+0x3d4/0x5a8
 2019-12-15 15:54 UTC  (3+ messages)
` [Bug 205283] "

[PATCH 00/10] crypto/nx: Enable GZIP engine and provide userpace API
 2019-12-15 13:06 UTC  (11+ messages)
` [PATCH 01/10] powerpc/vas: Define vas_win_paste_addr()
` [PATCH 02/10] powerpc/vas: Initialize window attributes for GZIP compression
` [PATCH 03/10] powerpc/vas: Define VAS_TX_WIN_OPEN ioctl API
` [PATCH 04/10] crypto/nx: Initialize coproc entry with kzalloc
` [PATCH 05/10] crypto/nx: Organize powernv 842 code to add new GZIP compression type
` [PATCH 06/10] crypto/NX: Make code generic to add new GZIP compression
` [PATCH 07/10] crypto/nx: Enable and setup GZIP compresstion type
` [PATCH 08/10] crypto/NX: Add NX GZIP user space API
` [PATCH 09/10] powerpc/vas: Remove 'pid' in vas_tx_win_attr struct
` [PATCH 10/10] Documentation/powerpc: VAS API

[PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
 2019-12-14 12:29 UTC  (3+ messages)
` [PATCH v5 3/5] Documentation/arm64: Fix a simple typo in memory.rst

[PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-12-14 12:27 UTC  (2+ messages)

5.3.7 64-bits kernel doesn't boot on G5 Quad
 2019-12-14  9:32 UTC  (15+ messages)
      ` Found the commit for: "
        ` Found the commit for: 5.3.7 64-bits kernel doesn't boot on G5 Quad [regression]
              ` Call for report - G5/PPC970 status (was: Re: Found the commit for: 5.3.7 64-bits kernel doesn't boot on G5 Quad [regression])
                ` Call for report - G5/PPC970 status
                      ` PPC64: G5 & 4k/64k page size (was: Re: Call for report - G5/PPC970 status)

[PATCH] powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()
 2019-12-14  8:10 UTC 

[PATCH] powerpc/devicetrees: Change 'gpios' to 'cs-gpios' on fsl, spi nodes
 2019-12-14  7:30 UTC  (3+ messages)
` [PATCH] powerpc/devicetrees: Change 'gpios' to 'cs-gpios' on fsl,spi nodes

[PATCH v10 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-14  3:26 UTC  (28+ messages)
` [PATCH v10 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v10 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v10 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v10 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v10 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v10 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v10 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v10 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v10 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v10 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v10 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v10 12/25] IB/{core, hw, umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v10 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v10 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v10 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v10 16/25] net/xdp: "
` [PATCH v10 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v10 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v10 19/25] vfio, mm: "
` [PATCH v10 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v10 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v10 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v10 23/25] mm/gup: track FOLL_PIN pages
    ` [PATCH v11 "
` [PATCH v10 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v10 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH net v2] net/ibmvnic: Fix typo in retry check
 2019-12-14  1:27 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops)
 2019-12-13 22:01 UTC  (27+ messages)
  ` READ_ONCE() + STACKPROTECTOR_STRONG == :/ (was Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops))

[PATCH v3 0/3] KASAN for powerpc64 radix
 2019-12-13 21:37 UTC  (8+ messages)
` [PATCH v3 1/3] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v3 2/3] kasan: Document support on 32-bit powerpc
` [PATCH v3 3/3] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH v2] powerpc/32: add support of KASAN_VMALLOC
 2019-12-13 14:59 UTC 

[PATCH 00/58] serial/sysrq: Cleanup ifdeffery
 2019-12-13 16:41 UTC  (6+ messages)
` [PATCH 05/58] tty/serial: Migrate 8250_fsl to use has_sysrq
` [PATCH 31/58] tty/serial: Migrate pmac_zilog "
` [PATCH 49/58] serial/ucc_uart: Remove ifdef SUPPORT_SYSRQ

[PATCH 0/4] powerpc: KASAN for 64-bit Book3S on Radix
 2019-12-13 13:40 UTC  (6+ messages)
` [PATCH 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH v5 1/2] powerpc/vcpu: Assume dedicated processors as non-preempt
 2019-12-13 21:19 UTC  (5+ messages)
` [PATCH v5 2/2] powerpc/shared: Use static key to detect shared processor

[PATCH] ocxl: Fix concurrent AFU open and device removal
 2019-12-13 21:19 UTC  (2+ messages)

[PATCH kernel 0/3] Enable IOMMU support for pseries Secure VMs
 2019-12-13 20:32 UTC  (7+ messages)
` [PATCH kernel 1/3] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VM
` [PATCH kernel 2/3] powerpc/pseries: Allow not having ibm, hypertas-functions::hcall-multi-tce for DDW
  ` [PATCH kernel 2/3] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce "
` [PATCH kernel 3/3] powerpc/pseries/iommu: Do not use H_PUT_TCE_INDIRECT in secure VM

[PATCH] Fix vm selftest to run tests with make
 2019-12-13  7:20 UTC 

[PATCH v4 1/2] powerpc/vcpu: Assume dedicated processors as non-preempt
 2019-12-13  2:46 UTC  (2+ messages)

Isn't LD=ld.lld enough to get a kernel build started?
 2019-12-13  1:29 UTC 

HPT allocation failures on POWER8 KVM hosts
 2019-12-13  0:33 UTC  (4+ messages)

[PATCH v5 0/2] Enable IOMMU support for pseries Secure VMs
 2019-12-13  0:22 UTC  (19+ messages)
` [PATCH v5 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor
  ` [PATCH v5 2/2] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VM

[PATCH v2 1/1] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
 2019-12-12 22:14 UTC 

[PATCH] spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
 2019-12-12 17:47 UTC 

[PATCH 0/3] soc: fsl: dpio: Enable QMAN batch enqueuing
 2019-12-12 17:01 UTC  (4+ messages)
` [PATCH 1/3] soc: fsl: dpio: Adding QMAN multiple enqueue interface
` [PATCH 2/3] soc: fsl: dpio: QMAN performance improvement. Function pointer indirection
` [PATCH 3/3] soc: fsl: dpio: Replace QMAN array mode by ring mode enqueue

[PATCH v5] powerpc/irq: inline call_do_irq() and call_do_softirq() on PPC32
 2019-12-12 16:34 UTC  (3+ messages)

[PATCH] powerpc/irq: don't use current_stack_pointer() in do_IRQ()
 2019-12-12 16:29 UTC  (3+ messages)

[PATCH v2 0/4] KASAN for powerpc64 radix, plus generic mm change
 2019-12-12 13:41 UTC  (11+ messages)
` [PATCH v2 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH V2 00/13] powerpc/vas: Page fault handling for user space NX requests
 2019-12-12 13:07 UTC  (13+ messages)
` [PATCH V2 04/13] powerpc/vas: Setup fault window per VAS instance
` [PATCH V2 05/13] powerpc/vas: Setup thread IRQ handler "
` [PATCH V2 07/13] powerpc/vas: Take reference to PID and mm for user space windows
` [PATCH V2 08/13] powerpc/vas: Update CSB and notify process for fault CRBs

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-12-12 10:32 UTC  (5+ messages)
` [RESEND PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
` [RESEND PATCH v5 5/5] Documentation/vmcoreinfo: Add documentation for 'TCR_EL1.T1SZ'

[PATCH v5 0/5] Implement STRICT_MODULE_RWX for powerpc
 2019-12-12  6:43 UTC  (5+ messages)
` [PATCH v5 2/5] powerpc/kprobes: Mark newly allocated probes as RO

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-12  5:53 UTC  (7+ messages)
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages

[RFC PATCH] OPAL v4 cpu idle driver skeleton
 2019-12-12  4:12 UTC 

[PATCH v6 0/6] reorganize and add FADump sysfs files
 2019-12-11 16:09 UTC  (7+ messages)
` [PATCH v6 1/6] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*
` [PATCH v6 2/6] sysfs: wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name
` [PATCH v6 3/6] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
` [PATCH v6 4/6] powerpc/powernv: move core and fadump_release_opalcore under new kobject
` [PATCH v6 5/6] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated
` [PATCH v6 6/6] powerpc/fadump: sysfs for fadump memory reservation

[PATCH AUTOSEL 4.4 08/37] powerpc/pseries: Mark accumulate_stolen_time() as notrace
 2019-12-11 15:38 UTC  (5+ messages)
` [PATCH AUTOSEL 4.4 11/37] powerpc/security/book3s64: Report L1TF status in sysfs
` [PATCH AUTOSEL 4.4 22/37] powerpc/pseries/cmm: Implement release() function for sysfs device
` [PATCH AUTOSEL 4.4 23/37] powerpc/security: Fix wrong message when RFI Flush is disable
` [PATCH AUTOSEL 4.4 34/37] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h

[PATCH AUTOSEL 4.9 39/42] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
 2019-12-11 15:35 UTC 


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