linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-25 15:01:59 to 2020-02-27 05:01:51 UTC [more...]

[PATCH 1/2] powerpc/vmlinux.lds: Explicitly retain .gnu.hash
 2020-02-27  4:59 UTC 

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-02-27  4:07 UTC  (9+ messages)

[PATCH v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-02-27  3:58 UTC  (32+ messages)
` [PATCH v3 03/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v3 04/27] ocxl: Remove unnecessary externs
` [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 13/27] powerpc/powernv/pmem: Read the capability registers & wait for device ready

[PATCH v3 0/4] ASoC: Add new module driver for new ASRC
 2020-02-27  3:41 UTC  (6+ messages)
` [PATCH v3 1/4] ASoC: fsl_asrc: Change asrc_width to asrc_format
` [PATCH v3 2/4] ASoC: fsl_asrc: Move common definition to fsl_asrc_common
` [PATCH v3 3/4] ASoC: dt-bindings: fsl_easrc: Add document for EASRC
` [PATCH v3 4/4] ASoC: fsl_easrc: Add EASRC ASoC CPU DAI and platform drivers

[PATCH v3 0/6] implement KASLR for powerpc/fsl_booke/64
 2020-02-27  1:55 UTC  (22+ 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 1/2] cpufreq/powernv: Fix use-after-free
 2020-02-27  1:31 UTC  (3+ messages)

[PATCH] macintosh: therm_windtunnel: fix regression when instantiating devices
 2020-02-27  1:23 UTC  (4+ messages)

[PATCH v3 00/14] Initial Prefixed Instruction support
 2020-02-27  0:58 UTC  (24+ 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()

[PATCH v2 0/3] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-02-26 23:48 UTC  (2+ messages)

[5.6.0-rc2-next-20200218/powerpc] Boot failure on POWER9
 2020-02-26 22:29 UTC  (19+ messages)

[PATCH v5 0/8] set_memory() routines and STRICT_MODULE_RWX
 2020-02-26 21:52 UTC  (12+ messages)
` [PATCH v5 1/8] powerpc/mm: Implement set_memory() routines
` [PATCH v5 2/8] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v5 3/8] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v5 4/8] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v5 5/8] powerpc/configs: Enable STRICT_MODULE_RWX in skiroot_defconfig
` [PATCH v5 6/8] powerpc/mm: implement set_memory_attr()
` [PATCH v5 7/8] powerpc/32: use set_memory_attr()
` [PATCH v5 8/8] powerpc/mm: Disable set_memory() routines when strict RWX isn't enabled

[Bug 206525] New: BUG: KASAN: stack-out-of-bounds in test_bit+0x30/0x44 (kernel 5.6-rc1)
 2020-02-26 21:44 UTC  (2+ messages)
` [Bug 206525] "

[PATCH] ima: add a new CONFIG for loading arch-specific policies
 2020-02-26 20:36 UTC  (3+ messages)

[PATCH v3 00/13] Reduce ifdef mess in ptrace
 2020-02-26 19:11 UTC  (15+ messages)
` [PATCH v3 01/13] powerpc: move ptrace into a subdirectory
` [PATCH v3 02/13] powerpc/ptrace: remove unused header includes
` [PATCH v3 03/13] powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
` [PATCH v3 04/13] powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSET
` [PATCH v3 05/13] powerpc/ptrace: split out VSX related functions
` [PATCH v3 06/13] powerpc/ptrace: split out ALTIVEC "
` [PATCH v3 07/13] powerpc/ptrace: split out SPE "
` [PATCH v3 08/13] powerpc/ptrace: split out TRANSACTIONAL_MEM "
` [PATCH v3 09/13] powerpc/ptrace: move register viewing functions out of ptrace.c
` [PATCH v3 10/13] powerpc/ptrace: split out ADV_DEBUG_REGS related functions
` [PATCH v3 11/13] powerpc/ptrace: create ptrace_get_debugreg()
` [PATCH v3 12/13] powerpc/ptrace: create ppc_gethwdinfo()
` [PATCH v3 13/13] powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c

[PATCH V2 0/4] mm/vma: Use all available wrappers when possible
 2020-02-26 17:40 UTC  (5+ 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()

[Bug 205283] New: BUG: KASAN: global-out-of-bounds in _copy_to_iter+0x3d4/0x5a8
 2020-02-26 16:37 UTC  (2+ messages)
` [Bug 205283] "

[Bug 205099] New: KASAN hit at raid6_pq: BUG: Unable to handle kernel data access at 0x00f0fd0d
 2020-02-26 16:17 UTC  (4+ messages)
` [Bug 205099] "

[PATCH v6 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
 2020-02-26 15:42 UTC  (6+ messages)

[Bug 206501] New: Kernel 5.6-rc1 fails to boot on a PowerMac G4 3,6 with CONFIG_VMAP_STACK=y: Oops! Machine check, sig: 7 [#1]
 2020-02-26 15:34 UTC  (2+ messages)
` [Bug 206501] "

[Bug 206527] New: Kernel 5.6-rc1 w. CONFIG_VMAP_STACK=y + CONFIG_KASAN=y fails to boot on a PowerMac G4 3,6
 2020-02-26 15:33 UTC  (2+ messages)
` [Bug 206527] "

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

[PATCH v2 0/3] Add new module driver for new ASRC
 2020-02-26 12:31 UTC  (4+ messages)
` [PATCH v2 2/3] ASoC: dt-bindings: fsl_easrc: Add document for EASRC

[RFC PATCH v2 00/12] Reduce ifdef mess in ptrace
 2020-02-26 12:06 UTC  (12+ 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

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

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-26 11:20 UTC  (8+ messages)
` [PATCH v2 07/13] powerpc: add support for folded p4d page tables

[PATCH] evh_bytechan: fix out of bounds accesses
 2020-02-26  9:43 UTC  (13+ messages)

[PATCH] ocxl: Fix misleading comment
 2020-02-26  7:39 UTC  (2+ messages)

[PATCH v4 0/8] set_memory() routines and STRICT_MODULE_RWX
 2020-02-26  7:19 UTC  (10+ 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 v4 5/8] powerpc/configs: Enable STRICT_MODULE_RWX in skiroot_defconfig
` [PATCH v4 6/8] powerpc/mm: implement set_memory_attr()
` [PATCH v4 7/8] powerpc/32: use set_memory_attr()
` [PATCH v4 8/8] powerpc/mm: Disable set_memory() routines when strict RWX isn't enabled

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

[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] 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 


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