All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-13 04:25:03 to 2025-05-13 06:01:38 UTC [more...]

[f2fs-dev] [PATCH 1/2] f2fs: use vmalloc instead of kvmalloc in .init_{, de}compress_ctx
 2025-05-13  6:01 UTC  (5+ messages)
` [PATCH 1/2] f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctx
` [f2fs-dev] [PATCH 2/2] f2fs: introduce FAULT_VMALLOC
  `  "

linux-next: manual merge of the tip tree with Linus' tree
 2025-05-13  6:00 UTC 

[PATCH] arm64: dts: qcom: sm8750: Add adsp fastrpc support
 2025-05-13  5:58 UTC  (9+ messages)

FAILED: patch "[PATCH] selftests/mm: compaction_test: support platform with huge" failed to apply to 6.1-stable tree
 2025-05-13  5:58 UTC  (2+ messages)
` [PATCH 6.1.y] selftests/mm: compaction_test: support platform with huge mount of memory

[openeuler:OLK-6.6 2220/2220] mm/memcontrol.c:4061:5: sparse: sparse: symbol 'sysctl_memcg_oom_prio' was not declared. Should it be static?
 2025-05-13  5:58 UTC 

[PATCH] drm/uapi: Fix typo "restictions"
 2025-05-13  5:55 UTC 

[RFC] USB: core/xhci: add a buffer in urb for host controller private data
 2025-05-13  5:55 UTC  (3+ messages)
` [PATCH 1/2] USB: core: add a memory pool to urb for host-controller "
` [PATCH 2/2] USB: xhci: use urb hcpriv mempool for "

[PATCH 0/6] x86/msr: let paravirt inline rdmsr/wrmsr instructions
 2025-05-13  5:55 UTC  (6+ messages)
` [PATCH 5/6] x86/paravirt: Switch MSR access pv_ops functions to instruction interfaces

[PATCH 0/2] dm mpath: Interface for explicit probing of active paths
 2025-05-13  5:55 UTC  (4+ messages)

[PATCH v4 0/2] ALPM rework and fixes
 2025-05-13  5:55 UTC  (6+ messages)
` [PATCH v4 1/2] drm/i915/alpm: Make intel_alpm_enable_sink available for PSR
` [PATCH v4 2/2] drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
` ✓ CI.Patch_applied: success for ALPM rework and fixes (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH] staging: rtl8723bs: fix spacing around '+' in rtw_cmd.c
 2025-05-13  5:53 UTC 

[PATCH v1 0/5] relayfs: misc changes
 2025-05-13  5:52 UTC  (4+ messages)
` [PATCH v1 5/5] relayfs: uniformally use possible cpu iteration

[PATCH] regulator: pca9450: Add restart handler
 2025-05-13  5:50 UTC  (2+ messages)

[RFC PATCH 0/2] scatterlist rust bindings
 2025-05-13  5:50 UTC  (3+ messages)

[PATCH v2 0/4] guestfs: bringup: add debug mode
 2025-05-13  5:49 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: remove unused sbi argument from checksum functions
 2025-05-13  5:48 UTC 

[PATCH bpf-next 1/2] bpf: Warn with new bpf_unreachable() kfunc maybe due to uninitialized var
 2025-05-13  5:49 UTC  (3+ messages)

linux-next: manual merge of the tip tree with Linus' tree
 2025-05-13  5:48 UTC 

[PATCH sched_ext/for-6.16 0/2] sched_ext: Extend usability of scx_bpf_select_cpu_and()
 2025-05-13  5:48 UTC  (9+ messages)
` [PATCH 2/2] sched_ext/idle: Make scx_bpf_select_cpu_and() usable from any context

[PATCH v12 00/36] Refactor TI K3 R5, DSP and M4 Remoteproc Drivers
 2025-05-13  5:45 UTC  (37+ messages)
