All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-08 12:38:43 to 2026-09-08 13:05:45 UTC [more...]

[PATCH v5 00/26] perf arm64: Support data type profiling
 2026-09-08 13:05 UTC  (7+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v5 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v5 11/26] perf arm-spe: Set default synthesized event period to 1
` [PATCH v5 13/26] perf annotate-arm64: Enable instruction tracking support

[PATCH v8 0/3] Add RP1 PWM controller support
 2026-09-08 13:09 UTC 

[PATCH v3 00/13] Add support for DU, LVDS and DSI on the Renesas RZ/G3L SoC
 2026-09-08 13:05 UTC  (12+ messages)
` [PATCH v3 08/13] arm64: dts: renesas: r9a08g046: Add fcpvd node
` [PATCH v3 09/13] arm64: dts: renesas: r9a08g046: Add vspd node
` [PATCH v3 10/13] arm64: dts: renesas: r9a08g046: Add DU and DSI nodes
` [PATCH v3 11/13] arm64: dts: renesas: r9a08g046: Add LVDS node

[PATCH v11 47/74] drm/vc4: hdmi: Convert to common HDMI 2.0 scrambling infrastructure
 2026-09-08 13:05 UTC  (3+ messages)

[wrynose][PATCH] glibc: stable 2.43 branch updates
 2026-09-08 13:05 UTC  (2+ messages)
` [OE-core] "

[PATCH 0/9] linkmode: better use bitmap API
 2026-09-08 13:04 UTC  (5+ messages)
` [PATCH 2/9] linkmode: make linkmode_and() return boolean
` [PATCH 3/9] net: amd: xgbe: use linkmode_and() return value in xgbe_set_link_ksettings()

[PATCH v11 45/74] drm/vc4: hdmi: Propagate -EDEADLK to the top level
 2026-09-08 13:04 UTC  (3+ messages)

[PATCH 0/6] x86: pass-through / {,v}PCI locking
 2026-09-08 13:04 UTC  (7+ messages)
` [PATCH 1/6] x86/pass-through: defer event unlock in pt_irq_create_bind()
` [PATCH 2/6] x86/pass-through: no locking around pt_irq_{create,destroy}_bind()
` [PATCH 3/6] x86/vPCI: tighten locking assertions
` [PATCH 4/6] vPCI: drop bogus locking assertion
` [PATCH 5/6] x86/pass-through: use simpler locking primitives in pt_irq_{create,destroy}_bind()
` [PATCH 6/6] x86/HVM: drop vector parameter from .pi_update_irte() hook

[PATCH 0/4] KVM: arm64: Fix host access to the EL2 stacks
 2026-09-08 13:04 UTC  (3+ messages)

[PATCH v2 0/2] net: add USB CDC Ethernet NCSI support and fix unregister UAF
 2026-09-08 13:01 UTC  (3+ messages)
` [PATCH v2 1/2] net: usb: cdc_ether: add NCSI passthrough support
` [PATCH v2 2/2] net/ncsi: fix use-after-free in ncsi_unregister_dev()

[PATCH] riscv: vector: Fix data pointer constraints in context save/restore
 2026-09-08 13:03 UTC 

Proposed QEMU 11.2 release schedule
 2026-09-08 13:02 UTC  (2+ messages)

[RFC PATCH] drm/amd/pm: defer UCLK DPM enablement on Apple Navi 14 0218
 2026-09-08  7:25 UTC 

[TECH TOPIC] Improving kernel security & integrity by generalizing ad-hoc safety mechanisms
 2026-09-08 13:03 UTC  (11+ messages)

[PATCH] iio: adc: max14001: add missing MODULE_DEVICE_TABLE macro
 2026-09-08 13:03 UTC  (3+ messages)

[PATCH v2] PCI: Disable not supported reset methods on DG1 0x4905
 2026-09-08 13:02 UTC  (2+ messages)
` ✓ i915.CI.Full: success for PCI: Disable not supported reset methods on DG1 0x4905 (rev2)

[PATCH v1 0/2] pinctrl: qcom: Add QCS615 LPASS LPI pinctrl support
 2026-09-08 13:02 UTC  (3+ messages)
` [PATCH v1 2/2] pinctrl: qcom: Add qcs615 lpass lpi pinctrl driver

[PATCH v4 0/5] livepatch: Fail object initialization on duplicate patched function
 2026-09-08 13:02 UTC  (4+ messages)
