All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-04 00:28:03 to 2025-04-04 02:59:40 UTC [more...]

[PATCH 00/19] Arm cpu schema clean-ups
 2025-04-04  2:59 UTC 

[PATCH-for-10.1 v3 0/9] hw/arm: GIC ITS=off ACPI tables fixes
 2025-04-04  2:59 UTC  (3+ messages)
` [PATCH-for-10.1 v3 3/9] hw/arm/virt: Simplify create_its()

[PATCH v2 0/2] target/hexagon: Fix macOS build
 2025-04-04  2:55 UTC  (2+ messages)

[REGRESSION] Kernel booted via kexec fails to resume from hibernation
 2025-04-04  2:54 UTC  (5+ messages)

[PATCH 0/6] misc hexagon patches
 2025-04-04  2:52 UTC  (7+ messages)
` [PATCH 1/6] target/hexagon: handle .new values
` [PATCH 2/6] target/hexagon: Fix badva reference, delete CAUSE
` [PATCH 3/6] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PATCH 4/6] target/hexagon: s/pkt_has_store/pkt_has_scalar_store
` [PATCH 5/6] target/hexagon: Remove unreachable
` [PATCH 6/6] target/hexagon: Add memory order definition

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-04-04  2:51 UTC  (13+ messages)

[PATCH] serial: 8250: fix panic due to PSLVERR
 2025-04-04  2:44 UTC  (5+ messages)
    ` [External] "

[PATCH][next] wifi: iwlwifi: mvm/fw: Avoid -Wflex-array-member-not-at-end warnings
 2025-04-04  2:42 UTC 

[PATCH v5 00/16] AuxCCS handling and render compression modifiers
 2025-04-04  2:41 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for AuxCCS handling and render compression modifiers (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-04  2:40 UTC  (10+ messages)

[PATCH v1 1/2] Bluetooth: btnxpuart: Add msleep() after changing the baudrate
 2025-04-04  2:40 UTC  (3+ messages)

[PATCH v3 0/6] x86/bugs: RSB mitigation fixes and documentation
 2025-04-04  2:39 UTC  (3+ messages)
` [PATCH v3 6/6] x86/bugs: Add RSB mitigation document

[PATCH] board: atmel: sama5d2_wlsom1_ek: Fix spurious serial output
 2025-04-04  2:36 UTC 

[PATCH i-g-t 0/1] tests/xe_eudebug_online: Calculate bb_size from shader
 2025-04-04  2:36 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[syzbot] [isofs?] KASAN: slab-out-of-bounds Read in isofs_fh_to_parent
 2025-04-04  2:28 UTC  (2+ messages)

[PATCH v3 0/6] Improve Microchip Polarfire SoC customization
 2025-04-04  2:33 UTC  (12+ messages)
` [PATCH v3 1/6] hw/misc: Add MPFS system reset support
` [PATCH v3 3/6] hw/riscv: Make FDT optional for MPFS
` [PATCH v3 4/6] hw/riscv: Allow direct start of kernel "
` [PATCH v3 5/6] hw/riscv: Configurable MPFS CLINT timebase freq
` [PATCH v3 6/6] hw/riscv: microchip_pfsoc: Rework documentation

[PATCH v3 0/2] Add support for ADP5055 triple buck regulator
 2025-04-04  2:33 UTC  (7+ messages)
` [PATCH v3 1/2] regulator: dt-bindings: adi,adp5055-regulator: Add adp5055 support
` [PATCH v3 2/2] regulator: adp5055: Add driver for adp5055

[PATCH v2 0/4] Large devcoredump file support
 2025-04-04  2:33 UTC  (6+ messages)
` [PATCH v2 1/4] drm/xe: Add devcoredump chunking

Fwd: HTML message rejected: Re: [Cin] "Unbounded" floating point image manipulation
 2025-04-04  2:31 UTC 

[QCA9377-3] How to Enable Bluetooth HFP on BlueZ 5.56?
 2025-04-04  2:27 UTC  (3+ messages)

