All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-24 00:12:04 to 2024-02-24 01:42:47 UTC [more...]

[PATCH v4 00/39] Add support for sam9x7 SoC family
 2024-02-24  1:18 UTC  (2+ messages)
` (subset) "

[folded-merged] arm64-crash-wrap-crash-dumping-code-into-crash-related-ifdefs-fix.patch removed from -mm tree
 2024-02-24  1:42 UTC 

[folded-merged] x86-crash-wrap-crash-dumping-code-into-crash-related-ifdefs-fix.patch removed from -mm tree
 2024-02-24  1:42 UTC 

[folded-merged] crash-remove-dependency-of-fa_dump-on-crash_dump-fix.patch removed from -mm tree
 2024-02-24  1:41 UTC 

[kirkstone] dwarfsrcfiles + rust staticlib
 2024-02-24  1:40 UTC 

[folded-merged] crash-split-vmcoreinfo-exporting-code-out-from-crash_corec-fix.patch removed from -mm tree
 2024-02-24  1:40 UTC 

[PATCH] drm/i915/guc: Correct capture of EIR register on hang
 2024-02-24  1:40 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[folded-merged] kexec-split-crashkernel-reservation-code-out-from-crash_corec-fix.patch removed from -mm tree
 2024-02-24  1:40 UTC 

[folded-merged] mm-vmalloc-remove-vmap_area_list-fix.patch removed from -mm tree
 2024-02-24  1:39 UTC 

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-24  1:39 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for tracing/treewide: Remove second parameter of __assign_str() (rev2)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-02-24  1:39 UTC  (3+ messages)
` [RFC PATCH 07/20] famfs: Add include/linux/famfs_ioctl.h

[PATCH 00/13] HDCP MST Type1 fixes
 2024-02-24  1:38 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for HDCP MST Type1 fixes (rev5)

[folded-merged] mm-vmalloc-remove-global-vmap_area_root-rb-tree-fix-2.patch removed from -mm tree
 2024-02-24  1:38 UTC 

[folded-merged] mm-vmalloc-remove-global-vmap_area_root-rb-tree-fix.patch removed from -mm tree
 2024-02-24  1:38 UTC 

[PATCH v2 0/3] Improve remote-endpoint parsing
 2024-02-24  1:35 UTC  (4+ messages)
` [PATCH v2 2/3] of: property: Improve finding the supplier of a remote-endpoint property

[PATCHBOMB] time_stats, thread_with_file: lifting generic code to lib
 2024-02-24  1:36 UTC  (56+ messages)
` [PATCHSET 1/6] time_stats: promote to lib/
  ` [PATCH 1/4] mean and variance: Promote to lib/math
  ` [PATCH 2/4] eytzinger: Promote to include/linux/
  ` [PATCH 3/4] bcachefs: bch2_time_stats_to_seq_buf()
  ` [PATCH 4/4] time_stats: Promote to lib/
` [PATCHSET 2/6] time_stats: cleanups and fixes
  ` [PATCH 01/10] time_stats: report lifetime of the stats object
  ` [PATCH 02/10] time_stats: split stats-with-quantiles into a separate structure
  ` [PATCH 03/10] time_stats: fix struct layout bloat
  ` [PATCH 04/10] time_stats: add larger units
  ` [PATCH 05/10] time_stats: don't print any output if event count is zero
  ` [PATCH 06/10] time_stats: allow custom epoch names
  ` [PATCH 07/10] mean_and_variance: put struct mean_and_variance_weighted on a diet
  ` [PATCH 08/10] time_stats: shrink time_stat_buffer for better alignment
  ` [PATCH 09/10] time_stats: report information in json format
  ` [PATCH 10/10] time_stats: Kill TIME_STATS_HAVE_QUANTILES
` [PATCHSET RFC 3/6] xfs: capture statistics about wait times
  ` [PATCH 1/4] xfs: present wait time statistics
  ` [PATCH 2/4] xfs: present time stats for scrubbers
  ` [PATCH 3/4] xfs: present timestats in json format
  ` [PATCH 4/4] xfs: create debugfs uuid aliases
