All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-17 08:33:18 to 2024-12-17 09:06:09 UTC [more...]

[PATCH v7 0/5] Add pinctrl support for mt7988
 2024-12-17  8:54 UTC  (9+ messages)
` [PATCH v7 1/5] pinctrl: mediatek: add support for MTK_PULL_PD_TYPE
` [PATCH v7 2/5] pinctrl: mediatek: add MT7988 pinctrl driver
` [PATCH v7 3/5] dt-bindings: pinctrl: add binding for MT7988 SoC
` [PATCH v7 5/5] arm64: dts: mediatek: mt7988a-bpi-r4: Add pinctrl subnodes for bpi-r4

[PATCH] regulator: pca9450: use dev_err_probe on errors requesting resources
 2024-12-17  9:05 UTC  (3+ messages)

[PATCH v5] graph: mcore: optimize graph search
 2024-12-17  9:04 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] x86/io-apic: prevent early exit from i8259 loop detection
 2024-12-17  9:00 UTC 

[Bug 219588] New: [6.13.0-rc2+]WARNING: CPU: 52 PID: 12253 at arch/x86/kvm/mmu/tdp_mmu.c:1001 tdp_mmu_map_handle_target_level+0x1f0/0x310 [kvm]
 2024-12-17  9:03 UTC  (2+ messages)
` [Bug 219588] "

[PATCH 0/9] btrfs: some header cleanups and move things around
 2024-12-17  9:03 UTC  (8+ messages)
` [PATCH 2/9] btrfs: move csum related functions from ctree.c into fs.c
` [PATCH 4/9] btrfs: move btrfs_is_empty_uuid() from ioctl.c "

[PATCH 0/1] Add i.MX943 basic dtsi support
 2024-12-17  9:03 UTC  (10+ messages)
` [PATCH] arm64: dts: freescale: Add basic dtsi for imx943

[PATCH] misra: add deviation for MISRA C Rule R11.8
 2024-12-17  9:02 UTC  (2+ messages)

[PATCH] btrfs: handle free space tree rebuild in multiple transactions
 2024-12-17  9:02 UTC  (3+ messages)

[PATCH 00/12] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-17  9:02 UTC  (7+ messages)
` [PATCH 11/12] mm: pgtable: introduce generic __tlb_remove_table()

[oe] [meta-oe] [PATCH 01/17] ace: update 8.0.1 -> 8.0.2
 2024-12-17  9:01 UTC  (17+ messages)
` [oe] [meta-oe] [PATCH 02/17] ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
` [oe] [meta-oe] [PATCH 03/17] graphviz: upgrade 12.2.0 -> 12.2.1
` [oe] [meta-oe] [PATCH 04/17] libnfs: upgrade 5.0.3 -> 6.0.2
` [oe] [meta-oe] [PATCH 05/17] libp11: update 0.4.12 -> 0.4.13
` [oe] [meta-oe] [PATCH 06/17] libplist: upgrade 2.3.0 -> 2.6.0
` [oe] [meta-oe] [PATCH 07/17] libusbmuxd: upgrade 2.0.2 -> 2.1.0
` [oe] [meta-gnome] [PATCH 08/17] localsearch: upgrade 3.8.1 -> 3.8.2
` [oe] [meta-oe] [PATCH 09/17] lvm2: update 2.03.28 -> 2.03.29
` [oe] [meta-oe] [PATCH 10/17] mcelog: upgrade 201 -> 202
` [oe] [meta-oe] [PATCH 11/17] monit: upgrade 5.34.2 -> 5.34.3
` [oe] [meta-oe] [PATCH 12/17] nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
` [oe] [meta-oe] [PATCH 13/17] openjpeg: upgrade 2.5.2 -> 2.5.3
` [oe] [meta-python] [PATCH 14/17] python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
` [oe] [meta-networking] [PATCH 15/17] stunnel: upgrade 5.73 -> 5.74
` [oe] [meta-gnome] [PATCH 16/17] tinysparql: upgrade 3.8.1 -> 3.8.2
` [oe] [meta-oe] [PATCH 17/17] xkbevd: upgrade 1.1.5 -> 1.1.6

[PATCH v13 0/7] Pointer Masking update for Zjpm v1.0
 2024-12-17  9:00 UTC  (4+ messages)
` [PATCH v13 6/7] target/riscv: Apply pointer masking for virtualized memory accesses

