All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-02 02:37:52 to 2025-09-02 04:08:02 UTC [more...]

[PATCH v2 00/54] fs: rework inode reference counting
 2025-09-02  4:07 UTC  (5+ messages)
` [PATCH v2 16/54] fs: delete the inode from the LRU list on lookup

[PATCH v2 00/39] hexagon system emulation v2, part 2/3
 2025-09-02  3:48 UTC  (32+ messages)
` [PATCH v2 01/39] target/hexagon: Implement ciad helper
` [PATCH v2 06/39] target/hexagon: Implement {g,s}etimask helpers
` [PATCH v2 07/39] target/hexagon: Implement wait helper
` [PATCH v2 09/39] target/hexagon: Implement arch_get_system_reg()
` [PATCH v2 10/39] target/hexagon: Implement arch_{s, g}et_{thread, system}_reg()
` [PATCH v2 12/39] target/hexagon: Add implementation of cycle counters
` [PATCH v2 13/39] target/hexagon: Implement modify_syscfg()
` [PATCH v2 14/39] target/hexagon: Implement hex_tlb_entry_get_perm()
` [PATCH v2 15/39] target/hexagon: Implement hex_tlb_lookup_by_asid()
` [PATCH v2 16/39] target/hexagon: Implement software interrupt
` [PATCH v2 17/39] target/hexagon: Implement exec_interrupt, set_irq
` [PATCH v2 18/39] target/hexagon: add simple cpu_exec_reset and pointer_wrap
` [PATCH v2 19/39] target/hexagon: Implement hexagon_tlb_fill()
` [PATCH v2 20/39] target/hexagon: Implement siad inst
` [PATCH v2 21/39] target/hexagon: Implement hexagon_resume_threads()
` [PATCH v2 22/39] target/hexagon: Implement setprio, resched
` [PATCH v2 23/39] target/hexagon: Add sysemu_ops, cpu_get_phys_page_debug()
` [PATCH v2 24/39] target/hexagon: Add exec-start-addr prop
` [PATCH v2 25/39] target/hexagon: extend hexagon_cpu_mmu_index() for sysemu
` [PATCH v2 27/39] target/hexagon: Implement hexagon_find_last_irq()
` [PATCH v2 28/39] target/hexagon: Implement modify_ssr, resched, pending_interrupt
` [PATCH v2 29/39] target/hexagon: Add pkt_ends_tb to translation
` [PATCH v2 30/39] target/hexagon: Add next_PC, {s,g}reg writes
` [PATCH v2 31/39] target/hexagon: Add implicit sysreg writes
` [PATCH v2 32/39] target/hexagon: Define system, guest reg names
` [PATCH v2 33/39] target/hexagon: initialize sys/guest reg TCGvs
` [PATCH v2 35/39] target/hexagon: Define gen_precise_exception()
` [PATCH v2 36/39] target/hexagon: Add TCG overrides for transfer insts
` [PATCH v2 37/39] target/hexagon: Add support for loadw_phys
` [PATCH v2 38/39] target/hexagon: Add guest reg reading functionality
` [PATCH v2 39/39] target/hexagon: Add pcycle setting functionality

[PATCH v1 0/3] misc: fastrpc: Add polling mode support
 2025-09-02  4:07 UTC  (3+ messages)
