linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 08:53:00 to 2021-10-17 12:33:17 UTC [more...]

[V3 0/4] powerpc/perf: Add instruction and data address registers to extended regs
 2021-10-17 12:32 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()
 2021-10-17 12:28 UTC  (3+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guest

[PATCH] powerpc/xive: Discard disabled interrupts in get_irqchip_state()
 2021-10-17 12:28 UTC  (2+ messages)

[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-17  7:50 UTC  (36+ messages)
` [PATCH v2 01/13] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h
` [PATCH v2 02/13] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry'
` [PATCH v2 03/13] powerpc: Remove func_descr_t
` [PATCH v2 04/13] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v2 05/13] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs
` [PATCH v2 07/13] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v2 08/13] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v2 09/13] lkdtm: Force do_nothing() out of line
` [PATCH v2 10/13] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v2 11/13] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v2 12/13] lkdtm: Fix execute_[user]_location()
` [PATCH v2 13/13] lkdtm: Add a test for function descriptors protection

[PATCH] ibmvscsi: use GFP_KERNEL with dma_alloc_coherent in initialize_event_pool
 2021-10-17  2:20 UTC  (5+ messages)

[PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-10-16 13:45 UTC  (13+ messages)
` [PATCH v3 02/52] powerpc/64s: guard optional TIDR SPR with CPU ftr test
` [PATCH v3 10/52] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v3 17/52] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v3 18/52] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v3 19/52] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-10-16  4:39 UTC  (17+ messages)
` [PATCH 01/13] block/brd: add error handling support for add_disk()
` [PATCH 02/13] nvme-multipath: "
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 05/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 07/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH 08/13] zram: "
` [PATCH 09/13] z2ram: "
` [PATCH 10/13] ps3disk: "
` [PATCH 11/13] ps3vram: "
` [PATCH 12/13] block/sunvdc: "
` [PATCH 13/13] mtd/ubi/block: "