` [PATCHSET 4/6] thread_with_file: promote to lib/
  ` [PATCH 01/10] bcachefs: thread_with_stdio: eliminate double buffering
  ` [PATCH 02/10] bcachefs: thread_with_stdio: convert to darray
  ` [PATCH 03/10] bcachefs: thread_with_stdio: kill thread_with_stdio_done()
  ` [PATCH 04/10] bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()
  ` [PATCH 05/10] bcachefs: Thread with file documentation
  ` [PATCH 06/10] darray: lift from bcachefs
  ` [PATCH 07/10] thread_with_file: Lift "
  ` [PATCH 08/10] thread_with_stdio: Mark completed in ->release()
  ` [PATCH 09/10] kernel/hung_task.c: export sysctl_hung_task_timeout_secs
  ` [PATCH 10/10] thread_with_stdio: suppress hung task warning
` [PATCHSET 5/6] thread_with_file: cleanups and fixes
  ` [PATCH 1/5] thread_with_file: allow creation of readonly files
  ` [PATCH 2/5] thread_with_file: fix various printf problems
  ` [PATCH 3/5] thread_with_file: create ops structure for thread_with_stdio
  ` [PATCH 4/5] thread_with_file: allow ioctls against these files
  ` [PATCH 5/5] thread_with_file: Fix missing va_end()
` [PATCHSET RFC 6/6] xfs: live health monitoring of filesystems
  ` [PATCH 1/8] xfs: use thread_with_file to create a monitoring file
  ` [PATCH 2/8] xfs: create hooks for monitoring health updates
  ` [PATCH 3/8] xfs: create a filesystem shutdown hook
  ` [PATCH 4/8] xfs: report shutdown events through healthmon
  ` [PATCH 5/8] xfs: report metadata health "
  ` [PATCH 6/8] xfs: report media errors "
  ` [PATCH 7/8] xfs: allow reconfiguration of the health monitoring device
  ` [PATCH 8/8] xfs: send uevents when mounting and unmounting a filesystem
` [PATCHSET RFC] xfsprogs: live health monitoring of filesystems
  ` [PATCH 1/7] xfs: use thread_with_file to create a monitoring file
  ` [PATCH 2/7] xfs: create hooks for monitoring health updates
  ` [PATCH 3/7] xfs: report shutdown events through healthmon
  ` [PATCH 4/7] xfs_io: monitor filesystem health events
  ` [PATCH 5/7] xfs_scrubbed: create daemon to listen for "
  ` [PATCH 6/7] xfs_scrubbed: enable repairing filesystems
  ` [PATCH 7/7] xfs_scrubbed: create a background monitoring service

[meta-networking][PATCH] squid: Add missing bash dependency for ptest package
 2024-02-24  1:34 UTC 

[PRBOMB] xfs: online repair patches for 6.9
 2024-02-24  1:33 UTC  (19+ messages)
` [GIT PULL 1/18] xfs: repair inode mode by scanning dirs
` [GIT PULL 2/18] xfs: online repair of quota counters
` [GIT PULL 3/18] xfs: online repair of file link counts
` [GIT PULL 4/18] xfs: report corruption to the health trackers
` [GIT PULL 5/18] xfs: indirect health reporting
` [GIT PULL 6/18] xfs: online repair for fs summary counters
` [GIT PULL 7/18] xfs: move btree geometry to ops struct
` [GIT PULL 8/18] xfs: remove bc_btnum from btree cursors
` [GIT PULL 9/18] xfs: btree check cleanups
` [GIT PULL 10/18] xfs: btree readahead cleanups
` [GIT PULL 11/18] xfs: buftarg cleanups
` [GIT PULL 12/18] xfs: support in-memory btrees
` [GIT PULL 13/18] xfs: online repair of rmap btrees
` [GIT PULL 14/18] xfs: reduce refcount repair memory usage
` [GIT PULL 15/18] xfs: bmap log intent cleanups
` [GIT PULL 16/18] xfs: widen BUI formats to support realtime
` [GIT PULL 17/18] xfs: support attrfork and unwritten BUIs
` [GIT PULL 18/18] xfs: clean up symbolic link code

[PATCH v4 0/4] Preliminary patches before git-std-lib
 2024-02-24  1:33 UTC  (3+ messages)
