linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 13:49:31 to 2021-03-30 17:58:39 UTC [more...]

[PATCH 1/8] CMDLINE: add generic builtin command line
 2021-03-30 17:56 UTC  (3+ messages)
` [PATCH 2/8] CMDLINE: drivers: of: ifdef out cmdline section
` [PATCH 3/8] powerpc: convert strcpy to strlcpy in prom_init

[PATCH v2 3/7] powerpc: convert config files to generic cmdline
 2021-03-30 17:35 UTC  (11+ messages)

[PATCH 00/30] DMA: Mundane typo fixes
 2021-03-30 17:29 UTC  (37+ messages)
` [PATCH 01/30] acpi-dma.c: Fix couple of typos
` [PATCH 02/30] altera-msgdma.c: Couple of typos fixed
` [PATCH 03/30] amba-pl08x.c: Fixed couple of typos
` [PATCH 04/30] bcm-sba-raid.c: Few typos fixed
` [PATCH 05/30] bcm2835-dma.c: Fix a typo
` [PATCH 06/30] idma64.c: Fix couple of typos
` [PATCH 07/30] iop-adma.c: Few typos fixed
` [PATCH 08/30] mv_xor.c: Fix a typo
` [PATCH 09/30] mv_xor.h: Fixed "
` [PATCH 10/30] mv_xor_v2.c: Fix "
` [PATCH 11/30] nbpfaxi.c: Fixed "
` [PATCH 12/30] of-dma.c: "
` [PATCH 13/30] s3c24xx-dma.c: Fix "
` [PATCH 14/30] Revert "s3c24xx-dma.c: Fix a typo"
` [PATCH 15/30] s3c24xx-dma.c: Few typos fixed
` [PATCH 16/30] st_fdma.h: Fix couple of typos
` [PATCH 17/30] ste_dma40_ll.h: Fix a typo
` [PATCH 18/30] tegra20-apb-dma.c: Fixed "
` [PATCH 19/30] xgene-dma.c: Few spello fixes
` [PATCH 20/30] at_hdmac.c: Quite a few "
` [PATCH 21/30] owl-dma.c: Fix a typo
` [PATCH 22/30] at_hdmac_regs.h: Couple of typo fixes
` [PATCH 23/30] dma-jz4780.c: Fix a typo
` [PATCH 24/30] Kconfig: Change Synopsys to Synopsis
` [PATCH 25/30] ste_dma40.c: Few spello fixes
` [PATCH 26/30] dw-axi-dmac-platform.c: Few typos fixed
` [PATCH 27/30] dpaa2-qdma.c: Fix a typo
` [PATCH 28/30] usb-dmac.c: "
` [PATCH 29/30] edma.c: "
` [PATCH 30/30] xilinx_dma.c: "

[PATCH v3 00/17] Implement GENERIC_CMDLINE
 2021-03-30 17:27 UTC  (22+ messages)
` [PATCH v3 01/17] cmdline: Add generic function to build command line
` [PATCH v3 05/17] arm: Convert to GENERIC_CMDLINE
` [PATCH v3 09/17] nios2: "
` [PATCH v3 11/17] riscv: "
` [PATCH v3 13/17] sparc: "
` [PATCH v3 14/17] xtensa: "
` [PATCH v3 15/17] x86: "
` [PATCH v3 16/17] mips: "
` [PATCH v3 17/17] cmdline: Remove CONFIG_CMDLINE_EXTEND

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-30 16:28 UTC  (40+ 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 v2 0/8] powerpc/xive: Map one IPI interrupt per node
 2021-03-30 16:18 UTC  (3+ messages)
` [PATCH v2 8/8] "

[PATCH printk v2 0/5] printk: remove safe buffers
 2021-03-30 15:35 UTC  (3+ messages)
` [PATCH printk v2 2/5] "
` [PATCH printk v2 3/5] printk: remove NMI tracking

[PATCH v2] powerpc/traps: Enhance readability for trap types
 2021-03-30 15:04 UTC 

[PATCH v3 0/9] Speedup mremap on ppc64
 2021-03-30 13:28 UTC  (11+ messages)
