linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 20:06:34 to 2020-02-26 06:33:49 UTC [more...]

[PATCH v4 0/8] set_memory() routines and STRICT_MODULE_RWX
 2020-02-26  6:23 UTC  (5+ messages)
` [PATCH v4 1/8] powerpc/mm: Implement set_memory() routines
` [PATCH v4 2/8] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v4 3/8] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v4 4/8] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX

[PATCH] powerpc: fix emulate_step std test
 2020-02-26  5:53 UTC 

[PATCH v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-02-26  5:49 UTC  (40+ messages)
` [PATCH v3 01/27] powerpc: Add OPAL calls for LPC memory alloc/release
` [PATCH v3 03/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v3 04/27] ocxl: Remove unnecessary externs
` [PATCH v3 05/27] ocxl: Address kernel doc errors & warnings
` [PATCH v3 06/27] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v3 07/27] ocxl: Add functions to map/unmap LPC memory
` [PATCH v3 08/27] ocxl: Emit a log message showing how much LPC memory was detected
` [PATCH v3 10/27] powerpc: Add driver for OpenCAPI Persistent Memory
` [PATCH v3 11/27] powerpc: Enable the OpenCAPI Persistent Memory driver for powernv_defconfig

[PATCH v3 0/6] implement KASLR for powerpc/fsl_booke/64
 2020-02-26  5:10 UTC  (17+ messages)
` [PATCH v3 1/6] powerpc/fsl_booke/kaslr: refactor kaslr_legal_offset() and kaslr_early_init()
` [PATCH v3 3/6] powerpc/fsl_booke/64: implement KASLR for fsl_booke64
        ` [RFC PATCH] Use IS_ENABLED() instead of #ifdefs
` [PATCH v3 5/6] powerpc/fsl_booke/64: clear the original kernel if randomized
` [PATCH v3 6/6] powerpc/fsl_booke/kaslr: rename kaslr-booke32.rst to kaslr-booke.rst and add 64bit part

[PATCH 0/3] mm/vma: some more minor changes
 2020-02-26  4:50 UTC  (2+ messages)
` [PATCH 2/3] mm/vma: Make vma_is_foreign() available for general use

[PATCH] ocxl: Fix misleading comment
 2020-02-26  4:39 UTC 

[PATCH v3 00/14] Initial Prefixed Instruction support
 2020-02-26  4:07 UTC  (15+ messages)
` [PATCH v3 01/14] powerpc: Enable Prefixed Instructions
` [PATCH v3 02/14] powerpc: Define new SRR1 bits for a future ISA version
` [PATCH v3 03/14] powerpc sstep: Prepare to support prefixed instructions
` [PATCH v3 04/14] powerpc sstep: Add support for prefixed load/stores
` [PATCH v3 05/14] powerpc sstep: Add support for prefixed fixed-point arithmetic
` [PATCH v3 06/14] powerpc: Support prefixed instructions in alignment handler
` [PATCH v3 07/14] powerpc/traps: Check for prefixed instructions in facility_unavailable_exception()
` [PATCH v3 08/14] powerpc/xmon: Remove store_inst() for patch_instruction()
` [PATCH v3 09/14] powerpc/xmon: Add initial support for prefixed instructions
` [PATCH v3 10/14] powerpc/xmon: Dump "
` [PATCH v3 11/14] powerpc/kprobes: Support kprobes on "
` [PATCH v3 12/14] powerpc/uprobes: Add support for "
` [PATCH v3 13/14] powerpc/hw_breakpoints: Initial "
` [PATCH v3 14/14] powerpc: Add prefix support to mce_find_instr_ea_and_pfn()

[Bug 206669] New: Little-endian kernel crashing on POWER8 on heavy big-endian PowerKVM load
 2020-02-26  4:06 UTC  (3+ messages)
` [Bug 206669] "

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2020-02-26  3:39 UTC  (35+ messages)
` [PATCH v3 01/32] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
` [PATCH v3 02/32] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
` [PATCH v3 03/32] powerpc/64s/exception: Add GEN_KVM "
` [PATCH v3 04/32] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH v3 05/32] powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
` [PATCH v3 06/32] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH v3 07/32] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH v3 08/32] powerpc/64s/exception: Remove old INT_KVM_HANDLER
` [PATCH v3 09/32] powerpc/64s/exception: Add ISIDE option
` [PATCH v3 10/32] powerpc/64s/exception: move real->virt switch into the common handler
` [PATCH v3 11/32] powerpc/64s/exception: move soft-mask test to common code
` [PATCH v3 12/32] powerpc/64s/exception: move KVM "
` [PATCH v3 13/32] powerpc/64s/exception: remove confusing IEARLY option
` [PATCH v3 14/32] powerpc/64s/exception: remove the SPR saving patch code macros
` [PATCH v3 15/32] powerpc/64s/exception: trim unused arguments from KVMTEST macro
` [PATCH v3 16/32] powerpc/64s/exception: hdecrementer avoid touching the stack
` [PATCH v3 17/32] powerpc/64s/exception: re-inline some handlers
` [PATCH v3 18/32] powerpc/64s/exception: Clean up SRR specifiers
` [PATCH v3 19/32] powerpc/64s/exception: add more comments for interrupt handlers
` [PATCH v3 20/32] powerpc/64s/exception: only test KVM in SRR interrupts when PR KVM is supported
` [PATCH v3 21/32] powerpc/64s/exception: sreset interrupts reconcile fix
` [PATCH v3 22/32] powerpc/64s/exception: soft nmi interrupt should not use ret_from_except
` [PATCH v3 23/32] powerpc/64: system call remove non-volatile GPR save optimisation
` [PATCH v3 24/32] powerpc/64: sstep ifdef the deprecated fast endian switch syscall
` [PATCH v3 25/32] powerpc/64: system call implement entry/exit logic in C
` [PATCH v3 26/32] powerpc/64: system call zero volatile registers when returning
` [PATCH v3 27/32] powerpc/64: implement soft interrupt replay in C
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic "
` [PATCH v3 29/32] powerpc/64s/exception: remove lite interrupt return
` [PATCH v3 30/32] powerpc/64: system call reconcile interrupts
` [PATCH v3 31/32] powerpc/64s/exception: treat NIA below __end_interrupts as soft-masked
` [PATCH v3 32/32] powerpc/64s: system call support for scv/rfscv instructions

