linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-20 11:43:33 to 2020-10-26 01:28:51 UTC [more...]

[PATCH 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-26  0:38 UTC  (6+ messages)
` [PATCH 1/4] mm: introduce debug_pagealloc_map_pages() helper
` [PATCH 2/4] PM: hibernate: improve robustness of mapping pages in the direct map
` [PATCH 3/4] arch, mm: restore dependency of __kernel_map_pages() of DEBUG_PAGEALLOC
` [PATCH 4/4] arch, mm: make kernel_page_present() always available

[PATCH 0/3] warn and suppress irqflood
 2020-10-25 11:12 UTC 

[powerpc:merge] BUILD SUCCESS 8cb17737940b156329cb5210669b9c9b23f4dd56
 2020-10-25  2:48 UTC 

[powerpc:next-test] BUILD SUCCESS 29b535f8c5da3984d083068bd651af0631dcdca6
 2020-10-25  2:48 UTC 

[PATCH] ibmvscsi: fix race potential race after loss of transport
 2020-10-25  0:13 UTC 

let import_iovec deal with compat_iovecs as well v4
 2020-10-24 21:12 UTC  (60+ messages)
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
  ` Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"

[GIT PULL] Please pull powerpc/linux.git powerpc-5.10-2 tag
 2020-10-24 18:11 UTC  (2+ messages)

C vdso
 2020-10-24 11:16 UTC  (5+ messages)

[PATCH] powerpc/eeh: Fix eeh_dev_check_failure() for PE#0
 2020-10-24 10:27 UTC  (2+ messages)

[PATCH] powerpc/64s: Remove TM from Power10 features
 2020-10-24 10:27 UTC  (2+ messages)

[PATCH v2 1/3] powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9
 2020-10-24 10:27 UTC  (4+ messages)
` [PATCH v2 3/3] powerpc: Fix update form addressing in inline assembly

[PATCH v4] powerpc/pseries: Avoid using addr_to_pfn in real mode
 2020-10-24 10:27 UTC  (4+ messages)

[PATCH] net: ucc_geth: Drop extraneous parentheses in comparison
 2020-10-24  1:50 UTC  (3+ messages)

[PATCH] treewide: Convert macro and uses of __section(foo) to __section("foo")
 2020-10-23 20:03 UTC  (6+ messages)

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-10-23 13:29 UTC  (15+ messages)
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()

[PATCH] x86/mpx: fix recursive munmap() corruption
 2020-10-23 12:28 UTC  (3+ messages)

[PATCH v2 1/2] powerpc: Introduce POWER10_DD1 feature
 2020-10-23 10:14 UTC  (6+ messages)
` [PATCH v2 2/2] powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions

[PATCH] powerpc: Send SIGBUS from machine_check
 2020-10-23  9:23 UTC  (4+ messages)

[powerpc:fixes] BUILD SUCCESS 4ff753feab021242144818b9a3ba011238218145
 2020-10-23  4:14 UTC 

[PATCH] powerpc: Add config fragment for disabling -Werror
 2020-10-23  4:00 UTC 

[PATCH] serial: pmac_zilog: don't init if zilog is not available
 2020-10-23  3:21 UTC  (15+ messages)

[PATCH] powerpc/ps3: Drop unused DBG macro
 2020-10-23  3:13 UTC 

[PATCHv2] selftests/powerpc/eeh: disable kselftest timeout setting for eeh-basic
 2020-10-23  2:45 UTC 

[PATCH] selftests/powerpc/eeh: disable kselftest timeout setting for eeh-basic
 2020-10-23  2:37 UTC  (3+ messages)

[PATCH] powerpc/85xx: Fix declaration made after definition
 2020-10-23  2:08 UTC 

[PATCH] powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
 2020-10-22 16:37 UTC  (2+ messages)

[PATCH 1/2] powerpc: Introduce POWER10_DD1 feature
 2020-10-22 11:35 UTC  (2+ messages)

[PATCH v3 1/3] powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9
 2020-10-22  9:29 UTC  (3+ messages)
` [PATCH v3 2/3] powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
` [PATCH v3 3/3] powerpc: Fix update form addressing in inline assembly

[PATCH] powerpc/mm: move setting pte specific flags to pfn_pmd
 2020-10-22  9:11 UTC 

[PATCH] powerpc/time: enable sched clock for irqtime
 2020-10-22  6:58 UTC  (2+ messages)

[PATCH v1 01/20] powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
 2020-10-22  6:29 UTC  (20+ messages)
` [PATCH v1 02/20] powerpc/mm: Add mask of always present MMU features
` [PATCH v1 03/20] powerpc/mm: Remove flush_tlb_page_nohash() prototype
` [PATCH v1 04/20] powerpc/32s: Make bat_addrs[] static
` [PATCH v1 05/20] powerpc/32s: Use mmu_has_feature(MMU_FTR_HPTE_TABLE) instead of checking Hash var
` [PATCH v1 06/20] powerpc/32s: Make Hash var static
` [PATCH v1 07/20] powerpc/32s: Declare Hash related vars as __initdata
` [PATCH v1 08/20] powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.h
` [PATCH v1 09/20] powerpc/32s: Inline _tlbie() on non SMP
` [PATCH v1 10/20] powerpc/32s: Move _tlbie() and _tlbia() in a new file
` [PATCH v1 11/20] powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()
` [PATCH v1 12/20] powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()
` [PATCH v1 13/20] powerpc/32s: Split and inline flush_range()
` [PATCH v1 14/20] powerpc/32s: Inline tlb_flush()
` [PATCH v1 15/20] powerpc/32s: Inline flush_hash_entry()
` [PATCH v1 16/20] powerpc/32s: Move early_mmu_init() into mmu.c
` [PATCH v1 17/20] powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xx
` [PATCH v1 18/20] powerpc/32s: Regroup 603 based CPUs in cputable
` [PATCH v1 19/20] powerpc/32s: Make support for 603 and 604+ selectable
` [PATCH v1 20/20] powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected

[PATCH 1/5] powerpc/perf: Add new power pmu flag "PPMU_P10_DD1" for power10 DD1
 2020-10-22  1:25 UTC  (7+ messages)
` [PATCH v2 2/5] powerpc/perf: Drop the check for SIAR_VALID
` [PATCH 3/5] powerpc/perf: Use the address from SIAR register to set cpumode flags
` [PATCH 4/5] powerpc/perf: Exclude kernel samples while counting events in user space
` [PATCH 5/5] powerpc/perf: use regs->nip when siar is zero

KVM on POWER8 host lock up since 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C")
 2020-10-21 17:00 UTC  (9+ messages)

[RFC PATCH 0/4] powerpc/papr_scm: Add support for reporting NVDIMM performance statistics
 2020-10-21 16:52 UTC  (2+ messages)

[PATCH v2] powerpc/mm: Add mask of always present MMU features
 2020-10-21 16:37 UTC  (4+ messages)

[PATCH v3 00/16] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-10-21 15:46 UTC  (17+ messages)
` [PATCH v3 01/16] dt-bindings: usb: usb-hcd: Convert generic USB properties to "
` [PATCH v3 05/16] dt-bindings: usb: usb-hcd: Add generic "usb-phy" property
` [PATCH v3 06/16] dt-bindings: usb: Convert xHCI bindings to DT schema
` [PATCH v3 08/16] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file
` [PATCH v3 09/16] dt-bindings: usb: Convert DWC USB3 bindings to DT schema
` [PATCH v3 10/16] dt-bindings: usb: dwc3: Add interrupt-names property support
` [PATCH v3 11/16] dt-bindings: usb: dwc3: Add Tx De-emphasis constraints
` [PATCH v3 12/16] dt-bindings: usb: dwc3: Add Frame Length Adj constraints
` [PATCH v3 13/16] dt-bindings: usb: meson-g12a-usb: Fix FL-adj property value
` [PATCH v3 14/16] dt-bindings: usb: meson-g12a-usb: Validate DWC2/DWC3 sub-nodes
` [PATCH v3 15/16] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node
` [PATCH v3 16/16] dt-bindings: usb: qcom,dwc3: "

[PATCH 1/2] dt-bindings: powerpc: Add a schema for the 'sleep' property
 2020-10-21  6:45 UTC  (3+ messages)
` [PATCH 2/2] dt: Remove booting-without-of.rst

[powerpc:merge] BUILD SUCCESS 598b738031de83cadbcf745ad0ad2bd69a0ee012
 2020-10-21  4:05 UTC 

[powerpc:fixes-test] BUILD SUCCESS d1781f23704707d350b8c9006e2bdf5394bf91b2
 2020-10-21  4:05 UTC 

[PATCH kernel 0/2] powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-21  3:20 UTC  (3+ messages)
` [PATCH kernel 1/2] Revert "dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dma"
` [PATCH kernel 2/2] powerpc/dma: Fallback to dma_ops when persistent memory present

mm: Question about the use of 'accessed' flags and pte_young() helper
 2020-10-20 18:33 UTC  (3+ messages)

[PATCH 00/29] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2020-10-20 12:38 UTC  (3+ messages)
` [PATCH 15/29] powerpc: dts: akebono: Harmonize EHCI/OHCI DT "

[PATCH v2 0/2] Fixes for coregroup
 2020-10-20 12:23 UTC  (2+ messages)

[PATCH 1/2] powerpc: Fix user data corruption with P9N DD2.1 VSX CI load workaround emulation
 2020-10-20 12:23 UTC  (2+ messages)

[PATCH v2] powerpc/powernv/dump: Fix race while processing OPAL dump
 2020-10-20 12:23 UTC  (2+ messages)

[PATCH] powerpc/powernv/dump: Handle multiple writes to ack attribute
 2020-10-20 12:23 UTC  (2+ messages)

[PATCH 1/3] powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9
 2020-10-20 11:51 UTC  (5+ messages)
` [PATCH 3/3] powerpc: Fix pre-update addressing in inline assembly


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