` [PATCH v4 1/5] "

[PATCH v5 00/26] perf arm64: Support data type profiling
 2026-09-08 13:01 UTC  (24+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 02/26] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v5 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v5 04/26] perf annotate-arm64: Handle load and store instructions
` [PATCH v5 05/26] perf annotate: Normalize arch__dwarf_regnum() error return values
` [PATCH v5 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v5 08/26] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v5 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v5 10/26] perf annotate: Default to --itrace=i1i for data type profiling
` [PATCH v5 11/26] perf arm-spe: Set default synthesized event period to 1
` [PATCH v5 12/26] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v5 13/26] perf annotate-arm64: Enable instruction tracking support
` [PATCH v5 14/26] perf annotate-data: Add arch_get_reg_offset helper
` [PATCH v5 15/26] perf annotate-arm64: Track return type after call instructions
` [PATCH v5 16/26] perf annotate-arm64: Support load instruction tracking
` [PATCH v5 17/26] perf annotate-arm64: Support store "
` [PATCH v5 18/26] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v5 19/26] perf annotate-data: Track imm_value for stack variables
` [PATCH v5 20/26] perf annotate-x86: Delete stale stack state on store of untracked register
` [PATCH v5 21/26] perf annotate-arm64: Support stack variable tracking
` [PATCH v5 22/26] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v5 23/26] perf annotate-arm64: Support 'add' "

[PATCH] squashfs: fix inode number description in documentation
 2026-09-08 13:01 UTC 

[PATCH 9/9] rust: time: add ktime_get_real_seconds
 2026-09-08 13:01 UTC  (4+ messages)

[PATCH mptcp-next v4 0/2] selftests: mptcp: convert iptables to nftables
 2026-09-08 13:01 UTC  (2+ messages)

[PATCH] lib: sbi: Clear all IPI devices when processing an IPI
 2026-09-08 13:00 UTC 

[PATCH v2 0/5] optimize pgtable_l4|l5_enabled
 2026-09-08 13:00 UTC  (5+ messages)
` [PATCH v2 3/5] riscv: support early isa ext and use it to "

[PATCH net-next v12 0/9] net: dsa: add DSA support for the LAN9645x switch chip family
 2026-09-08 12:59 UTC  (3+ messages)
` [PATCH net-next v12 2/9] dt-bindings: net: lan9645x: add LAN9645X switch bindings

[PATCH v1 1/2] boot: android: Add Android 13+ bootflow support to bootmeth
 2026-09-08 12:58 UTC  (5+ messages)
  ` Re:Re: "
    `  "

[PATCH v2] mm/rmap: fix missing barrier between anon_vma init and vma->anon_vma publish
 2026-09-08 12:29 UTC 

[PATCH net-next v8 00/15] dpll: add SiTime SiT9531x DPLL clock driver
 2026-09-08 12:57 UTC  (2+ messages)

[PATCH v9 0/6] wifi: rtw88: preparations for RTL8723B/RTL8723BS
 2026-09-08 12:56 UTC  (4+ messages)
` [PATCH v9 4/6] wifi: rtw88: sdio: track free TX pages and OQT credits for RTL8723BS

[PATCH v3] http: add http.sslVerifyStatus to check stapled OCSP responses
 2026-09-08 12:55 UTC  (10+ messages)
` [PATCH v6] "

[PATCH 0/7] Renesas RZ/T2H pinctrl fixes and cleanups
 2026-09-08 12:54 UTC  (10+ messages)
` [PATCH 2/7] pinctrl: renesas: rzt2h: restore correct pin mode on IRQ free
` [PATCH 3/7] pinctrl: renesas: rzt2h: setup IRQ in .irq_{request,release}_resources()

[Buildroot] [autobuild.buildroot.org] Daily results for 2026-09-06
 2026-09-07  3:24 UTC 

[PATCH v4 00/23] perf arm64: Support data type profiling
 2026-09-08 12:54 UTC  (4+ messages)
` [PATCH v4 23/23] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer

[Buildroot] [PATCH] tooolchain/toolchain-external: update toolchain-external-bootlin to 2026.08
 2026-09-06 18:07 UTC 

