linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-30 22:27:24 to 2021-04-01 15:10:46 UTC [more...]

[PATCH v5 00/48] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-04-01 15:02 UTC  (16+ messages)
` [PATCH v5 01/48] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
` [PATCH v5 02/48] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v5 03/48] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v5 04/48] KVM: PPC: Book3S HV: Prevent radix guests setting LPCR[TC]
` [PATCH v5 05/48] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v5 06/48] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v5 07/48] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v5 08/48] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v5 09/48] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v5 10/48] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v5 11/48] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear "
` [PATCH v5 12/48] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v5 13/48] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v5 14/48] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v5 15/48] KVM: PPC: Book3S 64: Move hcall early register setup to KVM

[PATCH printk v2 0/5] printk: remove safe buffers
 2021-04-01 14:37 UTC  (8+ messages)
` [PATCH printk v2 2/5] "
` [PATCH printk v2 3/5] printk: remove NMI tracking

[PATCH] powerpc/8xx: Load modules closer to kernel text
 2021-04-01 13:43 UTC  (5+ messages)

[PATCH 1/3] powernv/memtrace: Allow mmaping trace buffers
 2021-04-01 13:39 UTC  (3+ messages)
` [PATCH 3/3] powerpc/sstep: Always test lmw and stmw

[PATCH v10 00/10] powerpc: Further Strict RWX support
 2021-04-01 13:36 UTC  (12+ messages)
` [PATCH v10 01/10] powerpc/mm: Implement set_memory() routines
` [PATCH v10 03/10] powerpc: Always define MODULES_{VADDR,END}
` [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 1/3] powerpc/modules: Load modules closer to kernel text
 2021-04-01 13:30 UTC  (3+ messages)
` [PATCH 2/3] powerpc/8xx: Define a MODULE area below "
` [PATCH 3/3] powerpc/32s: Define a MODULE area below kernel text all the time

[PATCH v4 00/46] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-04-01 13:28 UTC  (42+ messages)
` [PATCH v4 01/46] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
` [PATCH v4 02/46] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v4 03/46] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v4 04/46] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v4 05/46] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v4 06/46] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v4 07/46] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v4 08/46] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v4 09/46] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v4 10/46] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v4 11/46] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear "
` [PATCH v4 12/46] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v4 13/46] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v4 15/46] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v4 24/46] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v4 29/46] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-04-01 13:26 UTC  (25+ messages)
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE

[PATCH v3 0/9] powerpc/xive: Map one IPI interrupt per node
 2021-04-01 12:50 UTC  (17+ messages)
` [PATCH v3 1/9] powerpc/xive: Use cpu_to_node() instead of "ibm, chip-id" property
  ` [PATCH v3 1/9] powerpc/xive: Use cpu_to_node() instead of "ibm,chip-id" property
` [PATCH v3 2/9] powerpc/xive: Introduce an IPI interrupt domain
` [PATCH v3 3/9] powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQ
` [PATCH v3 4/9] powerpc/xive: Simplify xive_core_debug_show()
` [PATCH v3 5/9] powerpc/xive: Drop check on irq_data in xive_core_debug_show()
` [PATCH v3 6/9] powerpc/xive: Simplify the dump of XIVE interrupts under xmon
` [PATCH v3 7/9] powerpc/xive: Fix xmon command "dxi"
` [PATCH v3 8/9] powerpc/xive: Map one IPI interrupt per node
` [PATCH v3 9/9] powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler

[RFC 0/2] Define a new apporach to determine if an idle vCPU will be scheduled instantly or not
 2021-04-01 11:59 UTC  (3+ messages)
` [RFC 1/2] KVM:PPC: Add new hcall to provide hint if a vcpu task will be scheduled instantly
` [RFC 2/2] sched: Use H_IDLE_HINT hcall to find if a vCPU can be wakeup target

[PATCH] soc/fsl: qbman: fix conflicting alignment attributes
 2021-04-01 10:23 UTC  (2+ messages)

[PATCH V2 RESEND] mm/memtest: Add ARCH_USE_MEMTEST
 2021-04-01  9:26 UTC 

[PATCH v2] powerpc/traps: Enhance readability for trap types
 2021-04-01  8:01 UTC  (7+ messages)

[PATCH] powerpc/64s: power4 nap fixup in C
 2021-04-01  7:36 UTC  (3+ messages)

[PATCH V2 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
 2021-04-01  6:44 UTC  (4+ messages)
` [PATCH V2 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH V2 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
` [PATCH V2 5/6] mm: Drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK

[PATCH] docs: powerpc: Fix misspellings and grammar errors
 2021-03-31 19:51 UTC  (2+ messages)

[PATCH] powerpc/vdso: Separate vvar vma from vdso
 2021-03-31 18:53 UTC  (6+ messages)

[PATCH 1/8] CMDLINE: add generic builtin command line
 2021-03-31 18:21 UTC  (7+ messages)
` [PATCH 2/8] CMDLINE: drivers: of: ifdef out cmdline section
` [PATCH 6/8] drivers: firmware: efi: libstub: enable generic commandline

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

[PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces
 2021-03-31 16:48 UTC  (5+ messages)
` [PATCH RESEND v1 1/4] lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()
` [PATCH RESEND v1 2/4] lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
` [PATCH RESEND v1 3/4] powerpc/vdso: Separate vvar vma from vdso
` [PATCH RESEND v1 4/4] powerpc/vdso: Add support for time namespaces

[PATCH v1 0/4] powerpc/vdso: Add support for time namespaces
 2021-03-31 14:49 UTC  (5+ messages)
` [PATCH v1 1/4] lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()
` [PATCH v1 2/4] lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
` [PATCH v1 3/4] powerpc/vdso: Separate vvar vma from vdso
` [PATCH v1 4/4] powerpc/vdso: Add support for time namespaces

[PATCH v6 0/9] riscv: Add qspinlock/qrwlock
 2021-03-31 14:30 UTC  (10+ messages)
` [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 2/9] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
` [PATCH v6 4/9] csky: locks: Optimize coding convention
` [PATCH v6 5/9] csky: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v6 6/9] openrisc: qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 7/9] sparc: "
` [PATCH v6 8/9] xtensa: "
` [PATCH v6 9/9] powerpc/qspinlock: "

