linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 12:09:14 to 2021-01-21 07:20:09 UTC [more...]

linux-next: build failure on power pc
 2021-01-21  7:17 UTC  (3+ messages)
` [PATCH] powerpc: fix AKEBONO build failures

[PATCH net] ibmvnic: device remove has higher precedence over reset
 2021-01-21  6:20 UTC 

[PATCH 1/2] crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)
 2021-01-21  5:35 UTC  (4+ messages)
` [PATCH 2/2] crypto: talitos - Fix ctr(aes) on SEC1

[PATCH v3] [PATCH] powerpc/sstep: Check ISA 3.0 instruction validity before emulation
 2021-01-21  4:36 UTC  (4+ messages)

[PATCH v5 00/21] ibmvfc: initial MQ development/enablement
 2021-01-21  3:34 UTC  (2+ messages)

[PATCH][next] scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"
 2021-01-21  2:42 UTC  (2+ messages)

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-21  1:09 UTC  (6+ messages)
` [RFC PATCH v3 5/6] dt-bindings: of: Add restricted DMA pool

[PATCH 0/6] powerpc/rtas: miscellaneous cleanups, user region allocation
 2021-01-21  0:26 UTC  (22+ messages)
` [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] PCI: dwc: layerscape: convert to builtin_platform_driver()
 2021-01-20 23:58 UTC  (11+ messages)

[PATCH] powerpc/64: prevent replayed interrupt handlers from running softirqs
 2021-01-20 18:12 UTC  (2+ messages)

[PATCH] arch: powerpc: mm: book3s64: Fixed spelling architectue -> architecture in line number 1061
 2021-01-20 17:51 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 034dfbf2e25530e4ee252464b397f30a5f55fbb7
 2021-01-20 19:00 UTC 

[powerpc:next-test] BUILD SUCCESS 04483fc005f81d678e4fe63e36eab4fb39c5277b
 2021-01-20 19:01 UTC 

[powerpc:fixes-test] BUILD SUCCESS dd3a44c06f7b4f14e90065bf05d62c255b20005f
 2021-01-20 19:00 UTC 

[PATCH] powerpc: Fix debug print in smp_setup_cpu_maps
 2021-01-20 18:18 UTC 

[PATCH 0/3] tty: some cleanups in remove functions
 2021-01-20 17:16 UTC  (3+ messages)
` [PATCH 1/3] tty: hvcs: Drop unnecessary if block

[PATCH 0/4] a few KVM patches
 2021-01-20 14:27 UTC  (11+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
` [PATCH 2/4] KVM: PPC: Book3S HV: Fix radix guest SLB side channel
` [PATCH 3/4] KVM: PPC: Book3S HV: No need to clear radix host SLB before loading guest
` [PATCH 4/4] KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLB

[PATCH] powerpc: Fix build error in paravirt.h
 2021-01-20 13:28 UTC 

[PATCH v6 00/39] powerpc: interrupt wrappers
 2021-01-20 11:45 UTC  (52+ 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 v6 13/39] powerpc/traps: add NOKPROBE_SYMBOL for sreset and mce
` [PATCH v6 14/39] powerpc/perf: move perf irq/nmi handling details into traps.c
` [PATCH v6 15/39] powerpc/time: move timer_broadcast_interrupt prototype to asm/time.h
` [PATCH v6 16/39] powerpc: add and use unknown_async_exception
` [PATCH v6 17/39] powerpc/fsl_booke/32: CacheLockingException remove args
` [PATCH v6 18/39] powerpc: DebugException "
` [PATCH v6 19/39] powerpc/cell: tidy up pervasive declarations
` [PATCH v6 20/39] powerpc: introduce die_mce
` [PATCH v6 21/39] powerpc/mce: ensure machine check handler always tests RI
` [PATCH v6 22/39] powerpc: improve handling of unrecoverable system reset
` [PATCH v6 23/39] powerpc: interrupt handler wrapper functions
` [PATCH v6 24/39] powerpc: add interrupt wrapper entry / exit stub functions
` [PATCH v6 25/39] powerpc: convert interrupt handlers to use wrappers
` [PATCH v6 26/39] powerpc: add interrupt_cond_local_irq_enable helper
` [PATCH v6 27/39] powerpc/64: context tracking remove _TIF_NOHZ
` [PATCH v6 28/39] powerpc/64s/hash: improve context tracking of hash faults
` [PATCH v6 29/39] powerpc/64: context tracking move to interrupt wrappers
` [PATCH v6 30/39] powerpc/64: add context tracking to asynchronous interrupts
` [PATCH v6 31/39] powerpc: handle irq_enter/irq_exit in interrupt handler wrappers
` [PATCH v6 32/39] powerpc/64s: move context tracking exit to interrupt exit path
` [PATCH v6 33/39] powerpc/64s: reconcile interrupts in C
` [PATCH v6 34/39] powerpc/64: move account_stolen_time into its own function
` [PATCH v6 35/39] powerpc/64: entry cpu time accounting in C
` [PATCH v6 36/39] powerpc: move NMI entry/exit code into wrapper
` [PATCH v6 37/39] powerpc/64s: move NMI soft-mask handling to C
` [PATCH v6 38/39] powerpc/64s: runlatch interrupt handling in C
` [PATCH v6 39/39] powerpc/64s: power4 nap fixup "