drivers/cxl/core/features.c:441 cxlctl_validate_hw_command() warn: always true condition '(scope >= 0) => (0-u32max >= 0)'
 2025-04-04  2:25 UTC 

[PATCH v2 00/20] Add support for shared PTEs across processes
 2025-04-04  2:19 UTC  (21+ messages)
` [PATCH v2 01/20] mm: Add msharefs filesystem
` [PATCH v2 02/20] mm/mshare: pre-populate msharefs with information file
` [PATCH v2 03/20] mm/mshare: make msharefs writable and support directories
` [PATCH v2 04/20] mm/mshare: allocate an mm_struct for msharefs files
` [PATCH v2 05/20] mm/mshare: add ways to set the size of an mshare region
` [PATCH v2 06/20] mm/mshare: Add a vma flag to indicate "
` [PATCH v2 07/20] mm/mshare: Add mmap support
` [PATCH v2 08/20] mm/mshare: flush all TLBs when updating PTEs in an mshare range
` [PATCH v2 09/20] sched/numa: do not scan msharefs vmas
` [PATCH v2 10/20] mm: add mmap_read_lock_killable_nested()
` [PATCH v2 11/20] mm: add and use unmap_page_range vm_ops hook
` [PATCH v2 12/20] mm/mshare: prepare for page table sharing support
` [PATCH v2 13/20] x86/mm: enable page table sharing
` [PATCH v2 14/20] mm: create __do_mmap() to take an mm_struct * arg
` [PATCH v2 15/20] mm: pass the mm in vma_munmap_struct
` [PATCH v2 16/20] mm/mshare: Add an ioctl for mapping objects in an mshare region
` [PATCH v2 17/20] mm/mshare: Add an ioctl for unmapping "
` [PATCH v2 18/20] mm/mshare: provide a way to identify an mm as an mshare host mm
` [PATCH v2 19/20] mm/mshare: get memcg from current->mm instead of mshare mm
` [PATCH v2 20/20] mm/mshare: associate a mem cgroup with an mshare file

[PATCH] selftests: ublk: fix test_stripe_04
 2025-04-04  2:19 UTC  (3+ messages)

[PATCH 0/8] Enable w/a 16026508708
 2025-04-04  2:14 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

linux-next: build warning after merge of the mm tree
 2025-04-04  2:14 UTC 

[PATCH 1/2] gcc-target: Disable multilibs on riscv32/riscv64 targets
 2025-04-04  2:09 UTC  (2+ messages)
` [PATCH 2/2] oeqa: Update lzip version in buildzip testcase

[PATCH v1 0/2] SoCFPGA: Add reset support for SoC64 F2S bridges
 2025-04-04  2:07 UTC  (3+ messages)
` [PATCH v1 1/2] arm: socfpga: soc64: Update reset manager registers for F2S bridge
` [PATCH v1 2/2] arm: socfpga: soc64: Enable F2S bridge reset support

[oe] [meta-openembedded] [PATCH] recipes: Fix variable assignment whitespace
 2025-04-04  1:58 UTC  (3+ messages)

[PATCH] init/main.c: log initcall level when initcall_debug is used
 2025-04-03 20:04 UTC  (3+ messages)

[PATCH i-g-t v2 1/1] tests/intel/xe_exec_sip_eudebug: skip eudebug tests on VF
 2025-04-04  1:56 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [i-g-t,v2,1/1] "

[PATCHv3] zram: modernize writeback interface
 2025-04-04  1:52 UTC 

[PATCH 3/3] crypto: x86 - Remove CONFIG_AS_AVX512
 2025-04-04  1:51 UTC  (3+ messages)

[PATCHv2] zram: modernize writeback interface
 2025-04-04  1:50 UTC  (3+ messages)

[PATCH mptcp-next] selftests: mptcp: diag: use mptcp_lib_get_info_value
 2025-04-04  1:47 UTC  (2+ messages)

[PATCH 0/3] btrfs: fsstress hang fix for large data folios
 2025-04-04  1:47 UTC  (4+ messages)
` [PATCH 1/3] btrfs: remove unnecessary early exits in delalloc folio lock and unlock
` [PATCH 2/3] btrfs: use folio_contains() for EOF detection
` [PATCH 3/3] btrfs: get rid of filemap_get_folios_contig() calls

