linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-07 03:04:20 to 2020-01-10 15:18:32 UTC [more...]

[PATCH v2 00/10] Impveovements for random.h/archrandom.h
 2020-01-10 14:54 UTC  (11+ messages)
` [PATCH v2 01/10] x86: Remove arch_has_random, arch_has_random_seed
` [PATCH v2 02/10] powerpc: "
` [PATCH v2 03/10] s390: "
` [PATCH v2 04/10] linux/random.h: "
` [PATCH v2 05/10] linux/random.h: Use false with bool
` [PATCH v2 06/10] linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH v2 07/10] x86: Mark archrandom.h "
` [PATCH v2 08/10] powerpc: Use bool in archrandom.h
` [PATCH v2 09/10] powerpc: Mark archrandom.h functions __must_check
` [PATCH v2 10/10] s390x: "

[PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2020-01-10 14:02 UTC  (5+ messages)
` [PATCH v4 2/9] perf/core: open access for CAP_SYS_PERFMON privileged process

[PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-01-10 13:33 UTC  (17+ messages)
` [PATCH v2 1/9] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [PATCH v2 2/9] net: wireless: rtl818x: "
` [PATCH v2 3/9] ntb: intel: "
` [PATCH v2 4/9] virtio: pci: "
` [PATCH v2 5/9] arc: "
` [PATCH v2 6/9] drm/mgag200: "
` [PATCH v2 7/9] drm/nouveau: "
` [PATCH v2 8/9] media: fsl-viu: "
` [PATCH v2 9/9] net: wireless: ath5k: "

[PATCH 00/18] Initial Prefixed Instruction support
 2020-01-10 10:38 UTC  (7+ messages)
` [PATCH 05/18] powerpc sstep: Prepare to support prefixed instructions
` [PATCH 06/18] powerpc sstep: Add support for prefixed integer load/stores

[Bug 205201] New: Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2020-01-10 10:16 UTC  (3+ messages)
` [Bug 205201] "

[PATCH 0/3] Add support for divde[.] and divdeu[.] instruction emulation
 2020-01-10  9:44 UTC  (5+ messages)
` [PATCH 2/3] powerpc sstep: add support for divde[.] and divdeu[.] instructions

[PATCH] powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WX
 2020-01-10  8:44 UTC 

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2020-01-10  7:10 UTC  (2+ messages)

Minor PCI & DMA init cleanups
 2020-01-10  7:02 UTC  (6+ messages)
` [PATCH 1/5] powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device()
` [PATCH 2/5] powernv/pci: Remove dma_dev_setup() for NPU PHBs
` [PATCH 3/5] powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()
` [PATCH 4/5] powernv/pci: Fold pnv_pci_dma_dev_setup() into the pci-ioda.c version
` [PATCH 5/5] powernv/pci: Move pnv_pci_dma_bus_setup() to pci-ioda.c

[RFC PATCH v2 00/10] powerpc/32: switch VDSO to C implementation
 2020-01-10  6:45 UTC  (8+ messages)
` [RFC PATCH v2 01/10] lib: vdso: ensure all arches have 32bit fallback
` Surprising code generated for vdso_read_begin()

[PATCH v3 1/2] powerpc/pseries/svm: Use FW_FEATURE to detect SVM
 2020-01-10  5:19 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/pseries/svm: Disable BHRB/EBB/PMU access

[PATCH] init: fix misleading "This architecture does not have kernel memory protection" message
 2020-01-10  5:12 UTC  (2+ messages)

[PATCH] powerpc/pseries: in lmb_is_removable(), advance pfn if section is not present
 2020-01-10  4:54 UTC 

[PATCH kernel RFC 0/4] powerpc/powenv/ioda: Allow huge DMA window at 4GB
 2020-01-10  4:18 UTC  (2+ messages)

[PATCH 1/2] powerpc/pseries/svm: Use FW_FEATURE to detect SVM
 2020-01-10  2:04 UTC  (5+ messages)
` [PATCH 2/2] powerpc/pseries/svm: Disable BHRB/EBB/PMU access

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

[RFC PATCH] powerpc/32: Switch VDSO to C implementation
 2020-01-09 15:21 UTC  (10+ messages)

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2020-01-09 14:54 UTC  (9+ messages)
` [PATCH v2 05/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v2 06/27] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v2 07/27] ocxl: Add functions to map/unmap LPC memory
` [PATCH v2 09/27] ocxl: Free detached contexts in ocxl_context_detach_all()

[linux-next/mainline][bisected 3acac06][ppc] Oops when unloading mpt3sas driver
 2020-01-09 14:22 UTC  (3+ messages)

[PATCH] powerpc: Ultravisor: Fix the dependencies for CONFIG_PPC_UV
 2020-01-09  9:20 UTC 

[PATCH v3 1/2] powerpc/32: refactor pmd_offset(pud_offset(pgd_offset
 2020-01-09  8:25 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/32: drop get_pteptr()

[PATCH] evh_bytechan: fix out of bounds accesses
 2020-01-09  7:39 UTC 

[PATCH v5 0/4] KASAN for powerpc64 radix
 2020-01-09  7:08 UTC  (5+ messages)
` [PATCH v5 1/4] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v5 2/4] kasan: Document support on 32-bit powerpc
` [PATCH v5 3/4] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v5 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH V6 0/4] update supported sample format
 2020-01-09  4:58 UTC  (3+ messages)
` [PATCH V6 3/4] ASoC: pcm_dmaengine: Extract snd_dmaengine_pcm_refine_runtime_hwparams

[Bug 206049] New: alg: skcipher: p8_aes_xts encryption unexpectedly succeeded on test vector "random: len=0 klen=64"; expected_error=-22, cfg="random: inplace may_sleep use_finup src_divs=[<flush>66.99%@+10, 33.1%@alignmask+1155]
 2020-01-08 23:19 UTC  (7+ messages)
` [Bug 206049] "

Freescale network device not activated on mpc8360 (kmeter1 board)
 2020-01-08 19:25 UTC  (3+ messages)

[PATCH -next] soc: fsl: qe: remove set but not used variable 'mm_gc'
 2020-01-08 22:02 UTC  (2+ messages)

[RFT 00/13] iomap: Constify ioreadX() iomem argument
 2020-01-08 17:39 UTC  (31+ messages)
` [RFT 01/13] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [RFT 02/13] alpha: "
` [RFT 02/13] sh: "
` [RFT 03/13] alpha: "
` [RFT 03/13] sh: "
` [RFT 04/13] parisc: "
` [RFT 05/13] powerpc: "
` [RFT 06/13] arc: "
` [RFT 07/13] drm/mgag200: "
` [RFT 08/13] drm/nouveau: "
` [RFT 09/13] media: fsl-viu: "
` [RFT 10/13] net: wireless: ath5k: "
` [RFT 11/13] net: wireless: rtl818x: "
` [RFT 12/13] ntb: intel: "
` [RFT 13/13] virtio: pci: "

[PATCH v2 00/11] opencapi: enable card reset and link retraining
 2020-01-08 20:19 UTC  (5+ messages)
` [PATCH v2 01/11] powerpc/powernv/ioda: Fix ref count for devices with their own PE

[PATCH v2 0/8] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-01-08 19:29 UTC  (22+ messages)
` [PATCH v2 1/8] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v2 2/8] mm/memory_hotplug: Rename mhp_restrictions to mhp_modifiers
` [PATCH v2 3/8] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v2 4/8] x86/mm: Introduce _set_memory_prot()
` [PATCH v2 5/8] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH v2 6/8] s390/mm: Thread pgprot_t through vmem_add_mapping()
` [PATCH v2 7/8] mm/memory_hotplug: Add pgprot_t to mhp_modifiers
` [PATCH v2 8/8] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[PATCH v6 0/5] Implement STRICT_MODULE_RWX for powerpc
 2020-01-08 16:48 UTC  (8+ messages)
