All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-23 11:28:24 to 2025-10-23 12:02:21 UTC [more...]

[PATCH] Bluetooth: rfcomm: fix modem control handling
 2025-10-23 12:01 UTC 

[PATCH] arm64: guard AMU register access with ARM64_HAS_AMU_EXTN
 2025-10-23 12:01 UTC  (4+ messages)

[PATCH] ALSA: sound: Increase max size of components field
 2025-10-23 11:56 UTC  (2+ messages)

[syzbot] [ocfs2?] kernel BUG in ocfs2_commit_truncate
 2025-10-23 12:02 UTC 

[PATCH v3] dt-bindings: mfd: Add Renesas R2A11302FT PMIC
 2025-10-23 12:01 UTC  (2+ messages)
` (subset) "

[PATCH v9 0/3] Improve usage of 'ret' variable and make pcf_doAdress() void
 2025-10-23 12:00 UTC  (4+ messages)
` [PATCH v9 1/3] i2c: pcf8584: Move 'ret' variable inside for loop, goto out if ret < 0
` [PATCH v9 2/3] i2c: pcf8584: Make pcf_doAddress() function void
` [PATCH v9 3/3] i2c: pcf8584: Change pcf_doAdress() to pcf_send_address()

[PATCH] arm64: dts: freescale: imx93-phy{core,board}: Add i2c bus recovery
 2025-10-23 12:00 UTC  (2+ messages)
` [PATCH] arm64: dts: freescale: imx93-phy{core, board}: "

Quectel EC21 with internal GSM MUX
 2025-10-23 12:01 UTC  (5+ messages)

[PATCH v2] slab: fix slab accounting imbalance due to defer_deactivate_slab()
 2025-10-23 12:01 UTC 

[PATCH 00/12] drm/msm: Add support for Kaanapali
 2025-10-23 12:01 UTC  (10+ messages)
` [PATCH 01/12] drm/msm/dsi/phy: "
` [PATCH 02/12] drm/msm/dpu: Add support for Kaanapali DPU
` [PATCH 03/12] drm/msm/dpu: Compatible with Kaanapali interrupt register
` [PATCH 04/12] drm/msm/mdss: Add support for Kaanapali

Regression in `git diff --quiet HEAD` when a new file is staged
 2025-10-23 12:01 UTC  (10+ messages)

[resend PATCH v4] disk: dos: Add all options for EFI System Partitions
 2025-10-23 12:00 UTC  (2+ messages)

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-23 12:00 UTC  (4+ messages)
` [RFC bpf-next 12/15] kbuild, module, bpf: Support CONFIG_DEBUG_INFO_BTF_EXTRA=m

[PATCH] conf/bitbake.conf: Remove debug flags for native and nativesdk builds
 2025-10-23 12:00 UTC  (3+ messages)
` [OE-core] "

[PATCH v4 0/6] mm: hugetlb: allocate frozen gigantic folio
 2025-10-23 11:59 UTC  (7+ messages)
` [PATCH v4 1/6] mm: debug_vm_pgtable: add debug_vm_pgtable_free_huge_page()
` [PATCH v4 2/6] mm: page_alloc: add __split_page()
` [PATCH v4 3/6] mm: cma: add __cma_release()
` [PATCH v4 4/6] mm: page_alloc: add alloc_contig_frozen_{range,pages}()
` [PATCH v4 5/6] mm: cma: add cma_alloc_frozen{_compound}()
` [PATCH v4 6/6] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()

[PATCH v1 1/1] s390/pci: Restore IRQ unconditionally for the zPCI device
 2025-10-23 12:00 UTC  (4+ messages)

[PATCH] drm/i915/rps: convert rps interface to struct drm_device
 2025-10-23 12:00 UTC  (5+ messages)

[PATCH v2] mmc: pxamci: Simplify pxamci_probe() error handling using devm APIs
 2025-10-23 11:58 UTC  (2+ messages)

[PATCH v2 00/32] Encode object type security status in code
 2025-10-23 11:57 UTC  (7+ messages)
` [PATCH v2 06/32] system: check security for machine types
` [PATCH v2 08/32] system: check security of device types
` [PATCH v2 09/32] system: report device security status in help output

[PATCH] io_uring: correct __must_hold annotation in io_install_fixed_file
 2025-10-23 11:55 UTC 