` [PATCH v12 01/36] remoteproc: k3-r5: Drop check performed in k3_r5_rproc_{mbox_callback/kick}
` [PATCH v12 02/36] remoteproc: k3-dsp: Drop check performed in k3_dsp_rproc_{mbox_callback/kick}
` [PATCH v12 03/36] remoteproc: k3-r5: Refactor sequential core power up/down operations
` [PATCH v12 04/36] remoteproc: k3-m4: Don't assert reset in detach routine
` [PATCH v12 05/36] remoteproc: k3-r5: Re-order internal memory initialization functions
` [PATCH v12 06/36] remoteproc: k3-r5: Re-order k3_r5_release_tsp() function
` [PATCH v12 07/36] remoteproc: k3-r5: Refactor Data Structures to Align with DSP and M4
` [PATCH v12 08/36] remoteproc: k3-r5: Use k3_r5_rproc_mem_data structure for memory info
` [PATCH v12 09/36] remoteproc: k3-{m4/dsp}: Add a void ptr member in rproc internal struct
` [PATCH v12 10/36] remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rproc
` [PATCH v12 11/36] remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory info
` [PATCH v12 12/36] remoteproc: k3: Refactor shared data structures
` [PATCH v12 13/36] remoteproc: k3: Refactor mailbox rx_callback functions into common driver
` [PATCH v12 14/36] remoteproc: k3: Refactor .kick rproc ops "
` [PATCH v12 15/36] remoteproc: k3-dsp: Correct Reset logic for devices without lresets
` [PATCH v12 16/36] remoteproc: k3-m4: Introduce central function to put rproc into reset
` [PATCH v12 17/36] remoteproc: k3: Refactor rproc_reset() implementation into common driver
` [PATCH v12 18/36] remoteproc: k3-dsp: Correct Reset deassert logic for devices w/o lresets
` [PATCH v12 19/36] remoteproc: k3-m4: Introduce central function to release rproc from reset
` [PATCH v12 20/36] remoteproc: k3: Refactor rproc_release() implementation into common driver
` [PATCH v12 21/36] remoteproc: k3-m4: Ping the mbox while acquiring the channel
` [PATCH v12 22/36] remoteproc: k3: Refactor rproc_request_mbox() implementations into common driver
` [PATCH v12 23/36] remoteproc: k3-dsp: Don't override rproc ops in IPC-only mode
` [PATCH v12 24/36] remoteproc: k3-dsp: Assert local reset during .prepare callback
` [PATCH v12 25/36] remoteproc: k3: Refactor .prepare rproc ops into common driver
` [PATCH v12 26/36] remoteproc: k3: Refactor .unprepare "
` [PATCH v12 27/36] remoteproc: k3: Refactor .start "
` [PATCH v12 28/36] remoteproc: k3: Refactor .stop "
` [PATCH v12 29/36] remoteproc: k3: Refactor .attach "
` [PATCH v12 30/36] remoteproc: k3: Refactor .detach "
` [PATCH v12 31/36] remoteproc: k3: Refactor .get_loaded_rsc_table "
` [PATCH v12 32/36] remoteproc: k3: Refactor .da_to_va rproc "
` [PATCH v12 33/36] remoteproc: k3: Refactor of_get_memories() functions "
` [PATCH v12 34/36] remoteproc: k3: Refactor mem_release() "
` [PATCH v12 35/36] remoteproc: k3: Refactor reserved_mem_init() "
` [PATCH v12 36/36] remoteproc: k3: Refactor release_tsp() "

[PATCH 0/2] erofs: support deflate decompress by using Intel QAT
 2025-05-13  5:47 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v2] fuse: use splice for reading user pages on servers that enable it
 2025-05-13  5:46 UTC  (4+ messages)

[RFC PATCH 0/15] x86: Remove support for TSC-less and CX8-less CPUs
 2025-05-13  5:43 UTC  (14+ messages)

[tip:master] BUILD SUCCESS b671c27ccae55303f42c9f32de65cd07c0ba028f
 2025-05-13  5:42 UTC 

[PATCH net] bnxt_en: bring back rtnl_lock() in bnxt_fw_reset_task()
 2025-05-13  5:41 UTC  (7+ messages)

[PATCHv7 00/24] zram: introduce custom comp backends API
 2025-05-13  5:41 UTC  (6+ messages)
