All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-13 15:29:17 to 2025-03-13 16:03:53 UTC [more...]

[PATCH] driver: svc-i3c-master: Kernel panic issue fixed
 2025-03-13 16:02 UTC  (8+ messages)

[PATCH 0/5] Minor memcg cleanups & prep for memdescs
 2025-03-13 16:03 UTC  (9+ messages)
` [PATCH 1/5] mm: Separate folio_split_memcg() from split_page_memcg()
` [PATCH 2/5] mm: Simplify split_page_memcg()
` [PATCH 3/5] mm: Remove references to folio in split_page_memcg()
` [PATCH 4/5] mm: Simplify folio_memcg_charged()

[PATCH RFC 0/3] Initial work for Rust abstraction for HID device driver development
 2025-03-13 16:03 UTC  (2+ messages)
` [PATCH RFC 1/3] rust: core abstractions for HID drivers

CXL 2.0 memory pooling emulation
 2025-03-13 16:03 UTC  (5+ messages)
` CXL memory pooling emulation inqury

FAILED: patch "[PATCH] userfaultfd: fix PTE unmapping stack-allocated PTE copies" failed to apply to 6.12-stable tree
 2025-03-13 16:03 UTC  (3+ messages)

[RFC PATCH] xen/amd-iommu: Add interrupt remapping quirk for ath11k
 2025-03-13 16:02 UTC  (5+ messages)

[PATCH v2 1/3] Kbuild: Always use $(PHASE_)
 2025-03-13 16:03 UTC  (9+ messages)
` [PATCH v2 2/3] doc/develop/codingstyle.rst: Add a section on conditional compilation
` [PATCH v2 3/3] doc/develop/codingstyle.rst: Expand to include CONFIG_IS_ENABLED and PHASE_

