linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-15 11:42:43 to 2021-03-17 10:06:16 UTC [more...]

[PATCH v2 00/11] Move 64e to new interrupt return code
 2021-03-17 10:05 UTC  (14+ messages)
` [PATCH v2 01/11] powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off order
` [PATCH v2 02/11] powerpc/64e/interrupt: always save nvgprs on interrupt
` [PATCH v2 03/11] powerpc/interrupt: update common interrupt code for
` [PATCH v2 04/11] powerpc/64e/interrupt: use new interrupt return
` [PATCH v2 05/11] powerpc/64e/interrupt: NMI save irq soft-mask state in C
` [PATCH v2 06/11] powerpc/64e/interrupt: reconcile "
` [PATCH v2 07/11] powerpc/64e/interrupt: Use new interrupt context tracking scheme
` [PATCH v2 08/11] powerpc/64e/interrupt: handle bad_page_fault in C
` [PATCH v2 09/11] powerpc: clean up do_page_fault
` [PATCH v2 10/11] powerpc: remove partial register save logic
` [PATCH v2 11/11] powerpc: move norestart trap flag to bit 0

[PATCH 00/36] [Set 4] Rid W=1 warnings in SCSI
 2021-03-17  9:12 UTC  (3+ messages)
` [PATCH 33/36] scsi: ibmvscsi: Fix a bunch of kernel-doc related issues
` [PATCH 34/36] scsi: ibmvscsi: ibmvfc: Fix a bunch of misdocumentation

[PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c
 2021-03-17  9:04 UTC 

[PATCH] powerpc: arch/powerpc/kernel/setup_64.c - cleanup warnings
 2021-03-17  7:58 UTC  (5+ messages)

[PATCH v2] sched: replace if (cond) BUG() with WARN_ON()
 2021-03-17  7:54 UTC  (2+ messages)

[PATCH] sched: replace if (cond) BUG() with BUG_ON()
 2021-03-17  7:00 UTC  (2+ messages)

[PATCH v13 06/14] mm: HUGE_VMAP arch support cleanup
 2021-03-17  6:24 UTC  (3+ messages)
` [PATCH v13 07/14] powerpc: inline huge vmap supported functions
` [PATCH v13 14/14] powerpc/64s/radix: Enable huge vmalloc mappings

[PATCH v9 1/8] powerpc/mm: Implement set_memory() routines
 2021-03-17  6:12 UTC  (21+ messages)
` [PATCH v9 2/8] powerpc/lib/code-patching: Set up Strict RWX patching earlier
` [PATCH v9 3/8] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v9 4/8] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v9 5/8] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v9 6/8] powerpc/configs: Enable STRICT_MODULE_RWX in skiroot_defconfig
` [PATCH v9 7/8] powerpc/mm: implement set_memory_attr()
` [PATCH v9 8/8] powerpc/32: use set_memory_attr()

[PATCH] mm: Move mem_init_print_info() into mm_init()
 2021-03-17  5:57 UTC  (9+ messages)
` [PATCH RESEND] "
    ` [PATCH v2] "

swiotlb cleanups v2
 2021-03-17  0:30 UTC  (5+ messages)
` [PATCH 02/14] swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
` [PATCH 03/14] swiotlb: move orig addr and size validation into swiotlb_bounce

[PATCH AUTOSEL 4.4 02/14] powerpc/4xx: Fix build errors from mfdcr()
 2021-03-17  0:59 UTC 

[PATCH AUTOSEL 4.9 02/16] powerpc/4xx: Fix build errors from mfdcr()
 2021-03-17  0:59 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 10/16] net: wan: fix error return code of uhdlc_init()

[PATCH AUTOSEL 4.14 02/21] powerpc/4xx: Fix build errors from mfdcr()
 2021-03-17  0:59 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 13/21] net: wan: fix error return code of uhdlc_init()

[PATCH AUTOSEL 4.19 02/23] powerpc/4xx: Fix build errors from mfdcr()
 2021-03-17  0:58 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 14/23] net: wan: fix error return code of uhdlc_init()

[PATCH AUTOSEL 5.4 02/37] powerpc/4xx: Fix build errors from mfdcr()
 2021-03-17  0:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 18/37] net: wan: fix error return code of uhdlc_init()

[PATCH AUTOSEL 5.10 04/54] powerpc/4xx: Fix build errors from mfdcr()
 2021-03-17  0:56 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 23/54] net: wan: fix error return code of uhdlc_init()

[PATCH AUTOSEL 5.11 05/61] powerpc/4xx: Fix build errors from mfdcr()
 2021-03-17  0:54 UTC  (2+ messages)
` [PATCH AUTOSEL 5.11 24/61] net: wan: fix error return code of uhdlc_init()