` [PATCHv7 10/24] zram: add zlib compression backend support

[PATCH 0/4] ext4,jbd2: clean up unused arguments to checksum functions
 2025-05-13  5:38 UTC  (5+ messages)
` [PATCH 1/4] ext4: remove sbi argument from ext4_chksum()
` [PATCH 2/4] ext4: remove sb argument from ext4_superblock_csum()
` [PATCH 3/4] jbd2: remove journal_t argument from jbd2_chksum()
` [PATCH 4/4] jbd2: remove journal_t argument from jbd2_superblock_csum()

[tip:x86/boot 6/10] vmlinux.o: warning: objtool: __sev_es_nmi_complete+0x5a: call to __kcsan_check_access() leaves .noinstr.text section
 2025-05-13  5:37 UTC 

[android-common:android-mainline-desktop 2/2] kismet: WARNING: unmet direct dependencies detected for INTEL_MEI_ME when selected by INTEL_MEI_PXP
 2025-05-13  5:37 UTC 

[PATCH v2] kunit: fix longest symbol length test
 2025-05-13  5:36 UTC  (2+ messages)

[PATCH v5 00/17] Enable/Disable DC balance along with VRR DSB
 2025-05-13  5:36 UTC  (22+ messages)
` [PATCH v5 01/17] drm/i915/vrr: Refactor vmin/vmax stuff
` [PATCH v5 02/17] drm/i915/display: Add source param for dc balance
` [PATCH v5 03/17] drm/i915/display: Add pipe dmc registers and bits for DC Balance
` [PATCH v5 04/17] drm/i915/display: Add VRR DC balance registers
` [PATCH v5 05/17] drm/i915/vrr: Add functions to read out vmin/vmax stuff
` [PATCH v5 06/17] drm/i915/vrr: Add DC Balance params to crtc_state
` [PATCH v5 07/17] drm/i915/vrr: Add state dump for DC Balance params
` [PATCH v5 08/17] drm/i915/vrr: Add compute config "
` [PATCH v5 09/17] drm/i915/vrr: Write DC balance params to hw registers
` [PATCH v5 10/17] drm/i915: Extract vrr_vblank_start()
` [PATCH v5 11/17] drm/i915/vrr: Implement vblank evasion with DC balancing
` [PATCH v5 12/17] drm/i915/dsb: Add pipedmc dc balance enable/disable
` [PATCH v5 13/17] drm/i915/vrr: Restructure VRR enablement bit
` [PATCH v5 14/17] drm/i915/vrr: Pause DC Balancing for DSB commits
` [PATCH v5 15/17] drm/i915/vrr: Add function to check if DC Balance Possible
` [PATCH v5 16/17] drm/i915/display: Add function to configure PIPEDMC_EVT_CTL
` [PATCH v5 17/17] drm/i915/vrr: Enable DC Balance bit
` ✓ CI.Patch_applied: success for Enable/Disable DC balance along with VRR DSB (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH] mkfs: use stx_blksize for dev block size by default
 2025-05-13  5:33 UTC  (8+ messages)

[PATCH v4 00/14] kselftest harness and nolibc compatibility
 2025-05-13  5:33 UTC  (4+ messages)

[PATCH] xfs: dump cache size with sysfs
 2025-05-13  5:33 UTC  (4+ messages)

[net-next v11 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-05-13  5:31 UTC  (4+ messages)
` [net-next v11 4/7] net: mtip: The L2 switch driver for imx287

[tip:tip/urgent] BUILD SUCCESS 199e2b193826957b5b2b5777abcb44078c5f66c0
 2025-05-13  5:31 UTC 

[PATCH] xfs: remove the EXPERIMENTAL warning for pNFS
 2025-05-13  5:30 UTC 

[PATCH V2] drm/amdgpu: Fix circular locking in userq creation
 2025-05-13  5:30 UTC  (2+ messages)

[PATCH v2] usb: cdnsp: Fix issue with detecting command completion event
 2025-05-13  5:30 UTC 

[PATCH v10 00/11] arm64: support poll_idle()
 2025-05-13  5:29 UTC  (4+ messages)
` [PATCH v10 01/11] cpuidle/poll_state: poll via smp_cond_load_relaxed_timewait()

[PATCH v5 0/2] x86/vmx: __vmread() cleanup
 2025-05-13  5:28 UTC  (3+ messages)
` [PATCH v5 1/2] x86/vmx: replace __vmread() with vmread()
` [PATCH v5 2/2] x86/vmx: remove __vmread()

kismet: WARNING: unmet direct dependencies detected for G2_DMA when selected by SND_AICA
 2025-05-13  5:27 UTC 

[PATCH] xfs: mark the i_delayed_blks access in xfs_file_release as racy
 2025-05-13  5:26 UTC 

[PATCH i-g-t 0/5] Add test to validate survivability mode
 2025-05-13  5:25 UTC  (4+ messages)
` [PATCH i-g-t 5/5] tests/intel/xe_configfs: "

[PATCH net] net: ethernet: mtk_eth_soc: fix typo for declaration MT7988 ESW capability
 2025-05-13  5:21 UTC  (2+ messages)

[PATCH for-next v2 0/2] RDMA/rxe: Prefetching pages with explicit ODP
 2025-05-13  5:23 UTC  (10+ messages)