[PATCH bpf-next v9 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-03-13 16:02 UTC  (9+ messages)
` [PATCH bpf-next v9 2/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation

[PATCH v2] drm/mxsfb: fix missing rollback on failure in mxsfb_probe()
 2025-03-13 16:02 UTC  (2+ messages)

[PATCH v2] tcmode-default: eliminate needless binutils version defaults
 2025-03-13 16:02 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 0/6] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-13 16:02 UTC  (6+ messages)
` [PATCH v2 6/6] s390: mv s390 sysctls into their own file under arch/s390 dir

FAILED: patch "[PATCH] userfaultfd: fix PTE unmapping stack-allocated PTE copies" failed to apply to 6.13-stable tree
 2025-03-13 16:01 UTC  (3+ messages)

[RFC PATCH 0/3] Introduce a C extension module to allow libperf usage from python
 2025-03-13 16:01 UTC  (3+ messages)

[GIT PULL] nvme fixes for Linux 6.14
 2025-03-13 15:42 UTC  (2+ messages)

[PATCH] dts: arm64: mediatek: mt8188: add more thermal trip points
 2025-03-13 15:43 UTC 

[patch 00/46] genirq: Cleanups and conversion to lock guards
 2025-03-13 16:01 UTC  (47+ messages)
` [patch 01/46] genirq: Provide conditional "
` [patch 02/46] genirq/irqdesc: Switch to "
` [patch 03/46] genirq/autoprobe: "
` [patch 04/46] genirq/pm: "
` [patch 05/46] genirq/resend: "
` [patch 06/46] genirq/proc: "
` [patch 07/46] genirq/spurious: Cleanup code
` [patch 08/46] genirq/spurious: Switch to lock guards
` [patch 09/46] genirq/cpuhotplug: Convert "
` [patch 10/46] genirq/debugfs: "
` [patch 11/46] genirq/chip: Prepare for code reduction
` [patch 12/46] genirq/chip: Rework handle_nested_irq()
` [patch 13/46] genirq/chip: Rework handle_simple_irq()
` [patch 14/46] genirq/chip: Rework handle_untracked_irq()
` [patch 15/46] genirq/chip: Rework handle_level_irq()
` [patch 16/46] genirq/chip: Rework handle_eoi_irq()
` [patch 17/46] genirq/chip: Rework handle_edge_irq()
` [patch 18/46] genirq/chip: Rework handle_edge_eoi_irq()
` [patch 19/46] genirq/chip: Rework handle_fasteoi_ack_irq()
` [patch 20/46] genirq/chip: Rework handle_fasteoi_mask_irq()
` [patch 21/46] genirq/chip: Use lock guards where applicable
` [patch 22/46] genirq/chip: Rework irq_set_chip()
` [patch 23/46] genirq/chip: Rework irq_set_irq_type()
` [patch 24/46] genirq/chip: Rework irq_set_handler_data()
` [patch 25/46] genirq/chip: Rework irq_set_msi_desc_off()
` [patch 26/46] genirq/chip: Rework irq_set_chip_data()
` [patch 27/46] genirq/chip: Rework irq_set_handler() variants
` [patch 28/46] genirq/chip: Rework irq_modify_status()
` [patch 29/46] genirq/manage: Cleanup kernel doc comments
` [patch 30/46] genirq/manage: Convert to lock guards
` [patch 31/46] genirq/manage: Rework irq_update_affinity_desc()
` [patch 32/46] genirq/manage: Rework __irq_apply_affinity_hint()
` [patch 33/46] genirq/manage: Rework irq_set_vcpu_affinity()
` [patch 34/46] genirq/manage: Rework __disable_irq_nosync()
` [patch 35/46] genirq/manage: Rework enable_irq()
` [patch 36/46] genirq/manage: Rework irq_set_irq_wake()
` [patch 37/46] genirq/manage: Rework can_request_irq()
` [patch 38/46] genirq/manage: Rework irq_set_parent()
` [patch 39/46] genirq/manage: Rework enable_percpu_irq()
` [patch 40/46] genirq/manage: Rework irq_percpu_is_enabled()
` [patch 41/46] genirq/manage: Rework disable_percpu_irq()
` [patch 42/46] genirq/manage: Rework prepare_percpu_nmi()
` [patch 43/46] genirq/manage: Rework teardown_percpu_nmi()
` [patch 44/46] genirq/manage: Rework irq_get_irqchip_state()
` [patch 45/46] genirq/manage: Rework irq_set_irqchip_state()
` [patch 46/46] genirq: Remove irq_[get|put]_desc*()

[PATCH v5 00/10] Introduce /dev/mshv root partition driver
 2025-03-13 16:00 UTC  (7+ messages)
` [PATCH v5 07/10] Drivers: hv: Introduce per-cpu event ring tail

[PATCH v1] PM: sleep: Fix handling devices with direct_complete set on errors
 2025-03-13 16:00 UTC 

[PATCH] fetch2/git: Restore escape quoting for the git url when used
 2025-03-13 15:58 UTC 

[PATCH 0/4] kbuild: make all file references relative to source root
 2025-03-13 15:59 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] kbuild: doc: reproducible-builds: drop section "Absolute filenames"
` [PATCH 3/4] x86/boot: Switch to -ffile-prefix-map
` [PATCH 4/4] x86/boot/compressed: "

[GIT PULL] Allwinner clock changes for 6.15
 2025-03-13 13:25 UTC 

[PATCH 00/11] docs/qapi: enable new guest-agent and storage-daemon docs
 2025-03-13 15:57 UTC  (7+ messages)
` [PATCH 07/11] docs/qapi_domain: add namespace support to cross-references

[PATCH hyperv-next v5 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
 2025-03-13 15:57 UTC 

[chrome-os:chromeos-6.1 1/1] arch/arm64/boot/dts/mediatek/mt8173-evb.dtb: /soc/pwrap@1000d000/mt6397/regulators: failed to match any schema with compatible: ['mediatek,mt6397-regulator']
 2025-03-13 15:57 UTC 

[PATCH v2 0/6] sysfs: finalize the constification of 'struct bin_attribute'
 2025-03-13 15:57 UTC  (7+ messages)
` [PATCH v2 1/6] sysfs: constify bin_attribute argument of bin_attribute::read/write()
` [PATCH v2 2/6] sysfs: constify attribute_group::bin_attrs
` [PATCH v2 3/6] sysfs: treewide: switch back to bin_attribute::read()/write()
` [PATCH v2 4/6] sysfs: treewide: switch back to attribute_group::bin_attrs
` [PATCH v2 5/6] sysfs: remove bin_attribute::read_new/write_new()
` [PATCH v2 6/6] sysfs: remove attribute_group::bin_attrs_new

[PATCH v2] platform/x86: intel_pmc_ipc: add option to build without ACPI
 2025-03-13 15:57 UTC  (2+ messages)

[PATCH 00/16] Suspend to RAM support for Xen on arm64
 2025-03-13 15:57 UTC  (12+ messages)
` [PATCH 04/16] xen/cpu: prevent disable_nonboot_cpus crash on ARM64
` [PATCH 05/16] xen/percpu: don't initialize percpu on resume
` [PATCH 06/16] xen/arm: Introduce system suspend config option
` [PATCH 08/16] xen/arm: add watchdog domain suspend/resume helpers

[LSF/MM/BPF TOPIC] Weighted interleave auto-tuning
 2025-03-13 15:57 UTC  (2+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-13 15:56 UTC  (6+ messages)
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

[RFC PATCH 00/19] drm, drm/xe: Multi-device GPUSVM
 2025-03-13 15:55 UTC  (5+ messages)

[pseudo] [PATCH 0/3] Porting pseudo to LoongArch
 2025-03-13 15:54 UTC  (5+ messages)
` [pseudo] [PATCH 2/3] Makefile.in: Use ARCH_FLAGS instead of -m32 and -m64
  ` [yocto-patches] "
` [pseudo] [PATCH 3/3] configure: Add support for LoongArch
  ` [yocto-patches] "

DM-Integrity journal replay behaviour
 2025-03-13 15:53 UTC  (4+ messages)

[PATCH] drop_caches: Allow re-enabling message after disabling
 2025-03-13 15:54 UTC  (2+ messages)

[PATCH 0/9] fetch: further ref-prefix cleanups and optimizations
 2025-03-13 15:53 UTC  (3+ messages)
` [PATCH 8/9] fetch: avoid ls-refs only to ask for HEAD symref update

[PATCH v2 00/14] Implement acp_common_hw_ops support for all acp platforms
 2025-03-13 15:52 UTC  (3+ messages)
` [PATCH v2 05/14] ASoC: amd: acp: Refactor acp machine select

[PATCH] nls: Fix utf32_to_utf8 parameter type in declaration and definition
 2025-03-13 15:52 UTC  (2+ messages)

[PATCH v2 1/4] mm/mempolicy: Fix memory leaks in mempolicy_sysfs_init()
 2025-03-13 15:52 UTC  (3+ messages)

[PATCH v2] drop_caches: re-enable message after disabling
 2025-03-13 15:52 UTC  (5+ messages)

[PATCH 0/7] coresight: Clear self hosted claim tag on probe
 2025-03-13 14:40 UTC  (3+ messages)
` [PATCH 4/7] coresight: Add claim tag warnings and debug messages

[PATCH] arm64: dts: ti: k3-am62p-j722s: add rng node
 2025-03-13 14:41 UTC 

[PATCH 0/6] Enable QPIC BAM and QPIC NAND support for SDX75
 2025-03-13 14:50 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: mtd: qcom,nandc: Document the SDX75 NAND
` [PATCH 4/6] ARM: dts: qcom: sdx75: Add QPIC NAND support

[GSoC PATCH] pathspec: fix sign comparison warnings
 2025-03-13 15:50 UTC  (4+ messages)

[patch V2 00/10] genirq/msi: Spring cleaning
 2025-03-13 15:50 UTC  (3+ messages)
` [patch V2 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()

[PATCH] igc: enable HW VLAN insertion/stripping by default
 2025-03-13 15:49 UTC  (6+ messages)

[PATCH] rust/revocable: add try_with() convenience method
 2025-03-13 15:48 UTC  (5+ messages)

[meta-oe][scarthgap][PATCH 1/2] mongodb: fix build with python 3.12
 2025-03-13 15:48 UTC  (7+ messages)
` [meta-oe][scarthgap][PATCH 2/2] mongodb: update to 4.4.29
  ` [oe] "

[PATCH] [GSOC] Update MyFirstContribution.adoc to current codebase
 2025-03-13 15:46 UTC  (2+ messages)

[PATCH v5 0/8] imx8mp: Add support to Run/Stall DSP via reset API
 2025-03-13 15:46 UTC  (2+ messages)

[PATCH] drm/ttm/tests: fix potential null pointer dereference in ttm_bo_unreserve_bulk()
 2025-03-13 15:46 UTC 

[PATCH 0/6] symbols: assorted adjustments
 2025-03-13 15:44 UTC  (5+ messages)
` [PATCH 1/6] symbols: add minimal self-test

[PATCH net-next v2] net/smc: use the correct ndev to find pnetid by pnetid table
 2025-03-13 15:42 UTC  (2+ messages)

[PATCH 5.4,5.10 2/2] udf: Fix use of check_add_overflow() with mixed type arguments
 2025-03-13 15:42 UTC  (5+ messages)

[GIT PULL] Networking for v6.14-rc7
 2025-03-13 15:42 UTC 

[PATCH] gcc-runtime: Package libstdc++.modules.json
 2025-03-13 15:40 UTC 

[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-03-13 15:39 UTC  (10+ messages)

[poky] Problem run bitbake on terminal in ubuntu #compiler #poky #yocto #bitbake
 2025-03-13 15:39 UTC  (3+ messages)
`  "

[PATCH] imx8m: soc: cope with existing optee node
 2025-03-13 15:17 UTC  (3+ messages)

[PATCH v2 0/6] Improve Microchip Polarfire SoC customization
 2025-03-13 15:38 UTC  (3+ messages)
` [PATCH v2 4/6] hw/riscv: Allow direct start of kernel for MPFS

[PATCH v1 0/2] Add HPS Notification for HPS boot stages
 2025-03-13  3:48 UTC  (5+ messages)
` [PATCH v1 1/2] arm: socfpga: mailbox: Notify SDM on HPS code execution stages
` [PATCH v1 2/2] arm: socfpga: spl: Notify SDM on FSBL execution

[PATCH v11 00/11] PCI: Use device bus range info to cleanup RC Host/EP pci_fixup_addr()
 2025-03-13 15:38 UTC  (12+ messages)
` [PATCH v11 01/11] PCI: dwc: Use resource start as iomap() input in dw_pcie_pme_turn_off()
` [PATCH v11 02/11] PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configuration
` [PATCH v11 03/11] PCI: dwc: Move cfg0 setup to dw_pcie_cfg0_setup()
` [PATCH v11 04/11] PCI: dwc: Move devm_pci_alloc_host_bridge() to the beginning of dw_pcie_host_init()
` [PATCH v11 05/11] PCI: dwc: Add helper dw_pcie_init_parent_bus_offset()
` [PATCH v11 06/11] PCI: dwc: Use devicetree 'ranges' property to get rid of cpu_addr_fixup() callback
` [PATCH v11 07/11] PCI: dwc: ep: Add parent_bus_addr for outbound window
` [PATCH v11 08/11] PCI: dwc: ep: Ensure proper iteration over outbound map windows
` [PATCH v11 09/11] PCI: dwc: Use parent_bus_offset
` [PATCH v11 10/11] PCI: dwc: Print warning message when cpu_addr_fixup() exists
` [PATCH v11 11/11] PCI: imx6: Remove cpu_addr_fixup()

[PATCH] memcg: avoid refill_stock for root memcg
 2025-03-13 15:39 UTC  (2+ messages)

[PATCH v4 0/5] Enable Secure TSC for SEV-SNP
 2025-03-13 15:38 UTC  (4+ messages)
` [PATCH v4 1/5] x86/cpufeatures: Add SNP Secure TSC

[PATCH] drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v12_0_me_fini()
 2025-03-13 15:38 UTC  (2+ messages)

[PATCH net-next v7 0/9] Device memory TCP TX
 2025-03-13 15:37 UTC  (4+ messages)
` [PATCH net-next v7 2/9] net: add get_netmem/put_netmem support

[PATCH kvmtool v2 1/2] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly
 2025-03-13 15:37 UTC  (4+ messages)
` [PATCH kvmtool v2 2/2] cpu: vmexit: Handle KVM_EXIT_MEMORY_FAULT in KVM_RUN ioctl return

[PATCH] eal/linux: enhance ASLR verification
 2025-03-13 15:37 UTC  (3+ messages)
` [PATCH v2] eal/linux: improve ASLR check

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-03-13 15:37 UTC  (3+ messages)

SPDX 3 Improvements for performance and VEX
 2025-03-13 15:36 UTC  (2+ messages)

[ath:pending] BUILD SUCCESS d2aa83923c9f866c7f9ee6a76d9a27ca76c10e24
 2025-03-13 15:35 UTC 

[PATCH v3 00/17] riscv: add SBI FWFT misaligned exception delegation support
 2025-03-13 14:29 UTC  (7+ messages)
` [PATCH v3 14/17] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v3 15/17] RISC-V: KVM: add SBI extension reset callback

[PATCH 1/2] mtd: rawnand: gpmi: Use str_enabled_disabled() in gpmi_nand_attach_chip()
 2025-03-13 14:33 UTC  (2+ messages)

[PATCH v2] dt-bindings: pwm: Convert lpc32xx-pwm.txt to YAML
 2025-03-13 14:25 UTC  (3+ messages)

[GIT PULL] Allwinner device tree changes for 6.15
 2025-03-13 12:44 UTC 

[PATCH i-g-t 00/11] Prepare lib/intel_compute for SVM/system allocator, part 2
 2025-03-13 15:35 UTC  (5+ messages)
` [PATCH i-g-t 03/11] lib/intel_compute: Use common constant for indirect object size
` [PATCH i-g-t 11/11] lib/intel_compute: Make array size a dynamic parameter

6.14.0-rc debug kernel is slow, kacpi_notify high cpu usage
 2025-03-13 15:35 UTC  (2+ messages)

BPF office hours discussion for "Reducing BPF register pressure" moved to 3/20/2025
 2025-03-13 15:33 UTC 

[PATCH] lldpad_t tries to automatically disable LLDP on network card but is blocked
 2025-03-13 15:32 UTC  (2+ messages)

[PATCH 0/7] x86/ubsan: fix ubsan on clang + code fixes
 2025-03-13 15:30 UTC  (8+ messages)
` [PATCH 1/7] xen/ubsan: provide helper for clang's -fsanitize=function
` [PATCH 2/7] x86/wait: prevent duplicated assembly labels
` [PATCH 3/7] x86/dom0: placate GCC 12 compile-time errors with UBSAN and PVH_GUEST
` [PATCH 4/7] xen/ubsan: expand pointer overflow message printing
` [PATCH 5/7] x86/ioremap: prevent additions against the NULL pointer
` [PATCH 6/7] x86/vga: fix mapping of the VGA text buffer
` [PATCH 7/7] kconfig/randconfig: enable UBSAN for randconfig

[PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
 2025-03-13 15:30 UTC 

[PATCH 00/12] fs: exfat: Add exfat port based on exfat-fuse
 2025-03-13 15:29 UTC  (7+ messages)
` [PATCH 08/12] fs: exfat: Fix conversion overflow errors

[PATCH 0/3] ubsan/overflow: Enable pattern exclusions
 2025-03-13 15:29 UTC  (3+ messages)
` [PATCH 1/3] ubsan/overflow: Rework integer overflow sanitizer option to turn on everything

[GSoC PATCH v2] reftable: return proper error code from block_writer_add()
 2025-03-13 15:29 UTC  (5+ messages)
` [GSoC PATCH v3 0/2] reftable: return proper error codes from block_writer_add
  ` [PATCH v3 2/2] reftable: adapt writer code to propagate block_writer_add() errors

[PATCH v2 0/2] Add driver for Intel Over-Clocking Watchdog
 2025-03-13 15:29 UTC  (5+ messages)
` [PATCH v2 2/2] ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list

[PATCH] crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()
 2025-03-13 15:29 UTC 

[PATCH] regulator: core: move warning message below EPROBE_DEFER
 2025-03-13 15:29 UTC  (2+ messages)

[PATCH v3 00/13] mailbox: pcc: Fixes and cleanup/refactoring
 2025-03-13 15:28 UTC  (11+ messages)
` [PATCH v3 04/13] mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
` [PATCH v3 05/13] mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
` [PATCH v3 06/13] mailbox: pcc: Refactor error handling in irq handler into separate function
` [PATCH v3 07/13] mailbox: pcc: Always map the shared memory communication address
` [PATCH v3 08/13] mailbox: pcc: Refactor and simplify check_and_ack()
` [PATCH v3 09/13] soc: hisilicon: kunpeng_hccs: Simplify PCC shared memory region handling
` [PATCH v3 10/13] i2c: xgene-slimpro: "
` [PATCH v3 11/13] hwmon: (xgene-hwmon) "
` [PATCH v3 12/13] ACPI: PCC: "
` [PATCH v3 13/13] ACPI: CPPC: "

[PATCH v2 00/15] gpiolib: indicate errors in value setters
 2025-03-13 15:29 UTC  (5+ messages)
` [PATCH v2 01/15] leds: aw200xx: don't use return with gpiod_set_value() variants
  ` (subset) "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.