linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-01 13:43:35 to 2020-12-04 06:20:17 UTC [more...]

[PATCH 0/7] CVE-2020-4788: Speculation on incompletely validated data on IBM Power9
 2020-12-04  6:21 UTC  (6+ messages)
` [PATCH 3/7] powerpc/64s: flush L1D after user accesses

[RFC v2 0/2] lazy mm refcounting
 2020-12-04  5:26 UTC  (3+ messages)
` [RFC v2 1/2] [NEEDS HELP] x86/mm: Handle unlazying membarrier core sync in the arch code
` [RFC v2 2/2] [MOCKUP] sched/mm: Lightweight lazy mm refcounting

[PATCH 0/3] Extend Parsing "ibm, thread-groups" for Shared-L2 information
 2020-12-04  4:48 UTC  (4+ messages)
` [PATCH 1/3] powerpc/smp: Parse ibm, thread-groups with multiple properties
` [PATCH 2/3] powerpc/smp: Add support detecting thread-groups sharing L2 cache
` [PATCH 3/3] powerpc/cacheinfo: Print correct cache-sibling map/list for "

[MOCKUP] x86/mm: Lightweight lazy mm refcounting
 2020-12-04  2:17 UTC  (7+ messages)

[PATCH kernel v2] vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
 2020-12-03 23:48 UTC  (2+ messages)

[PATCH] ASoC: fsl_aud2htx: mark PM functions as __maybe_unused
 2020-12-03 22:36 UTC  (2+ messages)

[PATCH 0/6] Add documentation for Documentation/features at the built docs
 2020-12-03 22:36 UTC  (2+ messages)

[PATCH 0/8] shoot lazy tlbs
 2020-12-03 18:33 UTC  (29+ messages)
` [PATCH 1/8] lazy tlb: introduce exit_lazy_tlb
` [PATCH 2/8] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
` [PATCH 5/8] lazy tlb: allow lazy tlb mm switching to be configurable
` [PATCH 6/8] lazy tlb: shoot lazies, a non-refcounting lazy tlb option

[PATCH] powerpc/hotplug: assign hot added LMB to the right node
 2020-12-03 18:25 UTC  (2+ messages)

[PATCH AUTOSEL 5.9 09/39] powerpc: Drop -me200 addition to build flags
 2020-12-03 17:10 UTC  (6+ messages)
` [PATCH AUTOSEL 5.9 18/39] ibmvnic: skip tx timeout reset while in resetting
` [PATCH AUTOSEL 5.9 26/39] soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
` [PATCH AUTOSEL 5.9 27/39] sched/idle: Fix arch_cpu_idle() vs tracing

[PATCH AUTOSEL 4.19 04/14] powerpc: Drop -me200 addition to build flags
 2020-12-03 13:30 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 10/14] soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)

powerpc 5.10-rcN boot failures with RCU_SCALE_TEST=m
 2020-12-03 14:34 UTC  (5+ messages)

[PATCH 1/2] ASoC: fsl-asoc-card: Add support for si476x codec
 2020-12-03 14:18 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 05/23] powerpc: Drop -me200 addition to build flags
 2020-12-03 13:29 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 12/23] ibmvnic: skip tx timeout reset while in resetting
` [PATCH AUTOSEL 5.4 15/23] soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)

[PATCH] powerpc/mm: Don't see NULL pointer dereference as a KUAP fault
 2020-12-03 11:55 UTC  (2+ messages)

[PATCH] EDAC, mv64x60: Fix error return code in mv64x60_pci_err_probe()
 2020-12-03 11:39 UTC  (3+ messages)

[PATCH kernel v2] powerpc/kuap: Restore AMR after replaying soft interrupts
 2020-12-03  8:13 UTC  (6+ messages)

[powerpc:next-test 121/184] arch/powerpc/kernel/firmware.c:31:9-10: WARNING: return of 0/1 in function 'check_kvm_guest' with return type bool
 2020-12-03  6:12 UTC  (3+ messages)
` [PATCH] powerpc: fix boolreturn.cocci warnings

[PATCH kernel] powerpc/perf: Stop crashing with generic_compat_pmu
 2020-12-03  5:27 UTC  (4+ messages)

[PATCH] powerpc/book3s_hv_uvmem: Check for failed page migration
 2020-12-03  5:08 UTC 

[PATCH] powerpc: add security.config, enforcing lockdown=integrity
 2020-12-03  4:28 UTC 

[PATCH 1/2] ASoC: dt-bindings: imx-hdmi: Add binding doc for hdmi machine driver
 2020-12-03  3:51 UTC  (4+ messages)
` [PATCH 2/2] ASoC: fsl: Add imx-hdmi "