` [PATCH for-next v2 1/2] RDMA/rxe: Implement synchronous prefetch for ODP MRs

[RESEND PATCH 1/1] MAINTAINERS: add hung-task detector section
 2025-05-13  5:22 UTC 

[PATCH] genirq: Ensure flags in lock guard is consistently initialized
 2025-05-13  5:22 UTC  (2+ messages)

[PATCH RESEND 0/2] Rebase synaptics patches for 5.4
 2025-05-13  5:19 UTC  (3+ messages)
` [PATCH RESEND 1/2] Input: synaptics - enable SMBus for HP Elitebook 850 G1
` [PATCH RESEND 2/2] Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5

[PATCH bpf-next 1/2] bpf: Do not include r10 in precision backtracking bookkeeping
 2025-05-13  5:20 UTC  (4+ messages)

[PATCH] xfs: fix zoned GC data corruption due to wrong bv_offset
 2025-05-13  5:20 UTC  (3+ messages)

Fix resource leak in iptables/xtables-restore.c
 2025-05-13  5:20 UTC  (3+ messages)
  `  "

FAILED: patch "[PATCH] uio_hv_generic: Fix sysfs creation path for ring buffer" failed to apply to 6.12-stable tree
 2025-05-13  5:19 UTC  (2+ messages)
` [PATCH 6.12.y] uio_hv_generic: Fix sysfs creation path for ring buffer

[PATCH] xfs: skip test that want to mdrestore to block devices on zoned devices
 2025-05-13  5:19 UTC 

[net-next PATCH v1 00/15] Enable Inbound IPsec offload on Marvell CN10K SoC
 2025-05-13  5:18 UTC  (9+ messages)
` [net-next PATCH v1 06/15] octeontx2-af: Add support for CPT second pass
` [net-next PATCH v1 07/15] octeontx2-af: Add support for SPI to SA index translation

[PATCH 1/1] MAINTAINERS: add hung-task detector section
 2025-05-13  5:18 UTC 

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-05-13  5:16 UTC  (6+ messages)
` [RFC bpf-next 3/4] bpf: Generating a stubbed version of BPF program for termination

[PATCH v2 00/15] Consolidate iommu page table implementations (AMD)
 2025-05-13  5:15 UTC  (3+ messages)
` [PATCH v2 07/15] iommupt: Add map_pages op

[PATCH v2 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-05-13  5:13 UTC  (9+ messages)
` [PATCH v2 01/10] cxl/region: Add decoder check to check_commit_order()
` [PATCH v2 02/10] cxl: Saperate out CXL dport->id vs actual dport hardware id
` [PATCH v2 03/10] cxl: Rename find_dport() to provide better function intent
` [PATCH v2 04/10] cxl: Remove adding of port_num via devm_cxl_add_dport()

[linux-yocto] error of tiptop
 2025-05-13  5:12 UTC  (9+ messages)
` [oe] "

Repeated SYN+ACK count
 2025-05-13  5:10 UTC  (3+ messages)

[PATCH v2 0/5] Add support for Battery Status & Battery Caps AMS in TCPM
 2025-05-13  5:10 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: connector: extend ports property to model power connections

[PATCH v3 0/3] align the behavior when opening "packed-refs"
 2025-05-13  5:08 UTC  (8+ messages)
` [PATCH v3 1/3] packed-backend: fsck should allow an empty "packed-refs" file

[LTP] [PATCH 1/2] lib: initialize lib|main_pid to zero in the setup_ipc
 2025-05-13  5:05 UTC  (2+ messages)
` [LTP] [PATCH 2/2] dirtyc0w_shmem: set child_needs_reinit

[PATCH v2 0/4] usb: gadget: uvc: parse configfs entries and implement v4l2 enum api calls
 2025-05-13  5:04 UTC  (8+ messages)

[PATCH v3] f2fs/013: test to check potential corruption on atomic_write file
 2025-05-13  5:04 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v7 0/5] drm/xe/hwmon: Add mailbox power limits, PL2, read energy from PMT
 2025-05-13  5:05 UTC  (10+ messages)
` [PATCH v7 1/5] drm/xe/hwmon: Add support to manage power limits though mailbox
` [PATCH v7 2/5] drm/xe/hwmon: Move card reactive critical power under channel card
` [PATCH v7 3/5] drm/xe/hwmon: Add support to manage PL2 though mailbox
` [PATCH v7 4/5] drm/xe/hwmon: Expose powerX_cap_interval
` [PATCH v7 5/5] drm/xe/hwmon: Read energy status from PMT
` ✓ CI.Patch_applied: success for drm/xe/hwmon: Add mailbox power limits, PL2, read energy "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✗ CI.Build: failure "

