linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 20:46:51 to 2021-01-15 17:23:15 UTC [more...]

[PATCH v6 00/39] powerpc: interrupt wrappers
 2021-01-15 16:49 UTC  (13+ messages)
` [PATCH v6 01/39] KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs
` [PATCH v6 02/39] powerpc/32s: move DABR match out of handle_page_fault
` [PATCH v6 03/39] powerpc/64s: "
` [PATCH v6 04/39] powerpc/64s: move the hash fault handling logic to C
` [PATCH v6 05/39] powerpc: remove arguments from fault handler functions
` [PATCH v6 06/39] powerpc: do_break get registers from regs
` [PATCH v6 07/39] powerpc: bad_page_fault "
` [PATCH v6 08/39] powerpc: rearrange do_page_fault error case to be inside exception_enter
` [PATCH v6 09/39] powerpc/64s: move bad_page_fault handling to C
` [PATCH v6 10/39] powerpc/64s: split do_hash_fault
` [PATCH v6 11/39] powerpc/mm: Remove stale do_page_fault comment referring to SLB faults
` [PATCH v6 12/39] powerpc/64s: slb comment update

[PATCH 0/6] powerpc/rtas: miscellaneous cleanups, user region allocation
 2021-01-15 16:04 UTC  (22+ messages)
` [PATCH 1/6] powerpc/rtas: improve ppc_rtas_rmo_buf_show documentation
` [PATCH 2/6] powerpc/rtas-proc: remove unused RMO_READ_BUF_MAX
` [PATCH 3/6] powerpc/rtas: remove ibm_suspend_me_token
` [PATCH 4/6] powerpc/rtas: move syscall filter setup into separate function
` [PATCH 5/6] powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
` [PATCH 6/6] powerpc/rtas: constrain user region allocation to RMA

[PATCH v2 0/7] Rid W=1 warnings in Ethernet
 2021-01-15 13:38 UTC  (10+ messages)
` [PATCH 5/7] net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours
` [PATCH 6/7] net: ethernet: toshiba: ps3_gelic_net: "

[PATCH v3] powerpc/mce: Remove per cpu variables from MCE handlers
 2021-01-15 12:58 UTC 

[PATCH] powerpc: Handle .text.{hot,unlikely}.* in linker script
 2021-01-15 12:23 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v2] powerpc: Handle .text.{hot, unlikely}.* "

[PATCH v2] powerpc: fix alignment bug whithin the init sections
 2021-01-15 12:23 UTC  (2+ messages)

[PATCH v3] powerpc/vdso: fix clock_gettime_fallback for vdso32
 2021-01-15 12:23 UTC  (2+ messages)

[PATCH -next] pci/controller/dwc: convert comma to semicolon
 2021-01-15 11:36 UTC  (3+ messages)

[PATCH 0/3] tty: some cleanups in remove functions
 2021-01-15  8:20 UTC  (7+ messages)
` [PATCH 1/3] tty: hvcs: Drop unnecessary if block
` [PATCH 2/3] tty: vcc: "
` [PATCH 3/3] tty: vcc: Drop impossible to hit WARN_ON

[PATCH] powerpc: dts: p2020rdb: add missing peripherials
 2021-01-15  7:37 UTC 

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-15  7:17 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH] perf tools: Resolve symbols against debug file first
 2021-01-15  7:37 UTC  (3+ messages)

[PATCH] powerpc/sstep: Fix array out of bound warning
 2021-01-15  6:16 UTC 

[PATCH 10/18] arch: powerpc: Stop building and using oprofile
 2021-01-15  4:13 UTC  (3+ messages)
` [PATCH 11/18] arch: powerpc: Remove oprofile

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-15  3:46 UTC  (44+ messages)
` [RFC PATCH v3 1/6] swiotlb: Add io_tlb_mem struct
` [RFC PATCH v3 2/6] swiotlb: Add restricted DMA pool
` [RFC PATCH v3 3/6] swiotlb: Use restricted DMA pool if available
` [RFC PATCH v3 4/6] swiotlb: Add restricted DMA alloc/free support
` [RFC PATCH v3 6/6] of: Add plumbing for restricted DMA pool

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

[powerpc:next-test] BUILD SUCCESS 6629114a7f6f21d41640cbc006c3694e65940729
 2021-01-15  1:51 UTC 

[powerpc:merge] BUILD SUCCESS 56f0e929cb28f6e28e6f88d88c03b75979cf1f40
 2021-01-15  1:51 UTC 

[powerpc:fixes-test] BUILD SUCCESS 41131a5e54ae7ba5a2bb8d7b30d1818b3f5b13d2
 2021-01-15  1:51 UTC 

[PATCH v4 00/21] ibmvfc: initial MQ development
 2021-01-15  1:47 UTC  (13+ messages)
` [PATCH v4 01/21] ibmvfc: add vhost fields and defaults for MQ enablement
` [PATCH v4 18/21] ibmvfc: send Cancel MAD down each hw scsi channel
` [PATCH v4 21/21] ibmvfc: provide modules parameters for MQ settings