[PATCH v2 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
 2026-09-08 12:53 UTC  (8+ messages)
` [PATCH v2 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v2 4/6] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v2 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
 2026-09-08 12:53 UTC  (25+ messages)
` [PATCH v2 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v2 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v2 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v2 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v2 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v2 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v2 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v2 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v2 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v2 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v2 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH v5 0/4] Separate GGTT pools for submissions and VFs provisioning
 2026-09-08 12:53 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Separate GGTT pools for submissions and VFs provisioning (rev5)

[PATCH] riscv: crash: Add crash hotplug support
 2026-09-08 12:51 UTC 

[PATCH 0/2] i2c: mux: Add NXP PCA9641 I2C bus master arbiter
 2026-09-08 12:52 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: i2c: "
` [PATCH 2/2] i2c: mux: Add NXP PCA9641 I2C bus master arbiter driver

[PATCH v12 0/7] spacemit mmc driver
 2026-09-08 12:52 UTC  (3+ messages)
` [PATCH v12 6/7] doc: spacemit: flash on K1 SoC based boards

[PATCH v5 00/19] selftests/mm: improve khugepaged coverage
 2026-09-08 12:51 UTC  (20+ messages)
` [PATCH v5 01/19] selftests/mm: raise the khugepaged test-case cap
` [PATCH v5 02/19] selftests/mm: skip collapse_compound_extreme() where the PMD is too large
` [PATCH v5 03/19] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v5 04/19] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v5 05/19] selftests/mm: make the swap cases' swapout reliable
` [PATCH v5 06/19] selftests/mm: stop khugepaged during the MADV_COLLAPSE cases
` [PATCH v5 07/19] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v5 08/19] selftests/mm: add folio-order check for address ranges
` [PATCH v5 09/19] selftests/mm: add folio-order detection self-check
` [PATCH v5 10/19] selftests/mm: add khugepaged completion barrier helper
` [PATCH v5 11/19] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v5 12/19] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v5 13/19] selftests/mm: cover a shared-source collapse write race
` [PATCH v5 14/19] selftests/mm: run every supported collapse order by default
` [PATCH v5 15/19] selftests/mm: check that one khugepaged pass collapses one window
` [PATCH v5 16/19] selftests/mm: add khugepaged race harness
` [PATCH v5 17/19] selftests/mm: race the collapse of windows with holes
` [PATCH v5 18/19] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v5 19/19] selftests/mm: zap whole PTE tables in "

[PATCH net-next] ipv6: udp: Use ip6_sk_redirect() for tunnel sockets
 2026-09-08 12:50 UTC  (2+ messages)

[PATCH] net: fix typos in comments
 2026-09-08 12:50 UTC  (2+ messages)

[PATCH v6] ata: ahci_da850: switch to DEFINE_SIMPLE_DEV_PM_OPS
 2026-09-08 12:50 UTC 

[PATCH net-next] net: ipa: Drop the monitor_rx endpoint_id ABI entry
 2026-09-08 12:49 UTC  (2+ messages)

[PATCH i-g-t] lib/amdgpu: sync uq fw-area info type with libdrm metadata API
 2026-09-08 12:48 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 0/2] net: add USB CDC Ethernet NCSI support and fix unregister UAF
 2026-09-08 12:45 UTC  (4+ messages)
` [PATCH 1/2] net: usb: cdc_ether: add NCSI passthrough support

[PATCH v11 23/74] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
 2026-09-08 12:48 UTC  (3+ messages)

[PATCH net] openvswitch: fix wrong flag value in get_ipv6_ext_hdrs()
 2026-09-08 12:48 UTC  (3+ messages)

[PATCH v11 00/74] Add HDMI 2.0 support to DW HDMI QP TX
 2026-09-08 12:48 UTC  (4+ messages)
` [PATCH v11 30/74] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper

[PATCH v2] ARM, ARM64, LONGARCH: Delay HW BP notification to task_work()
 2026-09-08 12:47 UTC  (11+ messages)

[PATCH] drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms
 2026-09-08 12:47 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms (rev6)

[PATCH RESEND v2] wifi: mac80211: queue frames while off-channel
 2026-09-08 12:46 UTC 

[PATCH 0/2] ftrace/selftests: Fix registering kprobe on non-unique symbol
 2026-09-08 12:46 UTC  (2+ messages)

[PATCH v2] rust: time: add Delta::to_jiffies_timeout() for timeout conversion
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next] dibs: Avoid inconsistent lockstate warning in dibs_lo_move_data()
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 15/15] dpll: sit9531x: allow the device tree to override two board facts
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 14/15] dpll: sit9531x: model the inter-PLL sync net as a pair of pins
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 12/15] dpll: sit9531x: add support to get phase offset on the connected input pin
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 13/15] dpll: sit9531x: add support to get fractional frequency offset
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 10/15] dpll: sit9531x: add support to adjust output phase
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 11/15] dpll: sit9531x: add support to get and set esync on pins
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 09/15] dpll: sit9531x: implement output pin state on a DPLL
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 08/15] dpll: sit9531x: add support to get and set frequency on pins
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 07/15] dpll: sit9531x: add support to get and set priority on input pins
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 06/15] dpll: sit9531x: implement input pin state on a DPLL
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 05/15] dpll: sit9531x: register DPLL devices and pins
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 04/15] dpll: sit9531x: read DPLL types and pin properties from system firmware
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 02/15] dt-bindings: dpll: add SiTime SiT95316 clock generator
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH net-next v8 03/15] dpll: add basic SiTime SiT9531x support
 2026-09-08 12:45 UTC  (2+ messages)

[PATCH v2 0/3] i2c: Add Starfive JHB100 I2C master/slave support
 2026-09-08 12:44 UTC 

[PATCH v2 0/3] Xiaomi Poco F1 (ebbg display variant) fixes
 2026-09-08 12:45 UTC  (8+ messages)
` [PATCH v2 1/3] drm/panel: ebbg-ft8719: Set prepare_prev_first
` [PATCH v2 2/3] drm/panel: ebbg-ft8719: Fix the MODULE_LICENSE() string
` [PATCH v2 3/3] drm/panel: ebbg-ft8719: Split initialization into enable/disable fn