[PATCH v3 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-17  9:00 UTC  (33+ messages)
` [PATCH v3 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH v3 02/18] KVM: arm64: Move enum pkvm_page_state to memory.h
` [PATCH v3 03/18] KVM: arm64: Make hyp_page::order a u8
` [PATCH v3 04/18] KVM: arm64: Move host page ownership tracking to the hyp vmemmap
` [PATCH v3 05/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung
` [PATCH v3 06/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms
` [PATCH v3 07/18] KVM: arm64: Make kvm_pgtable_stage2_init() a static inline function
` [PATCH v3 08/18] KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpers
` [PATCH v3 09/18] KVM: arm64: Introduce __pkvm_vcpu_{load,put}()
` [PATCH v3 10/18] KVM: arm64: Introduce __pkvm_host_share_guest()
` [PATCH v3 11/18] KVM: arm64: Introduce __pkvm_host_unshare_guest()
` [PATCH v3 12/18] KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
` [PATCH v3 13/18] KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
` [PATCH v3 14/18] KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
` [PATCH v3 15/18] KVM: arm64: Introduce __pkvm_host_mkyoung_guest()
` [PATCH v3 16/18] KVM: arm64: Introduce __pkvm_tlb_flush_vmid()

FAILED: patch "[PATCH] drm/i915: Fix memory leak by correcting cache object name in" failed to apply to 5.10-stable tree
 2024-12-17  9:01 UTC  (3+ messages)
` [PATCH 5.10.y] drm/i915: Fix memory leak by correcting cache object name in error handler

[PATCH v4 00/18] NVMe PCI endpoint target driver
 2024-12-17  8:53 UTC  (3+ messages)
` [PATCH v4 17/18] nvmet: New "

[PATCH v2 1/1] input: mma8450: Add chip ID check in probe
 2024-12-17  9:00 UTC  (2+ messages)

[PATCH 0/3] Defer lcore variables allocation
 2024-12-17  8:59 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] eal: check lcore variable handle
  ` [PATCH v2 2/5] random: defer seeding to EAL init
  ` [PATCH v2 3/5] power: defer lcore variable allocation
  ` [PATCH v2 4/5] power: reduce memory footprint of per-lcore state
  ` [PATCH v2 5/5] eal/x86: defer power intrinsics variable allocation

[PATCH 0/9] x86/kexec: Fixes for tip/x86/boot
 2024-12-17  8:49 UTC  (5+ messages)
` [PATCH 8/9] x86/kexec: Cope with relocate_kernel() not being at the start of the page
` [PATCH 9/9] x86/kexec: Use typedef for relocate_kernel_fn function prototype

[PATCH net-next v2 0/2] Add auto-negotiation support for LAN887x T1 phy
 2024-12-17  9:00 UTC  (4+ messages)
` [PATCH net-next v2 2/2] net: phy: microchip_t1: Auto-negotiation support for LAN887x

[PATCH net v2] rust: net::phy fix module autoloading
 2024-12-17  9:00 UTC  (3+ messages)

Patchwork summary for: linux-renesas-soc
 2024-12-17  9:00 UTC 

[PATCH v4 0/7] Add RZ/G3E pinctrl support
 2024-12-17  8:59 UTC  (7+ messages)
` [PATCH v4 1/7] dt-bindings: pinctrl: renesas: Add alpha-numerical port support for RZ/V2H

[PATCH 0/5] sandbox: repair compile and run-time for OF_EMBED case
 2024-12-17  8:59 UTC  (6+ messages)
` [PATCH 5/5] sandbox: set retval early in board_fdt_blob_setup()

[PATCH v14 0/7] Pointer Masking update for Zjpm v1.0
 2024-12-17  8:57 UTC  (8+ messages)
` [PATCH v14 1/7] target/riscv: Remove obsolete pointer masking extension code
` [PATCH v14 2/7] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v1.0
` [PATCH v14 3/7] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v14 4/7] target/riscv: Add pointer masking tb flags
` [PATCH v14 5/7] target/riscv: Update address modify functions to take into account pointer masking
` [PATCH v14 6/7] target/riscv: Apply pointer masking for virtualized memory accesses
` [PATCH v14 7/7] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension

[PATCH net] net: sysfs: Fix deadlock situation in sysfs accesses
 2024-12-17  8:59 UTC  (3+ messages)

[OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4
 2024-12-17  8:58 UTC  (21+ messages)
` [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4
` [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0
` [OE-core] [PATCH 04/21] erofs-utils: upgrade 1.8.2 -> 1.8.3
` [OE-core] [PATCH 05/21] igt-gpu-tools: upgrade 1.29 -> 1.30
` [OE-core] [PATCH 06/21] json-glib: upgrade 1.10.0 -> 1.10.6
` [OE-core] [PATCH 07/21] libice: upgrade 1.1.1 -> 1.1.2
` [OE-core] [PATCH 08/21] libjitterentropy: upgrade 3.6.0 -> 3.6.1
` [OE-core] [PATCH 09/21] libsm: upgrade 1.2.4 -> 1.2.5
` [OE-core] [PATCH 10/21] libxau: upgrade 1.0.11 -> 1.0.12
` [OE-core] [PATCH 11/21] libxcvt: upgrade 0.1.2 -> 0.1.3
` [OE-core] [PATCH 12/21] libxrender: upgrade 0.9.11 -> 0.9.12
` [OE-core] [PATCH 13/21] libxv: upgrade 1.0.12 -> 1.0.13
` [OE-core] [PATCH 14/21] libxxf86vm: upgrade 1.1.5 -> 1.1.6
` [OE-core] [PATCH 15/21] mpg123: upgrade 1.32.9 -> 1.32.10
` [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2
` [OE-core] [PATCH 17/21] ofono: upgrade 2.13 -> 2.14
` [OE-core] [PATCH 18/21] pango: upgrade 1.55.0 -> 1.55.5
` [OE-core] [PATCH 19/21] re2c: upgrade 4.0.1 -> 4.0.2
` [OE-core] [PATCH 20/21] socat: upgrade 1.8.0.1 -> 1.8.0.2
` [OE-core] [PATCH 21/21] tcl8: upgrade 8.6.15 -> 8.6.16

GPM & Emacs broken in Linux 6.7 -- ok to relax check?
 2024-12-17  8:49 UTC  (5+ messages)

[PATCH v12 00/12] Arm cache coloring
 2024-12-17  8:57 UTC  (5+ messages)
` [PATCH v12 01/12] xen/common: add cache coloring common code

[REGRESSION][BISECTED] from bd9bbc96e835: cannot boot Win11 KVM guest
 2024-12-17  8:57 UTC  (6+ messages)

[PATCH v2 1/2] usb: typec: tcpci: fix NULL pointer issue on shared irq case
 2024-12-17  8:54 UTC  (4+ messages)
` [PATCH v2 2/2] usb: typec: tcpci: write ALERT_MASK after devm_request_threaded_irq()

[PATCH] drm/i915/hdcp: Fix Repeater authentication during topology change
 2024-12-17  8:56 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH] docs: mm: fix the incorrect 'FileHugeMapped' field
 2024-12-17  8:55 UTC 

[PATCH v4] leds: pwm-multicolor: Disable PWM when going to suspend
 2024-12-17  8:55 UTC  (2+ messages)

"relocation to !ENDBR" objtool warnings
 2024-12-17  8:54 UTC 

[PATCH] drivers: firmware: ti_sci: Add DM_FLAG_PRE_RELOC to driver
 2024-12-17  8:54 UTC 

[PATCH] drm/amdgpu: Refine ip detection log message
 2024-12-17  8:54 UTC  (2+ messages)

[PATCH] xen: add privcmd ioctl to get p2pdma_distance
 2024-12-17  8:53 UTC  (6+ messages)

[PATCH RFC] drivers:gpio: introduce variants of gpiod_get_array
 2024-12-17  8:53 UTC 

[PATCH v3 00/22] Add Intel Touch Host Controller drivers
 2024-12-17  8:52 UTC  (4+ messages)

[RFC][PATCH v14 0/7] Single CPU Proxy Execution (v14)
 2024-12-17  8:52 UTC  (17+ messages)
` [RFC][PATCH v14 2/7] locking/mutex: Rework task_struct::blocked_on
` [RFC][PATCH v14 3/7] sched: Fix runtime accounting w/ split exec & sched contexts
` [RFC][PATCH v14 5/7] sched: Add an initial sketch of the find_proxy_task() function

[PATCH v3 0/8] wifi: ath12k: Refactor the monitor status Rx path
 2024-12-17  8:45 UTC  (9+ messages)
` [PATCH v3 1/8] wifi: ath12k: Add documentation HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG
` [PATCH v3 2/8] wifi: ath12k: Refactor monitor status TLV structure
` [PATCH v3 3/8] wifi: ath12k: cleanup Rx peer statistics structure
` [PATCH v3 4/8] wifi: ath12k: Fix the misspelled of hal TLV tag HAL_PHYRX_GENERICHT_SIG
` [PATCH v3 5/8] wifi: ath12k: fix incorrect TID updation in DP monitor status path
` [PATCH v3 6/8] wifi: ath12k: Remove unused HAL Rx mask in DP monitor path
` [PATCH v3 7/8] wifi: ath12k: Change the Tx monitor SRNG ring ID
` [PATCH v3 8/8] wifi: ath12k: Avoid explicit type cast in monitor status parse handler

[PATCH net-next 0/3] net: mctp: MCTP core updates
 2024-12-17  8:51 UTC  (4+ messages)
` [PATCH net-next 1/3] net: mctp: handle skb cleanup on sock_queue failures

[PATCH] arm64: renesas: renesas_defconfig: Enable RZ/G3E SoC
 2024-12-17  8:50 UTC  (2+ messages)

[PATCH] net: dwmac-imx: add imx93 clock input support in RMII mode
 2024-12-17  8:49 UTC 

Lazy preemption on arm64
 2024-12-17  8:50 UTC  (4+ messages)

[PATCH V6] mm, compaction: don't use ALLOC_CMA in long term GUP flow
 2024-12-17  8:49 UTC  (4+ messages)

[PATCH v3] vpci: Add resizable bar support
 2024-12-17  8:49 UTC  (7+ messages)

[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-12-17  8:48 UTC  (4+ messages)
` [PATCH V3 6/7] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9

[RFC net-next 0/5] Add ETS and TBF Qdisc offload for Airoha EN7581 SoC
 2024-12-17  8:46 UTC  (11+ messages)

[PATCH iwl-next 0/9] igc: Add support for Frame Preemption feature in IGC
 2024-12-17  8:46 UTC  (5+ messages)
` [PATCH iwl-next 6/9] igc: Add support for frame preemption verification
    ` [Intel-wired-lan] "

drivers/thunderbolt/debugfs.c:532:5-33: opportunity for str_yes_no(supports_software ( margining )) (fwd)
 2024-12-17  8:45 UTC 

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-17  8:46 UTC  (5+ messages)
` [RFC v2 02/11] fs/buffer: add a for_each_bh() for block_read_full_folio()

[PATCH] drm/i915/dsc: Expose dsc sink max slice count via debugfs
 2024-12-17  8:45 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH 0/2] rockchip: add can for RK3576 Soc
 2024-12-17  8:43 UTC  (3+ messages)

[PATCH] drm/xe/pf: Use correct function to check LMEM provisioning
 2024-12-17  8:45 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v1 0/1] Fix the VSTART register was not checked correctly in the vext_vv_rm_2 function
 2024-12-17  8:43 UTC 

[PATCH v1 1/1] target/riscv: Fix handling of NOP for vstart >= vl in vext_vx_rm_2()
 2024-12-17  8:43 UTC 

[PATCH v2 0/2] Make i.MX9 OCOTP work as accessing controller
 2024-12-17  8:43 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: nvmem: imx-ocotp: Introduce #access-controller-cells
` [PATCH v2 2/2] nvmem: imx-ocotp-ele: Support accessing controller for i.MX9

[PATCH] drm/bochs: Do not put DRM device in PCI remove callback
 2024-12-17  8:43 UTC 

[PATCH v2 0/3] drm/i915/xe3: FBC Dirty rect feature support
 2024-12-17  8:42 UTC  (4+ messages)
` [PATCH v2 1/3] drm/i915/xe: add register definitions for fbc dirty rect support
` [PATCH v2 2/3] drm/i915/xe3: add dirty rect support for FBC
` [PATCH v2 3/3] drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled

[PATCH net] xfrm: prevent some integer overflows in verify_ functions
 2024-12-17  8:42 UTC 

imx8m-blk-ctrl: WARNING, no release() function
 2024-12-17  8:42 UTC  (3+ messages)

[PATCH 0/8] drm/msm/dpu: catalog corrections
 2024-12-17  8:41 UTC  (3+ messages)
` [PATCH 7/8] drm/msm/dpu: link DSPP_2/_3 blocks on X1E80100

Proszę o kontakt
 2024-12-17  8:40 UTC 

[RFC PATCH 0/2] add generic parity calculation for u8
 2024-12-17  8:41 UTC  (7+ messages)
` [RFC PATCH 1/2] bitops: "

[PATCH 00/10] Cumulative fixes and updates for MediaTek ethernet driver
 2024-12-17  8:40 UTC  (11+ messages)
` [PATCH 01/10] clk: mediatek: mt7629: fix parent clock of some top clock muxes
` [PATCH 02/10] arm: dts: mt7629: fix sgmii clock selection for ethernet
` [PATCH 03/10] net: mediatek: use correct register field for SGMII speed selection
` [PATCH 04/10] net: mediatek: correct register name of ethsys syscfg1
` [PATCH 05/10] net: mediatek: fix sgmii selection for mt7622
` [PATCH 06/10] net: mediatek: fix gmac2 usability for mt7629
` [PATCH 07/10] net: mediatek: add support for 10GBASE-R
` [PATCH 08/10] net: mediatek: make sgmii/usxgmii optional
` [PATCH 09/10] net: mediatek: don't enable GDMA cpu bridge unconditionally for NETSYSv3
` [PATCH 10/10] net: mediatek: fix usability with wget command

[PATCH v2 0/4] arm64: exynos: gs101: add ACPM related nodes
 2024-12-17  8:38 UTC  (5+ messages)
` [PATCH v2 3/4] arm64: dts: exynos: gs101: add ACPM protocol node

[PATCH] ring-buffer: fix array bounds checking
 2024-12-17  8:38 UTC  (3+ messages)

[PATCH v2] Bluetooth: hci_uart: fix race during initialization
 2024-12-17  8:37 UTC  (2+ messages)
` [v2] "

[PATCH 0/4] Google Pixel 6 (simple) framebuffer support
 2024-12-17  8:35 UTC  (7+ messages)
` [PATCH 3/4] arm64: dts: exynos: gs101-oriole: move common Pixel6 & 6Pro parts into a .dtsi
` [PATCH 4/4] arm64: dts: exynos: gs101-raven: add new board file

[PATCH v3 0/3] nvme-fc: fix race with connectivity loss and nvme_fc_create_association
 2024-12-17  8:35 UTC  (4+ messages)
` [PATCH v3 3/3] nvme: handle connectivity loss in nvme_set_queue_count

[bug report] ALSA: compress_offload: introduce accel operation mode
 2024-12-17  8:35 UTC 

[PATCH] drm/tegra: dsi: fix the reference leak of the ganged mode device
 2024-12-17  8:35 UTC 

[RFC 0/4] Rate limit PCIe Correctable Errors
 2024-12-17  8:34 UTC  (3+ messages)

is it possible to add a new filter to detect unusable partition types
 2024-12-17  8:34 UTC 

acer-wmi: Nitro button doesn't produce a WMI event
 2024-12-17  8:33 UTC  (3+ messages)

[PATCH net-next v2 0/6] vsock/test: Tests for memory leaks
 2024-12-17  8:33 UTC  (5+ messages)
` [PATCH net-next v2 2/6] vsock/test: Introduce option to run a single test

[PATCH v5 0/9] add the support of sha256_hmac and sha256_hkdf
 2024-12-17  8:32 UTC  (5+ messages)
` [PATCH v5 1/9] tools: kwbimage.h: use linux/compiler_attributes.h
` [PATCH v5 3/9] mbedtls: enable support of hkdf
` [PATCH v5 4/9] lib: sha256: move common function to sha256_common.c
` [PATCH v5 8/9] test: lib: add test for key derivation


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.