[PATCH 00/14] powerpc/64: fast interrupt exits
 2021-03-16 23:46 UTC  (19+ messages)
` [PATCH 01/14] powerpc: remove interrupt exit helpers unused argument
` [PATCH 02/14] powerpc/64s: security fallback improvement
` [PATCH 03/14] powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
` [PATCH 04/14] powerpc/64s: avoid reloading (H)SRR registers if they are still valid
` [PATCH 05/14] powerpc/64: move interrupt return asm to interrupt_64.S
` [PATCH 06/14] powerpc/64s: save one more register in the masked interrupt handler
` [PATCH 07/14] powerpc/64: allow alternate return locations for soft-masked interrupts
` [PATCH 08/14] powerpc/64: interrupt soft-enable race fix
` [PATCH 09/14] powerpc/64: treat low kernel text as irqs soft-masked
` [PATCH 10/14] powerpc/64: use interrupt restart table to speed up return from interrupt
` [PATCH 11/14] powerpc/64e: Remove PPR from pt_regs
` [PATCH 12/14] powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
` [PATCH 13/14] powerpc/64: handle MSR EE and RI in interrupt entry wrapper
` [PATCH 14/14] powerpc/64s: use the same default PPR for user and kernel

[PATCH next v1 0/3] printk: remove safe buffers
 2021-03-16 23:33 UTC  (2+ messages)
` [PATCH next v1 2/3] "

[PATCH] MAINTAINERS: Update Spidernet network driver
 2021-03-16 22:50 UTC  (2+ messages)

[PATCH] net: ethernet: fs-enet: remove casting dma_alloc_coherent
 2021-03-16 18:10 UTC  (6+ messages)

[PATCH v2] ASoC: imx-hdmi: fix platform_no_drv_owner.cocci warnings
 2021-03-16 17:59 UTC  (2+ messages)

[PATCH] ASoC: hdmi-codec: fix platform_no_drv_owner.cocci warnings
 2021-03-16 17:59 UTC  (2+ messages)

[PATCH] ASoC: fsl_spdif: use snd_ctl_boolean_mono_info
 2021-03-16 17:59 UTC  (2+ messages)

[PATCH v1 0/2] PS3 Updates
 2021-03-16 17:51 UTC  (3+ messages)
` [PATCH v1 1/2] powerpc/ps3: Add firmware version to proc
` [PATCH v1 2/2] powerpc/ps3: Re-align DTB in image

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-16 15:38 UTC  (19+ messages)
` [PATCH 01/18] iommu: remove the unused domain_window_disable method
` [PATCH 02/18] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/18] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/18] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/18] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/18] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 18/18] iommu: remove iommu_domain_{get,set}_attr

[PATCH] ASoC: fsl_sai: remove reset code from dai_probe
 2021-03-16 13:49 UTC  (5+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-16 13:03 UTC  (10+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE

[PATCH] powerpc/numa: Fix topology_physical_package_id() on pSeries
 2021-03-16 12:28 UTC  (8+ messages)

[PATCH] powerpc/numa: Fix topology_physical_package_id() on pSeries
 2021-03-16 12:24 UTC 

[PATCH] powerpc/64s: Fix hash fault to use TRAP accessor
 2021-03-16 10:52 UTC 

[PATCH] powerpc/vdso32: Add missing _restgpr_31_x to fix build failure
 2021-03-16  9:35 UTC  (8+ messages)

[PATCH 00/10] Move 64e to new interrupt return code
 2021-03-16  8:14 UTC  (16+ messages)
` [PATCH 03/10] powerpc/64e/interrupt: use new interrupt return
` [PATCH 07/10] powerpc/64e/interrupt: handle bad_page_fault in C
` [PATCH 10/10] powerpc: move norestart trap flag to bit 0

[PATCH] powerpc/64s: power4 nap fixup in C
 2021-03-16  8:11 UTC  (3+ messages)