` [PATCH v1 1/3] misc: fastrpc: Move fdlist to invoke context structure

[PATCH v2 00/40] hexagon system emulation v2, part 1/3
 2025-09-02  3:47 UTC  (34+ messages)
` [PATCH v2 01/40] docs: Add hexagon sysemu docs
` [PATCH v2 02/40] docs/system: Add hexagon CPU emulation
` [PATCH v2 03/40] target/hexagon: Fix badva reference, delete CAUSE
` [PATCH v2 04/40] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PATCH v2 05/40] target/hexagon: Handle system/guest registers in gen_analyze_funcs.py and hex_common.py
` [PATCH v2 06/40] target/hexagon: Make gen_exception_end_tb non-static
` [PATCH v2 07/40] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PATCH v2 08/40] target/hexagon: Add system event, cause codes
` [PATCH v2 09/40] target/hexagon: Add privilege check, use tag_ignore()
` [PATCH v2 10/40] target/hexagon: Add memory order definition
` [PATCH v2 11/40] target/hexagon: Add a placeholder fp exception
` [PATCH v2 12/40] target/hexagon: Add guest, system reg number defs
` [PATCH v2 13/40] target/hexagon: Add guest, system reg number state
` [PATCH v2 14/40] target/hexagon: Add TCG values for sreg, greg
` [PATCH v2 15/40] target/hexagon: Add guest/sys reg writes to DisasContext
` [PATCH v2 17/40] target/hexagon: Define DCache states
` [PATCH v2 19/40] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH v2 22/40] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PATCH v2 23/40] target/hexagon: Define register fields for system regs
` [PATCH v2 25/40] target/hexagon: Add system reg insns
` [PATCH v2 26/40] target/hexagon: Add sysemu TCG overrides
` [PATCH v2 27/40] target/hexagon: Add implicit attributes to sysemu macros
` [PATCH v2 28/40] target/hexagon: Add TCG overrides for int handler insts
` [PATCH v2 29/40] target/hexagon: Add TCG overrides for thread ctl
` [PATCH v2 30/40] target/hexagon: Add TCG overrides for rte, nmi
` [PATCH v2 31/40] target/hexagon: Add sreg_{read,write} helpers
` [PATCH v2 34/40] target/hexagon: Add {TLB, k0}lock, cause code, wait_next_pc
` [PATCH v2 35/40] target/hexagon: Add stubs for modify_ssr/get_exe_mode
` [PATCH v2 36/40] target/hexagon: Add gdb support for sys regs
` [PATCH v2 37/40] target/hexagon: Add initial MMU model
` [PATCH v2 38/40] target/hexagon: Add clear_wait_mode() definition
` [PATCH v2 39/40] target/hexagon: Define f{S,G}ET_FIELD macros
` [PATCH v2 40/40] target/hexagon: Add hex_interrupts support

[PATCH 00/38] hexagon system emu, part 1/3
 2025-09-02  1:20 UTC  (43+ messages)
` [PATCH 06/38] target/hexagon: Add privilege check, use tag_ignore()
` [PATCH 08/38] target/hexagon: Add guest, system reg number defs
` [PATCH 10/38] target/hexagon: Add TCG values for sreg, greg
` [PATCH 15/38] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH 20/38] target/hexagon: Implement do_raise_exception()
` [PATCH 21/38] target/hexagon: Add system reg insns
` [PATCH 22/38] target/hexagon: Add sysemu TCG overrides
` [PATCH 23/38] target/hexagon: Add implicit attributes to sysemu macros
` [PATCH 27/38] target/hexagon: Add sreg_{read,write} helpers
` [PATCH 28/38] target/hexagon: Initialize htid, modectl regs
` [PATCH 33/38] target/hexagon: Add gdb support for sys regs
` [PATCH 34/38] target/hexagon: Add initial MMU model

[PATCH v2 00/11] hexagon system emulation v2, part 3/3
 2025-09-02  3:49 UTC  (11+ messages)
` [PATCH v2 01/11] hw/hexagon: Add globalreg model
` [PATCH v2 03/11] hw/hexagon: Add machine configs for sysemu
` [PATCH v2 04/11] hw/hexagon: Add v68, sa8775-cdsp0 defs
` [PATCH v2 05/11] hw/hexagon: Add support for cfgbase
` [PATCH v2 06/11] hw/hexagon: Modify "Standalone" symbols
` [PATCH v2 07/11] target/hexagon: add build config for softmmu
` [PATCH v2 08/11] hw/hexagon: Define hexagon "virt" machine
` [PATCH v2 09/11] tests/qtest: Add hexagon boot-serial-test
` [PATCH v2 10/11] hw/timer: Add QTimer device
` [PATCH v2 11/11] hw/intc: Add l2vic interrupt controller

[PATCH v7 0/9] dt-bindings: msm/dp: Add support for 4 pixel streams
 2025-09-02  4:04 UTC  (7+ messages)
` [PATCH v7 2/9] dt-bindings: display/msm: dp-controller: fix fallback for SM6350
` [PATCH v7 8/9] arm64: dts: qcom: sm6350: correct DP compatibility strings

[RFC 00/18] add hinic3 PMD driver
 2025-09-02  4:01 UTC  (19+ messages)
` [V7 00/17] add-hinic3-PMD-driver
  ` [V7 01/17] doc: add hinic3 driver
  ` [V7 02/17] net/hinic3: add basic header files
  ` [V7 03/17] net/hinic3: add hardware interfaces of BAR operation
  ` [V7 04/17] net/hinic3: add support for cmdq mechanism
  ` [V7 05/17] net/hinic3: add NIC event module
  ` [V7 06/17] net/hinic3: add eq mechanism
  ` [V7 07/17] net/hinic3: add mgmt module function code
  ` [V7 08/17] net/hinic3: add module about hardware operation
  ` [V7 09/17] net/hinic3: add a NIC business configuration module
  ` [V7 10/17] net/hinic3: add context and work queue support
  ` [V7 11/17] net/hinic3: add a mailbox communication module
  ` [V7 12/17] net/hinic3: add device initialization
  ` [V7 13/17] net/hinic3: add dev ops
  ` [V7 14/17] net/hinic3: add Rx/Tx functions
  ` [V7 15/17] net/hinic3: add RSS promiscuous ops
  ` [V7 16/17] net/hinic3: add flow control and FDIR module
  ` [V7 17/17] drivers/net: add hinic3 PMD build and doc files

[PATCH rtw-next] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1
 2025-09-02  4:01 UTC  (4+ messages)
` [PATCH rtw-next] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U