` [PATCH v5 1/3] pager: include stdint.h because uintmax_t is used

[xen-unstable-smoke test] 184745: tolerable all pass - PUSHED
 2024-02-24  1:31 UTC 

[meta-networking][PATCH] openhpi: Fix ptest run time failures
 2024-02-24  1:27 UTC 

[merged mm-hotfixes-stable] mm-debug_vm_pgtable-fix-bug_on-with-pud-advanced-test.patch removed from -mm tree
 2024-02-24  1:27 UTC 

[merged mm-hotfixes-stable] mm-cachestat-fix-folio-read-after-free-in-cache-walk.patch removed from -mm tree
 2024-02-24  1:27 UTC 

[merged mm-hotfixes-stable] maintainers-add-memory-mapping-entry-with-reviewers.patch removed from -mm tree
 2024-02-24  1:27 UTC 

[merged mm-hotfixes-stable] mm-vmscan-fix-a-bug-calling-wakeup_kswapd-with-a-wrong-zone-index.patch removed from -mm tree
 2024-02-24  1:27 UTC 

[merged mm-hotfixes-stable] kasan-revert-eviction-of-stack-traces-in-generic-mode.patch removed from -mm tree
 2024-02-24  1:27 UTC 

[merged mm-hotfixes-stable] stackdepot-use-variable-size-records-for-non-evictable-entries.patch removed from -mm tree
 2024-02-24  1:27 UTC 

[PATCH v6 0/4] StarFive's StarLink PMU Support
 2024-02-24  1:12 UTC  (5+ messages)
` [PATCH v6 1/4] perf: starfive: Add StarLink PMU support

[PATCH] wifi: ath11k: decrease MHI channel buffer length to 8KB
 2024-02-24  1:24 UTC  (2+ messages)

How to repair BTRFS
 2024-02-24  1:22 UTC  (5+ messages)

[syzbot] [usb?] [input?] WARNING in input_unregister_device (2)
 2024-02-24  1:21 UTC  (2+ messages)

[folded-merged] stackdepot-use-variable-size-records-for-non-evictable-entries-fix.patch removed from -mm tree
 2024-02-24  1:21 UTC 

[openeuler:openEuler-1.0-LTS 17747/21632] drivers/dax/pmem/.tmp_core.o: warning: objtool: missing symbol for section .text
 2024-02-24  1:20 UTC 

[PATCH v3] x86/coco: Require seeding RNG with RDRAND on CoCo systems
 2024-02-24  1:18 UTC  (5+ messages)
` [PATCH v4] "
      ` [PATCH v5] "

[GIT PULL] SCSI fixes for 6.8-rc5
 2024-02-24  1:18 UTC 

+ zram-zcomp-remove-zcomp_set_max_streams-declaration.patch added to mm-unstable branch
 2024-02-24  1:17 UTC 

+ mm-vmscan-do-not-turn-on-cache_trim_mode-if-it-doesnt-work-fix.patch added to mm-unstable branch
 2024-02-24  1:16 UTC 

+ mm-vmscan-do-not-turn-on-cache_trim_mode-if-it-doesnt-work.patch added to mm-unstable branch
 2024-02-24  1:16 UTC 

[PATCH v1 1/2] perf metrics: Fix metric matching
 2024-02-24  1:14 UTC  (2+ messages)
` [PATCH v1 2/2] perf metrics: Fix segv for metrics with no events

[f2fs-dev] [PATCH] mkfs.f2fs: should give section-aligned reserved segments
 2024-02-24  1:14 UTC 

IMPORTANT - : Need help on USB port virtualization with Xen hypervisor
 2024-02-23 16:00 UTC 

[PATCH 1/2] drm/i915: Don't explode when the dig port we don't have an AUX CH
 2024-02-24  1:09 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH] exec: Delete unnecessary statements in remove_arg_zero()
 2024-02-24  1:08 UTC  (2+ messages)

[PULL v2 00/39] tcg and linux-user patch queue
 2024-02-24  1:05 UTC  (3+ messages)
` [PULL v2 31/39] *-user: Deprecate and disable -p pagesize
` [PULL v2 32/39] cpu: Remove page_size_init

[PATCH] exec: Remove unnecessary ‘NULL’ values from vma
 2024-02-24  1:04 UTC  (2+ messages)

[PATCH] mm: Revert x86_64 and arm64 ELF_ET_DYN_BASE base
 2024-02-24  1:01 UTC  (5+ messages)

[PATCH v2 0/3] Enable OSPI on j721e
 2024-02-24  0:23 UTC  (4+ messages)
` [PATCH v2 1/3] configs: j721e: Enable OSPI memory
` [PATCH v2 2/3] arm: mach-k3: j721e: Enable OSPI boot
` [PATCH v2 3/3] arm: dts: k3-j721e-sk: Remove OSPI phypattern partition

[PATCH v2 00/10] btrfs: functional test cases for tempfsid
 2024-02-24  0:53 UTC  (4+ messages)