[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-10-15 19:52 UTC  (10+ messages)

[PATCH] soc: fsl: dpio: protect smp_processor_id when get processor id
 2021-10-15 16:37 UTC  (3+ messages)

[PATCH 0/2] sched: cleanup CONFIG_SCHED_MC & friends
 2021-10-15 13:04 UTC  (5+ messages)
` [PATCH 2/2] sched: Centralize SCHED_{SMT, MC, CLUSTER} definitions

[PATCH net-next 11/12] ethernet: ibmveth: use ether_addr_to_u64()
 2021-10-15 22:28 UTC  (2+ messages)

[PATCH] tracing: Have all levels of checks prevent recursion
 2021-10-15 19:00 UTC  (9+ messages)

[PATCH v2] powerpc/smp: do not decrement idle task preempt count in CPU offline
 2021-10-15 17:39 UTC 

[PATCH] powerpc/smp: do not decrement idle task preempt count in CPU offline
 2021-10-15 17:02 UTC  (3+ messages)

[PATCH 0/4] Update mpc5200 dts files to fix warnings
 2021-10-15 16:34 UTC  (7+ messages)
` [PATCH 1/4] powerpc/5200: dts: add missing pci ranges
` [PATCH 2/4] powerpc/5200: dts: fix pci ranges warnings
` [PATCH 3/4] powerpc/5200: dts: fix memory node unit name
` [PATCH 4/4] powerpc/5200: dts: fix localbus node warnings

[PATCH v2] powerpc/mpc512x: dts: fix PSC node warnings
 2021-10-15 16:15 UTC  (2+ messages)

[PATCH v1 00/11] powerpc: Make hash MMU code build configurable
 2021-10-15 15:46 UTC  (12+ messages)
` [PATCH v1 01/11] powerpc: Remove unused FW_FEATURE_NATIVE references
` [PATCH v1 02/11] powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
` [PATCH v1 03/11] powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
` [PATCH v1 04/11] powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
` [PATCH v1 05/11] powerpc/pseries: move pseries_lpar_register_process_table() out from hash specific code
` [PATCH v1 06/11] powerpc/pseries: lparcfg don't include slb_size line in radix mode
` [PATCH v1 07/11] powerpc/64s: move THP trace point creation out of hash specific file
` [PATCH v1 08/11] powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
` [PATCH v1 09/11] powerpc/64s: Make hash MMU code build configurable
` [PATCH v1 10/11] powerpc/configs/microwatt: add POWER9_CPU
` [PATCH v1 11/11] powerpc/microwatt: Don't select the hash MMU code

[PATCH v2 00/24] Unify PCI error response checking
 2021-10-15 14:39 UTC  (2+ messages)
` [PATCH v2 19/24] PCI/DPC: Use RESPONSE_IS_PCI_ERROR() to check read from hardware

[PATCH v2 00/24] Unify PCI error response checking
 2021-10-15 14:38 UTC  (2+ messages)

[PATCH v3 0/2] fix & prevent the missing preemption disabling
 2021-10-15 13:35 UTC  (13+ messages)
` [PATCH v3 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()
` [PATCH v3 2/2] ftrace: do CPU checking after preemption disabled

[PATCH v11 0/3] make hvc pass dma capable memory to its backend
 2021-10-15 12:59 UTC  (5+ messages)
` [PATCH v11 1/3] tty: hvc: use correct dma alignment size
` [PATCH v11 2/3] tty: hvc: pass DMA capable memory to put_chars()
` [PATCH v11 3/3] virtio-console: remove unnecessary kmemdup()

[PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning
 2021-10-15 12:09 UTC  (4+ messages)

[PATCH v2] powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOC
 2021-10-15 10:41 UTC  (3+ messages)

[PATCH v1 1/8] powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE
 2021-10-15 10:02 UTC  (8+ messages)
` [PATCH v1 2/8] powerpc/fsl_booke: Rename fsl_booke.c to fsl_book3e.c
` [PATCH v1 3/8] powerpc/fsl_booke: Take exec flag into account when setting TLBCAMs
` [PATCH v1 4/8] powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1
` [PATCH v1 5/8] powerpc/fsl_booke: Tell map_mem_in_cams() if init is done
` [PATCH v1 6/8] powerpc/fsl_booke: Allocate separate TLBCAMs for readonly memory
` [PATCH v1 7/8] powerpc/fsl_booke: Update of TLBCAMs after init
` [PATCH v1 8/8] powerpc/fsl_booke: Enable STRICT_KERNEL_RWX

[PATCH] powerpc/mce: check if event info is valid
 2021-10-15  7:44 UTC  (4+ messages)

[PATCH 1/2] eeh: Small refactor of eeh_handle_normal_event
 2021-10-15  7:06 UTC  (2+ messages)
` [PATCH 2/2] powerpc/eeh: Use a goto for recovery failures

[PATCH] macintosh: ams: replace snprintf in show functions with sysfs_emit
 2021-10-15  6:49 UTC 

[powerpc:next] BUILD SUCCESS 8f6aca0e0f26eaaee670cd27896993a45cdc8f9e
 2021-10-15  5:36 UTC 

[PATCH][next] powerpc/vas: Fix potential NULL pointer dereference
 2021-10-15  5:03 UTC 

[powerpc:next-test] BUILD SUCCESS 3091f5fc5f1df7741ddf326561384e0997eca2a1
 2021-10-15  3:52 UTC 

[powerpc:merge] BUILD SUCCESS 38947529bb05bbb8acfb2fe0ff96c2f1bc3f2c96
 2021-10-15  3:05 UTC 

[powerpc:fixes-test] BUILD SUCCESS 6f779e1d359b8d5801f677c1d49dcfa10bf95674
 2021-10-15  2:26 UTC 

[PATCH v2] KVM: PPC: Defer vtime accounting 'til after IRQ handling
 2021-10-15  2:23 UTC  (4+ messages)

[PATCH v2] powerpc/64s: Default to 64K pages for 64 bit book3s
 2021-10-15  0:16 UTC 

[PATCH] powerpc/mpc512x: dts: fix PSC node warnings
 2021-10-14 22:45 UTC  (3+ messages)

[PATCH v2] scsi: ibmvscsi: Use dma_alloc_noncoherent() instead of get_zeroed_page/dma_map_single()
 2021-10-14 22:07 UTC  (3+ messages)

[PATCH] powerpc/dcr: Use cmplwi instead of 3-argument cmpli
 2021-10-14 18:15 UTC  (3+ messages)

[PATCH] powerpc/pseries/iommu: Add of_node_put() before break
 2021-10-14 17:32 UTC  (2+ messages)

[PATCH 0/5] convert ifc binding to yaml and drop "simple-bus"
 2021-10-14 12:46 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: memory: fsl: convert ifc binding to yaml schema

[RFC PATCH] powerpc: dts: Remove MPC5xxx platforms
 2021-10-14 12:26 UTC  (3+ messages)

linux-next: build warnings in Linus' tree
 2021-10-14 12:24 UTC  (10+ messages)

[RESEND PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-10-14  9:52 UTC  (4+ messages)

[PATCH] dmaengine: bestcomm: fix system boot lockups
 2021-10-14  9:40 UTC 

[PATCH v10 0/3] make hvc pass dma capable memory to its backend
 2021-10-14  8:56 UTC  (8+ messages)
` [PATCH v10 2/3] tty: hvc: pass DMA capable memory to put_chars()

[PATCH v1 00/10] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-14  7:20 UTC  (16+ messages)
` [PATCH v1 04/10] asm-generic: Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR to define associated stubs
` [PATCH v1 06/10] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v1 09/10] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v1 10/10] lkdtm: Fix execute_[user]_location()

[PATCH] powerpc/64s: Default to 64K pages for 64 bit book3s
 2021-10-14  7:14 UTC  (3+ messages)

[PATCH] powerpc/5200: dts: fix psc node warning
 2021-10-13 22:59 UTC 

[PATCH] powerpc: Mark .opd section read-only
 2021-10-13 14:43 UTC 

[RFC PATCH v3 10/13] ASoC: fsl: asrc_dma: protect for_each_dpcm_be() loops
 2021-10-13 14:30 UTC 

[RESEND PATCH v2 0/2] fix & prevent the missing preemption disabling
 2021-10-13 14:24 UTC  (7+ messages)
` [RESEND PATCH v2 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()

[PATCH v5 0/4] Add perf interface to expose nvdimm
 2021-10-13 10:15 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).