[RFC PATCH v2 02/10] iommu/riscv: support HPM and interrupt handling
 2025-09-02  4:01 UTC  (4+ messages)
` [RFC PATCH v2 00/10] RISC-V IOMMU HPM and nested IOMMU support

[QUERY] mctp: getsockopt unknown option return code -EINVAL
 2025-09-02  3:59 UTC  (4+ messages)

[PATCH rtw-next v2] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1
 2025-09-02  3:57 UTC 

[android-common:android12-5.10 1/1] include/trace/trace_events.h:27:23: warning: 'str__gpiolib__trace_system_name' defined but not used
 2025-09-02  3:56 UTC 

[PATCH] nvme: Use non zero KATO for persistent discovery connections
 2025-09-02  3:52 UTC 

[PATCH] tracing: Fix tracing_marker may trigger page fault during preempt_disable
 2025-09-02  3:47 UTC  (6+ messages)

[rockchip:v6.18-armsoc/dts64 39/47] arch/arm64/boot/dts/rockchip/rk3528-rock-2a.dtb: /soc/syscon@ff348000: failed to match any schema with compatible: ['rockchip,rk3528-pipe-phy-grf', 'syscon']
 2025-09-02  3:53 UTC 

[RFC PATCH v4 25/28] sched: Skip cache aware scheduling if the process has many active threads
 2025-09-02  3:52 UTC  (2+ messages)

[PATCH linux-next 0/3] tools/delaytop: implement real-time keyboard interaction support
 2025-09-02  3:52 UTC  (2+ messages)

[PATCH] hisi_acc_vfio_pci: Fix reference leak in hisi_acc_vfio_debug_init
 2025-09-02  3:51 UTC 

[PATCH v3 00/11] drm/connector: hdmi: limit infoframes per driver capabilities
 2025-09-02  3:45 UTC  (10+ messages)
` [PATCH v3 02/11] drm/bridge: adv7511: declare supported infoframes

[PATCH v2] KVM: arm64: Fix NULL pointer access issue
 2025-09-02  3:48 UTC 

[PATCH 2/4] btrfs: cache max and min order inside btrfs_fs_info
 2025-09-02  3:46 UTC  (2+ messages)