[powerpc:merge] BUILD SUCCESS a1aeabd25a36d9e019381278e543e2d538dd44a7
 2020-12-03  2:28 UTC 

[powerpc:next-test] BUILD REGRESSION fb003959777a635dea8910cf71109b612c7f940c
 2020-12-03  2:28 UTC 

[powerpc:fixes-test] BUILD SUCCESS a1ee28117077c3bf24e5ab6324c835eaab629c45
 2020-12-03  2:22 UTC 

[PATCH v3 00/18] ibmvfc: initial MQ development
 2020-12-03  2:08 UTC  (19+ messages)
` [PATCH v3 01/18] ibmvfc: add vhost fields and defaults for MQ enablement
` [PATCH v3 02/18] ibmvfc: define hcall wrapper for registering a Sub-CRQ
` [PATCH v3 03/18] ibmvfc: add Subordinate CRQ definitions
` [PATCH v3 04/18] ibmvfc: add alloc/dealloc routines for SCSI Sub-CRQ Channels
` [PATCH v3 05/18] ibmvfc: add Sub-CRQ IRQ enable/disable routine
` [PATCH v3 06/18] ibmvfc: add handlers to drain and complete Sub-CRQ responses
` [PATCH v3 07/18] ibmvfc: define Sub-CRQ interrupt handler routine
` [PATCH v3 08/18] ibmvfc: map/request irq and register Sub-CRQ interrupt handler
` [PATCH v3 09/18] ibmvfc: implement channel enquiry and setup commands
` [PATCH v3 10/18] ibmvfc: advertise client support for using hardware channels
` [PATCH v3 11/18] ibmvfc: set and track hw queue in ibmvfc_event struct
` [PATCH v3 12/18] ibmvfc: send commands down HW Sub-CRQ when channelized
` [PATCH v3 13/18] ibmvfc: register Sub-CRQ handles with VIOS during channel setup
` [PATCH v3 14/18] ibmvfc: add cancel mad initialization helper
` [PATCH v3 15/18] ibmvfc: send Cancel MAD down each hw scsi channel
` [PATCH v3 16/18] ibmvfc: enable MQ and set reasonable defaults
` [PATCH v3 17/18] ibmvfc: provide modules parameters for MQ settings
` [PATCH v3 18/18] ibmvfc: drop host lock when completing commands in CRQ

[PATCH v2 00/17] ibmvfc: initial MQ development
 2020-12-02 22:28 UTC  (32+ messages)
` [PATCH v2 01/17] ibmvfc: add vhost fields and defaults for MQ enablement
` [PATCH v2 02/17] ibmvfc: define hcall wrapper for registering a Sub-CRQ
` [PATCH v2 03/17] ibmvfc: add Subordinate CRQ definitions
` [PATCH v2 04/17] ibmvfc: add alloc/dealloc routines for SCSI Sub-CRQ Channels
` [PATCH v2 05/17] ibmvfc: add Sub-CRQ IRQ enable/disable routine
` [PATCH v2 06/17] ibmvfc: add handlers to drain and complete Sub-CRQ responses
` [PATCH v2 07/17] ibmvfc: define Sub-CRQ interrupt handler routine
` [PATCH v2 08/17] ibmvfc: map/request irq and register Sub-CRQ interrupt handler
` [PATCH v2 09/17] ibmvfc: implement channel enquiry and setup commands
` [PATCH v2 10/17] ibmvfc: advertise client support for using hardware channels
` [PATCH v2 11/17] ibmvfc: set and track hw queue in ibmvfc_event struct
` [PATCH v2 12/17] ibmvfc: send commands down HW Sub-CRQ when channelized
` [PATCH v2 13/17] ibmvfc: register Sub-CRQ handles with VIOS during channel setup
` [PATCH v2 14/17] ibmvfc: add cancel mad initialization helper
` [PATCH v2 15/17] ibmvfc: send Cancel MAD down each hw scsi channel
` [PATCH v2 16/17] ibmvfc: enable MQ and set reasonable defaults
` [PATCH v2 17/17] ibmvfc: provide modules parameters for MQ settings

[powerpc:next-test 124/184] drivers/misc/lkdtm/powerpc.c:13:54: error: no member named 'sllp' in 'struct mmu_psize_def'
 2020-12-02 19:16 UTC 

[PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-12-02 18:56 UTC  (11+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1

[PATCH kernel] powerpc/kuap: Restore AMR after replaying soft interrupts
 2020-12-02 18:08 UTC  (2+ messages)

[PATCH 00/13] ibmvfc: initial MQ development
 2020-12-02 17:19 UTC  (3+ messages)

[PATCH] drivers: char: tpm: remove unneeded MODULE_VERSION() usage
 2020-12-02 17:06 UTC  (2+ messages)

[PATCH v9 0/6] KASAN for powerpc64 radix
 2020-12-02 15:11 UTC  (14+ messages)
` [PATCH v9 1/6] kasan: allow an architecture to disable inline instrumentation
` [PATCH v9 2/6] kasan: allow architectures to provide an outline readiness check
` [PATCH v9 3/6] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v9 4/6] kasan: Document support on 32-bit powerpc
` [PATCH v9 5/6] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v9 6/6] powerpc: Book3S 64-bit outline-only KASAN support

[PATCH kernel v3] powerpc/pci: Remove LSI mappings on device teardown
 2020-12-02 14:47 UTC  (3+ messages)

[PATCH 0/8] powerpc/64s: fix and improve machine check handling
 2020-12-02 13:00 UTC  (5+ messages)
` [PATCH 4/8] KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guests
` [PATCH 5/8] powerpc/64s/powernv: ratelimit harmless HMI error printing

[PATCH 1/2] ALSA: ppc: drop if block with always false condition
 2020-12-02 12:22 UTC  (6+ messages)
` [PATCH 2/2] powerpc/ps3: make system bus's remove and shutdown callbacks return void