[PATCH 1/3] configs: tqma6: rename TQMA6_SPI_UBOOT_SIZE to TQMA6_SPI_UBOOT_MAX_SIZE
 2026-09-08 12:44 UTC  (3+ messages)
` [PATCH 2/3] configs: tqma6ul: rename TQMA6UL_SPI_UBOOT_SIZE to TQMA6UL_SPI_UBOOT_MAX_SIZE
` [PATCH 3/3] configs: tqma7: rename TQMA7_SPI_UBOOT_SIZE to TQMA7_SPI_UBOOT_MAX_SIZE

[PATCH v2 0/3] soc: mediatek: pwrap: mt6572 support + log level fixes
 2026-09-08 12:43 UTC  (4+ messages)
` [PATCH v2 3/3] soc: mediatek: pwrap: add mt6572 support

[PATCH 00/13] Wangxun fixes and new features
 2026-09-08 12:43 UTC  (3+ messages)

Fwd: kernel oops on recent policy with older kernel
 2026-09-08 12:42 UTC  (6+ messages)
  `  "

[PATCH] iommu/arm-smmu-v3-sva: Relax ASID requirements
 2026-09-08 12:42 UTC  (4+ messages)

[PATCH v2 00/15] Wangxun fixes and new features
 2026-09-08 12:39 UTC  (16+ messages)
  ` [PATCH v2 01/15] net/txgbe: fix failure to configure 10G on dual-speed DAC
  ` [PATCH v2 02/15] net/txgbe: fix e56 PHY configuration error
  ` [PATCH v2 03/15] net/txgbe: fix incorrect link state in 10G forced mode
  ` [PATCH v2 04/15] net/txgbe: do not force reconfig on link retry
  ` [PATCH v2 05/15] net/txgbe: set i2c sda hold time
  ` [PATCH v2 06/15] net/txgbe: fix link speed display info for 10G mode
  ` [PATCH v2 07/15] net/txgbe: remove stale outer UDP checksum offload flag
  ` [PATCH v2 08/15] net/txgbe: add offload support for tunnel type UDP
  ` [PATCH v2 09/15] net/txgbe: fix SFP hot-plug when auto-negotiation is on
  ` [PATCH v2 10/15] net/txgbe: fix DAC hot-plug on 40G NIC with auto-negotiation
  ` [PATCH v2 11/15] net/txgbe: fix 40G FFE tuning applied to first lane only
  ` [PATCH v2 12/15] net/txgbe: add pre2 and backplane capability devargs
  ` [PATCH v2 13/15] net/txgbe: add devarg to turn off Tx laser for 40G NIC
  ` [PATCH v2 14/15] net/txgbe: fix CR/KR link training and recovery
  ` [PATCH v2 15/15] net/txgbe: align link capabilities and DAC classification

[PATCH] rtc: mpfs: fix unchecked devm_clk_get() error pointer in probe()
 2026-09-08 12:42 UTC  (3+ messages)

[PATCH] net: starfire: fix ioaddr sign-extension causing ioremap() failure
 2026-09-08 12:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/19] accel: ethosu: Another batch of fixes
 2026-09-08 12:41 UTC  (4+ messages)
` [PATCH v2 01/19] accel: ethosu: Suspend after initialization

[PATCH v1] rust: time: rename ClockSource trait to ClockId
 2026-09-08 12:41 UTC  (5+ messages)

[nf PATCH v3] netfilter: nfnetlink: Fix for interrupted hook dumps
 2026-09-08 12:41 UTC  (4+ messages)

[PATCH v3 0/3] watchdog: rzv2h: Convert WDTDCR handling to regmap
 2026-09-08 12:40 UTC  (5+ messages)
` [PATCH v3 1/3] watchdog: rzv2h_wdt: Propagate WDTDCR access errors

[PATCH nf-next v4 01/13] rhashtable: add rhashtable_flush_and_free helper
 2026-09-08 12:39 UTC  (6+ messages)

[PATCH] selftests/mm: fix size truncation in pagemap_ioctl test
 2026-09-08 12:38 UTC  (4+ messages)

[PATCH net-next v13 0/6] net: dsa: mxl862xx: devlink flash and rescue
 2026-09-08 12:38 UTC  (3+ messages)
` [PATCH net-next v13 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode


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.