linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-03 15:36:20 to 2018-02-10 03:49:38 UTC [more...]

[PATCH RESEND 1/4] powerpc/vas: Fix order of cleanup in debugfs dir
 2018-02-10  3:49 UTC  (2+ messages)
` [PATCH 2/4] powerpc/vas: Fix cleanup when VAS is not configured

[PATCH] powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure
 2018-02-10  3:20 UTC 

[RFC][PATCH bpf 1/2] bpf: allow 64-bit offsets for bpf function calls
 2018-02-10  0:38 UTC  (6+ messages)
` [RFC][PATCH bpf 2/2] bpf: powerpc64: add JIT support for multi-function programs

[PATCH] pseries: Fix build break for SPLPAR=n and CPU hotplug
 2018-02-09 22:33 UTC  (2+ messages)

powerpc/pci: Use of_irq_parse_and_map_pci() helper
 2018-02-09 22:23 UTC  (2+ messages)

powerpc-linux-gnu-ld: cannot open linker script file arch/powerpc/boot/zImage.coff.lds: No such file or directory
 2018-02-09 20:56 UTC  (5+ messages)

[PATCH kernel v3] powerpc/pci: Fix broken INTx configuration via OF
 2018-02-09 18:07 UTC  (2+ messages)

[PATCH v3 0/4] Nintendo Wii GPIO driver
 2018-02-09 16:58 UTC  (9+ messages)
` [PATCH v3 1/4] powerpc: wii: Explicitly configure GPIO owner for poweroff pin
` [PATCH v3 2/4] gpio: Add GPIO driver for Nintendo Wii
` [PATCH v3 3/4] powerpc: wii.dts: Add ngpios property
` [PATCH v3 4/4] powerpc: wii.dts: Add GPIO line names

[PATCH] crypto: talitos: fix Kernel Oops on hashing an empty file
 2018-02-09 15:49 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm: Fix crashes with PUD level hugetlb config
 2018-02-09 15:31 UTC  (7+ messages)
` [PATCH 2/2] powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled

[PATCH] cxl: Enable NORST bit in PSL_DEBUG register for PSL9
 2018-02-09 14:56 UTC  (3+ messages)

[PATCH kernel v2] powerpc/pci: Fix broken INTx configuration via OF
 2018-02-09 14:39 UTC  (3+ messages)

[PATCH 0/3] Provide ability to enable PSL traces on card probe
 2018-02-09 13:14 UTC  (6+ messages)
` [PATCH 1/3] cxl: Introduce various enums/defines for PSL9 trace arrays
` [PATCH 2/3] cxl: Introduce module parameter 'enable_psltrace'
` [PATCH 3/3] cxl: Provide implementation for sl_ops.start_psltrace on PSL9

[PATCH v3] cpufreq: powernv: Add support of frequency domain
 2018-02-09 12:19 UTC  (2+ messages)

[mainline][libhugetlbfs][ppc] stack_grow_into_huge test results in kernel Oops
 2018-02-09  9:13 UTC 

[PATCH] cxl: Remove function write_timebase_ctrl_psl9() for PSL9
 2018-02-09  8:26 UTC  (2+ messages)

[mainline][ppc - bare-metal ] memory hotunplug operation results in kernel Oops
 2018-02-09  6:54 UTC 

[PATCH kernel] powerpc/pci: Fix broken INTx configuration via OF
 2018-02-09  5:34 UTC  (10+ messages)
` [kernel] "

[PATCH] powerpc/64s/radix: kernel boot-time NULL pointer protection using a guard-PID
 2018-02-09  4:00 UTC  (2+ messages)
`  "

[PATCH] powerpc/mm/pgtable: Split mappings on hot-unplug
 2018-02-09  4:00 UTC  (2+ messages)
`  "

[PATCH] powerpc/64s: Fix MASKABLE_RELON_EXCEPTION_HV_OOL macro
 2018-02-09  4:00 UTC  (3+ messages)
`  "

