linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-23 19:00:28 to 2025-01-04 14:50:35 UTC [more...]

[PATCH 00/19] powerpc: MPC83xx cleanup and LANCOM NWAPP2 board
 2025-01-04 14:50 UTC  (28+ messages)
` [PATCH 01/19] powerpc: Generalize MPC831x platform support
` [PATCH 02/19] powerpc: dts: Extract mpc8315e.dtsi from mpc8315erdb.dts
` [PATCH 03/19] powerpc: dts: mpc8315e: Use IRQ_TYPE_* macros
` [PATCH 04/19] powerpc: dts: mpc8315e: Add labels to peripherals
` [PATCH 05/19] powerpc: dts: mpc8315e: Disable peripherals by default
` [PATCH 06/19] powerpc: dts: mpc8315e: Add missing #cells properties to SPI bus
` [PATCH 07/19] powerpc: dts: mpc8315erdb: Add missing model property
` [PATCH 08/19] powerpc: boot: Enable FIT image generation
` [PATCH 09/19] powerpc: boot: Build devicetrees when CONFIG_MPC831x=y
` [PATCH 10/19] powerpc: dts: Add MPC8314E devicetree
` [PATCH 11/19] dt-bindings: gpio: fsl,qoriq-gpio: Add compatible string fsl,mpc8314-gpio
` [PATCH 12/19] powerpc: dts: mpc8315e: Add GPIO controller node
` [PATCH 13/19] gpio: mpc8xxx: Add MPC8314 support
` [PATCH 14/19] powerpc: mpc83xx: Switch to of_platform_populate
` [PATCH 15/19] dt-bindings: vendor-prefixes: Add LANCOM Systems GmbH
` [PATCH 16/19] powerpc: dts: Add LANCOM NWAPP2 board devicetree
` [PATCH 17/19] powerpc: Regenerate mpc83xx_defconfig
` [PATCH 18/19] powerpc: mpc83xx_defconfig: Enable NWAPP2 board features
` [PATCH 19/19] MAINTAINERS: Add entry for LANCOM board support

[PATCH] net: ethernet: toshiba: ps3_gelic_wireless: Remove driver using deprecated API wext
 2025-01-04  4:15 UTC  (12+ messages)

[PATCH v2 0/1] powerpc: Enable dynamic preemption
 2025-01-03 23:04 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] ps3disk: Do not use dev->bounce_size before it is set
 2025-01-03 18:45 UTC  (4+ messages)

[PATCH 00/14] cpumask: cleanup cpumask_next_wrap() implementation and usage
 2025-01-03 17:44 UTC  (9+ messages)
` [PATCH 03/14] ibmvnic: simplify ibmvnic_set_queue_affinity()
` [PATCH 04/14] powerpc/xmon: simplify xmon_batch_next_cpu()
` [PATCH 05/14] cpumask: deprecate cpumask_next_wrap()
` [PATCH 06/14] cpumask: re-introduce cpumask_next{,_and}_wrap()

[PATCH v13 0/5] Extended MODVERSIONS Support
 2025-01-03 17:37 UTC  (6+ messages)
` [PATCH v13 1/5] modules: Support extended MODVERSIONS info
` [PATCH v13 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v13 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v13 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v13 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v8 0/7] PCI: Consolidate TLP Log reading and printing
 2025-01-03 16:38 UTC  (5+ messages)
` [PATCH v8 4/7] PCI: Use unsigned int i in pcie_read_tlp_log()
` [PATCH v8 5/7] PCI: Store # of supported End-End TLP Prefixes

[PATCH] PCI/AER:Add error message when unable to handle additional devices
 2025-01-03 16:32 UTC  (4+ messages)

[PATCH net-next 00/13] Add more feautues for ENETC v4 - round 2
 2025-01-03 16:25 UTC  (16+ messages)
` [PATCH net-next 01/13] net: enetc: add initial netc-lib driver to support NTMP
` [PATCH net-next 02/13] net: enetc: add command BD ring support for i.MX95 ENETC
` [PATCH net-next 03/13] net: enetc: move generic MAC filterng interfaces to enetc-core
` [PATCH net-next 04/13] net: enetc: add MAC filter for i.MX95 ENETC PF
` [PATCH net-next 05/13] net: enetc: add debugfs interface to dump MAC filter
` [PATCH net-next 06/13] net: enetc: make enetc_set_rxfh() and enetc_get_rxfh() reusable
` [PATCH net-next 07/13] net: enetc: add RSS support for i.MX95 ENETC PF
` [PATCH net-next 08/13] net: enetc: enable RSS feature by default
` [PATCH net-next 09/13] net: enetc: move generic VLAN filter interfaces to enetc-core
` [PATCH net-next 10/13] net: enetc: move generic VLAN hash filter functions to enetc_pf_common.c
` [PATCH net-next 11/13] net: enetc: add VLAN filtering support for i.MX95 ENETC PF
` [PATCH net-next 12/13] net: enetc: add loopback "
` [PATCH net-next 13/13] MAINTAINERS: add new file ntmp.h to ENETC driver

