linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-30 20:01:57 to 2019-09-03 08:06:50 UTC [more...]

[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-09-03  8:01 UTC  (2+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "

[PATCH v2 0/9] check the node id consistently across different arches
 2019-09-03  7:53 UTC  (31+ messages)
` [PATCH v2 1/9] arm64: numa: check the node id consistently for arm64
` [PATCH v2 2/9] x86: numa: check the node id consistently for x86
              ` [PATCH] x86/mm: Fix cpumask_of_node() error condition
` [PATCH v2 3/9] alpha: numa: check the node id consistently for alpha
` [PATCH v2 4/9] powerpc: numa: check the node id consistently for powerpc
` [PATCH v2 5/9] s390: numa: check the node id consistently for s390
` [PATCH v2 6/9] sh: numa: check the node id consistently for sh
` [PATCH v2 7/9] sparc64: numa: check the node id consistently for sparc64
` [PATCH v2 8/9] mips: numa: check the node id consistently for mips ip27
` [PATCH v2 9/9] mips: numa: check the node id consistently for mips loongson64

[PATCH v2 0/6] powerpc: convert cache asm to C
 2019-09-03  6:51 UTC  (14+ messages)
` [PATCH v2 1/6] powerpc: Allow flush_icache_range to work across ranges >4GB
` [PATCH v2 2/6] powerpc: define helpers to get L1 icache sizes
` [PATCH v2 3/6] powerpc: Convert flush_icache_range & friends to C
` [PATCH v2 4/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
` [PATCH v2 5/6] powerpc: Remove 'extern' from func prototypes in cache headers
` [PATCH v2 6/6] powerpc: Don't flush caches when adding memory

[PATCH] powerpc: Avoid clang warnings around setjmp and longjmp
 2019-09-03  5:55 UTC  (7+ messages)

[PATCH v7 0/6] Disable compat cruft on ppc64le v7
 2019-09-03  5:21 UTC  (22+ messages)
` [PATCH v7 1/6] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v7 2/6] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v7 3/6] powerpc/perf: consolidate read_user_stack_32
` [PATCH v7 4/6] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v7 5/6] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v7 6/6] powerpc/perf: split callchain.c by bitness

[PATCH 1/3] powerpc/tm: Fix FP/VMX unavailable exceptions inside a transaction
 2019-09-03  4:47 UTC  (3+ messages)
` [PATCH 2/3] powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts
` [PATCH 3/3] powerpc/tm: Add tm-poison test

[PATCH v3 00/11] *** SUBJECT HERE ***
 2019-09-03  3:43 UTC  (29+ messages)
` [PATCH v3 01/11] PCI: designware-ep: Add multiple PFs support for DWC
` [PATCH v3 02/11] PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode
` [PATCH v3 03/11] PCI: designware-ep: Move the function of getting MSI capability forward
` [PATCH v3 04/11] PCI: designware-ep: Modify MSI and MSIX CAP way of finding
` [PATCH v3 05/11] dt-bindings: pci: layerscape-pci: add compatible strings for ls1088a and ls2088a
` [PATCH v3 06/11] PCI: layerscape: Fix some format issue of the code
` [PATCH v3 07/11] PCI: layerscape: Modify the way of getting capability with different PEX
` [PATCH v3 08/11] PCI: layerscape: Modify the MSIX to the doorbell mode
` [PATCH v3 09/11] PCI: layerscape: Add EP mode support for ls1088a and ls2088a
` [PATCH v3 10/11] arm64: dts: layerscape: Add PCIe EP node for ls1088a
` [PATCH v3 11/11] misc: pci_endpoint_test: Add LS1088a in pci_device_id table

[PATCH v3 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-09-03  3:37 UTC  (8+ messages)
` [PATCH v3 2/4] powerpc: expose secure variables to userspace via sysfs
      ` [PATCH] sysfs: add BIN_ATTR_WO() macro
` [PATCH v3 3/4] x86/efi: move common keyring handler functions to new file

[PATCH 0/6] Making tlbie optional for radix
 2019-09-03  2:52 UTC  (9+ messages)
` [PATCH 1/6] powerpc/64s: remove register_process_table callback
` [PATCH 2/6] powerpc/64s/radix: tidy up TLB flushing code
` [PATCH 3/6] powerpc/64s: make mmu_partition_table_set_entry TLB flush optional
` [PATCH 4/6] powerpc/64s/pseries: radix flush translations before MMU is enabled at boot
` [PATCH 5/6] powerpc/64s: remove unnecessary translation cache flushes "
` [PATCH 6/6] powerpc/64s/radix: introduce options to disable use of the tlbie instruction

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-09-03  2:11 UTC  (8+ messages)
` [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

[PATCH v2] powerpc/64: system call implement the bulk of the logic in C
 2019-09-02 22:58 UTC 

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-09-02 15:18 UTC  (13+ messages)
            ` microblaze HAVE_MEMBLOCK_NODE_MAP dependency (was Re: [PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

[PATCH v6 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-09-02 14:54 UTC  (9+ messages)
` [PATCH v6 1/5] "
` [PATCH v6 2/5] kasan: add test for vmalloc
` [PATCH v6 3/5] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v6 4/5] x86/kasan: support KASAN_VMALLOC
` [PATCH v6 5/5] kasan debug: track pages allocated for vmalloc shadow

Oops (request_key_auth_describe) while running cve-2016-7042 from LTP
 2019-09-02 11:40 UTC  (5+ messages)

linux-next: build failure after merge of the powerpc tree
 2019-09-02 11:52 UTC  (2+ messages)

[PATCH v5 0/2] powerpc: Enabling IMA arch specific secure boot policies
 2019-09-02 11:52 UTC  (5+ messages)
` [PATCH v5 1/2] powerpc: detect the secure boot mode of the system
` [PATCH v5 2/2] powerpc: Add support to initialize ima policy rules

[RFC PATCH] powerpc: Convert ____flush_dcache_icache_phys() to C
 2019-09-02 11:11 UTC  (6+ messages)

linux-next: manual merge of the powerpc tree with the arm64 tree
 2019-09-02 10:25 UTC  (5+ messages)

[PATCH v2 4/4] powerpc/64: system call implement the bulk of the logic in C
 2019-09-02 10:20 UTC  (4+ messages)

[PATCH] powerpc: Add barrier_nospec to raw_copy_in_user()
 2019-09-02  8:47 UTC  (2+ messages)
` [PATCH] Revert "powerpc: Add barrier_nospec to raw_copy_in_user()"

[PATCH v7 0/7] KVMPPC driver to manage secure guest pages
 2019-09-02  7:53 UTC  (5+ messages)
` [PATCH v7 1/7] kvmppc: Driver to manage pages of secure guest

[PATCH] powerpc: Perform a bounds check in arch_add_memory
 2019-09-02  7:28 UTC  (6+ messages)

[PATCH v6 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl, ls1028a-pcie"
 2019-09-02  3:43 UTC  (3+ messages)
` [PATCH v6 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
` [PATCH v6 3/3] PCI: layerscape: Add LS1028a support

[PATCH v2] powerpc/32: Add VDSO version of getcpu
 2019-09-02  3:44 UTC  (2+ messages)

[PATCH] powerpc/64s/exceptions: Use keyword params to shorten arg lists
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH kernel v2] powerpc/of/pci: Rewrite pci_parse_of_flags
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH 1/6] powerpc/32s: add an option to exclusively select powerpc 601
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH 1/4] powerpc: convert to copy_thread_tls
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH] powerpc/prom: convert PROM_BUG() to standard trap
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH v4 02/16] powerpc/pseries: Introduce option to build secure virtual machines
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH] powerpc/8xx: set STACK_END_MAGIC earlier on the init_stack
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH] powerpc/8xx: drop unused self-modifying code alternative to FixupDAR
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH] powerpc: use the generic dma coherent remap allocator
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH v2 01/44] powerpc/64s/exception: machine check fwnmi remove HV case
 2019-09-02  3:29 UTC  (2+ messages)