[PATCH for-next v3 0/2] RDMA/rxe: Prefetching pages with explicit ODP
 2025-05-13  5:04 UTC  (3+ messages)
` [PATCH for-next v3 1/2] RDMA/rxe: Implement synchronous prefetch for ODP MRs
` [PATCH for-next v3 2/2] RDMA/rxe: Enable asynchronous "

[PATCH v4 0/2] x86: Allow variable-sized event frame
 2025-05-13  5:02 UTC  (5+ messages)
` [PATCH v4 1/2] x86/fred: "

[PATCH v9 0/6] reset: spacemit: add K1 reset support
 2025-05-13  5:02 UTC  (7+ messages)
` [PATCH v9 2/6] soc: spacemit: create a header for clock/reset registers
` [PATCH v9 3/6] clk: spacemit: set up reset auxiliary devices

[PATCH net-next] net: apple: bmac: use crc32() instead of hand-rolled equivalent
 2025-05-13  5:01 UTC 

[PATCH i-g-t 1/1] tests/intel/xe_eu_stall: Do not check for presence of data on simulation
 2025-05-13  5:01 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [i-g-t,1/1] "

[PATCH] selftest: add a test that flakes
 2025-05-13  5:01 UTC  (2+ messages)

linux-next: build failure after merge of the devsec-tsm tree
 2025-05-13  4:56 UTC  (4+ messages)

[PATCH 1/4] microblaze: fix 'FORCE prerequisite is missing' warning
 2025-05-13  4:50 UTC  (6+ messages)
` [PATCH 4/4] microblaze: remove unnecessary system.dts

[Patch v3 0/5] Fix uio_hv_generic on systems with >4k page sizes
 2025-05-13  4:49 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix circular locking in userq creation
 2025-05-13  4:49 UTC  (2+ messages)

[PATCH 0/2] riscv: dts: sophgo: add more sg2042 isa extension support
 2025-05-13  4:47 UTC  (5+ messages)
` [PATCH 1/2] riscv: dts: sophgo: Add xtheadvector to the sg2042 devicetree

[PATCH v3] PCI: Prevent power state transition of erroneous device
 2025-05-13  4:41 UTC  (2+ messages)

[PATCH v3 0/2] ALPM rework and fixes
 2025-05-13  4:46 UTC  (4+ messages)
` [PATCH v3 2/2] drm/i915/alpm: Stop writing ALPM registers when PSR is enabled

[PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure
 2025-05-13  4:46 UTC  (2+ messages)

[PATCH] drm/amd/display: Avoid flooding unnecessary info messages
 2025-05-13  4:44 UTC  (2+ messages)

❌ FAIL: Test report for master (6.15.0-rc6, upstream-mainline, e9565e23)
 2025-05-13  4:42 UTC 

[syzbot] [net?] BUG: sleeping function called from invalid context in dev_set_promiscuity
 2025-05-13  4:37 UTC 

fs/btrfs/zoned.o: warning: objtool: btrfs_reset_unused_block_groups+0x354: unreachable instruction
 2025-05-13  4:35 UTC 

[PATCH v2 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-05-13  4:32 UTC  (4+ messages)
` [PATCH v2 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH] xtensa: migrate to the generic rule for built-in DTB
 2025-05-13  4:31 UTC  (4+ messages)

[GIT PULL] RISC-V Sophgo Devicetrees fixes for v6.15-rc1
 2025-05-13  4:31 UTC  (2+ messages)

[CI 0/2] drm/i915: DG1 fixes
 2025-05-13  4:31 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915: DG1 fixes (rev7)

[PATCH v1 0/5] misc: fastrpc: Add missing bug fixes
 2025-05-13  4:28 UTC  (6+ messages)
` [PATCH v1 1/5] misc: fastrpc: Add NULL check to fastrpc_buf_free to prevent crash
` [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
` [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
` [PATCH v1 4/5] misc: fastrpc: Remove buffer from list prior to unmap operation
` [PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap

[PATCH bpf-next] bpf: Fix WARN() in get_bpf_raw_tp_regs
 2025-05-13  4:27 UTC 

[PATCH v4 0/2] Support building tegra124-cpufreq as a module
 2025-05-13  4:26 UTC  (4+ messages)
` [PATCH v4 2/2] cpufreq: tegra124: Allow building "

[PATCH 1/4] dt-bindings: i2c: Specify reset as optional
 2025-05-13  4:24 UTC  (3+ messages)


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.