linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-13 15:41:19 to 2020-04-14 16:09:06 UTC [more...]

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-04-14 15:34 UTC  (7+ messages)
` [PATCH v4 01/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v4 02/14] arm: add support for folded p4d page tables
` [PATCH v4 03/14] arm64: "
` [PATCH v4 04/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 05/14] ia64: add support for folded p4d page tables
` [PATCH v4 06/14] nios2: "

[PATCH v2 0/4] Clean up hugetlb boot command line processing
 2020-04-14 15:27 UTC  (8+ messages)
` [PATCH v2 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v2 4/4] hugetlbfs: clean up command line processing

[PATCH v6 0/7] ASoC: Add new module driver for new ASRC
 2020-04-14 15:23 UTC  (3+ messages)
` [PATCH v6 2/7] ASoC: dt-bindings: fsl_asrc: Add new property fsl, asrc-format
  ` [PATCH v6 2/7] ASoC: dt-bindings: fsl_asrc: Add new property fsl,asrc-format

decruft the vmalloc API v2
 2020-04-14 15:13 UTC  (31+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/29] x86: fix vmap arguments in map_irq_stack
` [PATCH 03/29] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
` [PATCH 05/29] dma-mapping: use vmap insted "
` [PATCH 06/29] powerpc: add an ioremap_phb helper
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 08/29] mm: remove __get_vm_area
` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
` [PATCH 10/29] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 12/29] mm: pass addr as unsigned long to vb_free
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 14/29] mm: rename vmap_page_range to map_kernel_range
` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{, _noflush}
` [PATCH 16/29] mm: remove map_vm_range
` [PATCH 17/29] mm: remove unmap_vmap_area
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 22/29] mm: remove the prot argument to __vmalloc_node
` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack
` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-04-14 14:49 UTC  (4+ messages)

[PATCH v2 0/4] huge vmalloc mappings
 2020-04-14 14:48 UTC  (15+ messages)
` [PATCH v2 1/4] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v2 4/4] mm/vmalloc: Hugepage vmalloc mappings

[PATCH] iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config
 2020-04-14 14:26 UTC 

remove set_fs calls from the exec and coredump code v2
 2020-04-14 14:00 UTC  (11+ messages)