[PATCH v4 1/6] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
 2019-09-02  3:07 UTC  (2+ messages)

[PATCH v2 1/2] powerpc: Add PowerPC Capabilities ELF note
 2019-09-02  3:06 UTC  (2+ messages)

[PATCH kernel v3 1/5] powerpc/powernv/ioda: Split out TCE invalidation from TCE updates
 2019-09-02  3:06 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/powernv/opal-msglog: Refactor memcons code
 2019-09-02  3:06 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Fix incorrect guest-to-user-translation error handling
 2019-09-02  3:06 UTC  (2+ messages)

[PATCH v6 1/7] Documentation/powerpc: Ultravisor API
 2019-09-02  3:06 UTC  (2+ messages)

[PATCH v6 0/6] Disable compat cruft on ppc64le v6
 2019-09-02  2:51 UTC  (14+ messages)
` [PATCH v6 2/6] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v6 3/6] powerpc/perf: consolidate read_user_stack_32
` [PATCH v6 4/6] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v6 5/6] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v6 6/6] powerpc/perf: split callchain.c by bitness

[PATCH v5 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl, ls1028a-pcie"
 2019-09-01  7:41 UTC  (3+ messages)
` [PATCH v5 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
` [PATCH v5 3/3] PCI: layerscape: Add LS1028a support

[PATCH v6 1/6] powerpc: make llseek 32bit-only
 2019-08-31 13:44 UTC  (8+ messages)
` [PATCH] Revert "asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro"
      ` 

[RFC PATCH v2 00/10] Enable CONFIG_VMAP_STACK on PPC32
 2019-08-31 10:18 UTC  (11+ messages)
` [RFC PATCH v2 01/10] powerpc/32: replace MTMSRD() by mtmsr
` [RFC PATCH v2 02/10] powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
` [RFC PATCH v2 03/10] powerpc/32: prepare for CONFIG_VMAP_STACK
` [RFC PATCH v2 04/10] powerpc/8xx: Use alternative scratch registers in DTLB miss handler
` [RFC PATCH v2 05/10] powerpc/8xx: drop exception entries for non-existing exceptions
` [RFC PATCH v2 06/10] powerpc/8xx: move DataStoreTLBMiss perf handler
` [RFC PATCH v2 07/10] powerpc/8xx: split breakpoint exception
` [RFC PATCH v2 08/10] powerpc/8xx: Enable CONFIG_VMAP_STACK
` [RFC PATCH v2 09/10] powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
` [RFC PATCH v2 10/10] powerpc/32: Add stack overflow detection with VMAP stack

Oops (request_key_auth_describe) while running cve-2016-7042 from LTP
 2019-08-31  1:20 UTC  (5+ messages)

lockdep warning while booting POWER9 PowerNV
 2019-08-30 21:13 UTC 

[PATCH 0/2] ftrace: two fixes with func_probes handling
 2019-08-30 20:47 UTC  (6+ messages)
` [PATCH 1/2] ftrace: Fix NULL pointer dereference in t_probe_next()


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