linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 00:20:15 to 2019-10-31 23:47:24 UTC [more...]

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-10-31 23:38 UTC  (34+ messages)
` [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH 02/19] mm/gup: factor out duplicate code from four routines
` [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 04/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 06/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 12/19] mm/gup: track FOLL_PIN pages
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 14/19] vfio, mm: "
` [PATCH 15/19] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH 16/19] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH 17/19] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH 18/19] mm/gup: remove support for gup(FOLL_LONGTERM)
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH v3] drm/radeon: Fix EEH during kexec
 2019-10-31 15:24 UTC  (2+ messages)

[PATCH] dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
 2019-10-31 18:32 UTC  (8+ messages)

[PATCH RFC 0/5] ARM: Raspberry Pi 4 DMA support
 2019-10-31 17:26 UTC  (6+ messages)
` [PATCH RFC 1/5] dma/direct: turn ARCH_ZONE_DMA_BITS into a variable

[PATCH v10 0/9] powerpc: Enabling IMA arch specific secure boot policies
 2019-10-31 17:22 UTC  (12+ messages)
` [PATCH v10 1/9] powerpc: detect the secure boot mode of the system
` [PATCH v10 2/9] powerpc/ima: add support to initialize ima policy rules
` [PATCH v10 3/9] powerpc: detect the trusted boot state of the system
` [PATCH v10 4/9] powerpc/ima: define trusted boot policy
` [PATCH v10 5/9] ima: make process_buffer_measurement() generic
` [PATCH v10 6/9] certs: add wrapper function to check blacklisted binary hash
` [PATCH v10 7/9] ima: check against blacklisted hashes for files with modsig
` [PATCH v10 8/9] powerpc/ima: update ima arch policy to check for blacklist
` [RFC PATCH v10 9/9] powerpc/ima: indicate kernel modules appended signatures are enforced

[RFC PATCH 0/9] Fixes and Enablement of ibm,drc-info property
 2019-10-31 17:14 UTC  (8+ messages)
` [RFC PATCH 1/9] powerpc/pseries: add cpu DLPAR support for drc-info property
` [RFC PATCH 2/9] powerpc/pseries: fix bad drc_index_start value parsing of drc-info entry

[PATCH v2 0/1] pseries/hotplug: Change the default behaviour of cede_offline
 2019-10-31 16:30 UTC  (3+ messages)
` [PATCH v2 1/1] pseries/hotplug-cpu: Change default behaviour of cede_offline to "off"

[RFC PATCH 1/4] libnvdimm/namespace: Make namespace size validation arch dependent
 2019-10-31 15:53 UTC  (8+ messages)

[PATCH v1 00/12] powerpc/pseries: CMM: Implement balloon compaction and remove isolate notifier
 2019-10-31 14:35 UTC  (14+ messages)
` [PATCH v1 01/12] powerpc/pseries: CMM: Implement release() function for sysfs device
` [PATCH v1 02/12] powerpc/pseries: CMM: Report errors when registering notifiers fails
` [PATCH v1 03/12] powerpc/pseries: CMM: Cleanup rc handling in cmm_init()
` [PATCH v1 04/12] powerpc/pseries: CMM: Drop page array
` [PATCH v1 05/12] powerpc/pseries: CMM: Use adjust_managed_page_count() insted of totalram_pages_*
` [PATCH v1 06/12] powerpc/pseries: CMM: Rip out memory isolate notifier
` [PATCH v1 07/12] powerpc/pseries: CMM: Convert loaned_pages to an atomic_long_t
` [PATCH v1 08/12] powerpc/pseries: CMM: Implement balloon compaction
` [PATCH v1 09/12] powerpc/pseries: CMM: Switch to balloon_page_alloc()
` [PATCH v1 10/12] powerpc/pseries: CMM: Simulation mode
` [PATCH v1 11/12] mm: remove the memory isolate notifier
` [PATCH v1 12/12] mm: remove "count" parameter from has_unmovable_pages()

[RFC PATCH 0/5] powerpc: make iowrite32be etc. inline
 2019-10-31 13:46 UTC  (8+ messages)