[PATCH] drivers: remove __rte_used from functions for compatibility with MSVC
 2025-04-04  1:47 UTC 

[PATCH 0/1 v2] [RISCV/RVV] Generate strided vector loads/stores with tcg nodes
 2025-04-04  1:46 UTC  (2+ messages)

[PATCH 0/2] minimize swapping on zswap store failure
 2025-04-04  1:46 UTC  (4+ messages)

[net PATCH 0/2] Fixes for net/phy/phylink.c
 2025-04-04  1:46 UTC  (8+ messages)
` [net PATCH 1/2] net: phy: Cleanup handling of recent changes to phy_lookup_setting

[PATCH 0/4] dt-bindings: clock: ti: convert to yaml
 2025-04-04  1:45 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: clock: ti: Convert "
` [PATCH 2/4] "
` [PATCH 3/4] dt-bindings: clock: ti: Convert fixed-factor-clock "
` [PATCH 4/4] dt-bindings: clock: ti: add ti,autoidle.yaml reference

[syzbot] [bluetooth?] possible deadlock in l2cap_conn_del
 2025-04-04  1:44 UTC 

[PATCH 0/3] Enhancing Device Identification in RISC-V IOMMU Using Memory Attributes
 2025-04-04  1:43 UTC  (3+ messages)
` [PATCH 3/3] hw/riscv/riscv_iommu: Remove the "bus" property

❌ FAIL: Test report for master (6.14.0, upstream-mainline, 06a22366)
 2025-04-04  1:42 UTC 

[PATCH v2 0/9] memcg: cleanup per-cpu stock
 2025-04-04  1:39 UTC  (10+ messages)
` [PATCH v2 1/9] memcg: remove root memcg check from refill_stock
` [PATCH v2 2/9] memcg: decouple drain_obj_stock from local stock
` [PATCH v2 3/9] memcg: introduce memcg_uncharge
` [PATCH v2 4/9] memcg: manually inline __refill_stock
` [PATCH v2 5/9] memcg: no refilling stock from obj_cgroup_release
` [PATCH v2 6/9] memcg: do obj_cgroup_put inside drain_obj_stock
` [PATCH v2 7/9] memcg: use __mod_memcg_state in drain_obj_stock
` [PATCH v2 8/9] memcg: combine slab obj stock charging and accounting
` [PATCH v2 9/9] memcg: manually inline replace_stock_objcg

[PATCH 0/3] This series addresses several minor issues found using sparse
 2025-04-04  1:34 UTC  (5+ messages)
` [PATCH 1/3] bcachefs: Fix escape sequence in prt_printf
` [PATCH 2/3] bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucket
` [PATCH 3/3] bcachefs: Use cpu_to_le16 for dirent lengths

[PATCH v7 0/4] drm/xe/vf: Post-migration recovery of GGTT nodes and CTB
 2025-04-04  1:29 UTC  (5+ messages)
` ✓ CI.Build: success for drm/xe/vf: Post-migration recovery of GGTT nodes and CTB (rev6)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "

[PATCH v2 1/2] memcg: Don't generate low/min events if either low/min or elow/emin is 0
 2025-04-04  1:24 UTC  (2+ messages)
` [PATCH v2 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

linux-next: Tree for Apr 3
 2025-04-04  1:24 UTC  (2+ messages)
` linux-next: Tree for Apr 3 (drivers/spi/spi-qpic-snand)

[PATCH v2 0/5] target/riscv: Smepmp fixes to match specification
 2025-04-04  1:23 UTC  (10+ messages)