[bcachefs:bcachefs-testing 302/349] fs/bcachefs/bcachefs.h:310:29: warning: '%s' directive argument is null
 2025-09-02  3:46 UTC 

[PATCH linux-next 2/3] tools/delaytop: add flexible sorting by delay field
 2025-09-02  3:43 UTC  (3+ messages)

[PATCH] perf core: Replace offsetof() with struct_size()
 2025-09-02  3:43 UTC 

[PATCH v3 0/7] Add AMD ISP4 driver
 2025-09-02  3:39 UTC  (6+ messages)

[PATCH mptcp-net 0/3] misc fixes for sockopt selftests
 2025-09-02  3:39 UTC  (2+ messages)

[PATCH v6 0/8] drm/amdgpu: Add MMIO-remap singleton BO for HDP flush v6
 2025-09-02  3:29 UTC  (9+ messages)
` [PATCH v6 1/8] drm/ttm: Bump TTM_NUM_MEM_TYPES to 9 (Prep for AMDGPU_PL_MMIO_REMAP)
` [PATCH v6 2/8] drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP
` [PATCH v6 3/8] drm/amdgpu/ttm: Add New AMDGPU_PL_MMIO_REMAP Placement
` [PATCH v6 4/8] drm/amdgpu: Wire up MMIO_REMAP placement and User-visible strings
` [PATCH v6 5/8] drm/amdgpu: Implement TTM handling for MMIO_REMAP placement
` [PATCH v6 6/8] drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP Heap
` [PATCH v6 7/8] drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP Singleton
` [PATCH v6 8/8] drm/amdgpu/gem: Return Handle to MMIO_REMAP Singleton in GEM_CREATE

[PATCH v2] net/tls: support maximum record size limit
 2025-09-02  3:38 UTC 

[PATCH linux-next 1/3] tools/delaytop: add memory verbose mode support
 2025-09-02  3:38 UTC  (2+ messages)

[PATCH 6.6 136/139] spi: spi-cadence-quadspi: Fix pm runtime unbalance
 2025-09-02  3:34 UTC  (2+ messages)

[PATCH v1] erofs-utils: add OCI image mounting support via NBD
 2025-09-02  3:33 UTC  (2+ messages)
` [PATCH v2] "

[linux-next:master 4756/5291] arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtb: isp@32e10000 (fsl,imx8mp-isp): clocks: [[2, 276], [2, 270], [2, 269]] is too short
 2025-09-02  3:33 UTC 

[PATCH v3 0/4] pmdomain: core: Introduce device_set/get_out_band_wakeup and use it in usb
 2025-09-02  3:33 UTC  (5+ messages)
` [PATCH v3 1/4] pmdomain: core: Introduce device_set/get_out_band_wakeup()
` [PATCH v3 2/4] usb: chipidea: core: detach power domain for ci_hdrc platform device
` [PATCH v3 3/4] usb: chipidea: ci_hdrc_imx: Set out of band wakeup for i.MX95
` [PATCH v3 4/4] usb: dwc3: imx8mp: "

[PATCH 1/1] block: use KMEM_CACHE instead of kmem_cache_create
 2025-09-02  3:32 UTC 

[PATCH v4] tools/mm/slabinfo: fix access to null terminator in string boundary
 2025-09-02  3:32 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix NULL pointer access issue
 2025-09-02  3:30 UTC  (7+ messages)

[PATCH] net/tls: allow limiting maximum record size
 2025-09-02  3:30 UTC  (3+ messages)

[PATCH v1] erofs-utils: refactor OCI code for better modularity
 2025-09-02  3:29 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v2-changed] "

[PATCH net-next v3 0/2] net: wangxun: support to configure RSS
 2025-09-02  3:23 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: libwx: support multiple RSS for every pool
` [PATCH net-next v3 2/2] net: wangxun: add RSS reta and rxfh fields support

[PATCH v5 00/11] Add SiFive TMC0 and SMC0 driver
 2025-09-02  2:24 UTC  (4+ messages)