[PATCH v5 00/21] powerpc: interrupt wrappers
 2021-01-15  0:25 UTC  (44+ messages)
` [PATCH v5 01/21] powerpc/32s: Do DABR match out of handle_page_fault()
` [PATCH v5 02/21] powerpc/64s: move the last of the page fault handling logic to C
` [PATCH v5 03/21] powerpc: remove arguments from fault handler functions
` [PATCH v5 04/21] powerpc: bad_page_fault, do_break get registers from regs
` [PATCH v5 05/21] powerpc/perf: move perf irq/nmi handling details into traps.c
` [PATCH v5 06/21] powerpc: interrupt handler wrapper functions
` [PATCH v5 07/21] powerpc: add interrupt wrapper entry / exit stub functions
` [PATCH v5 08/21] powerpc: add interrupt_cond_local_irq_enable helper
` [PATCH v5 09/21] powerpc/64: context tracking remove _TIF_NOHZ
` [PATCH v5 10/21] powerpc/64s/hash: improve context tracking of hash faults
` [PATCH v5 11/21] powerpc/64: context tracking move to interrupt wrappers
` [PATCH v5 12/21] powerpc/64: add context tracking to asynchronous interrupts
` [PATCH v5 13/21] powerpc: handle irq_enter/irq_exit in interrupt handler wrappers
` [PATCH v5 14/21] powerpc/64s: move context tracking exit to interrupt exit path
` [PATCH v5 15/21] powerpc/64s: reconcile interrupts in C
` [PATCH v5 16/21] powerpc/64: move account_stolen_time into its own function
` [PATCH v5 17/21] powerpc/64: entry cpu time accounting in C
` [PATCH v5 18/21] powerpc: move NMI entry/exit code into wrapper
` [PATCH v5 19/21] powerpc/64s: move NMI soft-mask handling to C
` [PATCH v5 20/21] powerpc/64s: runlatch interrupt handling in C
` [PATCH v5 21/21] powerpc/64s: power4 nap fixup "

[PATCH] spi: fsl: Fix driver breakage when SPI_CS_HIGH is not set in spi->mode
 2021-01-14 16:48 UTC  (2+ messages)

SPI not working on 5.10 and 5.11, bisected to 766c6b63aa04 ("spi: fix client driver breakages when using GPIO descriptors")
 2021-01-14 13:59 UTC  (8+ messages)

KVM on POWER8 host lock up since 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C")
 2021-01-14 13:08 UTC  (10+ messages)

[PATCH for 5.10] powerpc/32s: Fix RTAS machine check with VMAP stack
 2021-01-13 16:50 UTC  (2+ messages)

[PATCH for 4.9/4.14] powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
 2021-01-13 16:48 UTC  (2+ messages)

[patch 0/4] mm/highmem: Fix fallout from generic kmap_local conversions
 2021-01-13 10:59 UTC  (5+ messages)
` [patch 1/4] sparc/mm/highmem: Flush cache and TLB
` [patch 3/4] mips/mm/highmem: Use set_pte() for kmap_local()

[PATCH kernel] powerpc/iommu/debug: Add debugfs entries for IOMMU tables
 2021-01-13 10:20 UTC 

[RFC PATCH] powerpc/64s: security fallback improvement
 2021-01-13  7:52 UTC 

[PATCH for 4.4] powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
 2021-01-13  7:12 UTC 

[PATCH] tools/perf: Fix powerpc gap between kernel end and module start
 2021-01-13  6:44 UTC  (3+ messages)

[PATCH v2 0/5] ibmvfc: MQ preparatory locking work
 2021-01-13  5:48 UTC  (2+ messages)

[PATCH] ASoC: imx-hdmi: Fix warning of the uninitialized variable ret
 2021-01-12 20:44 UTC  (5+ messages)


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