CONFIG_PPC_VAS depends on 64k pages...?
 2020-12-02  7:17 UTC  (6+ messages)

[RFC PATCH] powerpc: show registers when unwinding interrupt frames
 2020-12-02  6:03 UTC  (3+ messages)

[powerpc:next-test] BUILD SUCCESS 72e886545963b33dd5e1d92ee9c77dadb51adc4e
 2020-12-02  5:40 UTC 

[powerpc:fixes-test] BUILD SUCCESS f54db39fbe40731c40aefdd3bc26e7d56d668c64
 2020-12-02  5:40 UTC 

[PATCH v2 0/4] Powerpc: Better preemption for shared processor
 2020-12-02  5:04 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc: Refactor is_kvm_guest declaration to new header
` [PATCH v2 2/4] powerpc: Rename is_kvm_guest to check_kvm_guest
` [PATCH v2 3/4] powerpc: Reintroduce is_kvm_guest in a new avatar
` [PATCH v2 4/4] powerpc/paravirt: Use is_kvm_guest in vcpu_is_preempted

[PATCH v7 21/22] powerpc/book3s64/hash/kup: Don't hardcode kup key
 2020-12-02  4:38 UTC  (2+ messages)
` [PATCH v7 updated 21/22 ] powerpc/book3s64/kup: Check max key supported before enabling kup

[net-next PATCH] net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUT
 2020-12-02  1:00 UTC  (2+ messages)

[PATCH kernel v2] powerpc/pci: Remove LSI mappings on device teardown
 2020-12-01 22:45 UTC  (3+ messages)

[PATCH v2 0/5] drop unused BACKLIGHT_GENERIC option
 2020-12-01 22:29 UTC  (6+ messages)
` [PATCH v2 1/5] ARM: configs: "
` [PATCH v2 2/5] arm64: defconfig: "
` [PATCH v2 3/5] MIPS: configs: "
` [PATCH v2 4/5] parisc: "
` [PATCH v2 5/5] powerpc/configs: "

[PATCH 0/5] drop unused BACKLIGHT_GENERIC option
 2020-12-01 21:18 UTC  (10+ messages)
` [PATCH 1/5] ARM: configs: "

[PATCH net v3 0/2] ibmvnic: Bug fixes for queue descriptor processing
 2020-12-01 18:12 UTC  (4+ messages)
` [PATCH net v3 1/2] ibmvnic: Ensure that SCRQ entry reads are correctly ordered
` [PATCH net v3 2/2] ibmvnic: Fix TX completion error handling

powerpc32: BUG: KASAN: use-after-free in test_bpf_init+0x6f8/0xde8 [test_bpf]
 2020-12-01 17:43 UTC 

[PATCH v6 0/5] PCI: Unify ECAM constants in native PCI Express drivers
 2020-12-01 15:34 UTC  (2+ messages)

[PATCH] selftests/powerpc: update .gitignore
 2020-12-01 14:44 UTC 

[PATCH] powerpc/feature-fixups: use a semicolon rather than a comma
 2020-12-01 14:43 UTC 

[PATCH v8 00/12] huge vmalloc mappings
 2020-12-01 14:21 UTC  (3+ messages)
` [PATCH v8 05/12] mm: HUGE_VMAP arch support cleanup

[RFC PATCH 00/14] powerpc64: Add support for ftrace direct calls
 2020-12-01 13:46 UTC  (4+ messages)
` [RFC PATCH 01/14] ftrace: Fix updating FTRACE_FL_TRAMP


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