` [PATCH v2 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
` [PATCH v2 2/5] target/riscv: pmp: move Smepmp operation conversion into a function
` [PATCH v2 4/5] target/riscv: pmp: exit csr writes early if value was not changed
` [PATCH v2 5/5] target/riscv: pmp: remove redundant check in pmp_is_locked

[PATCH v3 0/7] ARM split hardware and control domains
 2025-04-04  1:22 UTC  (13+ messages)
` [PATCH v3 1/7] xen: introduce hardware domain create flag
` [PATCH v3 3/7] xen/arm: dom0less delay xenstore initialization
` [PATCH v3 4/7] xen/arm: dom0less seed xenstore grant table entry
` [PATCH v3 5/7] tools/init-dom0less: Only seed legacy xenstore grants
` [PATCH v3 6/7] xen/arm: dom0less use has_dtb local variable
` [PATCH v3 7/7] xen/arm: Add capabilities to dom0less

mount compress=zstd leaves files uncompressed, that used to compress well with before
 2025-04-04  1:23 UTC  (10+ messages)

nativesdk-mesa do_configure fails with PACKAGECONFIG:append=" gallium gallium-llvm"
 2025-04-04  1:22 UTC  (3+ messages)
` [yocto] "

[PATCH] io_uring/sqpoll: Increase task_work submission batch size
 2025-04-04  1:18 UTC  (3+ messages)

[PATCH i-g-t] lib/intel_allocator: protect binding for multithreaded tests
 2025-04-04  1:18 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for lib/intel_allocator: protect binding for multithreaded tests (rev2)

[meta-oe][scarthgap][PATCH 1/2] mongodb: fix build with python 3.12
 2025-04-04  1:16 UTC  (10+ messages)
` [meta-oe][scarthgap][PATCH 2/2] mongodb: update to 4.4.29
  ` [oe] "

[PATCH v4 0/5] cgroup: separate rstat trees
 2025-04-04  1:10 UTC  (6+ messages)
` [PATCH v4 1/5] cgroup: move rstat base stat objects into their own struct
` [PATCH v4 2/5] cgroup: add helper for checking when css is cgroup::self
` [PATCH v4 3/5] cgroup: change rstat function signatures from cgroup-based to css-based
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention

[PULL 0/6] tcg patch queue for 10.0-rc3
 2025-04-04  1:09 UTC  (7+ messages)
` [PULL 1/6] tcg: Allocate TEMP_VAL_MEM frame in temp_load()
` [PULL 2/6] tests/functional/test_aarch64_rme_virt: fix sporadic failure
` [PULL 3/6] tests/functional: Add a decorator for skipping tests on particular OS
` [PULL 4/6] tests/functional: Skip aarch64_replay test on macOS
` [PULL 5/6] tests/qtest: Skip Aarch64 VMapple machine
` [PULL 6/6] hw/arm: Do not build VMapple machine by default

[ath:master-pending] BUILD SUCCESS 8a9b1e359d9eb3085dfd80c2e9872c07030fb4d7
 2025-04-04  1:09 UTC 

[PATCH v2 0/7] Add module support for Arm64 Exynos MCT driver
 2025-04-04  1:11 UTC  (2+ messages)

[PATCH OE-Core v2 0/6] connman: Update for all PACKAGECONFIG options, clean up legacy
 2025-04-04  1:06 UTC  (3+ messages)
` [PATCH OE-Core v2 2/6] connman: Delete patches for gold and MIPS binutils fix
  ` [OE-core] "

[PATCH v4 0/8] Introduce CET supervisor state support
 2025-04-04  1:06 UTC  (6+ messages)
