linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 04:34:19 to 2020-02-27 12:54:41 UTC [more...]

[PATCH] powerpc: Include .BTF section
 2020-02-27 12:31 UTC  (2+ messages)

[5.6.0-rc2-next-20200218/powerpc] Boot failure on POWER9
 2020-02-27 12:12 UTC  (21+ messages)

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

[PATCH] mm/debug: Add tests validating arch page table helpers for core features
 2020-02-27 11:29 UTC  (3+ messages)

[PATCH 00/18] genirq: Remove setup_irq()
 2020-02-27 11:07 UTC  (3+ messages)

[PATCH v3 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-27  8:46 UTC  (15+ messages)
` [PATCH v3 01/14] arm/arm64: add support for folded p4d page tables
` [PATCH v3 02/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v3 03/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 04/14] ia64: add support for folded p4d page tables
` [PATCH v3 05/14] nios2: "
` [PATCH v3 06/14] openrisc: "
` [PATCH v3 07/14] powerpc/32: drop get_pteptr()
` [PATCH v3 08/14] powerpc: add support for folded p4d page tables
` [PATCH v3 09/14] sh: fault: Modernize printing of kernel messages
` [PATCH v3 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v3 11/14] sh: add support for folded p4d page tables
` [PATCH v3 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v3 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

[PATCH v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-02-27  8:30 UTC  (22+ messages)
` [PATCH v3 04/27] ocxl: Remove unnecessary externs
` [PATCH v3 10/27] powerpc: Add driver for OpenCAPI Persistent Memory
` [PATCH v3 12/27] powerpc/powernv/pmem: Add register addresses & status values to the header
` [PATCH v3 13/27] powerpc/powernv/pmem: Read the capability registers & wait for device ready
` [PATCH v3 14/27] powerpc/powernv/pmem: Add support for Admin commands
` [PATCH v3 15/27] powerpc/powernv/pmem: Add support for near storage commands

[PATCH v3 00/14] Initial Prefixed Instruction support
 2020-02-27  7:14 UTC  (19+ messages)
` [PATCH v3 01/14] powerpc: Enable Prefixed Instructions
` [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 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] powerpc: fix emulate_step std test
 2020-02-27  7:04 UTC  (2+ messages)

[RFC PATCH 00/21] Avoid IPI while updating page table entries
 2020-02-27  6:56 UTC  (22+ messages)
` [RFC PATCH 01/21] powerpc/pkeys: Avoid using lockless page table walk
` [RFC PATCH 02/21] powerpc/pkeys: Check vma before returning key fault error to the user
` [RFC PATCH 03/21] powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
` [RFC PATCH 04/21] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range
` [RFC PATCH 05/21] powerpc/book3s64/hash: Use the pte_t address from the caller
` [RFC PATCH 06/21] powerpc/book3s/hash64/devmap: Use H_PAGE_THP_HUGE when setting up level huge devmap pte entries
` [RFC PATCH 07/21] powerpc/mce: Don't reload pte val in addr_to_pfn
` [RFC PATCH 08/21] powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow
` [RFC PATCH 09/21] powerpc/kvm/book3s: switch from raw_spin_*lock to arch_spin_lock
` [RFC PATCH 10/21] powerpc/kvm/book3s: Add helper to walk partition scoped linux page table
` [RFC PATCH 11/21] powerpc/kvm/nested: Add helper to walk nested shadow "
` [RFC PATCH 12/21] powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary table
` [RFC PATCH 13/21] powerpc/kvm/book3s: Add helper for host page table walk
` [RFC PATCH 14/21] powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handler
` [RFC PATCH 15/21] powerpc/kvm/book3s: Use find_kvm_host_pte in h_enter
` [RFC PATCH 16/21] powerpc/kvm/book3s: use find_kvm_host_pte in pute_tce functions
` [RFC PATCH 17/21] powerpc/kvm/book3s: Avoid using rmap to protect parallel page table update
` [RFC PATCH 18/21] powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_page
` [RFC PATCH 19/21] powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpa
` [RFC PATCH 20/21] powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT check
` [RFC PATCH 21/21] powerpc/mm/book3s64: Avoid sending IPI on clearing PMD

[PATCH 1/2] powerpc/vmlinux.lds: Explicitly retain .gnu.hash
 2020-02-27  6:27 UTC  (4+ messages)
` [PATCH 2/2] powerpc/vmlinux.lds: Discard .interp section

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

[PATCH v3 0/4] ASoC: Add new module driver for new ASRC
 2020-02-27  5:10 UTC  (7+ 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 V14] mm/debug: Add tests validating architecture page table helpers
 2020-02-27  4:07 UTC  (9+ messages)

[PATCH v3 0/6] implement KASLR for powerpc/fsl_booke/64
 2020-02-27  1:55 UTC  (13+ messages)
` [PATCH v3 3/6] powerpc/fsl_booke/64: implement KASLR for fsl_booke64
        ` [RFC PATCH] Use IS_ENABLED() instead of #ifdefs

[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  (2+ messages)

[PATCH v2 0/3] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-02-26 23:48 UTC  (2+ 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  (8+ 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


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