[PATCH v1 0/3] Multi-tile support for xe_sriov_flr and other MMIO improvements
 2025-10-23 11:56 UTC  (3+ messages)
` [PATCH v1 3/3] tests/xe_sriov_flr: extend VF FLR test for multi-tile Xe devices

[PATCH v2 00/58] target/arm/hvf: Consolidate
 2025-10-23 11:52 UTC  (22+ messages)
` [PATCH v2 01/58] target/arm/hvf: Release memory allocated by hv_vcpu_config_create()
` [PATCH v2 02/58] target/arm/hvf: Trace vCPU KICK events
` [PATCH v2 03/58] target/arm/hvf: Check hv_vcpus_exit() returned value
` [PATCH v2 04/58] target/arm/hvf: Check hv_vcpu_set_vtimer_mask() "
` [PATCH v2 05/58] accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()
` [PATCH v2 06/58] accel/hvf: Rename hvf_put|get_registers -> hvf_arch_put|get_registers
` [PATCH v2 07/58] target/arm/hvf: Mention flush_cpu_state() must run on vCPU thread
` [PATCH v2 08/58] accel/hvf: Mention hvf_arch_init_vcpu() "
` [PATCH v2 09/58] target/arm/hvf: Mention hvf_sync_vtimer() "
` [PATCH v2 30/58] target/arm: Re-use arm_is_psci_call() in HVF
` [PATCH v2 31/58] target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
` [PATCH v2 32/58] target/arm/hvf/hvf: Document $pc adjustment in HVF & SMC
` [PATCH v2 33/58] accel/hvf: Trace prefetch abort
` [PATCH v2 34/58] accel/hvf: Create hvf_protect_clean_range, hvf_unprotect_dirty_range
` [PATCH v2 35/58] target/i386/hvf: Use hvf_unprotect_page
` [PATCH v2 36/58] target/i386/hvf: Use address_space_translate in ept_emulation_fault
` [PATCH v2 37/58] accel/hvf: Simplify hvf_log_*
` [PATCH v2 38/58] accel/hvf: Move hvf_log_sync to hvf_log_clear
` [PATCH v2 39/58] accel/hvf: Simplify hvf_set_phys_mem
` [PATCH v2 40/58] accel/hvf: Drop hvf_slot and hvf_find_overlap_slot
` [PATCH v2 41/58] accel/hvf: Remove mac_slots

[PATCH V2 1/7] ASoC: codecs:Rework the awinic driver lib
 2025-10-23 11:55 UTC  (3+ messages)

[PATCH bpf-next v2 00/15] Make TC BPF helpers preserve skb metadata
 2025-10-23 11:55 UTC  (4+ messages)
` [PATCH bpf-next v2 11/15] selftests/bpf: Expect unclone to "

[PATCH v3] media: videobuf2: forbid remove_bufs when legacy fileio is active
 2025-10-23 11:55 UTC  (4+ messages)

[PATCH v2 0/1] mm/ksm: recover from memory failure on KSM page by migrating to healthy duplicate
 2025-10-23 11:54 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/2] riscv: dts: spacemit: add initial support for MusePi Pro
 2025-10-23 11:53 UTC  (4+ messages)
` [PATCH v4 2/2] riscv: dts: spacemit: add MusePi Pro board device tree

[PATCH V2] netrom: Prevent race conditions between multiple add route
 2025-10-23 11:54 UTC  (4+ messages)
` [PATCH V3] netrom: Prevent race conditions between neighbor operations

[PATCH v2 0/2] Fix a regression with hugetlbfs for shared memory in CoCo VMs
 2025-10-23 11:52 UTC  (4+ messages)
` [PATCH v2 2/2] ram-block-attributes: Unify the retrieval of the block size

[PULL 00/32] ppc-for-10.2 queue
 2025-10-23 11:44 UTC  (33+ messages)