[PATCH v1 1/4] powerpc: Activate HAVE_RELIABLE_STACKTRACE for all
 2021-03-16  7:57 UTC  (4+ messages)
` [PATCH v1 2/4] powerpc: Rename 'tsk' parameter into 'task'
` [PATCH v1 3/4] powerpc: Convert stacktrace to generic ARCH_STACKWALK
` [PATCH v1 4/4] powerpc: Fix arch_stack_walk() to have running function as first entry

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2021-03-16  7:36 UTC  (4+ messages)
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic in C

[PATCH] selftests: remove duplicate include
 2021-03-16  7:33 UTC 

[PATCH] scsi: ibmvfc: Switch to using the new API kobj_to_dev()
 2021-03-16  3:15 UTC  (2+ messages)

[PATCH 1/6] powerpc/mm/64s: Add _PAGE_KERNEL_ROX
 2021-03-16  6:40 UTC  (7+ messages)
` [PATCH 4/6] powerpc/mm/64s/hash: Factor out change_memory_range()
` [PATCH 5/6] powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPAR

[PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-16  6:06 UTC  (5+ messages)
` [PATCH v3 12/41] KVM: PPC: Book3S 64: Move hcall early register setup to KVM

[PATCH] scsi: ibmvfc: Switch to using the new API kobj_to_dev()
 2021-03-16  3:14 UTC  (2+ messages)

[PATCH 0/3] powerpc/qspinlock: Some tuning updates
 2021-03-16  4:59 UTC  (3+ messages)
` [PATCH 3/3] powerpc/qspinlock: Use generic smp_cond_load_relaxed

[PATCH] ibmvfc: free channel_setup_buf during device tear down
 2021-03-16  3:13 UTC  (2+ messages)

[powerpc:fixes-test] BUILD SUCCESS eed5fae00593ab9d261a0c1ffc1bdb786a87a55a
 2021-03-16  2:54 UTC 

[powerpc:next-test] BUILD SUCCESS 1e97f67cc191d74dfacb2a6f4a4ad1db2682a036
 2021-03-16  2:54 UTC 

[powerpc:merge] BUILD SUCCESS 0512161accb8b6f6dacc85d165350b1812ddcc33
 2021-03-16  2:54 UTC 

[PATCH] powerpc/kexec: Don't use .machine ppc64 in trampoline_64.S
 2021-03-16  2:44 UTC  (2+ messages)

[PATCH 0/2] handle premature return from H_JOIN in pseries mobility code
 2021-03-16  2:37 UTC  (2+ messages)

[PATCH] powerpc: Fix missing prototype problems for "arch/powerpc/kernel/setup_64.c"
 2021-03-16  2:04 UTC  (8+ messages)

VIO bus not initialized
 2021-03-16  1:10 UTC  (4+ messages)

[PATCH] powerpc/pseries: Only register vio drivers if vio bus exists
 2021-03-16  1:09 UTC 

[PATCH 0/4] powerpc/perf: Export processor pipeline stage cycles information
 2021-03-15 23:18 UTC  (5+ messages)
` [PATCH 4/4] tools/perf: Support pipeline stage cycles for powerpc

[PATCH v2] rpadlpar: fix potential drc_name corruption in store functions
 2021-03-15 21:48 UTC 

[PATCH 00/14] powerpc/64: fast interrupt exits
 2021-03-15 21:08 UTC 

[PATCH] rpadlpar: fix potential drc_name corruption in store functions
 2021-03-15 16:58 UTC  (5+ messages)

[PATCH] powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYS
 2021-03-15 14:52 UTC 

[PATCH] powerpc: Force inlining of cpu_has_feature() to avoid build failure
 2021-03-15 13:31 UTC  (2+ messages)

Build regressions/improvements in v5.12-rc3
 2021-03-15 13:07 UTC  (4+ messages)

[PATCH v6 00/22] Kernel userspace access/execution prevention with hash translation
 2021-03-15 13:02 UTC  (5+ messages)
` [PATCH v6 19/22] powerpc/book3s64/hash/kuap: Enable kuap on hash

[PATCH] powerpc/math: Fix missing __user qualifier for get_user() and other sparse warnings
 2021-03-15 12:00 UTC 

[PATCH v2 0/6] Speedup mremap on ppc64
 2021-03-15 11:38 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).