` [PATCH v2 09/10] btrfs: validate send-receive operation with tempfsid

[wireless-next:main] BUILD SUCCESS a4634aa71fee11f5e3e13bf7d80ee1480a64ce70
 2024-02-24  0:52 UTC 

[PATCH v2 0/2] enable OSPI support on AM64x
 2024-02-24  0:17 UTC  (3+ messages)
` [PATCH v2 1/2] configs: am64x_evm_*_defconfig: Enable OSPI support
` [PATCH v2 2/2] arm: dts: k3-am642-evm/sk: Enable OSPI support in SPL

[PATCH] crypto: rockchip - fix to check return value
 2024-02-24  0:52 UTC  (4+ messages)

[PATCH v2] crypto: arm64/neonbs - fix out-of-bounds access on short input
 2024-02-24  0:52 UTC  (2+ messages)

[PATCH] crypto: fix CRYPTO_JITTERENTROPY help text
 2024-02-24  0:52 UTC  (2+ messages)

[PATCH 0/3] crypto: qat - fix and make common ring to service map in QAT GEN4
 2024-02-24  0:51 UTC  (2+ messages)

[PATCH 0/6] crypto: qat - fix warnings reported by clang
 2024-02-24  0:51 UTC  (2+ messages)

[PATCH] virtio-gpu: Fix HW cursor visibility
 2024-02-24  1:51 UTC 

[PATCH] crypto: qat - uninitialized variable in adf_hb_error_inject_write()
 2024-02-24  0:50 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Introduce bpf_can_loop() kfunc
 2024-02-24  0:50 UTC  (4+ messages)

[PATCH] [v2] ARM: crypto: fix function cast warnings
 2024-02-24  0:49 UTC  (3+ messages)

[PATCH v2 1/2] crypto: ccp: Avoid discarding errors in psp_send_platform_access_msg()
 2024-02-24  0:50 UTC  (2+ messages)

Machine qemuarm linux-yocto-tiny_5.15 Missing ext4 in Kernel
 2024-02-24  0:49 UTC  (2+ messages)
` [yocto] "

[PATCH] Documentation: qat: fix auto_reset section
 2024-02-24  0:49 UTC  (2+ messages)

[meta-perl][PATCH] ptest-packagelists-meta-perl.inc: Move couple of test to PTESTS_FAST_META_PERL
 2024-02-24  0:48 UTC 

[Buildroot] [PATCH v2 1/1] package/spdm-utils: new package
 2024-02-24  0:39 UTC 

[PATCH 0/2] enable OSPI support on AM64x
 2024-02-24  0:00 UTC  (4+ messages)
` [PATCH 2/2] arm: dts: k3-am642-evm/sk: Enable OSPI support in SPL

[kees:for-next/kspp 29/41] vmlinux.o: warning: objtool: vmw_port_hb_in+0x242: objtool isn't smart enough to handle this CFI save/restore combo
 2024-02-24  0:45 UTC  (2+ messages)

[PATCH net-next v13 0/4] netdevsim: link and forward skbs between ports
 2024-02-24  0:44 UTC  (3+ messages)
` [PATCH net-next v13 1/4] netdevsim: allow two netdevsim ports to be connected

[PATCH v3] Watchdog: New module for ITE 5632 watchdog
 2024-02-24  0:43 UTC  (4+ messages)

[PATCH v2 0/6] RCU tasks fixes for v6.9
 2024-02-24  0:43 UTC  (15+ messages)
` [PATCH v2 4/6] rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() deadlocks
` [PATCH v2 6/6] rcu-tasks: Maintain real-time response in rcu_tasks_postscan()

kernel/bpf/verifier.c:3203:8: warning: expression which evaluates to zero treated as a null pointer constant of type 'const char *'
 2024-02-24  0:38 UTC 

[tobetter:odroid-5.15.y 43/204] drivers/gpu/drm/drm_mipi_dbi.c:76:17: warning: 'mipi_dbi_dcs_read_commands' defined but not used
 2024-02-24  0:38 UTC 

[PATCH v3] drm/i915/guc: Simplify/extend platform check for Wa_14018913170
 2024-02-24  0:39 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/guc: Simplify/extend platform check for Wa_14018913170 (rev2)

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-02-24  0:37 UTC  (5+ messages)
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "

[Buildroot] [PATCH 1/1] package/spdm-utils: new package
 2024-02-24  0:28 UTC 

[PATCH 0/6] sparc32: build fixes for all{yes,mod}config builds
 2024-02-24  0:34 UTC  (13+ messages)
` [PATCH 1/6] sparc32: Use generic cmpdi2/ucmpdi2 variants
` [PATCH 2/6] sparc32: Fix build with trapbase
` [PATCH 3/6] mtd: maps: sun_uflash: Declare uflash_devinit static
` [PATCH 4/6] usb: host: uhci-grlib.c: Fix build, add platform_device
` [PATCH 5/6] sparc32: Do not select GENERIC_ISA_DMA
` [PATCH 6/6] sparc32: Fix parport build with sparc32