` [PULL 01/32] ppc/spapr: remove deprecated machine pseries-3.0
` [PULL 02/32] hw/ppc/spapr: Remove SpaprMachineClass::nr_xirqs field
` [PULL 03/32] ppc/spapr: remove deprecated machine pseries-3.1
` [PULL 04/32] hw/ppc/spapr: Inline spapr_dtb_needed()
` [PULL 05/32] hw/ppc/spapr: Inline few SPAPR_IRQ_* uses
` [PULL 06/32] target/ppc/kvm: Remove kvmppc_get_host_serial() as unused
` [PULL 07/32] target/ppc/kvm: Remove kvmppc_get_host_model() "
` [PULL 08/32] ppc/spapr: remove deprecated machine pseries-4.0
` [PULL 09/32] hw/ppc/spapr: Remove SpaprMachineClass::phb_placement callback
` [PULL 10/32] ppc/spapr: remove deprecated machine pseries-4.1
` [PULL 11/32] ppc/spapr: remove deprecated machine pseries-4.2
` [PULL 12/32] ppc/amigaone: Free allocated struct
` [PULL 13/32] ppc/vof: Make nextprop behave more like Open Firmware
` [PULL 14/32] hw/ppc/pegasos2: Remove explicit name properties from device tree
` [PULL 15/32] hw/ppc/pegasos2: Change device tree generation
` [PULL 16/32] hw/ppc/pegasos2: Remove fdt pointer from machine state
` [PULL 17/32] hw/ppc/pegasos2: Rename mv field in "
` [PULL 18/32] hw/ppc/pegasos2: Add south bridge pointer in the "
` [PULL 19/32] hw/ppc/pegasos2: Move PCI IRQ routing setup to a function
` [PULL 20/32] hw/ppc/pegasos2: Move hardware specific parts out of machine reset
` [PULL 21/32] hw/ppc/pegasos2: Introduce abstract superclass
` [PULL 22/32] hw/ppc/pegasos2: Add bus frequency to machine state
` [PULL 23/32] hw/ppc/pegasos2: Add Pegasos I emulation
` [PULL 24/32] hw/ppc/pegasos2: Add VOF support for pegasos1
` [PULL 25/32] hw/ppc: Implement fadump register command
` [PULL 26/32] hw/ppc: Trigger Fadump boot if fadump is registered
` [PULL 27/32] hw/ppc: Preserve memory regions registered for fadump
` [PULL 28/32] hw/ppc: Implement saving CPU state in Fadump
` [PULL 29/32] hw/ppc: Pass dump-sizes property for fadump in device tree
` [PULL 30/32] hw/ppc: Enable fadump for PSeries
` [PULL 31/32] tests/functional: Add test for fadump in PSeries
` [PULL 32/32] MAINTAINERS: Add entry for FADump (pSeries)

[PATCH v3 00/21] export/fuse: Use coroutines and multi-threading
 2025-10-23 11:47 UTC  (3+ messages)