` [PATCH v5 01/11] lib: utils: Add cache flush library
` [PATCH v5 02/11] lib: utils: Add FDT cache library
` [PATCH v5 03/11] utils: cache: Add SiFive ccache controller

[Buildroot] [autobuild.buildroot.org] Daily results for 2025-09-01
 2025-09-02  3:24 UTC 

[PATCH v2 0/8] drm/connector: hdmi: limit infoframes per driver capabilities
 2025-09-02  3:12 UTC  (9+ messages)
` [PATCH v2 1/8] drm/connector: let drivers declare infoframes as unsupported

[PATCH] mm: show_mem: show number of zspages in show_free_areas
 2025-09-02  3:13 UTC  (2+ messages)

[LTP] [PATCH v1] ioctl_loop01.c: Use proper device for partitioning
 2025-09-02  3:12 UTC  (2+ messages)
` [LTP] [PATCH v2] "

yocto-check-layer and DISTRO
 2025-09-02  3:12 UTC  (2+ messages)
` [OE-core] "

[PATCH v3 1/7] media: platform: amd: Introduce amd isp4 capture driver
 2025-09-02  3:11 UTC  (6+ messages)
` [PATCH v3 7/7] Documentation: add documentation of AMD isp 4 driver

linux-next: build failure after merge of the drm-exynos tree
 2025-09-02  3:03 UTC  (4+ messages)

[android-common:android13-5.10 1/1] include/trace/trace_events.h:27:23: warning: 'str__gup__trace_system_name' defined but not used
 2025-09-02  3:01 UTC 

[PATCH RFC v3 11/15] md/md-linear: convert to use bio_submit_split_bioset()
 2025-09-02  3:00 UTC  (2+ messages)

[PATCH v4] coresight: cti: Add Qualcomm extended CTI support
 2025-09-02  2:56 UTC 

[Patch v2] mm/page_alloc: find_large_buddy() from start_pfn aligned order
 2025-09-02  2:58 UTC 

[PATCH net] net: libwx: fix to enable RSS
 2025-09-02  2:57 UTC 

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-09-02  2:56 UTC  (3+ messages)
` [RFC PATCH v2 04/23] KVM: TDX: Introduce tdx_clear_folio() to clear huge pages

[linux-mainline-6.17rc3-1-x86_64] RIP at qmi_handle_release with ath12k on a MSI x870e Carbon WiFi - mainline kernel
 2025-09-02  2:51 UTC  (2+ messages)

[Patch v2] selftests/mm: check content to see whether mremap corrupt data
 2025-09-02  2:51 UTC  (7+ messages)

[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
 2025-09-02  2:50 UTC  (2+ messages)

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-09-02  2:48 UTC  (10+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "

subscribe
 2025-09-02  2:41 UTC 

[PATCH v4] linux: Add openat2 (BZ 31664)
 2025-09-02  2:41 UTC  (5+ messages)

[PATCH] drvier: usb: dwc3: Fix runtime PM trying to activate child device xxx.dwc3 but parent is not active
 2025-09-02  2:41 UTC  (11+ messages)

[PATCH] ASoC: codecs: lpass-rx-macro: Fix playback quality distortion
 2025-09-02  2:40 UTC  (2+ messages)

[PATCH net-next 0/8] ipv4: icmp: Fix source IP derivation in presence of VRFs
 2025-09-02  2:40 UTC  (9+ messages)
` [PATCH net-next 4/8] selftests: traceroute: Return correct value on failure
` [PATCH net-next 5/8] selftests: traceroute: Use require_command()
` [PATCH net-next 7/8] selftests: traceroute: Test traceroute with different source IPs
` [PATCH net-next 8/8] selftests: traceroute: Add VRF tests

[PATCH v1 00/19] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-02  2:38 UTC  (3+ messages)
` [PATCH v1 19/19] staging: media: "

[PATCH v8 0/3] Initial support for Qualcomm Hamoa IOT EVK board
 2025-09-02  2:37 UTC  (5+ messages)
` [PATCH v8 3/3] arm64: dts: qcom: Add base HAMOA-IOT-EVK board


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.