[PATCH] powerpc/ptrace: Don't return error when getting/setting FP regs without CONFIG_PPC_FPU_REGS
 2021-03-31 14:14 UTC 

[PATCH v2] powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
 2021-03-31 14:07 UTC 

[PATCH] selftests: timens: Fix gettime_perf to work on powerpc
 2021-03-31 13:59 UTC 

[PATCH] powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
 2021-03-31 13:23 UTC  (2+ messages)

[PATCH -next] powerpc/eeh: Remove unused inline function eeh_dev_phb_init_dynamic()
 2021-03-31 12:58 UTC  (3+ messages)

[PATCH -next] powerpc/eeh: Add correct inline functions
 2021-03-31 12:53 UTC 

[PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-03-31 10:20 UTC  (3+ messages)

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH -next] powerpc: Remove duplicated include from time.c
 2021-03-31  8:58 UTC 

WARNING: CPU: 0 PID: 1 at arch/powerpc/lib/feature-fixups.c:109 do_feature_fixups+0xb0/0xf0
 2021-03-31  9:15 UTC  (2+ messages)

[PATCH] powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuilt
 2021-03-31  9:12 UTC 

[PATCH 1/2] powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o
 2021-03-31  9:03 UTC  (3+ messages)

[PATCH] PCI: Try to find two continuous regions for child resource
 2021-03-31  8:53 UTC  (3+ messages)

[PATCH] powerpc/pseries: Only register vio drivers if vio bus exists
 2021-03-31  4:38 UTC  (3+ messages)

[PATCH] cxl: Fix couple of spellings
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/xive: use true and false for bool variable
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: kernel: Trivial spelling fixes throughout the file head_fsl_booke.S
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v5] powerpc/uprobes: Validation for prefixed instruction
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/64s: Fix hash fault to use TRAP accessor
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/prom: Mark identical_pvr_fixup as __init
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] selftests: powerpc: unmark non-kernel-doc comments
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v2] selftests/powerpc: Fix L1D flushing tests for Power10
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v7] powerpc/irq: Inline call_do_irq() and call_do_softirq()
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/fsl-pci: Fix section mismatch warning
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/fadump: Mark fadump_calculate_reserve_size as __init
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: Fix section mismatch warning in smp_setup_pacas()
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/64s: Fold update_current_thread_[i]amr() into their only callers
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] arch/powerpc/include:fix misspellings in tlbflush.h
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/iommu/debug: fix ifnullfree.cocci warnings
 2021-03-31  1:09 UTC  (2+ messages)

[RESEND 1/1] powerpc: asm: hvconsole: Move 'hvc_vio_init_early's prototype to shared location
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v2] powerpc/pseries: export LPAR security flavor in lparcfg
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] cxl: don't manipulate the mm.mm_users field directly
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: remove unneeded semicolon
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/pci: fix warning comparing pointer to 0
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: arch/powerpc/kernel/setup_64.c - cleanup warnings
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/ptrace: Remove duplicate check from pt_regs_check()
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/chrp: Make hydra_init() static
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: powernv: Remove unneeded variable: "rc"
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH 0/3] powerpc/qspinlock: Some tuning updates
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v2 0/1] show 'last online CPU' error in dlpar_cpu_offline()
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v7 00/10] Improve signal performance on PPC64 with KUAP
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v3 00/41] powerpc/32: Switch to interrupt entry/exit in C
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v2 1/4] powerpc: Enable KFENCE for PPC32
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v1 1/4] powerpc: Activate HAVE_RELIABLE_STACKTRACE for all
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v1 0/8] Miscellaneous user access improvement
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYS
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/math: Fix missing __user qualifier for get_user() and other sparse warnings
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/Makefile: Remove workaround for gcc versions below 4.9
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] watchdog: Remove MV64x60 watchdog driver
 2021-03-31  1:09 UTC  (3+ messages)
` [PATCH] powerpc/embedded6xx: Remove CONFIG_MV64X60

[PATCH] powerpc/asm-offsets: GPR14 is not needed either
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration
 2021-03-31  1:09 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH] powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/book3s64/kuap: Move Kconfig varriables to BOOK3S_64
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v2 1/6] powerpc/mm/64s: Add _PAGE_KERNEL_ROX
 2021-03-31  0:38 UTC  (6+ messages)
` [PATCH v2 2/6] powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()
` [PATCH v2 3/6] powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()
` [PATCH v2 4/6] powerpc/mm/64s/hash: Factor out change_memory_range()
` [PATCH v2 5/6] powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPAR
` [PATCH v2 6/6] powerpc/mm/64s: Allow STRICT_KERNEL_RWX again

[PATCH] MAINTAINERS: Update entry for ibmvmc driver
 2021-03-30 21:22 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).