` [PATCH v3 1/9] selftest/mremap_test: Update the test to handle pagesize other than 4K
` [PATCH v3 2/9] selftest/mremap_test: Avoid crash with static build
` [PATCH v3 3/9] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH v3 4/9] powerpc/mm/book3s64: Fix possible build error
` [PATCH v3 5/9] powerpc/mm/book3s64: Update tlb flush routines to take a page walk cache flush argument
` [PATCH v3 6/9] mm/mremap: Use range flush that does TLB and page walk cache flush
` [PATCH v3 7/9] mm/mremap: Move TLB flush outside page table lock
` [PATCH v3 8/9] mm/mremap: Allow arch runtime override
` [PATCH v3 9/9] powerpc/mm: Enable move pmd/pud

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-30 13:10 UTC  (3+ messages)
` [PATCH v2] "

WARNING: CPU: 0 PID: 1 at arch/powerpc/lib/feature-fixups.c:109 do_feature_fixups+0xb0/0xf0
 2021-03-30 11:47 UTC  (3+ messages)

[PATCH] powerpc/pseries: Only register vio drivers if vio bus exists
 2021-03-30 10:32 UTC  (2+ messages)

[PATCH] powerpc/vdso: Separate vvar vma from vdso
 2021-03-30 10:17 UTC  (8+ messages)

[powerpc:merge] BUILD SUCCESS 48078444e553777ed812d0891e95e032514e2575
 2021-03-30  7:51 UTC 

[powerpc:next] BUILD SUCCESS 69931cc387cca289e0415c79ce5389119670066d
 2021-03-30  5:57 UTC 

[PATCH v10 00/10] powerpc: Further Strict RWX support
 2021-03-30  5:27 UTC  (15+ messages)
` [PATCH v10 01/10] powerpc/mm: Implement set_memory() routines
` [PATCH v10 02/10] powerpc/lib/code-patching: Set up Strict RWX patching earlier
` [PATCH v10 03/10] powerpc: Always define MODULES_{VADDR,END}
` [PATCH v10 04/10] powerpc/kprobes: Mark newly allocated probes as ROX
` [PATCH v10 05/10] powerpc/bpf: Write protect JIT code
` [PATCH v10 06/10] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v10 07/10] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v10 08/10] powerpc/configs: Enable STRICT_MODULE_RWX in skiroot_defconfig
` [PATCH v10 09/10] powerpc/mm: implement set_memory_attr()
` [PATCH v10 10/10] powerpc/32: use set_memory_attr()

[PATCH] powerpc/papr_scm: Mark nvdimm as unarmed if needed during probe
 2021-03-30  5:03 UTC  (2+ messages)

[PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-03-30  4:56 UTC  (2+ messages)

[PATCH] scsi: ibmvscsi: delete the useless casting value returned
 2021-03-30  3:54 UTC  (2+ messages)

[powerpc:fixes-test] BUILD SUCCESS 53f1d31708f6240e4615b0927df31f182e389e2f
 2021-03-30  1:54 UTC 

[PATCH v11 0/6] KASAN for powerpc64 radix
 2021-03-29 23:53 UTC  (5+ messages)

[PATCH] ASoC: fsl_rpmsg: initialise pointers to NULL
 2021-03-29 19:58 UTC  (2+ messages)

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

[PATCH] PCI: Try to find two continuous regions for child resource
 2021-03-29 16:22 UTC  (2+ messages)

[PATCH next v1 0/3] printk: remove safe buffers
 2021-03-29 15:13 UTC  (7+ messages)
` [PATCH next v1 2/3] "

[PATCH] powerpc/mm/book3s64: Use the correct storage key value when calling H_PROTECT
 2021-03-29 13:40 UTC  (3+ messages)

[PATCH] powerpc/8xx: Load modules closer to kernel text
 2021-03-29  7:07 UTC 

[PATCH] powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration
 2021-03-29  2:27 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH] powerpc/process: Enhance readability for trap types
 2021-03-28 23:11 UTC  (3+ messages)

[PATCH] powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
 2021-03-28 14:02 UTC 

[PATCH v5 0/7] riscv: Add qspinlock/qrwlock
 2021-03-28 11:36 UTC  (10+ messages)
` [PATCH v5 1/7] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v5 2/7] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v5 3/7] csky: "
` [PATCH v5 4/7] powerpc/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v5 5/7] openrisc: qspinlock: "
` [PATCH v5 6/7] sparc: "
` [PATCH v5 7/7] xtensa: "

cleanup compat exec handling
 2021-03-27 19:56 UTC  (13+ messages)
` [PATCH 1/4] exec: remove do_execve
` [PATCH 2/4] exec: remove compat_do_execve
` [PATCH 3/4] exec: simplify the compat syscall handling
` [PATCH 4/4] exec: move the call to getname_flags into do_execveat

[PATCH v3 00/41] powerpc/32: Switch to interrupt entry/exit in C
 2021-03-27 17:24 UTC  (3+ messages)
` [PATCH v3 37/41] powerpc/32s: Move KUEP locking/unlocking "

[PATCH V2 0/5] powerpc/perf: Export processor pipeline stage cycles information
 2021-03-27 13:14 UTC  (11+ messages)
` [PATCH V2 1/5] powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT_STRUCT
` [PATCH V2 3/5] tools/perf: Add powerpc support for PERF_SAMPLE_WEIGHT_STRUCT

VDSO ELF header
 2021-03-26 18:54 UTC  (12+ messages)

[PATCH v2 0/8] Implement EBPF on powerpc32
 2021-03-26 18:09 UTC  (4+ messages)

[PATCH v3 0/1] show 'last online CPU' error in dlpar_cpu_offline()
 2021-03-26 15:30 UTC  (3+ messages)
` [PATCH v3 1/1] hotplug-cpu.c: "

[PATCH] powerpc: powernv: Remove unneeded variable: "rc"
 2021-03-26 14:59 UTC  (2+ messages)

[PATCH v2 0/1] show 'last online CPU' error in dlpar_cpu_offline()
 2021-03-26 14:08 UTC  (4+ messages)
` [PATCH v2 1/1] hotplug-cpu.c: "


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