` [PATCH v4 8/8] x86/fpu/xstate: Warn if guest-only supervisor states are detected in normal fpstate

[PATCH] tracing: Always use memcpy() in histogram add_to_key()
 2025-04-04  1:06 UTC 

[PATCH v2 2/4] drm/xe: Update xe_ttm_access_memory to use GPU for non-visible access
 2025-04-04  1:03 UTC  (2+ messages)

[PATCH v2 0/1] libunwind: update 1.6.2 -> 1.8.1
 2025-04-04  1:03 UTC  (3+ messages)
` [PATCH v2 1/1] libunwind: 1.8.1
  ` [OE-core] "

[RFC] xen/x86: allow overlaps with non-RAM regions
 2025-04-04  1:01 UTC 

[PATCH] hw/ipmi: Allow multiple BMC instances
 2025-04-04  0:57 UTC 

[PATCH] valkey: update from 8.0.2 -> 8.1.0
 2025-04-04  0:56 UTC  (4+ messages)
` [oe] "

Large folios and filemap_get_folios_contig()
 2025-04-04  0:50 UTC  (4+ messages)

[PATCH-for-10.0 0/5] hw/arm/virt-acpi: Do not advertise disabled GIC ITS in MADT table
 2025-04-04  0:49 UTC  (7+ messages)
` [PATCH-for-10.0 1/5] qtest/bios-tables-test: Add test for -M virt, its=off
  ` [PATCH-for-10.0 1/5] qtest/bios-tables-test: Add test for -M virt,its=off

[PATCH v1 00/11] Several CI cleanups and improvements, plus yet another new runner
 2025-04-04  0:46 UTC  (16+ messages)
` [PATCH v1 02/11] ci: increase timeout for hw tests
` [PATCH v1 05/11] ci: increase verbosity of starting a domain
` [PATCH v1 06/11] ci: consistently use DOCKER_CMD in makefiles
` [PATCH v1 07/11] ci: wait for the network interface in PCI passthrough tests
` [PATCH v1 09/11] ci: adjust resolving network interface into PCI device
` [PATCH v1 10/11] ci: add AMD Zen 4 HW runner

[RFC PATCH 1/4] ethdev: add support to provide link type
 2025-04-04  0:46 UTC  (2+ messages)

[PATCH] tracing: Move histogram trigger variables from stack to per CPU structure
 2025-04-04  0:42 UTC 

[PATCH] git: add --no-hooks global option
 2025-04-04  0:40 UTC  (3+ messages)

[PATCH iproute2] nstat: Fix NULL Pointer Dereference
 2025-04-04  0:34 UTC  (2+ messages)

[PATCH v2] nano: update from 8.3 -> 8.4
 2025-04-04  0:33 UTC 

[jimc:dd-fix-614 53/54] drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_rq_dlg_helpers.c:140 print__dlg_sys_params_st() error: no floats in the kernel; invalid format specifier '%3.2f'
 2025-04-04  0:33 UTC 

[PATCH bpf v2 0/2] bpf, xdp: clean adjust_{head,meta} memory when offset < 0
 2025-04-04  0:29 UTC  (7+ messages)
` [PATCH bpf v2 1/2] bpf, xdp: clean head/meta when expanding it

[PATCH v2 0/2] Add support for ADPM12160 a DC/DC Power Module
 2025-04-04  0:28 UTC  (4+ messages)
` [PATCH v2 1/2] hwmon: (pmbus/max34440): Fix support for max34451

[PATCH v37 00/31] Introduce QC USB SND audio offloading support
 2025-04-04  0:27 UTC  (18+ messages)
` [PATCH v37 01/31] xhci: sideband: add initial api to register a secondary interrupter entity
` [PATCH v37 02/31] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v37 03/31] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v37 04/31] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v37 05/31] usb: host: xhci: Notify xHCI sideband on transfer ring free
` [PATCH v37 06/31] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v37 08/31] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v37 13/31] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v37 14/31] ASoC: Add SoC USB APIs for adding an USB backend
` [PATCH v37 18/31] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v37 19/31] ASoC: doc: Add documentation for SOC USB
` [PATCH v37 22/31] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v37 24/31] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v37 25/31] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v37 27/31] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v37 28/31] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v37 30/31] ALSA: usb-audio: qcom: Add USB offload route kcontrol


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.