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

[PATCH v2 0/2] Honoring Native AER/DPC Host Bridges
 2020-04-20 21:37 UTC  (2+ messages)
` [PATCH v2 1/2] PCI/AER: Allow Native AER Host Bridges to use AER

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (2+ messages)

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-20 21:40 UTC  (8+ messages)
` [PATCH v3 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate

Powerpc Linux 'scv' system call ABI proposal take 2
 2020-04-20 21:17 UTC  (22+ messages)
` [musl] "

[PATCH v8 0/7] ASoC: Add new module driver for new ASRC
 2020-04-20 21:06 UTC  (3+ messages)
` [PATCH v8 6/7] ASoC: dt-bindings: fsl_easrc: Add document for EASRC

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

[RFC PATCH v1 40/50] arch/*/include/asm/stackprotector.h: Use get_random_canary() consistently
 2020-04-20 20:42 UTC  (2+ messages)

[PATCH v7 0/7] powerpc: switch VDSO to C implementation
 2020-04-20 19:57 UTC  (9+ messages)
` [PATCH v7 1/7] powerpc/vdso64: Switch from __get_datapage() to get_datapage inline macro
` [PATCH v7 2/7] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
` [PATCH v7 3/7] powerpc/vdso: Remove unused \tmp param in __get_datapage()
` [PATCH v7 4/7] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v7 5/7] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v7 6/7] powerpc/vdso: Switch "
` [PATCH v7 7/7] [NOT TO BE MERGED] Export sysrq_mask

crash in cpuidle_enter_state with 5.7-rc1
 2020-04-20 19:41 UTC  (4+ messages)

[PATCH 1/5] drivers/powerpc: Replace _ALIGN_UP() by ALIGN()
 2020-04-20 18:36 UTC  (5+ messages)
` [PATCH 2/5] powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
` [PATCH 3/5] powerpc: Replace _ALIGN_UP() by ALIGN()
` [PATCH 4/5] powerpc: Replace _ALIGN() "
` [PATCH 5/5] powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()

[PATCH 0/8] Simplefs: group and simplify linux fs code
 2020-04-20 14:33 UTC  (14+ messages)
` [PATCH 1/8] apparmor: just use vfs_kern_mount to make .null
` [PATCH 4/8] fs: introduce simple_new_inode
` [PATCH 6/8] simplefs: add file creation functions

[PATCH v2, RESEND] misc: new driver sram_uapi for user level SRAM access
 2020-04-20 14:51 UTC  (3+ messages)

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-20 14:26 UTC  (3+ messages)
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN

[PATCH kernel v2 0/7] powerpc/powenv/ioda: Allow huge DMA window at 4GB
 2020-04-20 14:04 UTC  (8+ messages)

[PATCH v3 00/22] Avoid IPI while updating page table entries
 2020-04-20 12:44 UTC  (23+ messages)
` [PATCH v3 01/22] powerpc/pkeys: Avoid using lockless page table walk
` [PATCH v3 02/22] powerpc/pkeys: Check vma before returning key fault error to the user
` [PATCH v3 03/22] powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
` [PATCH v3 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range
` [PATCH v3 05/22] powerpc/book3s64/hash: Use the pte_t address from the caller
` [PATCH v3 06/22] powerpc/mce: Don't reload pte val in addr_to_pfn
` [PATCH v3 07/22] powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow
` [PATCH v3 08/22] powerpc/kvm/book3s: switch from raw_spin_*lock to arch_spin_lock
` [PATCH v3 09/22] powerpc/kvm/book3s: Add helper to walk partition scoped linux page table
` [PATCH v3 10/22] powerpc/kvm/nested: Add helper to walk nested shadow "
` [PATCH v3 11/22] powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary table
` [PATCH v3 12/22] powerpc/kvm/book3s: Add helper for host page table walk
` [PATCH v3 13/22] powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handler
` [PATCH v3 14/22] powerpc/kvm/book3s: Use find_kvm_host_pte in h_enter
` [PATCH v3 15/22] powerpc/kvm/book3s: use find_kvm_host_pte in pute_tce functions
` [PATCH v3 16/22] powerpc/kvm/book3s: Avoid using rmap to protect parallel page table update
` [PATCH v3 17/22] powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_page
` [PATCH v3 18/22] powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpa
` [PATCH v3 19/22] powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT check
` [PATCH v3 20/22] powerpc/mm/book3s64: Avoid sending IPI on clearing PMD
` [PATCH v3 21/22] mm: change pmdp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH v3 22/22] powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race

[PATCH 21/60] perf expr: Add expr_ prefix for parse_ctx and parse_id
 2020-04-20 11:52 UTC  (3+ messages)
` [PATCH 22/60] perf expr: Add expr_scanner_ctx object
` [PATCH 23/60] perf metrictroup: Split the metricgroup__add_metric function

[PATCH 0/7] clean up redundant 'kvm_run' parameters
 2020-04-20 10:42 UTC  (13+ messages)
` [PATCH 1/7] KVM: s390: "
` [PATCH 2/7] KVM: arm64: "
` [PATCH 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

decruft the vmalloc API v2
 2020-04-20  9:27 UTC  (5+ messages)
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 26/29] mm: remove vmalloc_user_node_flags

[PATCH v3 1/2] powerpc/fadump: use static allocation for reserved memory ranges
 2020-04-20  8:56 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/fadump: consider reserved ranges while reserving memory

[PATCH v2 1/2] powerpc/fadump: use static allocation for reserved memory ranges
 2020-04-20  8:04 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/fadump: consider reserved ranges while reserving memory

[PATCH] powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG
 2020-04-20  7:47 UTC 

[PATCH 1/2] powerpc/fadump: use static allocation for reserved memory ranges
 2020-04-20  7:30 UTC  (5+ messages)
` [PATCH 2/2] powerpc/fadump: consider reserved ranges while reserving memory

[PATCH v2 1/2] powerpc/fadump: use static allocation for reserved memory ranges
 2020-04-20  7:26 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/fadump: consider reserved ranges while reserving memory

[PATCH v5 0/4] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-04-20  7:14 UTC  (4+ messages)
` [PATCH v5 4/4] powerpc/papr_scm: Implement support for DSM_PAPR_SCM_HEALTH

[PATCH] KVM: X86: Fix compile error in svm/sev.c
 2020-04-20  7:14 UTC  (3+ messages)

[RFC 00/11] perf: Enhancing perf to export processor hazard information
 2020-04-20  7:09 UTC  (13+ messages)

[PATCH v6 0/4] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-04-20  7:07 UTC  (5+ messages)
` [PATCH v6 1/4] powerpc: Document details on H_SCM_HEALTH hcall
` [PATCH v6 2/4] powerpc/papr_scm: Fetch nvdimm health information from PHYP
` [PATCH v6 3/4] ndctl/papr_scm, uapi: Add support for PAPR nvdimm specific methods
` [PATCH v6 4/4] powerpc/papr_scm: Implement support for PAPR_SCM_PDSM_HEALTH

[PATCH] powerpc/book3s64/kuap: SPRN_AMR modification need CSI instructions before and after
 2020-04-20  7:04 UTC  (4+ messages)

[PATCH v2 0/2] powerpc/eeh: Release EEH device state synchronously
 2020-04-20  5:47 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/eeh: fix pseries_eeh_configure_bridge()
` [PATCH v2 2/2] powerpc/eeh: Release EEH device state synchronously

[PATCH v2] powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failure
 2020-04-20  5:37 UTC 

[PATCH] powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failure
 2020-04-20  5:35 UTC  (2+ messages)

[PATCH] iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config
 2020-04-20  3:04 UTC  (4+ messages)

[PATCH] papr/scm: Add bad memory ranges to nvdimm bad ranges
 2020-04-20  3:02 UTC  (4+ messages)

[PATCH] powerpc/fsl: Add cache properties for T2080/T2081
 2020-04-20  2:53 UTC  (6+ messages)
` [PATCH v2] powerpc/setup_64: Set cache-line-size based on cache-block-size

[PATCH AUTOSEL 5.5 37/75] Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"
 2020-04-19 23:40 UTC  (7+ messages)
` [PATCH AUTOSEL 5.5 38/75] powerpc/pseries: Fix MCE handling on pseries
` [PATCH AUTOSEL 5.5 71/75] powerpc/powernv/ioda: Fix ref count for devices with their own PE
` [PATCH AUTOSEL 5.5 72/75] pci/hotplug/pnv-php: Remove erroneous warning
` [PATCH AUTOSEL 5.5 73/75] ocxl: Add PCI hotplug dependency to Kconfig

[Bug 207359] New: MegaRAID SAS 9361 controller hang/reset
 2020-04-19 20:55 UTC  (3+ messages)
` [Bug 207359] "

generic DMA bypass flag v3
 2020-04-19 14:46 UTC  (6+ messages)
` [PATCH 3/4] dma-mapping: add a dma_ops_bypass flag to struct device

[PATCH 01/10] powerpc/book3s64/pkeys: Fixup bit numbering
 2020-04-19 13:55 UTC  (10+ messages)
` [PATCH 02/10] powerpc/book3s64/pkeys: pkeys are supported only on hash on book3s
` [PATCH 03/10] powerpc/book3s64/pkeys: Move pkey related bits in the linux page table
` [PATCH 04/10] powerpc/book3s64/pkeys: Explain key 1 reservation details
` [PATCH 05/10] powerpc/book3s64/pkeys: Simplify the key initialization
` [PATCH 06/10] powerpc/book3s64/pkeys: kill cpu feature key CPU_FTR_PKEY
` [PATCH 07/10] powerpc/book3s64/pkeys: Convert execute key support to static key
` [PATCH 08/10] powerpc/book3s64/pkeys: Simplify pkey disable branch
` [PATCH 09/10] powerpc/book3s64/pkeys: Convert pkey_total to max_pkey
` [PATCH 10/10] powerpc/book3s64/pkeys: Make initial_allocation_mask static

[PATCH v2] misc: new driver sram_uapi for user level SRAM access
 2020-04-19 12:30 UTC 

remove set_fs calls from the exec and coredump code v2
 2020-04-19 11:50 UTC  (18+ messages)
` [PATCH 2/8] signal: clean up __copy_siginfo_to_user32
    ` [PATCH 1/2] signal: Factor copy_siginfo_to_external32 from copy_siginfo_to_user32
` [PATCH 8/8] exec: open code copy_string_kernel

[PATCH v3 00/50] Add log level to show_stack()
 2020-04-19  6:24 UTC 

[PATCHv3 00/50] Add log level to show_stack()
 2020-04-18 20:19 UTC  (2+ messages)
` [PATCHv3 26/50] powerpc: Add show_stack_loglvl()

[PATCH v6,0/4] misc: new driver sram_uapi for user level SRAM access
 2020-04-19  7:25 UTC  (8+ messages)
` [PATCH v6, 1/4] powerpc: sysdev: fix compile error for fsl_85xx_l2ctlr
` [PATCH v6, 2/4] powerpc: sysdev: fix compile error for fsl_85xx_cache_sram
` [PATCH v6, 3/4] powerpc: sysdev: fix compile warning "
` [PATCH v6, 4/4] drivers: misc: new driver sram_uapi for user level SRAM access
    ` [PATCH v6,4/4] "

[PATCH] tools/testing/selftests/powerpc/tm: Remove duplicate headers
 2020-04-19  6:46 UTC 

[PATCH] tools/testing/selftests/powerpc/mm: Remove duplicate headers
 2020-04-19  6:41 UTC 

How to use "y" constraint in GCC inline powerpc assembly ?
 2020-04-18 21:39 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 22/47] Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"
 2020-04-18 14:42 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 41/47] powerpc/powernv/ioda: Fix ref count for devices with their own PE
` [PATCH AUTOSEL 4.19 42/47] pci/hotplug/pnv-php: Remove erroneous warning
` [PATCH AUTOSEL 4.19 43/47] ocxl: Add PCI hotplug dependency to Kconfig

[PATCH AUTOSEL 5.4 35/78] Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"
 2020-04-18 14:40 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 36/78] powerpc/pseries: Fix MCE handling on pseries
` [PATCH AUTOSEL 5.4 69/78] powerpc/powernv/ioda: Fix ref count for devices with their own PE
` [PATCH AUTOSEL 5.4 70/78] pci/hotplug/pnv-php: Remove erroneous warning
` [PATCH AUTOSEL 5.4 71/78] ocxl: Add PCI hotplug dependency to Kconfig

[PATCH AUTOSEL 5.6 39/73] Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"
 2020-04-18 13:47 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 40/73] powerpc/pseries: Fix MCE handling on pseries

[RFC PATCH] powerpc/64/signal: balance return predictor stack in signal trampoline
 2020-04-18 10:44 UTC  (3+ messages)

[RFC PATCH 0/3] Use per-CPU temporary mappings for patching
 2020-04-18 10:36 UTC  (3+ messages)
` [RFC PATCH 1/3] powerpc/mm: Introduce temporary mm

[RFC PATCH] powerpc/lib: Fixing use a temporary mm for code patching
 2020-04-18 10:27 UTC  (5+ messages)

[PATCH] soc: fsl: guts: remove unneeded semicolon in fsl_soc_die_match()
 2020-04-18  8:18 UTC 

[PATCH] powerpc/pseries: Make vio and ibmebus initcalls pseries specific
 2020-04-18  1:04 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).