[PATCH] ocxl: fix signed comparison with less than zero
 2018-02-09  4:00 UTC  (2+ messages)
`  "

[PATCH] powerpc/64s: fix may_hard_irq_enable for PMI soft masking
 2018-02-09  4:00 UTC  (4+ messages)
`  "

[PATCH RESEND V2 ] powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
 2018-02-09  4:00 UTC  (2+ messages)
` [RESEND, V2] "

[PATCH v7 00/24] Speculative page faults
 2018-02-08 20:53 UTC  (30+ messages)
` [PATCH v7 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v7 02/24] x86/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v7 03/24] powerpc/mm: "
` [PATCH v7 04/24] mm: Dont assume page-table invariance during faults
` [PATCH v7 05/24] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v7 06/24] mm: Introduce pte_spinlock "
` [PATCH v7 07/24] mm: VMA sequence count
` [PATCH v7 08/24] mm: Protect VMA modifications using "
` [PATCH v7 09/24] mm: protect mremap() against SPF hanlder
` [PATCH v7 10/24] mm: Protect SPF handler against anon_vma changes
` [PATCH v7 11/24] mm: Cache some VMA fields in the vm_fault structure
` [PATCH v7 12/24] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v7 13/24] mm: Introduce __lru_cache_add_active_or_unevictable
` [PATCH v7 14/24] mm: Introduce __maybe_mkwrite()
` [PATCH v7 15/24] mm: Introduce __vm_normal_page()
` [PATCH v7 16/24] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v7 17/24] mm: Protect mm_rb tree with a rwlock
` [PATCH v7 18/24] mm: Provide speculative fault infrastructure
` [PATCH v7 19/24] mm: Adding speculative page fault failure trace events
` [PATCH v7 20/24] perf: Add a speculative page fault sw event
` [PATCH v7 21/24] perf tools: Add support for the SPF perf event
` [PATCH v7 22/24] mm: Speculative page fault handler return VMA
` [PATCH v7 23/24] x86/mm: Add speculative pagefault handling
` [PATCH v7 24/24] powerpc/mm: Add speculative page fault

[PATCH] KVM: PPC: Book3S HV: Branch inside feature section
 2018-02-08 17:38 UTC 

[PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h
 2018-02-08 15:05 UTC  (2+ messages)

[PATCH] powerpc/fsl/dts: fix the i2c-mux compatible for t104xqds
 2018-02-08  9:32 UTC  (2+ messages)

[PATCH] powerpc/vas: do not set uses_vas for kernel windows
 2018-02-08  9:18 UTC 

[bug report] powerpc/perf: Add nest IMC PMU support
 2018-02-08  6:31 UTC  (2+ messages)

[RFC] powerpc/kernel: Add 'ibm,thread-groups' property for CPU allocation
 2018-02-07 22:23 UTC 

[RFC] powerpc/hotplug/drcinfo: Fix bugs parsing ibm,drc-info structs
 2018-02-07 22:22 UTC 

DPAA Ethernet traffice troubles with Linux kernel
 2018-02-07 22:13 UTC  (25+ messages)
              ` PA Semi PWRficient Gigabit Ethernet doesn't work anymore since the first networking updates for the kernel 4.16

[PATCH] powerpc/via-pmu: Fix section mismatch warning
 2018-02-07 19:44 UTC 

[PATCH] char: nvram: disable on ARM
 2018-02-07 18:46 UTC  (7+ messages)

[PATCH kernel v2] powerpc/mm: Flush radix process translations when setting MMU type
 2018-02-07 17:49 UTC  (3+ messages)

[PATCH v11 00/10] Application Data Integrity feature introduced by SPARC M7
 2018-02-07 17:42 UTC  (6+ messages)

[PATCH 00/18] crypto: talitos - fixes and performance improvement
 2018-02-07 14:39 UTC  (3+ messages)
` [PATCH 16/18] crypto: talitos - do hw_context DMA mapping outside the requests

[PATCH v2 0/6] Nintendo Wii GPIO driver
 2018-02-07 12:54 UTC  (6+ messages)
` [PATCH v2 3/6] gpio: Add GPIO driver for Nintendo Wii
` [PATCH v2 4/6] dt-bindings: gpio: Add binding for Wii GPIO controller

[PATCH v2] powerpc/npu: Cleanup MMIO ATSD flushing
 2018-02-07  3:14 UTC  (3+ messages)

[PATCH] rtc-opal: Fix handling of firmware error codes, prevent busy loops
 2018-02-06 14:06 UTC  (6+ messages)
`  "

[GIT PULL] Please pull powerpc/linux.git powerpc-4.16-1 tag
 2018-02-06 13:39 UTC  (3+ messages)

Kernel 4.15 lost set_robust_list support on POWER 9
 2018-02-06 13:17 UTC  (8+ messages)

[PATCH] powerpc: wii: Probe the whole devicetree
 2018-02-06 12:37 UTC 

[PATCH v11 3/3] mm, x86: display pkey in smaps only if arch supports pkeys
 2018-02-06  5:51 UTC  (4+ messages)

[PATCH, net] ibmvnic: fix empty firmware version and errors cleanup
 2018-02-06  2:28 UTC  (2+ messages)

[PATCH for 4.16 v7 02/11] powerpc: membarrier: Skip memory barrier in switch_mm()
 2018-02-05 20:32 UTC  (3+ messages)

[PATCH (skiboot)] dt: add /cpus/ibm, powerpc-cpu-features device tree bindings
 2018-02-05 14:41 UTC  (4+ messages)

[mainline][Memory off/on][83e3c48] kernel Oops with memory hot-unplug on ppc
 2018-02-05 14:24 UTC 

[PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling
 2018-02-05  7:56 UTC  (4+ messages)

[PATCH] powerpc/64s/radix: remove unused flush_tlb_lpid variants
 2018-02-05  5:21 UTC  (2+ messages)

[PATCH] powerpc/tm: Update function prototype comment
 2018-02-05  5:17 UTC 

[PATCH v4.4 backport 00/16] powerpc stable backports for v4.4
 2018-02-04 11:07 UTC  (26+ messages)
` [PATCH v4.4 backport 01/16] powerpc/bpf/jit: Disable classic BPF JIT on ppc64le
` [PATCH v4.4 backport 02/16] powerpc/64: Fix flush_(d|i)cache_range() called from modules
` [PATCH v4.4 backport 03/16] powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
` [PATCH v4.4 backport 04/16] powerpc: Simplify module TOC handling
` [PATCH v4.4 backport 05/16] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
` [PATCH v4.4 backport 06/16] powerpc/64: Add macros for annotating the destination of rfid/hrfid
` [PATCH v4.4 backport 07/16] powerpc/64s: Simple RFI macro conversions
` [PATCH v4.4 backport 08/16] powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNEL
` [PATCH v4.4 backport 09/16] powerpc/64: Convert the syscall exit path "
` [PATCH v4.4 backport 10/16] powerpc/64s: Convert slb_miss_common "
` [PATCH v4.4 backport 11/16] powerpc/64s: Add support for RFI flush of L1-D cache
` [PATCH v4.4 backport 12/16] powerpc/64s: Support disabling RFI flush with no_rfi_flush and nopti
` [PATCH v4.4 backport 13/16] powerpc/pseries: Query hypervisor for RFI flush settings
` [PATCH v4.4 backport 14/16] powerpc/powernv: Check device-tree "
` [PATCH v4.4 backport 15/16] powerpc/64s: Wire up cpu_show_meltdown()
` [PATCH v4.4 backport 16/16] powerpc/64s: Allow control of RFI flush via debugfs

[PATCH v6 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-02-03 20:24 UTC  (2+ messages)
` [PATCH v6 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions


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