linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-12 18:30:27 to 2019-12-17 06:42:40 UTC [more...]

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-17  6:39 UTC  (4+ messages)
` [PATCH v18 11/13] "

[PATCH V3 00/13] powerpc/vas: Page fault handling for user space NX requests
 2019-12-17  6:00 UTC  (14+ messages)
` [PATCH V3 01/13] powerpc/vas: Describe vas-port and interrupts properties
` [PATCH V3 02/13] powerpc/vas: Define nx_fault_stamp in coprocessor_request_block
` [PATCH V3 03/13] powerpc/vas: Read interrupts and vas-port device tree properties
` [PATCH V3 04/13] powerpc/vas: Setup fault window per VAS instance
` [PATCH V3 05/13] powerpc/vas: Setup thread IRQ handler "
` [PATCH V3 06/13] powerpc/vas: Register NX with fault window ID and IRQ port value
` [PATCH V3 07/13] powerpc/vas: Take reference to PID and mm for userspace windows
` [PATCH V3 08/13] powerpc/vas: Update CSB and notify process for fault CRBs
` [PATCH V3 09/13] powerpc/vas: Print CRB and FIFO values
` [PATCH V3 10/13] powerpc/vas: Do not use default credits for receive window
` [PATCH V3 11/13] powerpc/VAS: Return credits after handling fault
` [PATCH V3 12/13] powerpc/vas: Display process stuck message
` [PATCH V3 13/13] powerpc/vas: Free send window in VAS instance after credits returned

[Bug 205885] New: BUG: KASAN: null-ptr-deref in strncpy+0x3c/0x60
 2019-12-17  5:41 UTC  (3+ messages)
` [Bug 205885] "

[PATCH V2 00/13] powerpc/vas: Page fault handling for user space NX requests
 2019-12-17  5:35 UTC  (4+ messages)
` [PATCH V2 07/13] powerpc/vas: Take reference to PID and mm for user space windows

[PATCH v3] powerpc/smp: Use nid as fallback for package_id
 2019-12-17  5:35 UTC  (2+ messages)

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

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-16 22:18 UTC  (4+ messages)
` [PATCH v11 "

[PATCH v5 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm & imx8qxp
 2019-12-16 21:40 UTC  (2+ messages)

[PATCH v3 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-16 20:05 UTC  (8+ messages)
` [PATCH v3 1/7] capabilities: introduce CAP_SYS_PERFMON to kernel and user space
` [PATCH v3 2/7] perf/core: open access for CAP_SYS_PERFMON privileged process
` [PATCH v3 3/7] perf tool: extend Perf tool with CAP_SYS_PERFMON capability support
` [PATCH v3 4/7] drm/i915/perf: open access for CAP_SYS_PERFMON privileged process
` [PATCH v3 5/7] trace/bpf_trace: "
` [PATCH v3 6/7] powerpc/perf: "
` [PATCH v3 7/7] parisc/perf: "

[PATCH v2 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-16 17:12 UTC  (12+ messages)
` [PATCH v2 1/7] capabilities: introduce CAP_SYS_PERFMON to kernel and user space
` [PATCH v2 2/7] perf/core: open access for CAP_SYS_PERFMON privileged process
` [PATCH v2 3/7] perf tool: extend Perf tool with CAP_SYS_PERFMON capability support
` [PATCH v2 4/7] drm/i915/perf: open access for CAP_SYS_PERFMON privileged process
` [PATCH v2 5/7] trace/bpf_trace: "
` [PATCH v2 6/7] powerpc/perf: "
` [PATCH v2 7/7] parisc/perf: "

[PATCH] powerpc/83xx: update kmeter1 defconfig and dts
 2019-12-16  9:50 UTC 

[PATCH net v2] net/ibmvnic: Fix typo in retry check
 2019-12-16 15:57 UTC  (3+ messages)

[v5 1/3] soc: fsl: handle RCPM errata A-008646 on SoC LS1021A
 2019-12-16 15:53 UTC  (3+ messages)
` [v5 3/3] Documentation: dt: binding: fsl: Add 'fsl, ippdexpcr1-alt-addr' property
  ` [v5 3/3] Documentation: dt: binding: fsl: Add 'fsl,ippdexpcr1-alt-addr' property

[PATCH 1/2] spi: fsl: don't map irq during probe
 2019-12-16 15:06 UTC  (2+ messages)

[PATCH v5 0/5] Early node associativity
 2019-12-16 14:49 UTC  (6+ messages)
` [PATCH v5 1/5] powerpc/vphn: Check for error from hcall_vphn
` [PATCH v5 2/5] powerpc/numa: Handle extra hcall_vphn error cases
` [PATCH v5 3/5] powerpc/numa: Use cpu node map of first sibling thread
` [PATCH v5 4/5] powerpc/numa: Early request for home node associativity
` [PATCH v5 5/5] powerpc/numa: Remove late "

[PATCH v5 0/5] Early node associativity
 2019-12-16 14:38 UTC 

[PATCH v3] powerpc: Fix __clear_user() with KUAP enabled
 2019-12-16 13:07 UTC 

[PATCH 0/1] macintosh: replace i2c_new_probed_device with an ERR_PTR variant
 2019-12-16 12:29 UTC  (2+ messages)
` [PATCH 1/1] macintosh: convert to i2c_new_scanned_device

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

[PATCH] spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
 2019-12-16 12:06 UTC  (2+ messages)
` Applied "spi: fsl: use platform_get_irq() instead of of_irq_to_resource()" to the spi tree

[PATCH v2] powerpc/pseries/cmm: fix managed page counts when migrating pages between zones
 2019-12-16 10:30 UTC 

[PATCH] drivers: char: tpm: remove unneeded MODULE_VERSION() usage
 2019-12-16  8:42 UTC 

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

[PATCH] powerpc: Add barrier_nospec to raw_copy_in_user()
 2019-12-16  6:05 UTC  (4+ messages)

[PATCH V11] mm/debug: Add tests validating architecture page table helpers
 2019-12-16  4:57 UTC  (2+ messages)

[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  (13+ 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  (3+ 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

5.3.7 64-bits kernel doesn't boot on G5 Quad
 2019-12-14  9:32 UTC  (11+ 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 v3 0/3] KASAN for powerpc64 radix
 2019-12-13 21:37 UTC  (6+ messages)
` [PATCH v3 1/3] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [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  (14+ 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 


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