` [PATCH v3 18/21] fuse: Implement multi-threading

[PATCH v2] drm/tidss: Add some support for splash-screen
 2025-10-23 11:50 UTC  (6+ messages)

*very* pedantic observation about how sphinx spaces bullet lists
 2025-10-23 11:52 UTC 

[PATCH] mm/filemap: Implement fast short reads
 2025-10-23 11:49 UTC  (8+ messages)

[PATCH v4 0/6] Cache coherency management subsystem
 2025-10-23 11:49 UTC  (4+ messages)
` [PATCH v4 6/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

FAILED: patch "[PATCH] s390/cio: Update purge function to unregister the unused" failed to apply to 6.6-stable tree
 2025-10-23 11:49 UTC  (2+ messages)
` [PATCH 6.6.y] s390/cio: Update purge function to unregister the unused subchannels

[PATCH v2] drm/display: add hw_params callback function to drm_connector_hdmi_audio_ops
 2025-10-23 11:48 UTC  (10+ messages)

[PATCH v2 00/11] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
 2025-10-23 11:47 UTC  (2+ messages)

[PATCH] media: uvcvideo: Create a specific id namespace for output entities
 2025-10-23 11:47 UTC  (9+ messages)

[PATCH 0/4] Add PCIe Endpoint controller support for TI J784S4 SoC
 2025-10-23 11:46 UTC  (5+ messages)
` [PATCH 1/4] pci_endpoint: pci_cdns_ti_ep: Add delay after power domain reset
` [PATCH 2/4] pci_endpoint: pci_cdns_ti_ep: Add SERDES mux configuration support
` [PATCH 3/4] pci_endpoint: pci_cdns_ti_ep: Enable PCIe Endpoint mode in J784S4 SoC
` [PATCH 4/4] configs: j784s4_evm_a72_defconfig: Enable configs for PCI Endpoint mode

[PATCH v4 0/4] Non-const bitfield helpers
 2025-10-23 11:38 UTC  (8+ messages)
` [PATCH v4 2/4] bitfield: Add non-constant field_{prep,get}() helpers

[GIT PULL] clk: socfpga: update for v6.19
 2025-10-23 11:45 UTC 

[PATCH] pmdomain: mediatek: Fix build-errors
 2025-10-23 11:44 UTC 

[PATCHv6 net-next 00/14] ipvs: per-net tables and optimizations
 2025-10-23 11:44 UTC  (3+ messages)
` [PATCHv6 net-next 01/14] rculist_bl: add hlist_bl_for_each_entry_continue_rcu

[PATCH v2 22/26] drm/xe/pf: Handle VRAM migration data as part of PF control
 2025-10-23 11:44 UTC  (2+ messages)

summary of observations for overview manual, chapter 2
 2025-10-23 11:46 UTC 

[PATCH v2 0/2] media: i2c: add Samsung S5KJN1 image sensor device driver
 2025-10-23 11:43 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH v3] mfd: da9063: occupy second I2C address, too
 2025-10-23 11:42 UTC  (2+ messages)
` (subset) "

[PATCH] target/arm: Add assert to arm_to_core_mmu_idx()
 2025-10-23 11:42 UTC  (2+ messages)

[PATCH v5 0/4] mm: some optimizations for prot numa
 2025-10-23 11:37 UTC  (5+ messages)
` [PATCH v5 1/4] mm: mprotect: always skip dma pinned folio in prot_numa_skip()
` [PATCH v5 2/4] mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()
` [PATCH v5 3/4] mm: mprotect: convert to folio_can_map_prot_numa()
` [PATCH v5 4/4] mm: huge_memory: use folio_can_map_prot_numa() for pmd folio

[PATCH v4 00/12] Pegasos2 clean up and pegasos1 emulation
 2025-10-23 11:41 UTC  (6+ messages)
` [PATCH v4 08/12] hw/ppc/pegasos2: Move hardware specific parts out of machine reset

Nftables ct count over 2 counter continues to trigger with only 1 connection
 2025-10-23 11:42 UTC  (2+ messages)

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-10-23 11:41 UTC  (6+ messages)
        ` [f2fs-dev] "

[PATCH v7 0/9] Add Type-C DP support for RK3399 EVB IND board
 2025-10-23 11:41 UTC  (20+ messages)
` [PATCH v7 1/9] usb: typec: Add notifier functions
` [PATCH v7 2/9] drm/bridge: Implement generic USB Type-C DP HPD bridge

[PATCH v3 0/9] net: Introduce struct sockaddr_unspec
 2025-10-23 11:40 UTC  (4+ messages)
` [PATCH v3 1/9] net: Add struct sockaddr_unspec for sockaddr of unknown length

[PATCH 1/3] ASoC: cs4271: Fix cs4271 I2C and SPI drivers automatic module loading
 2025-10-23 11:40 UTC  (4+ messages)

[PATCH v3 0/3] Fixes/improvements for SM6350 UFS
 2025-10-23 11:39 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: dts: qcom: sm6350: Fix wrong order of freq-table-hz for UFS
` [PATCH v3 2/3] arm64: dts: qcom: sm6350: Add OPP table support to UFSHC
` [PATCH v3 3/3] arm64: dts: qcom: sm6350: Add interconnect support to UFS

[PATCH v2] PCI: xilinx-xdma: Enable INTx interrupts
 2025-10-23 11:38 UTC  (11+ messages)

[RFC, PATCH 0/2] Large folios vs. SIGBUS semantics
 2025-10-23 11:38 UTC  (4+ messages)

[PATCH v2 0/3] Fixes/improvements for SM6350 UFS
 2025-10-23 11:37 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: sm6350: Fix wrong order of freq-table-hz for UFS
` [PATCH v2 2/3] arm64: dts: qcom: sm6350: Add OPP table support to UFSHC
` [PATCH v2 3/3] arm64: dts: qcom: sm6350: Add interconnect support to UFS

[OE-core][PATCH v3 1/2] opkg: upgrade 0.7.0 -> 0.8.0
 2025-10-23 11:37 UTC  (4+ messages)
` [OE-core][PATCH v3 2/2] opkg: upgrade 0.8.0 -> 0.9.0

[PATCH v2 0/4] Add support to read RPMH regulator settings
 2025-10-23 11:37 UTC  (7+ messages)
` [PATCH v2 1/4] regulator: rpmh-regulator: Fix PMIC5 BOB bypass mode handling

[PATCH RFC 0/3] Add support for Asahi Kasei AK7377 driver
 2025-10-23 11:36 UTC  (5+ messages)
` [PATCH RFC 3/3] arm64: dts: qcom: qcm6490-fairphone-fp5: Add cam actuator

[syzbot] [ocfs2?] kernel BUG in ocfs2_commit_truncate
 2025-10-23 11:35 UTC  (2+ messages)
` Forwarded: #syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 43e9ad0c55a369ecc84a4788d06a8a6bfa634f1c

[PATCH] drm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector() returning EDEADLK
 2025-10-23 11:35 UTC  (2+ messages)

[PATCH 2/2] drm/tests: Handle EDEADLK in set_up_atomic_state()
 2025-10-23 11:35 UTC  (2+ messages)

[PATCH v6 0/2] usb: typec: ucsi_glink: Add support UCSI v2
 2025-10-23 11:34 UTC  (3+ messages)
` [PATCH v6 2/2] usb: typec: ucsi_glink: Increase buffer size to "

[PATCH 1/2] drm/tests: Handle EDEADLK in drm_test_check_valid_clones()
 2025-10-23 11:34 UTC  (2+ messages)

PCIe probe failure on AmLogic A311D after 6.18-rc1
 2025-10-23 11:33 UTC  (2+ messages)

[PATCH v3 0/3] Add support for PM7550 PMIC
 2025-10-23 11:32 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: leds: qcom,spmi-flash-led: Add PM7550
` [PATCH v3 2/3] dt-bindings: mfd: qcom-spmi-pmic: Document PM7550 PMIC
` [PATCH v3 3/3] arm64: dts: qcom: Add "

[PATCH] EDAC/versalnet: Handle split messages for non-standard errors
 2025-10-23 11:31 UTC 

[PATCH 4/4] ASoC: max98090/91: fixing a space
 2025-10-23 11:32 UTC  (2+ messages)

[PATCH] rust: opp: simplify callers of `to_c_str_array`
 2025-10-23 11:32 UTC  (4+ messages)

[PATCH v2 0/3] Add OP-TEE based RPMB driver for UFS devices
 2025-10-23 11:32 UTC  (10+ messages)
` [PATCH v2 3/3] scsi: ufs: core: "

[PATCH net-next 0/8] ipvlan: Implement learnable L2-bridge
 2025-10-23 11:31 UTC  (5+ messages)
` [PATCH net-next 1/8] "

[PATCH v5 0/8] gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC
 2025-10-23 11:30 UTC  (5+ messages)
` [PATCH v5 7/8] soc: renesas: Add support for Renesas RZ/N1 GPIO Interrupt Multiplexer

[PATCH v4 0/3] selinux: speed up avc_search_node() with large number of avc nodes
 2025-10-23 11:30 UTC  (4+ messages)
` [PATCH v4 1/3] selinux: Introduce a new config to make avc cache slot size adjustable
` [PATCH v4 2/3] selinux: Move avtab_hash() to a shared location for future reuse
` [PATCH v4 3/3] selinux: improve bucket distribution uniformity of avc_hash()

[PATCH V2 0/4] Add SD Card support for sm8750 SoC and boards
 2025-10-23 11:29 UTC  (5+ messages)
` [PATCH V2 1/4] dt-bindings: mmc: sdhci-msm: Add sm8750 compatible
` [PATCH V2 2/4] arm64: dts: qcom: sm8750: Add SDC2 nodes for sm8750 soc
` [PATCH V2 3/4] arm64: dts: qcom: sm8750-mtp: Add SDC2 node for sm8750 mtp board
` [PATCH V2 4/4] arm64: dts: qcom: sm8750-qrd: Add SDC2 node for sm8750 qrd board

dash 0.5.13.1: problems with dash as /bin/sh on ARM64
 2025-10-23 11:29 UTC  (3+ messages)
` [PATCH] shell: Fix unsigned char promotion and truncation

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-23 11:29 UTC 

[PATCH v3 0/2] Add support for PMIV0104 PMIC
 2025-10-23 11:29 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mfd: qcom,spmi-pmic: Document PMIV0104
` [PATCH v3 2/2] arm64: dts: qcom: Add PMIV0104 PMIC

The impact of vdagent migration support patches on windows SPICE agent
 2025-10-23 11:27 UTC 


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.