[PATCH v2 3/3] ASoC: fsl_easrc: Add EASRC ASoC CPU DAI and platform drivers
 2020-02-26  2:55 UTC  (4+ messages)

MCE handler gets NIP wrong on MPC8378
 2020-02-26  0:01 UTC  (4+ messages)

[PATCH] evh_bytechan: fix out of bounds accesses
 2020-02-25 20:56 UTC  (12+ messages)

[PATCH] macintosh: therm_windtunnel: fix regression when instantiating devices
 2020-02-25 15:00 UTC  (3+ messages)

[PATCH] i2c: powermac: correct comment about custom handling
 2020-02-25 14:26 UTC 

[Bug 199471] windfarm_pm72 no longer gets automatically loaded when CONFIG_I2C_POWERMAC=y is set (regression)
 2020-02-25 15:29 UTC 

[Bug 201723] [Bisected][Regression] THERM_WINDTUNNEL not working any longer in kernel 4.19.x (PowerMac G4 MDD)
 2020-02-25 14:59 UTC 

[PATCH] crypto: Replace zero-length array with flexible-array member
 2020-02-25 14:00 UTC  (3+ messages)

[linux-next/mainline][bisected 3acac06][ppc] Oops when unloading mpt3sas driver
 2020-02-25  6:53 UTC  (8+ messages)

[PATCH v2 0/5] Track and expose idle PURR and SPURR ticks
 2020-02-25 10:20 UTC  (15+ messages)
` [PATCH v2 1/5] powerpc: Move idle_loop_prolog()/epilog() functions to header file
` [PATCH v2 3/5] powerpc/pseries: Account for SPURR ticks on idle CPUs
` [PATCH v2 4/5] powerpc/sysfs: Show idle_purr and idle_spurr for every CPU
` [PATCH v2 5/5] Documentation: Document sysfs interfaces purr, spurr, idle_purr, idle_spurr

[PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-02-25  9:55 UTC  (2+ messages)

[PATCH 1/8] powerpc: Update MAINTAINERS
 2020-02-25  9:25 UTC  (12+ messages)
` [PATCH 2/8] powerpc: Update wiki link in MAINTAINERS
` [PATCH 3/8] powerpc: Remove PA SEMI MAINTAINERS entries
` [PATCH 4/8] powerpc: Mark 4xx as Orphan in MAINTAINERS
` [PATCH 5/8] powerpc: Drop XILINX MAINTAINERS entry
` [PATCH 6/8] powerpc: Update MPC5XXX "
` [PATCH 7/8] powerpc: Update powermac "
` [PATCH 8/8] powerpc: Update 83xx/85xx "
` [PATCH 9/8] powerpc: Switch 8xx MAINTAINERS entry to Christophe

[PATCH 1/2] cpufreq/powernv: Fix use-after-free
 2020-02-25  7:03 UTC  (5+ messages)
` [PATCH 2/2] cpufreq/powernv: Fix unsafe notifiers

[PATCH] powerpc/64s: Fix section mismatch warnings from boot code
 2020-02-25  3:13 UTC 

[PATCH 1/2] powerpc/powernv: Treat an empty reboot string as default
 2020-02-25  1:38 UTC  (7+ messages)
` [PATCH 2/2] powerpc/powernv: Add explicit fast-reboot support

[PATCH][next] toshiba: Replace zero-length array with flexible-array member
 2020-02-25  0:29 UTC  (3+ messages)

vdso function descriptors (VDS64_HAS_DESCRIPTORS)?
 2020-02-24 23:37 UTC  (7+ messages)
        ` [PATCH] powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS references

[PATCH] powerpc/kprobes: Use probe_address() to read instructions
 2020-02-24 18:02 UTC 

[PATCH v2] powerpc/kprobes: Blacklist functions running with MMU disabled on PPC32
 2020-02-24 17:40 UTC 

[RESEND PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-02-24 14:44 UTC  (7+ messages)
` [RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)

[PATCH] powerpc: Include .BTF section
 2020-02-24 11:03 UTC  (4+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-02-24  9:26 UTC  (3+ messages)

[RFC PATCH v2 00/12] Reduce ifdef mess in ptrace
 2020-02-24 10:54 UTC  (9+ messages)
` [RFC PATCH v2 02/12] powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
` [RFC PATCH v2 04/12] powerpc/ptrace: split out VSX related functions

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2020-02-24  6:25 UTC  (9+ messages)
` [RESEND PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-02-24  9:26 UTC  (5+ messages)
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v3 6/7] mm/memory_hotplug: Add pgprot_t "

[PATCH][next] soc: fsl: dpio: fix dereference of pointer p before null check
 2020-02-24  6:35 UTC  (3+ messages)

[PATCH v6 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
 2020-02-24  9:22 UTC  (5+ messages)

[5.6.0-rc2-next-20200218/powerpc] Boot failure on POWER9
 2020-02-24  8:58 UTC  (11+ messages)

[PATCH v2 0/8] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-02-24  5:17 UTC  (4+ messages)
` [PATCH v2 1/8] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run

[PATCH V2 0/4] mm/vma: Use all available wrappers when possible
 2020-02-24  5:03 UTC  (3+ messages)
` [PATCH V2 2/4] mm/vma: Make vma_is_accessible() available for general use
` [PATCH V2 3/4] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-02-24  1:58 UTC  (2+ messages)

[PATCH v2 00/18] genirq: Remove setup_irq()
 2020-02-24  0:51 UTC  (2+ messages)
` [PATCH v2 10/18] powerpc: Replace setup_irq() by request_irq()

[PATCH v3 00/15] Convert cpu_up/down to device_online/offline
 2020-02-23 19:29 UTC  (3+ messages)
` [PATCH v3 01/15] cpu: Add new {add,remove}_cpu() functions
` [PATCH v3 08/15] powerpc: Replace cpu_up/down with add/remove_cpu

[PATCH] powerpc/kprobes: Blacklist functions running with MMU disabled on PPC32
 2020-02-22 15:16 UTC  (2+ messages)

[PATCH] powerpc/watchpoint: Don't call dar_within_range() for Book3S
 2020-02-22 13:16 UTC  (3+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.6-3 tag
 2020-02-22  0:15 UTC  (2+ messages)

[PATCH] powerpc/drmem: cache LMBs in xarray to accelerate lookup
 2020-02-21 20:03 UTC  (3+ messages)
` [PATCH v2 2/2] pseries/hotplug-memory: leverage xarray API to simplify code


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