` [PATCH 1/8] powerpc/spufs: simplify spufs core dumping
` [PATCH 2/8] signal: clean up __copy_siginfo_to_user32
` [PATCH 3/8] signal: replace __copy_siginfo_to_user32 with to_compat_siginfo
` [PATCH 4/8] binfmt_elf: open code copy_siginfo_to_user to kernelspace buffer
` [PATCH 5/8] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 6/8] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump
` [PATCH 7/8] exec: simplify the copy_strings_kernel calling convention
` [PATCH 8/8] exec: open code copy_string_kernel

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-14 13:06 UTC  (12+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
` [PATCH v2 "

[PATCH 0/8] Simplefs: group and simplify linux fs code
 2020-04-14 12:43 UTC  (9+ messages)
` [PATCH 1/8] apparmor: just use vfs_kern_mount to make .null
` [PATCH 2/8] fs: extract simple_pin/release_fs to separate files
` [PATCH 3/8] fs: wrap simple_pin_fs/simple_release_fs arguments in a struct
` [PATCH 4/8] fs: introduce simple_new_inode
` [PATCH 5/8] simplefs: add alloc_anon_inode wrapper
` [PATCH 6/8] simplefs: add file creation functions
` [PATCH 7/8] debugfs: switch to simplefs inode creation API
` [PATCH 8/8] tracefs: "

[PATCH] vhost: do not enable VHOST_MENU by default
 2020-04-14 11:52 UTC  (5+ messages)

generic DMA bypass flag v3
 2020-04-14 12:47 UTC  (6+ messages)
` [PATCH 1/4] dma-mapping: move the remaining DMA API calls out of line
` [PATCH 2/4] dma-mapping: inline the fast path dma-direct calls
` [PATCH 3/4] dma-mapping: add a dma_ops_bypass flag to struct device
` [PATCH 4/4] powerpc: use the generic dma_ops_bypass mode

[PATCH v6 0/3] powerpc/powernv: Introduce interface for self-restore support
 2020-04-14 12:18 UTC  (8+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] powerpc/powernv: Introduce support and parsing for self-save API

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-04-14 11:44 UTC  (3+ messages)
` [PATCH 2/3] mm/hugetlb: Introduce HAVE_ARCH_IS_HUGEPAGE_ONLY_RANGE
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

[PATCH v6 0/4] Support for Self Save API in OPAL
 2020-04-14  7:08 UTC  (6+ messages)
` [PATCH v6 2/4] Self save API integration
` [PATCH v6 4/4] Advertise the self-save and self-restore attributes in the device tree

Build regressions/improvements in v5.7-rc1
 2020-04-14 11:19 UTC  (4+ messages)

[PATCH] target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
 2020-04-14 11:11 UTC 

[PATCH] usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe()
 2020-04-14  9:13 UTC  (5+ messages)

[PATCH v3 00/13] Modernise powerpc 40x
 2020-04-14  8:19 UTC  (14+ messages)
` [PATCH v3 01/13] powerpc: Remove Xilinx PPC405/PPC440 support
` [PATCH v3 02/13] powerpc/40x: Rework 40x PTE access and TLB miss
` [PATCH v3 03/13] powerpc/pgtable: Drop PTE_ATOMIC_UPDATES
` [PATCH v3 04/13] powerpc/40x: Remove support for IBM 403GCX
` [PATCH v3 05/13] powerpc/40x: Remove STB03xxx
` [PATCH v3 06/13] powerpc/40x: Remove WALNUT
` [PATCH v3 07/13] powerpc/40x: Remove EP405
` [PATCH v3 08/13] powerpc/40x: Remove support for ISS Simulator
` [PATCH v3 09/13] powerpc/40x: Remove support for IBM 405GP
` [PATCH v3 10/13] powerpc/40x: Remove IBM405 Erratum #51
` [PATCH v3 11/13] powerpc: Remove IBM405 Erratum #77
` [PATCH v3 12/13] powerpc/40x: Avoid using r12 in TLB miss handlers
` [PATCH v3 13/13] powerpc/40x: Don't save CR in SPRN_SPRG_SCRATCH6

[PATCH] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
 2020-04-14  8:18 UTC  (3+ messages)

[PATCH v10 00/14] powerpc/vas: Page fault handling for user space NX requests
 2020-04-14  7:54 UTC  (3+ messages)
` [PATCH v10 14/14] powerpc: Use mm_context vas_windows counter to issue CP_ABORT

-Wincompatible-pointer-types in arch/powerpc/platforms/embedded6xx/mvme5100.c
 2020-04-14  7:52 UTC  (3+ messages)

[PATCH] lib/mpi: Fix building for powerpc with clang
 2020-04-14  7:36 UTC  (2+ messages)

[PATCH v2] qtpm2: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as module
 2020-04-14  7:29 UTC  (6+ messages)

[PATCH v8 0/7] ASoC: Add new module driver for new ASRC
 2020-04-14  6:56 UTC  (8+ messages)
` [PATCH v8 1/7] ASoC: fsl_asrc: rename asrc_priv to asrc
` [PATCH v8 2/7] ASoC: dt-bindings: fsl_asrc: Add new property fsl, asrc-format
` [PATCH v8 3/7] ASoC: fsl-asoc-card: Support "
` [PATCH v8 4/7] ASoC: fsl_asrc: Support new property fsl,asrc-format
` [PATCH v8 5/7] ASoC: fsl_asrc: Move common definition to fsl_asrc_common
` [PATCH v8 6/7] ASoC: dt-bindings: fsl_easrc: Add document for EASRC
` [PATCH v8 7/7] ASoC: fsl_easrc: Add EASRC ASoC CPU DAI drivers

[PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device
 2020-04-14  6:30 UTC  (14+ messages)

Boot flakiness with QEMU 3.1.0 and Clang built kernels
 2020-04-14  4:40 UTC  (8+ messages)

[PATCH v3 00/16] powerpc/watchpoint: Preparation for more than one watchpoint
 2020-04-14  5:53 UTC  (19+ messages)
` [PATCH v3 01/16] powerpc/watchpoint: Rename current DAWR macros
` [PATCH v3 02/16] powerpc/watchpoint: Add SPRN macros for second DAWR
` [PATCH v3 03/16] powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
` [PATCH v3 04/16] powerpc/watchpoint/ptrace: Return actual num of available watchpoints
` [PATCH v3 05/16] powerpc/watchpoint: Provide DAWR number to set_dawr
` [PATCH v3 06/16] powerpc/watchpoint: Provide DAWR number to __set_breakpoint
` [PATCH v3 07/16] powerpc/watchpoint: Get watchpoint count dynamically while disabling them
` [PATCH v3 08/16] powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable
` [PATCH v3 09/16] powerpc/watchpoint: Convert thread_struct->hw_brk to an array
` [PATCH v3 10/16] powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
` [PATCH v3 11/16] powerpc/watchpoint: Introduce is_ptrace_bp() function
` [PATCH v3 12/16] powerpc/watchpoint: Use builtin ALIGN*() macros
` [PATCH v3 13/16] powerpc/watchpoint: Prepare handler to handle more than one watcnhpoint
` [PATCH v3 14/16] powerpc/watchpoint: Don't allow concurrent perf and ptrace events
` [PATCH v3 15/16] powerpc/watchpoint/xmon: Don't allow breakpoint overwriting
` [PATCH v3 16/16] powerpc/watchpoint/xmon: Support 2nd dawr

[PATCH v7 0/7] ASoC: Add new module driver for new ASRC
 2020-04-14  3:00 UTC  (12+ messages)
` [PATCH v7 1/7] ASoC: fsl_asrc: rename asrc_priv to asrc
` [PATCH v7 2/7] ASoC: dt-bindings: fsl_asrc: Add new property fsl, asrc-format
` [PATCH v7 3/7] ASoC: fsl-asoc-card: Support "
` [PATCH v7 4/7] ASoC: fsl_asrc: Support new property fsl,asrc-format
` [PATCH v7 5/7] ASoC: fsl_asrc: Move common definition to fsl_asrc_common
` [PATCH v7 6/7] ASoC: dt-bindings: fsl_easrc: Add document for EASRC
` [PATCH v7 7/7] ASoC: fsl_easrc: Add EASRC ASoC CPU DAI drivers

[RFC/PATCH 0/3] Add support for stop instruction inside KVM guest
 2020-04-14  2:17 UTC  (9+ messages)
` [RFC/PATCH 2/3] pseries/kvm: Clear PSSCR[ESL|EC] bits before guest entry

decruft the vmalloc API
 2020-04-13 20:03 UTC  (4+ messages)
` [PATCH 25/28] mm: remove vmalloc_user_node_flags

[PATCH] powerpc/wii: Fix declaration made after definition
 2020-04-13 19:06 UTC 

[PATCH 23/26] perf expr: Add expr_ prefix for parse_ctx and parse_id
 2020-04-13 16:52 UTC  (3+ messages)
` [PATCH 24/26] perf expr: Add expr_scanner_ctx object
` [PATCH 25/26] perf metrictroup: Split the metricgroup__add_metric function

[PATCH vdsotest] Use vdso wrapper for gettimeofday()
 2020-04-13 16:05 UTC  (4+ messages)

[PATCH V3 0/5] selftests/powerpc: Add NX-GZIP engine testcase
 2020-04-13 15:59 UTC  (6+ messages)
` [PATCH V3 1/5] selftests/powerpc: Add header files for GZIP engine test
` [PATCH V3 2/5] selftests/powerpc: Add header files for NX compresion/decompression
` [PATCH V3 3/5] selftests/powerpc: Add NX-GZIP engine compress testcase
` [PATCH V3 4/5] selftests/powerpc: Add NX-GZIP engine decompress testcase
` [PATCH V3 5/5] selftests/powerpc: Add README for GZIP engine tests

[PATCH] papr/scm: Add bad memory ranges to nvdimm bad ranges
 2020-04-13 15:37 UTC  (3+ 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).