messages from 2024-10-25 20:15:01 to 2024-10-25 20:56:52 UTC [more...]
USB warning on boot
2024-10-25 20:56 UTC
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-10-25 20:56 UTC (3+ messages)
` [PATCH v4 "
[PATCH v5 00/11] drm/i915/xe3lpd: ptl display patches
2024-10-25 20:55 UTC (15+ messages)
` [PATCH v5 01/11] drm/i915/xe3lpd: Update pmdemand programming
` [PATCH v5 02/11] drm/i915/xe3lpd: Disable HDCP Line Rekeying for Xe3
` [PATCH v5 03/11] drm/i915/xe3lpd: Add check to see if edp over type c is allowed
` [PATCH v5 04/11] drm/i915/ptl: Define IS_PANTHERLAKE macro
` [PATCH v5 05/11] drm/i915/cx0: Extend C10 check to PTL
` [PATCH v5 06/11] drm/i915/cx0: Remove bus reset after every c10 transaction
` [PATCH v5 07/11] drm/i915/xe3lpd: Move async flip bit to PLANE_SURF register
` [PATCH v5 08/11] drm/i915/xe3: Underrun recovery does not exist post Xe2
` [PATCH v5 09/11] drm/i915/display/xe3: disable x-tiled framebuffers
` [PATCH v5 10/11] drm/i915/xe3lpd: Power request asserting/deasserting
` [PATCH v5 11/11] drm/xe/ptl: Enable PTL display
` ✓ CI.Patch_applied: success for drm/i915/xe3lpd: ptl display patches (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
[PATCH v4 0/7] rust: Add IO polling
2024-10-25 20:55 UTC (3+ messages)
` [PATCH v4 3/7] rust: time: Introduce Instant type
[PATCH v2 1/1] pwm: core: use device_match_name() instead of strcmp(dev_name(
2024-10-25 20:54 UTC (2+ messages)
[PATCH v2] scx: Fix raciness in scx_ops_bypass()
2024-10-25 20:54 UTC (4+ messages)
` [PATCH v3] "
[PATCH 1/6] Deferred attach of underlying USDT probes
2024-10-25 20:53 UTC (5+ messages)
` [PATCH 2/6] test: Correct long-standing dt_flags typo
` [PATCH 3/6] test: Remove some outdated and unhelpful comments
[Patch v2] scripts/run-test: Keep original prune behaviour
2024-10-25 20:53 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for scripts/run-test: Keep original prune behaviour (rev2)
[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
2024-10-25 20:51 UTC (3+ messages)
[LTP] [PATCH v2] Migrating the libhugetlbfs/testcases/alloc-instantiate-race.c test
2024-10-25 20:49 UTC
[PATCH RESEND] checkpatch: always parse orig_commit in fixes tag
2024-10-25 20:48 UTC
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-10-25 20:47 UTC (11+ messages)
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [f2fs-dev] "
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [f2fs-dev] "
` [PATCH v2 09/18] s390/crc32: expose CRC32 functions through lib
` [PATCH v2 16/18] jbd2: switch to using the crc32c library
qla1280 driver for qlogic-1040 on alpha
2024-10-25 20:48 UTC (3+ messages)
[PATCH][next] wifi: mac80211: ieee80211_i: Avoid dozens of -Wflex-array-member-not-at-end warnings
2024-10-25 20:48 UTC (6+ messages)
[PATCH v4 0/4] PCI: ep: dwc/imx6: Add bus address support for PCI endpoint devices
2024-10-25 20:48 UTC (2+ messages)
[PATCH] irqchip: mips-gic: Handle case with cluster without CPU cores
2024-10-25 20:47 UTC (4+ messages)
[PATCH net-next v3 0/8] rust: Add IO polling
2024-10-25 20:47 UTC (8+ messages)
` [PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta
[PATCH] wifi: brcm80211: Remove unused dma_txflush
2024-10-25 20:46 UTC
[PATCH] scripts/run-test: Keep original prune behaviour
2024-10-25 20:46 UTC (2+ messages)
` ✗ CI.xeFULL: failure for "
[PATCH v13 0/5] firmware: ti_sci: Introduce system suspend support
2024-10-25 17:58 UTC (2+ messages)
[PATCH v2 0/3] fs: introduce file_ref_t
2024-10-25 20:45 UTC (3+ messages)
` [PATCH v2 3/3] fs: port files to file_ref
[PATCH v1] drm/xe: Rework throttle ABI
2024-10-25 20:45 UTC (4+ messages)
[PATCH] time64: Fix incorrect recipe override syntax
2024-10-25 20:45 UTC
[PATCH v2 0/2] drm/etnaviv: Fix GPUVA range collision when CPU page size is not equal to GPU page size
2024-10-25 20:43 UTC (3+ messages)
` [PATCH v2 1/2] drm/etnaviv: Record GPU visible size of GEM BO separately
` [PATCH v2 2/2] drm/etnaviv: Map and unmap GPUVA range with respect to the GPUVA size
[RFC] driver core: add a dbg printk for successful probes
2024-10-25 20:44 UTC (3+ messages)
[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
2024-10-25 20:39 UTC (64+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
` [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v2 14/31] afs: Fix directory format encoding struct
` [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
` [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
` [PATCH v2 17/31] cachefiles: Add auxiliary data trace
` [PATCH v2 18/31] afs: Add more tracepoints to do with tracking validity
` [PATCH v2 19/31] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v2 20/31] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v2 21/31] afs: Make afs_init_request() get a key if not given a file
` [PATCH v2 22/31] afs: Use netfslib for directories
` [PATCH v2 23/31] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v2 24/31] afs: Eliminate afs_read
` [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v2 26/31] netfs: Change the read result collector to only use one work item
` [PATCH v2 27/31] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v2 28/31] afs: Use the contained hashtable to search a directory
` [PATCH v2 29/31] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v2 30/31] afs: Add a tracepoint for afs_read_receive()
` [PATCH v2 31/31] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[PATCH] block: fix queue limits checks in blk_rq_map_user_bvec for real
2024-10-25 20:43 UTC (2+ messages)
[PATCH v7 0/4] x86/resctrl: mba_MBps enhancements
2024-10-25 20:42 UTC (4+ messages)
` [PATCH v7 1/4] x86/resctrl: Make input event for MBA Software Controller configurable
[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
2024-10-25 19:30 UTC (9+ messages)
[RFC PATCH] remoteproc: core: Add support for predefined notifyids
2024-10-25 20:38 UTC (3+ messages)
[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
2024-10-25 20:40 UTC (9+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
[PATCH] drm: encoder_slave: Remove unused encoder functions
2024-10-25 20:39 UTC
[PATCH v2] lib/math: Add int_sqrt test suite
2024-10-25 20:38 UTC (4+ messages)
[PATCH v6 0/5] Add multiple FFU modes based on eMMC specification 6.6.18 for flexible firmware updates
2024-10-25 20:34 UTC (6+ messages)
` [PATCH v6 1/5] mmc-utils: Refactor common FFU code into functions to support additional FFU modes
` [PATCH v6 2/5] mmc-utils: Add FFU optional mode 1
` [PATCH v6 3/5] mmc-utils: Add FFU optional mode 2 using CMD25+CMD12 for Open-ended write download FW
` [PATCH v6 4/5] mmc-utils: Add FFU optional mode 3 that uses CMD6 and CMD24 single-block write to download firmware
` [PATCH v6 5/5] mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command
[PATCHv2 net-next] net: freescale: use ethtool string helpers
2024-10-25 20:37 UTC
[Patch v3] scripts/run-test: Keep original prune behaviour
2024-10-25 20:36 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for scripts/run-test: Keep original prune behaviour (rev3)
` ✓ CI.xeBAT: "
[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
2024-10-25 20:31 UTC (8+ messages)
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[PATCH v8 08/25] x86/resctrl: Introduce interface to display number of monitoring counters
2024-10-25 20:31 UTC (18+ messages)
` "
[PATCH v2 0/4] KVM: arm64: Fix splat/misbehavior for MMIO SEA injection
2024-10-25 20:31 UTC (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Don't retire aborted MMIO instruction
` [PATCH v2 2/4] tools: arm64: Grab a copy of esr.h from kernel
` [PATCH v2 3/4] KVM: arm64: selftests: Convert to kernel's ESR terminology
` [PATCH v2 4/4] KVM: arm64: selftests: Add tests for MMIO external abort injection
[PATCH] clocksource: Remove unused dw_apb_clockevent functions
2024-10-25 20:31 UTC
NFSv4 referrals broken when not enabling junction support
2024-10-25 20:14 UTC (4+ messages)
[PATCH] eal: support including mapped memory in core dump
2024-10-25 20:26 UTC (4+ messages)
` [PATCH v2 0/2] Hugepage inclusion "
` [PATCH v2 1/2] contigmem: support including mapped buffers "
` [PATCH v2 2/2] doc: add instruction for including hugepages "
[PATCH v5 0/5] Add multiple FFU modes based on eMMC specification 6.6.18 for flexible firmware updates
2024-10-25 20:21 UTC (6+ messages)
` [PATCH v5 1/5] mmc-utils: Refactor common FFU code into functions to support additional FFU modes
` [PATCH v5 2/5] mmc-utils: Add FFU optional mode 1
` [PATCH v5 3/5] mmc-utils: Add FFU optional mode 2 using CMD25+CMD12 for Open-ended write download FW
` [PATCH v5 4/5] mmc-utils: Add FFU optional mode 4 that uses CMD6 and CMD24 single-block write to download firmware
` [PATCH v5 5/5] mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command
[v2] security: add trace event for cap_capable
2024-10-25 20:24 UTC (4+ messages)
[PATCH v6 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
2024-10-25 20:13 UTC (6+ messages)
[PATCH v3 00/23] rust: fix CI + allow older versions of rustc and bindgen
2024-10-25 20:21 UTC (8+ messages)
` [PATCH 22/23] dockerfiles: install bindgen from cargo on Ubuntu 22.04
[GIT PULL] xilinx patches for v2025.01-rc1 cont
2024-10-25 20:22 UTC (2+ messages)
[OE-core][kirkstone][PATCH 1/2] cve-check: add CVSS vector string to CVE database and reports
2024-10-25 20:21 UTC (2+ messages)
` [OE-core][kirkstone][PATCH 2/2] cve-check: add support for cvss v4.0
[PATCH BlueZ 1/2] sink: clean up outstanding AVDTP requests if the stream goes away
2024-10-25 20:21 UTC (2+ messages)
` [PATCH BlueZ 2/2] source: "
[RFC PATCH v3 0/4] Support large folios for tmpfs
2024-10-25 20:21 UTC (13+ messages)
+ sched-numa-fix-the-potential-null-pointer-dereference-in-task_numa_work.patch added to mm-hotfixes-unstable branch
2024-10-25 20:21 UTC
[PATCH net-next] net: intel: use ethtool string helpers
2024-10-25 20:19 UTC (3+ messages)
[RFC PATCH] tracing: Fix syscall tracepoint use-after-free
2024-10-25 20:19 UTC (3+ messages)
[OE-core][scarthgap][PATCH] cve-check: add support for cvss v4.0
2024-10-25 20:17 UTC
IPtables rate limiting question
2024-10-25 20:13 UTC (3+ messages)
+ memcg-v1-remove-memcg-move-locking-code.patch added to mm-unstable branch
2024-10-25 20:18 UTC
+ memcg-v1-no-need-for-memcg-locking-for-mglru.patch added to mm-unstable branch
2024-10-25 20:18 UTC
+ memcg-v1-no-need-for-memcg-locking-for-writeback-tracking.patch added to mm-unstable branch
2024-10-25 20:18 UTC
+ memcg-v1-no-need-for-memcg-locking-for-dirty-tracking.patch added to mm-unstable branch
2024-10-25 20:18 UTC
+ memcg-v1-remove-charge-move-code.patch added to mm-unstable branch
2024-10-25 20:18 UTC
+ memcg-v1-fully-deprecate-move_charge_at_immigrate.patch added to mm-unstable branch
2024-10-25 20:18 UTC
[RFC PATCH v2] tracing: Fix syscall tracepoint use-after-free
2024-10-25 20:18 UTC (2+ messages)
BUSINESS LAUNCH
2024-10-25 20:18 UTC
[PATCH] sched: fix warning in sched_setaffinity
2024-10-25 20:17 UTC (3+ messages)
[tip:perf/urgent] BUILD SUCCESS e3dfd64c1f344ebec9397719244c27b360255855
2024-10-25 20:16 UTC
[PATCHv2 net-next iwl-next] net: intel: use ethtool string helpers
2024-10-25 20:17 UTC
[PATCH v1 0/8] U-boot: arm: Refine the booting on Total Compute
2024-10-25 17:18 UTC (9+ messages)
` [PATCH v1 1/8] arm: total_compute: depend on TF-A for hardware description
` [PATCH v1 2/8] arm: total_compute: Initialize environment variables
` [PATCH v1 3/8] arm: total_compute: Remove unused bootm_size
` [PATCH v1 4/8] arm: total_compute: move the boot command to an env file
` [PATCH v1 5/8] arm: total_compute: Minor improvement for boot arguments
` [PATCH v1 6/8] arm: total_compute: Dynamically detect block device
` [PATCH v1 7/8] arm: total_compute: Support Debian boot
` [PATCH v1 8/8] arm: total_compute: Update memory mapping info
[ulfh-mmc:next 37/61] drivers/mmc/core/sd_uhs2.c:183:37: sparse: sparse: incorrect type in assignment (different base types)
2024-10-25 20:16 UTC
[PATCH b4 0/5] Resolve some static typing errors
2024-10-25 20:16 UTC (6+ messages)
` [PATCH b4 1/5] Add development dependencies
` [PATCH b4 2/5] Avoid file descriptor leak
` [PATCH b4 3/5] Correctly type annotate generators
` [PATCH b4 4/5] Provide overloads for git_run_command
` [PATCH b4 5/5] Add missing imports
[PATCH] pinctrl: qcom: spmi: fix debugfs drive strength
2024-10-25 20:15 UTC (2+ messages)
[rppt-memblock:for-next] BUILD SUCCESS c404f7bfe175730b83e0f5fe5822a02509800b9c
2024-10-25 20:15 UTC
[tip:perf/core] BUILD SUCCESS 4d756095d3994cb41393817dc696b458938a6bd0
2024-10-25 20:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.