linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-28 05:51:36 to 2021-10-01 21:21:01 UTC [more...]

[PATCH 0/9] powerpc/bpf: Various fixes
 2021-10-01 21:14 UTC  (7+ messages)
` [PATCH 1/9] powerpc/lib: Add helper to check if offset is within conditional branch range
` [PATCH 2/9] powerpc/bpf: Validate branch ranges
` [PATCH 3/9] powerpc/bpf: Remove unused SEEN_STACK
` [PATCH 4/9] powerpc/bpf: Handle large branch ranges with BPF_EXIT
` [PATCH 5/9] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH 6/9] powerpc/bpf: Fix BPF_SUB when imm == 0x80000000

[PATCH 0/5] convert ifc binding to yaml and drop "simple-bus"
 2021-10-01 19:51 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: memory: fsl: convert ifc binding to yaml schema
` [PATCH 2/5] memory: fsl_ifc: populate child devices without relying on simple-bus
` [PATCH 3/5] ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node
` [PATCH 4/5] arm64: dts: "
` [PATCH 5/5] powerpc/mpc85xx: "

[PATCH v5 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-10-01 17:43 UTC  (6+ messages)
` [PATCH v5 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH kernel] powerpc/iommu: Report the correct most efficient DMA mask for PCI devices
 2021-10-01 14:36 UTC  (3+ messages)

[V2 0/4] powerpc/perf: Add instruction and data address registers to extended regs
 2021-10-01 11:29 UTC  (9+ messages)
` [V2 1/4] powerpc/perf: Refactor the code definition of perf reg extended mask
` [V2 2/4] tools/perf: Refactor the code definition of perf reg extended mask in tools side header file
` [V2 3/4] powerpc/perf: Expose instruction and data address registers as part of extended regs
` [V2 4/4] tools/perf: Add perf tools support to expose "

[PATCH v2 0/9] cxl_pci refactor for reusability
 2021-10-01  9:42 UTC  (19+ messages)
` [PATCH v2 2/9] cxl/pci: Remove dev_dbg for unknown register blocks
` [PATCH v2 3/9] cxl/pci: Remove pci request/release regions
` [PATCH v2 4/9] cxl/pci: Refactor cxl_pci_setup_regs
` [PATCH v2 5/9] cxl/pci: Make more use of cxl_register_map
` [PATCH v2 6/9] PCI: Add pci_find_dvsec_capability to find designated VSEC
` [PATCH v2 7/9] cxl/pci: Use pci core's DVSEC functionality
` [PATCH v2 8/9] ocxl: "
` [PATCH v2 9/9] iommu/vt-d: "

[PATCH v3 1/4] mm: Create a new system state and fix core_kernel_text()
 2021-10-01  7:14 UTC  (5+ messages)
` [PATCH v3 2/4] mm: Make generic arch_is_kernel_initmem_freed() do what it says
` [PATCH v3 3/4] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH v3 4/4] s390: "

[PATCH] powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload
 2021-10-01  6:10 UTC  (2+ messages)

Add Apple M1 support to PASemi i2c driver
 2021-10-01  5:49 UTC  (5+ messages)

[PATCH] powerpc/eeh:Fix some mistakes in comments
 2021-10-01  1:36 UTC 

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (9+ messages)
` [PATCH v2 1/6] arch_numa: simplify numa_distance allocation
` [PATCH v2 2/6] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH v2 3/6] memblock: drop memblock_free_early_nid() and memblock_free_early()
` [PATCH v2 4/6] memblock: stop aliasing __memblock_free_late with memblock_free_late
` [PATCH v2 5/6] memblock: rename memblock_free to memblock_phys_free
` [PATCH v2 6/6] memblock: use memblock_free for freeing virtual pointers

[PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-09-30 20:57 UTC  (17+ messages)
` [PATCH v4 1/8] bpf powerpc: Remove unused SEEN_STACK
` [PATCH v4 2/8] bpf powerpc: Remove extra_pass from bpf_jit_build_body()
` [PATCH v4 3/8] bpf powerpc: refactor JIT compiler code
` [PATCH v4 4/8] powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
` [PATCH v4 5/8] bpf ppc64: Add BPF_PROBE_MEM support for JIT
` [PATCH v4 6/8] bpf ppc64: Access only if addr is kernel address
` [PATCH v4 7/8] bpf ppc32: Add BPF_PROBE_MEM support for JIT
` [PATCH v4 8/8] bpf ppc32: Access only if addr is kernel address

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-09-30 17:47 UTC  (11+ messages)
` [RFC PATCH 3/8] s390: add CPU field to struct thread_info
` [RFC PATCH 4/8] powerpc: "

[PATCH v4 00/11] sections: Unify kernel sections range check and use
 2021-09-30 15:45 UTC  (14+ messages)
` [PATCH v4 01/11] kallsyms: Remove arch specific text and data check
` [PATCH v4 02/11] kallsyms: Fix address-checks for kernel related range
` [PATCH v4 03/11] sections: Move and rename core_kernel_data() to is_kernel_core_data()
` [PATCH v4 04/11] sections: Move is_kernel_inittext() into sections.h
` [PATCH v4 05/11] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text()
` [PATCH v4 06/11] sections: Provide internal __is_kernel() and __is_kernel_text() helper
` [PATCH v4 07/11] mm: kasan: Use is_kernel() helper
` [PATCH v4 08/11] extable: Use is_kernel_text() helper
` [PATCH v4 09/11] powerpc/mm: Use core_kernel_text() helper
` [PATCH v4 10/11] microblaze: Use is_kernel_text() helper
` [PATCH v4 11/11] alpha: "

