linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-02 16:55:39 to 2024-07-09 05:13:41 UTC [more...]

[PATCH v2 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files
 2024-07-09  5:12 UTC  (9+ messages)

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-09  4:07 UTC  (6+ messages)
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 13/13] mm: Remove devmap related functions and page table bits

[PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29
 2024-07-09  3:46 UTC  (34+ messages)

[PATCH 0/4] cpufreq: Make cpufreq_driver->exit() return void
 2024-07-09  0:24 UTC  (8+ messages)
` [PATCH 4/4] "

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-07-08 23:49 UTC  (3+ messages)
` [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

[PATCH v6 0/7] ASoC: fsl-asoc-card: add S/PDIF controller support
 2024-07-08 19:14 UTC  (4+ messages)
` [PATCH v6 5/7] ASoC: dt-bindings: update fsl-asoc-card bindings after imx-spdif merge
` (subset) [PATCH v6 0/7] ASoC: fsl-asoc-card: add S/PDIF controller support

[PATCH 1/4] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST
 2024-07-08 19:08 UTC  (6+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-08 17:53 UTC  (21+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support
` [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig
` [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records

[PATCH 0/2] dt-bindings: soc: add reset syscon for reboot node
 2024-07-08 16:18 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: soc: fsl: Add fsl,ls1028a-reset for reset syscon node
` [PATCH 2/2] arm64: dts: fsl-ls1028a.dtsi: add fsl,ls1028-reset for syscon

[PATCH 0/2] dt-bindings: soc: fsl: convert fsl,qe to yaml
 2024-07-08 16:04 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: soc: fsl: cpm_qe: convert to yaml format
` [PATCH 2/2] arm64: dts: fsl-ls1043a: change uqe to uqe-bus and remove #address-cells

[PATCH 00/20] Simplify of_property_for_each_u32()
 2024-07-08  7:45 UTC  (35+ messages)
` [PATCH 01/20] of: add of_property_for_each_u32_new()
` [PATCH 02/20] clk: convert to of_property_for_each_u32_new()
` [PATCH 03/20] clk: qcom: "
` [PATCH 04/20] clk: sunxi: clk-simple-gates: "
` [PATCH 05/20] clk: sunxi: clk-sun8i-bus-gates: "
` [PATCH 06/20] clocksource/drivers/samsung_pwm: "
` [PATCH 07/20] bus: ti-sysc: "
` [PATCH 08/20] lk: clk-conf: "
` [PATCH 09/20] gpio: brcmstb: "
` [PATCH 10/20] pinctrl: s32cc: "
` [PATCH 11/20] irqchip/atmel-aic: "
` [PATCH 12/20] iio: adc: ti_am335x_adc: "
` [PATCH 13/20] pwm: samsung: "
` [PATCH 14/20] tty: sysrq: "
` [PATCH 15/20] usb: usb251xb: "
` [PATCH 16/20] mfd: ti_am335x_tscadc: "
` [PATCH 17/20] ASoC: arizona: "
` [PATCH 18/20] powerpc/xive: "
` [PATCH 19/20] "
` [PATCH 20/20] of: deprecate and rename of_property_for_each_u32()

[PATCH 0/9] AT24 EEPROM MTD Support
 2024-07-08  6:44 UTC  (8+ messages)
` [PATCH 4/9] mtd: devices: add AT24 eeprom support

[powerpc:merge] BUILD SUCCESS 76b93049cc60a9f50fe268afa2785be2c4cb0b12
 2024-07-07 18:01 UTC 

[PATCH V6 00/18] Add data type profiling support for powerpc
 2024-07-07 14:44 UTC  (19+ messages)
` [PATCH V6 01/18] tools/perf: Move the data structures related to register type to header file
` [PATCH V6 02/18] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [PATCH V6 03/18] tools/perf: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
` [PATCH V6 04/18] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [PATCH V6 05/18] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [PATCH V6 06/18] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V6 07/18] tools/perf: Add parse function for memory instructions in powerpc
` [PATCH V6 08/18] tools/perf: Add support to identify memory instructions of opcode 31 "
` [PATCH V6 09/18] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [PATCH V6 10/18] tools/perf: Add more instructions for instruction tracking
` [PATCH V6 11/18] tools/perf: Update instruction tracking for powerpc
` [PATCH V6 12/18] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [PATCH V6 13/18] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [PATCH V6 14/18] tools/perf: Add support to use libcapstone in powerpc
` [PATCH V6 15/18] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [PATCH V6 16/18] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
` [PATCH V6 17/18] tools/perf: Update data_type_cmp and sort__typeoff_sort function to include var_name in comparison
` [PATCH V6 18/18] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[PATCH v2 00/60] i2c: reword first drivers according to newest specification
 2024-07-07 10:50 UTC  (6+ messages)
` [PATCH v2 35/60] i2c: opal: reword "
` [PATCH v2 37/60] i2c: pasemi: "
` [PATCH v2 39/60] i2c: powermac: "
` [PATCH v2 59/60] i2c: cpm: "

[powerpc:fixes-test] BUILD SUCCESS 8b7f59de92ac65aa21c7d779274dbfa577ae2d2c
 2024-07-07  2:21 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.10-4 tag
 2024-07-07  1:38 UTC  (2+ messages)

[PATCH] KVM: PPC: add missing MODULE_DESCRIPTION() macros
 2024-07-06 23:17 UTC  (2+ messages)

[PATCH] macintosh: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH v4 0/6] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH] powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMMU_API
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH] powerpc: kexec: Use of_property_read_reg()
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH] powerpc: add missing MODULE_DESCRIPTION() macros
 2024-07-06 23:10 UTC  (4+ messages)

[PATCH] macintosh/mac_hid: add MODULE_DESCRIPTION()
 2024-07-06 23:10 UTC  (3+ messages)

[PATCH] powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH] powerpc/prom: Add CPU info to hardware description string later
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH v3 1/7] powerpc/40x: Remove 40x platforms
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH] selftests/sigaltstack: Fix ppc64 GCC build
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH v3 0/3] memory: fsl_ifc: Make FSL_IFC config visible and selectable
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH v3] radix/kfence: map __kfence_pool at page granularity
 2024-07-06 23:10 UTC  (2+ messages)

[PATCH] selftests/powerpc: Fix build with USERCFLAGS set
 2024-07-06 22:49 UTC  (2+ messages)

[PATCH] powerpc/pseries: Fix scv instruction crash with kexec
 2024-07-06 22:49 UTC  (2+ messages)

[PATCH v2 0/8] mm/mprotect: Fix dax puds
 2024-07-06  9:16 UTC  (10+ messages)
` [PATCH v2 1/8] mm/dax: Dump start address in fault handler
` [PATCH v2 2/8] mm/mprotect: Remove NUMA_HUGE_PTE_UPDATES
` [PATCH v2 3/8] mm/mprotect: Push mmu notifier to PUDs
` [PATCH v2 4/8] mm/powerpc: Add missing pud helpers
` [PATCH v2 5/8] mm/x86: Make pud_leaf() only cares about PSE bit
` [PATCH v2 6/8] mm/x86: arch_check_zapped_pud()
` [PATCH v2 7/8] mm/x86: Add missing pud helpers
` [PATCH v2 8/8] mm/mprotect: fix dax pud handlings

WARNING&Oops in v6.6.37 on ppc64lea - Trying to vfree() bad address (00000000453be747)
 2024-07-05 20:34 UTC 

[PATCH] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
 2024-07-05 19:20 UTC  (2+ messages)

[powerpc:next] BUILD SUCCESS 45547a0a93d85f704b49788cde2e1d9ab9cd363b
 2024-07-05 14:16 UTC 

[powerpc:next-test] BUILD SUCCESS 20ce0c247b2500cb7060cb115274ba71abda2626
 2024-07-05 11:07 UTC 

[powerpc:topic/ppc-kvm] BUILD SUCCESS ca8dad0415162efea3597abe06b2025f34213eb5
 2024-07-05 10:34 UTC 

[PATCH v2 00/10] Add support for non-interleaved mode in qmc_audio
 2024-07-04 18:35 UTC  (5+ messages)
` [PATCH v2 07/10] soc: fsl: cpm1: qmc: Introduce functions to get a channel from a phandle list

pdm360ng and touchscreen set up
 2024-07-04 13:10 UTC 

[RFC PATCH 0/2] Fix doorbell emulation for nested KVM guests in V1 API
 2024-07-04 12:29 UTC  (5+ messages)
` [RFC PATCH 1/2] Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"
` [RFC PATCH 2/2] arch/powerpc/kvm: Fix doorbells for nested KVM guests on PowerNV

move features flags into queue_limits v2
 2024-07-04 11:11 UTC  (4+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits

[PATCH] perf report: Calling available function for stats printing
 2024-07-03 21:53 UTC  (2+ messages)

[PATCH v2] printk: Add a short description string to kmsg_dump()
 2024-07-03 16:40 UTC  (7+ messages)

[PATCH] ASoC: fsl_xcvr: Improve suspend/resume flow in fsl_xcvr_trigger()
 2024-07-03 16:30 UTC  (3+ messages)

[PATCH V5 00/17] Add data type profiling support for powerpc
 2024-07-03 13:11 UTC  (13+ messages)
` [PATCH V5 03/17] tools/perf: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
` [PATCH V5 04/17] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [PATCH V5 05/17] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [PATCH V5 15/17] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [PATCH V5 16/17] tools/perf: Add support for global_die to capture name of variable in case of register defined variable

linux-next: manual merge of the powerpc tree with the mm tree
 2024-07-03 12:15 UTC  (2+ messages)

[PATCH] tpm: atmel: Drop PPC64 specific MMIO setup
 2024-07-03 12:14 UTC  (3+ messages)

[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
 2024-07-03 11:11 UTC  (2+ messages)

[PATCH] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
 2024-07-03  1:00 UTC  (12+ 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).