` [RFC PATCH 1/5] asm-generic: move pcu_iounmap from iomap.h to pci_iomap.h
` [RFC PATCH 2/5] asm-generic: employ "ifndef foo; define foo foo" idiom in iomap.h
` [RFC PATCH 3/5] powerpc: move pci_iounmap() from iomap.c to pci-common.c
` [RFC PATCH 4/5] powerpc: make pcibios_vaddr_is_ioport() static
` [RFC PATCH 5/5] powerpc: make iowrite32 and friends static inline when no indirection

[PATCH] powerpc/sysdev: drop simple gpio
 2019-10-31 13:47 UTC 

[PATCH] powerpc/xive: Prevent page fault issues in the machine crash handler
 2019-10-31  8:43 UTC  (2+ messages)

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-10-31  9:39 UTC  (5+ messages)
` [PATCH v11 1/4] "
` [PATCH v11 2/4] kasan: add test for vmalloc
` [PATCH v11 3/4] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v11 4/4] x86/kasan: support KASAN_VMALLOC

[PATCH v10 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-31  9:36 UTC  (9+ messages)
` [PATCH v10 1/5] "
` [PATCH v10 4/5] x86/kasan: support KASAN_VMALLOC

[PATCH v3] cpufreq: powernv: fix stack bloat and hard limit on num cpus
 2019-10-31  9:22 UTC  (2+ messages)

[PATCH v2] cpufreq: powernv: fix stack bloat and NR_CPUS limitation
 2019-10-31  5:17 UTC  (3+ messages)

[PATCH v7] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-31  3:26 UTC  (8+ messages)

Pull request: scottwood/linux.git next
 2019-10-31  2:01 UTC  (2+ messages)

[PATCH 1/3] arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained
 2019-10-31  1:53 UTC  (5+ messages)
` [PATCH 2/3] arch: msgbuf.h: make uapi asm/msgbuf.h self-contained
` [PATCH 3/3] arch: sembuf.h: make uapi asm/sembuf.h self-contained

[Bug 205327] New: kmemleak reports various leaks in "swapper/0"
 2019-10-31  1:22 UTC  (2+ messages)
` [Bug 205327] "

[RFC PATCH 0/9] Fixes and Enablement of ibm,drc-info property
 2019-10-31  0:15 UTC  (2+ messages)

[PATCH v5 0/5] Implement STRICT_MODULE_RWX for powerpc
 2019-10-31  0:09 UTC  (12+ messages)
` [PATCH v5 1/5] powerpc/mm: Implement set_memory() routines
` [PATCH v5 2/5] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v5 3/5] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v5 4/5] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v5 5/5] powerpc/configs: Enable STRICT_MODULE_RWX in skiroot_defconfig

[PATCH] powerpc/tools: Don't quote $objdump in scripts
 2019-10-30 23:27 UTC  (4+ messages)

[PATCH v3 3/8] powerpc: Fix vDSO clock_getres()
 2019-10-30 21:54 UTC  (2+ messages)

[PATCH 00/12] Convert cpu_up/down to device_online/offline
 2019-10-30 15:38 UTC  (2+ messages)
` [PATCH 03/12] powerpc: Replace cpu_up/down with device_online/offline

Section mismatch warnings on powerpc
 2019-10-30 20:25 UTC 

[PATCH v4 0/4] Implement STRICT_MODULE_RWX for powerpc
 2019-10-30 18:43 UTC  (4+ messages)

[PATCH v2] powerpc/imc: Dont create debugfs files for cpu-less nodes
 2019-10-30 18:37 UTC  (5+ messages)

[PATCH 00/11] powerpv/powernv: Restore pnv_npu_try_dma_set_bypass()
 2019-10-30 18:33 UTC  (19+ messages)
` [PATCH 01/11] Revert "powerpc/powernv: Remove unused pnv_npu_try_dma_set_bypass() function"
` [PATCH 02/11] powerpc/powernv: Add pnv_ioda_pe_iommu_bypass_supported()
` [PATCH 03/11] powerpc/powernv/npu: Change pnv_npu_try_dma_set_bypass() argument
` [PATCH 04/11] powerpc/powernv/npu: Wire up pnv_npu_try_dma_set_bypass()
` [PATCH 05/11] powerpc/powernv: Return failure for some uses of dma_set_mask()
` [PATCH 06/11] powerpc/powernv: Remove intermediate variable
` [PATCH 07/11] powerpc/powernv/npu: Simplify pnv_npu_try_dma_set_bypass() loop
` [PATCH 08/11] powerpc/powernv: Replace open coded pnv_ioda_get_pe()s
` [PATCH 09/11] Revert "powerpc/pci: remove the dma_set_mask pci_controller ops methods"
` [PATCH 10/11] powerpc/powernv: Add pnv_phb3_iommu_bypass_supported()
` [PATCH 11/11] powerpc/powernv: Add pnv_pci_ioda_dma_set_mask()

[PATCH v9 0/8] powerpc: Enabling IMA arch specific secure boot policies
 2019-10-30 16:35 UTC  (4+ messages)
` [PATCH v9 5/8] ima: make process_buffer_measurement() generic

[RFC PATCH 00/27] current interrupt series plus scv syscall
 2019-10-30 12:55 UTC  (4+ messages)

[PATCH 0/7] towards QE support on ARM
 2019-10-30 12:52 UTC  (19+ messages)
` [PATCH 4/7] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
` [PATCH v2 00/23] QUICC Engine support on ARM
  ` [PATCH v2 07/23] soc: fsl: qe: merge qe_ic.h into qe_ic.c
  ` [PATCH v2 09/23] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
  ` [PATCH v2 11/23] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
  ` [PATCH v2 17/23] soc: fsl: qe: make qe_ic_cascade_* static
  ` [PATCH v2 19/23] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
  ` [PATCH v2 20/23] serial: make SERIAL_QE "

[PATCH] powerpc/powernv: Fix CPU idle to be called with IRQs disabled
 2019-10-30 12:16 UTC  (2+ messages)

[PATCH] powernv/eeh: Fix oops when probing cxl devices
 2019-10-30 12:16 UTC  (2+ messages)

[PATCH] powerpc/prom_init: Undo relocation before entering secure mode
 2019-10-30 12:16 UTC  (2+ messages)

[PATCH v3] powerpc/powernv: Add queue mechanism for early messages
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH v2 1/3] powerpc/pseries: Don't opencode HPTE_V_BOLTED
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH] powerpc/pseries: Mark accumulate_stolen_time() as notrace
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH] selftests/powerpc: Reduce sigfuz runtime to ~60s
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH] powerpc: make syntax for FADump config options in kernel/Makefile readable
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH] powerpc/configs: add FADump awareness to skiroot_defconfig
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH] powerpc/pkeys: remove unused pkey_allows_readwrite
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH v2] powerpc/nvdimm: Update vmemmap_populated to check sub-section range
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH v7 1/2] powerpc/xmon: Allow listing and clearing breakpoints in read-only mode
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH] powerpc/configs: Add debug config fragment
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH v4] powerpc/setup_64: fix -Wempty-body warnings
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH] powerpc/configs: Rename foo_basic_defconfig to foo_base.config
 2019-10-30 12:14 UTC  (2+ messages)

[PATCH V2 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
 2019-10-30 11:41 UTC  (2+ messages)
` [PATCH V2 2/2] ASoC: fsl_asrc: Add support "

[PATCH 0/6] Improvements for random.h/archrandom.h
 2019-10-30 11:37 UTC  (7+ messages)
` [PATCH 5/6] powerpc: Mark archrandom.h functions __must_check
` [PATCH 6/6] s390x: "

[PATCH] powerpc: Add build-time check of ptrace PT_xx defines
 2019-10-30 11:17 UTC  (2+ messages)

[PATCH 2/2] ASoC: fsl_asrc: Add support for imx8qm
 2019-10-30  8:38 UTC  (2+ messages)

[PATCH v3 0/3] LLVM/Clang fixes for pseries_defconfig
 2019-10-30  4:12 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmp

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-30  1:58 UTC  (12+ messages)

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-30  1:01 UTC  (8+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"

[PATCH 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
 2019-10-30  0:17 UTC  (3+ messages)
` [PATCH 2/2] ASoC: fsl_asrc: Add support "


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