linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-23 04:16:33 to 2020-10-28 21:22:56 UTC [more...]

[PATCH 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-28 21:03 UTC  (31+ 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] powerpc/smp: Move rcu_cpu_starting() earlier
 2020-10-28 20:59 UTC  (2+ messages)

[PATCH 19/33] docs: ABI: stable: make files ReST compatible
 2020-10-28 17:44 UTC  (4+ messages)
` [PATCH 20/33] docs: ABI: testing: make the files compatible with ReST output
` [PATCH 30/33] docs: ABI: cleanup several ABI documents

[PATCH 00/13] PCI: dwc: Another round of clean-ups
 2020-10-28 20:46 UTC  (14+ messages)
` [PATCH 01/13] PCI: dwc/imx6: Drop setting PCI_MSI_FLAGS_ENABLE
` [PATCH 02/13] PCI: dwc/intel-gw: Move ATU offset out of driver match data
` [PATCH 03/13] PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
` [PATCH 04/13] PCI: dwc/intel-gw: Remove some unneeded function wrappers
` [PATCH 05/13] PCI: dwc: Ensure all outbound ATU windows are reset
` [PATCH 06/13] PCI: dwc/dra7xx: Use the common MSI irq_chip
` [PATCH 07/13] PCI: dwc: Drop the .set_num_vectors() host op
` [PATCH 08/13] PCI: dwc: Move MSI interrupt setup into DWC common code
` [PATCH 09/13] PCI: dwc: Rework MSI initialization
` [PATCH 10/13] PCI: dwc: Move link handling into common code
` [PATCH 11/13] PCI: dwc: Move dw_pcie_msi_init() into core
` [PATCH 12/13] PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
` [PATCH 13/13] PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()

[PATCH kernel v3 0/2] DMA, powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-28 17:22 UTC  (4+ messages)
` [PATCH kernel v3 1/2] dma: Allow mixing bypass and mapped DMA operation
` [PATCH kernel v3 2/2] powerpc/dma: Fallback to dma_ops when persistent memory present

[PATCH kernel v2 0/2] DMA, powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-28 17:21 UTC  (6+ messages)
` [PATCH kernel v2 1/2] dma: Allow mixing bypass and normal IOMMU operation
` [PATCH kernel v2 2/2] powerpc/dma: Fallback to dma_ops when persistent memory present

[PATCH] powerpc/eeh_cache: Fix a possible debugfs deadlock
 2020-10-28 15:27 UTC 

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

[PATCH 5/9] kprobes/ftrace: Add recursion protection to the ftrace callback
 2020-10-28 11:52 UTC 

[PATCH] powerpc: avoid broken GCC __attribute__((optimize))
 2020-10-28  8:29 UTC  (3+ messages)
` Test Results: "

[PATCH v2 1/2] ASoC: dt-bindings: fsl_aud2htx: Add binding doc for aud2htx module
 2020-10-28  9:38 UTC  (2+ messages)
` [PATCH v2 2/2] ASoC: fsl_aud2htx: Add aud2htx module driver

[PATCH] powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
 2020-10-28  9:15 UTC 

[PATCH 1/3] powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
 2020-10-28  7:59 UTC  (4+ messages)

[PATCH] ibmvscsi: fix race potential race after loss of transport
 2020-10-28  5:21 UTC  (3+ messages)

[PATCH 1/2] ASoC: dt-bindings: fsl_aud2htx: Add binding doc for aud2htx module
 2020-10-28  5:20 UTC  (6+ messages)
` [PATCH 2/2] ASoC: fsl_aud2htx: Add aud2htx module driver

[PATCH] ibmveth: Fix use of ibmveth in a bridge
 2020-10-28  0:54 UTC  (4+ messages)

[PATCH net-next 00/15] in_interrupt() cleanup, part 2
 2020-10-27 22:54 UTC  (16+ messages)
` [PATCH net-next 01/15] net: orinoco: Remove BUG_ON(in_interrupt/irq())
` [PATCH net-next 02/15] net: neterion: s2io: Replace in_interrupt() for context detection
` [PATCH net-next 03/15] net: forcedeth: Replace context and lock check with a lockdep_assert()
` [PATCH net-next 04/15] net: mlx5: Replace in_irq() usage
` [PATCH net-next 05/15] net: tlan: "
` [PATCH net-next 06/15] net: airo: Invoke airo_read_wireless_stats() directly
` [PATCH net-next 07/15] net: airo: Always use JOB_STATS and JOB_EVENT
` [PATCH net-next 08/15] net: airo: Replace in_atomic() usage
` [PATCH net-next 09/15] net: hostap: Remove in_atomic() check
` [PATCH net-next 10/15] net: zd1211rw: Remove in_atomic() usage
` [PATCH net-next 11/15] net: rtlwifi: Remove in_interrupt() usage in is_any_client_connect_to_ap()
` [PATCH net-next 12/15] net: rtlwifi: Remove in_interrupt() usage in halbtc_send_bt_mp_operation()
` [PATCH net-next 13/15] soc/fsl/qbman: Add an argument to signal if NAPI processing is required
` [PATCH net-next 14/15] net: dpaa: Replace in_irq() usage
` [PATCH net-next 15/15] crypto: caam: "

[PATCH] ibmvfc: add new fields for version 2 of several MADs
 2020-10-27 21:52 UTC  (3+ messages)

[RFC PATCH kernel 0/2] irq: Add reference counting to IRQ mappings
 2020-10-27 16:09 UTC  (4+ messages)
` [RFC PATCH kernel 1/2] "
` [RFC PATCH kernel 2/2] powerpc/pci: Remove LSI mappings on device teardown

[PATCH 02/10] fs: don't allow splice read/write without explicit ops
 2020-10-27 10:38 UTC  (6+ messages)
` remove the last set_fs() in common code, and remove it for x86 and powerpc v2

[PATCH kernel 0/2] powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-27  8:36 UTC  (2+ messages)

[PATCH 1/5] powerpc/perf: Add new power pmu flag "PPMU_P10_DD1" for power10 DD1
 2020-10-27  2:31 UTC  (5+ messages)
` [PATCH 5/5] powerpc/perf: use regs->nip when siar is zero

[PATCH AUTOSEL 4.4 01/25] powerpc/powernv/smp: Fix spurious DBG() warning
 2020-10-27  0:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 21/25] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest

[PATCH AUTOSEL 4.9 01/30] powerpc/powernv/smp: Fix spurious DBG() warning
 2020-10-27  0:10 UTC 

[PATCH AUTOSEL 4.14 01/46] powerpc/powernv/smp: Fix spurious DBG() warning
 2020-10-27  0:09 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 02/46] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM

[REGRESSION] mm: process_vm_readv testcase no longer works after compat_prcoess_vm_readv removed
 2020-10-27  0:09 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 01/60] powerpc/powernv/smp: Fix spurious DBG() warning
 2020-10-27  0:03 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 02/60] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM

[PATCH AUTOSEL 5.4 01/80] powerpc/powernv/smp: Fix spurious DBG() warning
 2020-10-26 23:55 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 03/80] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
` [PATCH AUTOSEL 5.4 67/80] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest

[PATCH AUTOSEL 5.8 001/132] powerpc/powernv/smp: Fix spurious DBG() warning
 2020-10-26 23:51 UTC  (5+ messages)
` [PATCH AUTOSEL 5.8 004/132] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH AUTOSEL 5.8 006/132] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
` [PATCH AUTOSEL 5.8 018/132] powerpc/64s: handle ISA v3.1 local copy-paste context switches
` [PATCH AUTOSEL 5.8 112/132] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest

[PATCH AUTOSEL 5.9 001/147] powerpc/vmemmap: Fix memory leak with vmemmap list allocation failures
 2020-10-26 23:48 UTC  (7+ messages)
` [PATCH AUTOSEL 5.9 002/147] powerpc/powernv/smp: Fix spurious DBG() warning
` [PATCH AUTOSEL 5.9 005/147] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH AUTOSEL 5.9 007/147] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
` [PATCH AUTOSEL 5.9 020/147] powerpc/64s: handle ISA v3.1 local copy-paste context switches
` [PATCH AUTOSEL 5.9 058/147] selftests/powerpc: Make using_hash_mmu() work on Cell & PowerMac
` [PATCH AUTOSEL 5.9 121/147] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest

[PATCH 1/2] ASoC: dt-bindings: fsl_spdif: Add new compatible string for i.MX8QM
 2020-10-26 23:46 UTC  (2+ messages)

[PATCH v4 0/2] DAI driver for new XCVR IP
 2020-10-26 23:45 UTC  (2+ messages)

[PATCH v2] ASoC: fsl_spdif: Add support for higher sample rates
 2020-10-26 23:45 UTC  (2+ messages)

[PATCH] treewide: Convert macro and uses of __section(foo) to __section("foo")
 2020-10-26 21:27 UTC  (9+ messages)

Build regressions/improvements in v5.10-rc1
 2020-10-26 20:17 UTC  (3+ messages)

[PATCH v3 00/16] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-10-26 16:46 UTC  (5+ messages)
` [PATCH v3 01/16] dt-bindings: usb: usb-hcd: Convert generic USB properties to "

[Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage
 2020-10-26 13:40 UTC 

[PATCH 1/2] powerpc: Introduce POWER10_DD1 feature
 2020-10-26  9:58 UTC  (3+ messages)

[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 

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-10-24 21:12 UTC  (31+ messages)

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

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

[PATCH] net: ucc_geth: Drop extraneous parentheses in comparison
 2020-10-24  1:50 UTC  (3+ 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  (5+ messages)

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

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


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