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

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

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2019-12-18  7:51 UTC  (24+ messages)
` [PATCH v15 01/23] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v15 02/23] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v15 03/23] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v15 04/23] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v15 05/23] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v15 06/23] selftests/vm/pkeys: Typecast the pkey register
` [PATCH v15 07/23] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v15 08/23] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v15 09/23] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v15 10/23] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v15 11/23] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v15 12/23] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v15 13/23] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v15 14/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v15 15/23] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v15 16/23] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v15 17/23] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v15 18/23] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v15 19/23] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v15 20/23] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v15 21/23] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v15 22/23] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size "

[PATCH v2 1/3] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
 2019-12-18  9:19 UTC  (6+ messages)
` [PATCH v2 2/3] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
` [PATCH v2 3/3] asm-generic/tlb: Avoid potential double flush

[RFC PATCH 1/2] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
 2019-12-18  9:01 UTC  (11+ messages)
` [RFC PATCH 2/2] mm/mmu_gather: Avoid multiple page walk cache flush
        ` [PATCH] asm-generic/tlb: Avoid potential double flush

[PATCH 00/18] Initial Prefixed Instruction support
 2019-12-18  8:35 UTC  (5+ messages)
` [PATCH 03/18] powerpc: Add PREFIXED SRR1 bit for future ISA version
` [PATCH 05/18] powerpc sstep: Prepare to support prefixed instructions

[PATCH 04/14] powerpc/vas: Setup IRQ mapping and register port for each window
 2019-12-18  7:18 UTC  (2+ messages)

[PATCH v3 0/3] KASAN for powerpc64 radix
 2019-12-18  7:01 UTC  (7+ messages)
` [PATCH v3 3/3] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH-tty-testing] tty/serial/8250: Add has_sysrq to plat_serial8250_port
 2019-12-18  6:50 UTC  (2+ messages)

[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
 2019-12-18  5:36 UTC  (4+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH 1/1] kvm/book3s_64: Fixes crash caused by not cleaning vhost IOTLB
 2019-12-18  4:53 UTC  (2+ messages)

[PATCH 1/2] powerpc/pseries/svm: Don't access some SPRs
 2019-12-18  4:30 UTC  (2+ messages)
` [PATCH 2/2] powerpc/pseries/svm: Disable PMUs in SVMs

[PATCH v2] powerpc/pseries/cmm: fix managed page counts when migrating pages between zones
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH v2] powerpc: Fix __clear_user() with KUAP enabled
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH] powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH] powerpc/irq: fix stack overflow verification
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH v3] ocxl: Fix potential memory leak on context creation
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH] powerpc: ensure that swiotlb buffer is allocated from low memory
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH 01/10] soc: sunxi: convert to devm_platform_ioremap_resource
 2019-12-18  2:45 UTC  (2+ messages)

[PATCH] powerpc/setup_64: use DEFINE_DEBUGFS_ATTRIBUTE to define fops_rfi_flush
 2019-12-18  2:08 UTC 

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

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

[Bug 205889] New: CONFIG_PPC_85xx with CONFIG_CORENET_GENERIC outputs uImage instead of zImage
 2019-12-17 15:37 UTC 

[PATCH v3 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-17 15:02 UTC  (11+ 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
  ` [Intel-gfx] "
` [PATCH v3 5/7] trace/bpf_trace: "
` [PATCH v3 6/7] powerpc/perf: "
` [PATCH v3 7/7] parisc/perf: "

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-17 14:19 UTC  (28+ 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 v12 "
` [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 v9 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17 13:56 UTC  (4+ messages)
` [RFC PATCH] mm/gup: try_pin_compound_head() can be static

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

[PATCH RFC v1 1/3] powerpc/memtrace: Enforce power of 2 for memory buffer size
 2019-12-17 12:42 UTC  (4+ messages)
` [PATCH RFC v1 2/3] powerpc/memtrace: Factor out readding memory into memtrace_free_node()
` [PATCH RFC v1 3/3] powerpc/memtrace: Don't offline memory blocks via offline_pages()
` [PATCH RFC v1 0/3] "

[PATCH] drivers: char: tpm: remove unneeded MODULE_VERSION() usage
 2019-12-17 11:17 UTC  (3+ messages)

[PATCH 00/10] crypto/nx: Enable GZIP engine and provide userpace API
 2019-12-17  9:33 UTC  (3+ messages)
` [PATCH 08/10] crypto/NX: Add NX GZIP user space API

[PATCH] powerpc/512x: Use dma_request_chan() instead dma_request_slave_channel()
 2019-12-17  7:37 UTC 

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17  7:29 UTC  (5+ messages)
` [PATCH v11 "

[RFC PATCH 1/2] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
 2019-12-17  7:16 UTC  (2+ messages)
` [RFC PATCH 2/2] mm/mmu_gather: Avoid multiple page walk cache flush

[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

[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 v5 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm & imx8qxp
 2019-12-16 21:40 UTC  (2+ messages)

[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

[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] 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)


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