[PATCH 00/12] The merge-base logic vs missing commit objects
 2024-02-24  0:33 UTC  (4+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 03/11] Start reporting missing commits in `repo_in_merge_bases_many()`

[PATCH] stmmac: Clear variable when destroying workqueue
 2024-02-24  0:32 UTC  (2+ messages)

[PATCH net] tun: Fix xdp_rxq_info's queue_index when detaching
 2024-02-24  0:30 UTC  (2+ messages)

[PATCH 0/7] scsi: replace deprecated strncpy
 2024-02-24  0:27 UTC  (7+ messages)
` [PATCH 4/7] scsi: qla4xxx: replace deprecated strncpy with strscpy
` [PATCH 5/7] scsi: devinfo: replace strncpy and manual pad
` [PATCH 6/7] scsi: smartpqi: replace deprecated strncpy with strscpy

[PATCH 0/4] kfifo: small cleanup + linear and skip helpers
 2024-02-24  0:27 UTC  (3+ messages)
` [PATCH 1/4] kfifo: drop __kfifo_dma_out_finish_r()

+ kfifo-fix-typos-in-kernel-doc.patch added to mm-nonmm-unstable branch
 2024-02-24  0:26 UTC 

+ kfifo-add-kfifo_out_linear_ptr.patch added to mm-nonmm-unstable branch
 2024-02-24  0:26 UTC 

+ kfifo-introduce-and-use-kfifo_skip_count.patch added to mm-nonmm-unstable branch
 2024-02-24  0:26 UTC 

+ kfifo-drop-__kfifo_dma_out_finish_r.patch added to mm-nonmm-unstable branch
 2024-02-24  0:26 UTC 

+ lib-stackdepot-off-by-one-in-depot_fetch_stack.patch added to mm-nonmm-unstable branch
 2024-02-24  0:24 UTC 

[PATCH v3 0/5] usb: dwc3-am62: module removal and errata fixes
 2024-02-23 22:17 UTC  (3+ messages)
` [PATCH v3 2/5] usb: dwc3-am62: fix error on module removal

[PATCH v7 0/5] Support for Avago APDS9306 Ambient Light Sensor
 2024-02-24  0:20 UTC  (3+ messages)
` [PATCH v6 4/5] dt-bindings: iio: light: Avago APDS9306

[PATCH 0/1] Rosebush, a new hash table
 2024-02-24  0:20 UTC  (2+ messages)

+ init-kconfig-lower-gcc-version-check-for-warray-bounds.patch added to mm-hotfixes-unstable branch
 2024-02-24  0:19 UTC 

+ mm-update-mark_victim-tracepoints-fields.patch added to mm-unstable branch
 2024-02-24  0:17 UTC 

[PATCH 1/1] virtio-gpu: Fix HW cursor visibility
 2024-02-24  0:15 UTC 

[PATCH RFC net-next v1 0/6] ethtool HW timestamping statistics
 2024-02-23 23:43 UTC  (6+ messages)
` [PATCH RFC net-next v1 1/6] ethtool: add interface to read Tx hardware "

[syzbot] [net?] KASAN: slab-use-after-free Read in advance_sched
 2024-02-24  0:15 UTC  (2+ messages)

[RFC net-next 0/3] netdev: add per-queue statistics
 2024-02-24  0:13 UTC  (6+ messages)
` [RFC net-next 1/3] "

[PATCH v2 0/5] PMBUS Regulator cleanups
 2024-02-24  0:12 UTC  (5+ messages)
` [PATCH v2 4/5] hwmon: (pmbus/lm25066) Use PMBUS_REGULATOR_ONE to declare regulator

[RESEND][PATCH v8 0/7] Preparatory changes for Proxy Execution v8
 2024-02-24  0:11 UTC  (8+ messages)
` [RESEND][PATCH v8 1/7] locking/mutex: Remove wakeups from under mutex::wait_lock
` [RESEND][PATCH v8 2/7] locking/mutex: Make mutex::wait_lock irq safe
` [RESEND][PATCH v8 3/7] locking/mutex: Expose __mutex_owner()
` [RESEND][PATCH v8 4/7] sched: Add do_push_task helper
` [RESEND][PATCH v8 5/7] sched: Consolidate pick_*_task to task_is_pushable helper
` [RESEND][PATCH v8 6/7] sched: Split out __schedule() deactivate task logic into a helper
` [RESEND][PATCH v8 7/7] sched: Split scheduler and execution contexts


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.