[PATCH] powerpc/uprobes: Don't allow probe on suffix of prefixed instruction
 2021-01-20 11:18 UTC  (3+ messages)

[PATCH] [PATCH] powerpc/sstep: Check ISA 3.0 instruction validity before emulation
 2021-01-20 10:40 UTC  (3+ messages)

[PATCH] [PATCH V2] powerpc/sstep: Check ISA 3.0 instruction validity before emulation
 2021-01-20 10:27 UTC 

[PATCH 1/2] powerpc/47x: Disable 256k page size
 2021-01-20  9:33 UTC  (3+ messages)
` [PATCH 2/2] powerpc/44x: Remove STDBINUTILS kconfig option

[PATCH 1/2] powerpc/32s: Add missing call to kuep_lock on syscall entry
 2021-01-20  7:34 UTC  (2+ messages)
` [PATCH 2/2] powerpc/32s: Unroll kuep_lock and kuep_unlock macros

[PATCH] powerpc/47x: Disable 256k page size
 2021-01-20  6:31 UTC  (3+ messages)

[PATCH v3 1/8] powerpc/uaccess: Add unsafe_copy_from_user
 2021-01-20  5:08 UTC  (8+ messages)

[PATCH] selftests/powerpc: Fix exit status of pkey tests
 2021-01-20  4:44 UTC  (3+ messages)

[PATCH] selftests/powerpc: Only test lwm/stmw on big endian
 2021-01-20  4:44 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: powerpc: Add a schema for the 'sleep' property
 2021-01-20  1:44 UTC  (3+ messages)

[PATCH net RFC] ibmvnic: device remove has higher precedence over reset
 2021-01-19 20:08 UTC  (3+ messages)

ibmvnic: Race condition in remove callback
 2021-01-19 19:18 UTC  (3+ messages)

[PATCH v6 00/49] QUICC Engine support on ARM, ARM64, PPC64
 2021-01-19 17:46 UTC  (4+ messages)
` [PATCH v6 04/49] soc: fsl: qe: introduce qe_io{read,write}* wrappers
    ` [PATCH v6 04/49] soc: fsl: qe: introduce qe_io{read, write}* wrappers

[PATCH] powerpc/kvm: Force selection of CONFIG_PPC_FPU
 2021-01-19  6:36 UTC 

[PATCH 0/2] powerpc/cacheinfo: Add "ibm,thread-groups" awareness
 2021-01-19  7:36 UTC  (3+ messages)
` [PATCH 1/2] powerpc/cacheinfo: Lookup cache by dt node and thread-group id
` [PATCH 2/2] powerpc/cacheinfo: Remove the redundant get_shared_cpu_map()

[RFC Qemu PATCH v2 0/2] spapr: nvdimm: Asynchronus flush hcall support
 2021-01-19  7:10 UTC  (5+ messages)
` [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level

[PATCH v3] powerpc/mce: Remove per cpu variables from MCE handlers
 2021-01-19  3:58 UTC  (2+ messages)

[PATCH v2] powerpc: always enable queued spinlocks for 64s, disable for others
 2021-01-18 12:34 UTC 

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

[PATCH 10/18] arch: powerpc: Stop building and using oprofile
 2021-01-18  4:47 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 41d8cb7ece7c81e4eb897ed7ec7d3c3d72fd0af4
 2021-01-17 23:05 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.11-4 tag
 2021-01-17 20:31 UTC  (2+ messages)

[PATCH v3 4/8] powerpc/signal64: Remove TM ifdefery in middle of if/else block
 2021-01-17 17:16 UTC  (2+ messages)

[PATCH v15 00/10] Carry forward IMA measurement log on kexec on ARM64
 2021-01-17 13:23 UTC  (12+ messages)
` [PATCH v15 01/10] powerpc: Rename kexec elfcorehdr_addr to elf_headers_mem
` [PATCH v15 02/10] of: Add a common kexec FDT setup function
` [PATCH v15 03/10] arm64: Use common of_kexec_setup_new_fdt()
` [PATCH v15 04/10] powerpc: "
` [PATCH v15 05/10] ima: Move arch_ima_add_kexec_buffer() to ima
` [PATCH v15 06/10] powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c
` [PATCH v15 07/10] kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDT
` [PATCH v15 08/10] powerpc: Delete unused function delete_fdt_mem_rsv()
` [PATCH v15 09/10] arm64: Call kmalloc() to allocate DTB buffer
` [PATCH v15 10/10] arm64: Add IMA log information in kimage used for kexec

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

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-15 22:39 UTC  (5+ messages)

CONFIG_PPC_VAS depends on 64k pages...?
 2021-01-15 13:54 UTC  (6+ messages)

[PATCH] powerpc: Handle .text.{hot,unlikely}.* in linker script
 2021-01-16 18:52 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v2] powerpc: Handle .text.{hot, unlikely}.* "

[PATCH v2 0/7] Rid W=1 warnings in Ethernet
 2021-01-15 16:56 UTC  (9+ messages)

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


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