[Bug 206669] New: Little-endian kernel crashing on POWER8 on heavy big-endian PowerKVM load
 2021-09-30 15:44 UTC  (2+ messages)
` [Bug 206669] "

[PATCH] ASoC: fsl_rpmsg: Add rpmsg audio support for i.MX8ULP
 2021-09-30 14:58 UTC  (2+ messages)

[PATCH v5 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-30 13:48 UTC  (11+ messages)
` [PATCH v5 05/11] powerpc/eeh: Don't use driver member of struct pci_dev and further cleanups
` [PATCH v5 07/11] PCI: Replace pci_dev::driver usage that gets the driver name
` [PATCH v5 10/11] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[PATCH] powerpc/pseries/msi: Add an empty irq_write_msi_msg() handler
 2021-09-30 13:32 UTC  (3+ messages)

[PATCH v2 3/9] xen/x86: make "earlyprintk=xen" work better for PVH Dom0
 2021-09-30 12:18 UTC  (2+ messages)
` [PATCH v2 5/9] xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU

[PATCH] KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()
 2021-09-30  6:59 UTC  (3+ messages)

[PATCH] powerpc/eeh:Fix some mistakes in comments
 2021-09-30  6:31 UTC  (2+ messages)

[PATCH 00/10] Add Apple M1 support to PASemi i2c driver
 2021-09-29 20:35 UTC  (8+ messages)
` [PATCH 02/10] i2c: pasemi: Use io{read,write}32
` [PATCH 09/10] i2c: pasemi: Add Apple platform driver

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-09-29 14:36 UTC  (7+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [PATCH v1 3/6] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [PATCH v1 4/6] mm/memory_hotplug: remove HIGHMEM leftovers
` [PATCH v1 5/6] mm/memory_hotplug: remove stale function declarations
` [PATCH v1 6/6] x86: remove memory hotplug support on X86_32

[PATCH v8 0/2] Interface to represent PAPR firmware attributes
 2021-09-29 13:49 UTC  (8+ messages)
` [PATCH v8 1/2] powerpc/pseries: "
` [PATCH v8 2/2] selftest/powerpc: Add PAPR sysfs attributes sniff test

[PATCH v2 0/4] CPU DLPAR/hotplug for v5.16
 2021-09-29 12:06 UTC  (5+ messages)
` [PATCH v2 4/4] powerpc/pseries/cpuhp: remove obsolete comment from pseries_cpu_die

[powerpc:merge] BUILD SUCCESS 044c2d99d9f43c6d6fde8bed00672517dd9a5a57
 2021-09-29 10:04 UTC 

[PATCH v4 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-29  9:04 UTC  (10+ messages)
` [PATCH v4 4/8] PCI: replace pci_dev::driver usage that gets the driver name

[PATCH kernel] powerpc/dma: Fix dma_map_ops::get_required_mask
 2021-09-29  8:48 UTC  (5+ messages)

[PATCH v2 0/2] powerpc/paravirt: vcpu_is_preempted() tweaks
 2021-09-29  7:30 UTC  (5+ messages)
` [PATCH v2 1/2] powerpc/paravirt: vcpu_is_preempted() commentary
` [PATCH v2 2/2] powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()

[PATCH] powerpc: fix unbalanced node refcount in check_kvm_guest()
 2021-09-29  7:29 UTC  (3+ messages)

[PATCH kernel] powerps/pseries/dma: Add support for 2M IOMMU page size
 2021-09-29  7:00 UTC  (3+ messages)

[next-20210827][ppc][multipathd] INFO: task hung in dm_table_add_target
 2021-09-29  6:52 UTC  (4+ messages)

[PATCH] powerpc:85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
 2021-09-29  3:36 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] powerpc:85xx:Fix oops when mpc85xx_smp_guts_ids node cannot be found
  ` [PATCH v2 2/2] powerpc:85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n

[PATCH v2 1/4] mm: Create a new system state and fix core_kernel_text()
 2021-09-29  3:30 UTC  (6+ messages)
` [PATCH v2 2/4] mm: Make generic arch_is_kernel_initmem_freed() do what it says
` [PATCH v2 3/4] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH v2 4/4] s390: "

[PATCH v3 0/9] sections: Unify kernel sections range check and use
 2021-09-29  1:14 UTC  (4+ messages)
` [PATCH v3 9/9] powerpc/mm: Use is_kernel_text() and is_kernel_inittext() helper

[RFC PATCH 7/8] riscv: rely on core code to keep thread_info::cpu updated
 2021-09-28 22:07 UTC  (2+ messages)

[PATCH v4 0/8] Implement generic cc_platform_has() helper function
 2021-09-28 21:40 UTC  (15+ messages)
` [PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features
` [PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH v5 4/4] docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu
 2021-09-28 12:48 UTC 

[PATCH v5 3/4] powerpc/papr_scm: Add perf interface support
 2021-09-28 12:48 UTC 

[PATCH v5 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
 2021-09-28 12:47 UTC 

[PATCH v5 1/4] drivers/nvdimm: Add nvdimm pmu structure
 2021-09-28 12:47 UTC 

[PATCH v5 0/4] Add perf interface to expose nvdimm
 2021-09-28 12:41 UTC 

[PATCH 0/4] crypto: nintendo-aes - add a new AES driver
 2021-09-28  9:00 UTC  (4+ messages)
` [PATCH 1/4] "


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