[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-03 13:27 UTC  (28+ messages)
` [PATCH v4 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v4 03/15] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
` [PATCH v4 05/15] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v4 08/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v4 09/15] arm64: "
` [PATCH v4 10/15] riscv: "
` [PATCH v4 11/15] x86: "
` [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v4 14/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()

[PATCH] PCI/ERR: use panic instead pci_info for device recovery failure in PCIe
 2025-01-03 11:16 UTC  (2+ messages)

[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-03 11:14 UTC  (7+ messages)
` [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()

[PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2025-01-03  8:55 UTC  (9+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
` [PATCH v2 3/3] btf: Switch module "

[PATCH 00/11] scsi: Constify 'struct bin_attribute'
 2025-01-02 20:10 UTC  (2+ messages)

[PATCH v2 10/29] crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data
 2025-01-02 17:24 UTC  (4+ messages)
` [PATCH v2 20/29] crypto: nx - use the new scatterwalk functions

watchdog: BUG: soft lockup
 2025-01-02 16:10 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS df6c1289f93dcc78d0ff1b4777d5920eb564a7fc
 2025-01-01 21:24 UTC 

KVM: PPC: Book3E: KVM HV host module doesn't work anymore
 2025-01-01 17:21 UTC  (20+ messages)

[PATCH] arch/powerpc: Remove unused function icp_native_cause_ipi_rm()
 2025-01-01 13:42 UTC 

[PATCH v2 0/2] powerpc: Enable lazy preemption
 2025-01-01  9:08 UTC  (2+ messages)

[PATCH v2] powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump is active
 2025-01-01  9:08 UTC  (2+ messages)

[PATCH v2 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros
 2025-01-01  9:08 UTC  (2+ messages)

[PATCH] powerpc/64: Use get_user() in start_thread()
 2025-01-01  9:08 UTC  (2+ messages)

[PATCH] powerpc/vdso: Mark the vDSO code read-only after init
 2025-01-01  9:08 UTC  (2+ messages)

[PATCH v2 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header
 2025-01-01  9:08 UTC  (2+ messages)

[PATCH v2] macintosh: declare ctl_table as const
 2025-01-01  9:08 UTC  (2+ messages)

[PATCH 0/2] Deprecate cxl and cxlflash drivers
 2025-01-01  9:00 UTC  (2+ messages)

[PATCH] KVM: allow NULL writable argument to __kvm_faultin_pfn
 2025-01-01  6:49 UTC 

[PATCH v5 1/3] powerpc/pseries: Macros and wrapper functions for H_HTM call
 2025-01-01  6:47 UTC  (3+ messages)
` [PATCH v5 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs
` [PATCH v5 3/3] powerpc: Document details on H_HTM hcall

[PATCH v12 0/5] Extended MODVERSIONS Support
 2024-12-30 22:30 UTC  (6+ messages)
` [PATCH v12 1/5] modules: Support extended MODVERSIONS info
` [PATCH v12 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v12 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v12 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v12 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH] fadump: Use str_yes_no() helper in fadump_show_config()
 2024-12-30 21:41 UTC 

[PATCH 0/6] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
 2024-12-30  9:28 UTC  (7+ messages)
` [PATCH 1/6] [DOC] powerpc: Document APIv2 KVM hcall spec for Hostwide counters
` [PATCH 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU
` [PATCH 5/6] powerpc/book3s-hv-pmu: Implement GSB message-ops for hostwide counters

[PATCH v11 0/5] Extended MODVERSIONS Support
 2024-12-28 16:04 UTC  (8+ messages)
` [PATCH v11 1/5] modules: Support extended MODVERSIONS info
` [PATCH v11 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v11 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v11 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v11 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
 2024-12-28  6:36 UTC  (3+ messages)

Missing '#size-cells' in /ht@0,f2000000/pci@8/mac-io@7/i2s@0 on G5/G4 (kernel 6.13-rc3)
 2024-12-27 20:15 UTC  (3+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.13-3 tag
 2024-12-27 19:22 UTC  (2+ messages)

[PATCH] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
 2024-12-27 10:51 UTC  (7+ messages)

[PATCH] tools/perf: Fix return code for lock_contention_prepare
 2024-12-27 10:48 UTC  (2+ messages)

[PATCH] tools/perf: Fix segfault during perf record --off-cpu when debuginfo is not enabled
 2024-12-27 10:48 UTC  (2+ messages)

[PATCH v10 0/4] Support SMT control on arm64
 2024-12-27  7:16 UTC  (17+ messages)
` [PATCH v10 1/4] cpu/SMT: Provide a default topology_is_primary_thread()
` [PATCH v10 2/4] arch_topology: Support SMT control for OF based system
` [PATCH v10 3/4] arm64: topology: Support SMT control on ACPI "

BUG: soft lockup in kcov_ioctl
 2024-12-26  4:43 UTC 

[PATCH] powerpc/microwatt: Fix model property in device tree
 2024-12-25 12:53 UTC 

[powerpc:merge] BUILD SUCCESS 624bb7ffe55cc39582f0a063f17958673aa2ca1a
 2024-12-25 19:24 UTC 

[PATCH] powerpc/pseries/vas: Add close() callback in vas_vm_ops struct
 2024-12-25  4:33 UTC  (2+ messages)

[PATCH v2 0/2] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2024-12-24 11:03 UTC  (2+ messages)

[powerpc:next-test] BUILD SUCCESS 26bef359bc4f10747f8d0b3a7f3fe60ef99ce2c1
 2024-12-23 18:59 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).