` [PATCH v6 1/5] powerpc/mm: Implement set_memory() routines
` [PATCH v6 2/5] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v6 3/5] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime

[PATCH v6 0/6] reorganize and add FADump sysfs files
 2020-01-08 11:11 UTC  (5+ messages)
` [PATCH v6 1/6] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*
` [PATCH v6 3/6] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files

[PATCH v4] powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysfs file creation
 2020-01-08  9:19 UTC 

[PATCH v2] powerpc/32: refactor pmd_offset(pud_offset(pgd_offset
 2020-01-08  8:54 UTC 

[PATCH] powerpc/32: refactor pmd_offset(pud_offset(pgd_offset
 2020-01-08  8:36 UTC  (2+ messages)

[PATCH] powerpc/papr_scm: Don't enable direct map for a region by default
 2020-01-08  6:46 UTC 

[PATCH v3] powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysfs file creation
 2020-01-08  6:10 UTC  (3+ messages)

[PATCH] powerpc/mm/hash: Fix the min context value used by userspace
 2020-01-08  5:44 UTC 

[PATCH] crypto: vmx/xts - reject inputs that are too short
 2020-01-08  5:06 UTC 

5.3.7 64-bits kernel doesn't boot on G5 Quad
 2020-01-07 18:34 UTC  (25+ 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)
                              ` PPC64: G5 & 4k/64k page size
                                    ` Patch for '5.3.7 64-bits kernel doesn't boot on G5 Quad' found (was: Re: PPC64: G5 & 4k/64k page size)

[PATCH v3 02/22] compat: provide compat_ptr() on all architectures
 2020-01-07 17:51 UTC  (5+ messages)

[PATCH 00/12] i2c: convert subsystem to use i2c_new_client_device()
 2020-01-07 17:47 UTC  (2+ messages)
` [PATCH 05/12] i2c: powermac: convert "

[PATCH v4 1/2] KVM: PPC: Add skip_page_out parameter
 2020-01-07 16:45 UTC  (5+ messages)
` [PATCH v4 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH] powerpc: add support for folded p4d page tables
 2020-01-07 11:12 UTC  (8+ messages)

[mm/debug] 87c4696d57: kernel_BUG_at_include/linux/mm.h
 2020-01-07  8:22 UTC  (3+ messages)
  ` [LKP] "

[PATCH] powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardirqs_off()
 2020-01-07  9:16 UTC 

[PATCH] powerpc/32: warn and return error on syscalls from kernel
 2020-01-07  7:30 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).