All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-27 21:48:31 to 2023-07-27 22:31:41 UTC [more...]

[Buildroot] [PATCH 1/1] package/wpewebkit: drop NEON build fix patch
 2023-07-27 22:04 UTC  (4+ messages)

[PATCH v6 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-07-27 22:09 UTC  (8+ messages)
` [PATCH v6 01/12] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v6 02/12] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v6 04/12] target/riscv/cpu.c: del DEFINE_PROP_END_OF_LIST() from riscv_cpu_extensions
` [PATCH v6 05/12] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH v6 06/12] target/riscv/cpu.c: split non-ratified "
` [PATCH v6 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v6 12/12] target/riscv: deprecate the 'any' CPU type

[MEGAPATCHSET v26] xfs: online repair, part of part 1
 2023-07-27 22:31 UTC  (52+ messages)
` [PATCHSET v26.0 0/9] xfs: fix online repair block reaping
  ` [PATCH 1/9] xfs: cull repair code that will never get used
  ` [PATCH 2/9] xfs: move the post-repair block reaping code to a separate file
  ` [PATCH 3/9] xfs: only invalidate blocks if we're going to free them
  ` [PATCH 4/9] xfs: only allow reaping of per-AG blocks in xrep_reap_extents
  ` [PATCH 5/9] xfs: use deferred frees to reap old btree blocks
  ` [PATCH 6/9] xfs: rearrange xrep_reap_block to make future code flow easier
  ` [PATCH 7/9] xfs: allow scanning ranges of the buffer cache for live buffers
  ` [PATCH 8/9] xfs: reap large AG metadata extents when possible
  ` [PATCH 9/9] xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
` [PATCHSET v26.0 0/6] xfs: prepare repair for bulk loading
  ` [PATCH 1/6] xfs: force all buffers to be written during btree bulk load
  ` [PATCH 2/6] xfs: implement block reservation accounting for btrees we're staging
  ` [PATCH 3/6] xfs: log EFIs for all btree blocks being used to stage a btree
  ` [PATCH 4/6] xfs: add debug knobs to control btree bulk load slack factors
  ` [PATCH 5/6] xfs: move btree bulkload record initialization to ->get_record implementations
  ` [PATCH 6/6] xfs: constrain dirty buffers while formatting a staged btree
` [PATCHSET v26.0 0/7] xfs: stage repair information in pageable memory
  ` [PATCH 1/7] xfs: create a big array data structure
  ` [PATCH 2/7] xfs: enable sorting of xfile-backed arrays
  ` [PATCH 3/7] xfs: convert xfarray insertion sort to heapsort using scratchpad memory
  ` [PATCH 4/7] xfs: teach xfile to pass back direct-map pages to caller
  ` [PATCH 5/7] xfs: speed up xfarray sort by sorting xfile page contents directly
  ` [PATCH 6/7] xfs: cache pages used for xfarray quicksort convergence
  ` [PATCH 7/7] xfs: improve xfarray quicksort pivot
` [PATCHSET v26.0 0/2] xfs: add usage counters for scrub
  ` [PATCH 1/2] xfs: create scaffolding for creating debugfs entries
  ` [PATCH 2/2] xfs: track usage statistics of online fsck
` [PATCHSET v26.0 0/4] xfs: online scrubbing of realtime summary files
  ` [PATCH 1/4] xfs: get our own reference to inodes that we want to scrub
  ` [PATCH 2/4] xfs: wrap ilock/iunlock operations on sc->ip
  ` [PATCH 3/4] xfs: move the realtime summary file scrubber to a separate source file
  ` [PATCH 4/4] xfs: implement online scrubbing of rtsummary info
` [PATCHSET v26.0 0/2] xfs: miscellaneous repair tweaks
  ` [PATCH 1/2] xfs: always rescan allegedly healthy per-ag metadata after repair
  ` [PATCH 2/2] xfs: allow the user to cancel repairs before we start writing
` [PATCHSET v26.0 0/2] xfs: force rebuilding of metadata
  ` [PATCH 1/2] xfs: don't complain about unfixed metadata when repairs were injected
  ` [PATCH 2/2] xfs: allow userspace to rebuild metadata structures
` [PATCHSET v26.0 0/2] xfs: fixes to the AGFL repair code
  ` [PATCH 1/2] xfs: clear pagf_agflreset when repairing the AGFL
  ` [PATCH 2/2] xfs: fix agf_fllast when repairing an empty AGFL
` [PATCHSET v26.0 0/5] xfs: online repair of AG btrees
  ` [PATCH 1/5] xfs: repair free space btrees
  ` [PATCH 2/5] xfs: hide xfs_inode_is_allocated in scrub common code
  ` [PATCH 3/5] xfs: rewrite xchk_inode_is_allocated to work properly
  ` [PATCH 4/5] xfs: repair inode btrees
  ` [PATCH 5/5] xfs: repair refcount btrees
` [PATCHSET v26.0 0/2] xfs: fixes for the block mapping checker
` [PATCHSET v26.0 0/6] xfs: online repair of inodes and forks
` [PATCHSET v26.0 0/5] xfs: online repair of file fork mappings

[PATCH] hid-mcp2200: added driver for GPIOs of MCP2200
 2023-07-27 22:30 UTC  (3+ messages)

[PATCH v2] Bluetooth: hci_event: Ignore NULL link key
 2023-07-27 22:29 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/mbw: bump to version 2.0
 2023-07-27 22:29 UTC  (2+ messages)

[Buildroot] [git commit] package/mbw: bump to version 2.0
 2023-07-27 22:06 UTC 

[Buildroot] [PATCH v2 1/8] toolchain/Config.in: add BR2_TOOLCHAIN_GCC_AT_LEAST_13 blind option
 2023-07-27 22:25 UTC  (8+ messages)
` [Buildroot] [PATCH v2 2/8] toolchain/toolchain-external/toolchain-external-custom: add gcc 13 version selection
` [Buildroot] [PATCH v2 3/8] package/gcc: add support for gcc 13
` [Buildroot] [PATCH v2 4/8] arch/Config.in: add BR2_ARCH_NEEDS_GCC_AT_LEAST_13
` [Buildroot] [PATCH v2 5/8] package/gcc: switch to gcc 12.x as the default
` [Buildroot] [PATCH v2 6/8] configs: remove qemu_sparc_ss10_defconfig
` [Buildroot] [PATCH v2 7/8] arch/sparc: disable internal toolchain backend for sparc
` [Buildroot] [PATCH v2 8/8] package/gcc: remove gcc 10.x

[PATCH] ASoC: fsl_micfil: refactor deprecated strncpy
 2023-07-27 22:26 UTC 

[meta-ti][master/kirkstone][PATCH] linux-ti-next,conf/machine: Add support for new vendored dts dir
 2023-07-27 22:26 UTC  (4+ messages)

[PATCH 0/2] btrfs: do not commit transaction to avoid deadly ENOSPC trap
 2023-07-27 22:26 UTC  (4+ messages)
` [PATCH 2/2] btrfs: do not commit transaction canceling a suspended replace

[RFC 0/8] Another take on PAT/object cache mode refactoring
 2023-07-27 22:25 UTC  (6+ messages)
` [RFC 1/8] drm/i915: Skip clflush after GPU writes on Meteorlake
  ` [Intel-gfx] "
` [RFC 2/8] drm/i915: Split PTE encode between Gen12 and Meteorlake
  ` [Intel-gfx] "

[PATCH RFC 0/2] btrfs: make extent buffer memory continuous
 2023-07-27 22:24 UTC  (4+ messages)
` [PATCH RFC 1/2] btrfs: map uncontinuous extent buffer pages into virtual address space

[PATCH V2] USB: serial: option: add Quectel EM05G module support with product ID 0x030e
 2023-07-27 22:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-07-27 22:22 UTC 

[PATCH v2 -next] Bluetooth: Remove unused declaration amp_read_loc_info()
 2023-07-27 22:21 UTC  (2+ messages)

[PATCH bpf-next v4] libbpf: Expose API to consume one ring at a time
 2023-07-27 22:11 UTC  (2+ messages)

[XEN PATCH v3] xen/spinlock: mechanically rename parameter name 'debug'
 2023-07-27 22:15 UTC  (8+ messages)

[PATCH v2 00/13] drm/msm/adreno: Move away from legacy revision matching
 2023-07-27 22:15 UTC  (16+ messages)
` [PATCH v2 02/13] drm/msm/adreno: Remove redundant gmem size param
` [PATCH v2 05/13] drm/msm/adreno: Use quirk to identify cached-coherent support
` [PATCH v2 06/13] drm/msm/adreno: Allow SoC specific gpu device table entries
` [PATCH v2 07/13] drm/msm/adreno: Move speedbin mapping to device table
` [PATCH v2 09/13] drm/msm/adreno: Add adreno family

[PATCH v5 00/18] btrfs: simple quotas
 2023-07-27 22:13 UTC  (19+ messages)
` [PATCH v5 01/18] btrfs: introduce quota mode
` [PATCH v5 02/18] btrfs: add new quota mode for simple quotas
` [PATCH v5 03/18] btrfs: expose quota mode via sysfs
` [PATCH v5 04/18] btrfs: add simple_quota incompat feature to sysfs
` [PATCH v5 05/18] btrfs: flush reservations during quota disable
` [PATCH v5 06/18] btrfs: create qgroup earlier in snapshot creation
` [PATCH v5 07/18] btrfs: function for recording simple quota deltas
` [PATCH v5 08/18] btrfs: rename tree_ref and data_ref owning_root
` [PATCH v5 09/18] btrfs: track owning root in btrfs_ref
` [PATCH v5 10/18] btrfs: track original extent owner in head_ref
` [PATCH v5 11/18] btrfs: new inline ref storing owning subvol of data extents
` [PATCH v5 12/18] btrfs: inline owner ref lookup helper
` [PATCH v5 13/18] btrfs: record simple quota deltas
` [PATCH v5 14/18] btrfs: simple quota auto hierarchy for nested subvols
` [PATCH v5 15/18] btrfs: check generation when recording simple quota delta
` [PATCH v5 16/18] btrfs: track metadata relocation cow with simple quota
` [PATCH v5 17/18] btrfs: track data relocation "
` [PATCH v5 18/18] btrfs: only set QUOTA_ENABLED when done reading qgroups

[Intel-gfx] [PATCH 0/2] MTL Degamma implementation
 2023-07-27 22:15 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for MTL Degamma implementation (rev4)

[PATCH] btrfs/294: reject zoned devices for now
 2023-07-27 22:15 UTC  (3+ messages)

[PATCH RESEND v4 1/1] test_firmware: fix some memory leaks and racing conditions
 2023-07-27 22:14 UTC  (5+ messages)

+ damon-use-pmdp_get-instead-of-drectly-dereferencing-pmd.patch added to mm-unstable branch
 2023-07-27 22:13 UTC 

[tip:x86/microcode] BUILD SUCCESS 05e91e72113833385fb8c9a33bda9dbd93e27609
 2023-07-27 22:12 UTC 

+ mm-improve-the-comment-in-isolate_migratepages_block.patch added to mm-unstable branch
 2023-07-27 22:12 UTC 

[usb:usb-testing] BUILD SUCCESS ba0b3af706305e5b11fd832eecd2c4a7fce57156
 2023-07-27 22:12 UTC 

[usb:usb-linus] BUILD SUCCESS 7f2327666a9080e428166964e37548b0168cd5e9
 2023-07-27 22:12 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-07-27 22:12 UTC 

[Buildroot] [PATCH 1/1] package/libxcrypt: bump to version 4.4.33
 2023-07-27 22:01 UTC  (2+ messages)

[libgpiod] gpiod_line_get_value_bulk may be broken?
 2023-07-27 22:10 UTC  (5+ messages)

[Intel-xe] [PATCH] drm/xe: Add Wa_14015150844 for DG2 and Xe_LPG
 2023-07-27 22:09 UTC 

[PATCH] ALSA: bcd2000: refactor deprecated strncpy
 2023-07-27 22:09 UTC 

[PATCH v2] xen/arm32: head: Widen the use of the temporary mapping
 2023-07-27 22:08 UTC  (3+ messages)

[PATCH] x86/APM: drop the duplicate APM_MINOR_DEV macro
 2023-07-27 22:05 UTC  (4+ messages)

[PATCH] linux-firmware: split platform-specific Adreno shaders to separate packages
 2023-07-27 22:04 UTC 

[XEN PATCH v3] device_tree: address violations of MISRA C:2012 Rules 8.2 and 8.3
 2023-07-27 22:03 UTC  (3+ messages)

[PATCH 00/12] drm/msm/adreno: Move away from legacy revision matching
 2023-07-27 22:02 UTC  (13+ messages)
` [PATCH 06/12] drm/msm/adreno: Allow SoC specific gpu device table entries
  ` [Freedreno] "

[PATCH 00/14] drm/sti: add display support on stih418 family
 2023-07-27 21:51 UTC  (31+ messages)
` [PATCH 01/14] drm/sti: add hdmi tx6g0c28 phy for STi platform
` [PATCH 02/14] dt-bindings: display: add st, stih418-vtg compatible for sti vtg
  ` [PATCH 02/14] dt-bindings: display: add st,stih418-vtg "
` [PATCH 03/14] drm/sti: add support for VTG on the stih418 platform
` [PATCH 04/14] drm/sti: add STih418 platform support in sti mixer
` [PATCH 05/14] drm/sti: add support for stih418 in tvout
` [PATCH 06/14] drm/sti: remove VTG_SYNC_ID_HDMI from sti_vtg.h
` [PATCH 07/14] drm/sti: add more possible GDP / VID planes entries in sti_plane
` [PATCH 08/14] drm/sti: add more planes supports in sti_mixer
` [PATCH 09/14] drm/sti: add support for GDPPLUS / stih418 GDPs
` [PATCH 10/14] drm/sti: add compositor support for stih418 platform
` [PATCH 11/14] ARM: dts: sti: move vtg_main / vtg_aux into stih407/stih410 dtsi
` [PATCH 12/14] ARM: dts: sti: addition of display nodes for stih418 platform
` [PATCH 13/14] ARM: dts: sti: add the gpu node for the MALI-400 on stih418.dtsi
` [PATCH 14/14] ARM: dts: sti: enable basic display on stih418-b2264 board

RTT-PROBE: lore-subspace-rtt
 2023-07-27 22:02 UTC 

[PATCH v3] drm/amdgpu: Add EXT_COHERENCE memory allocation flags
 2023-07-27 22:01 UTC  (2+ messages)

[Buildroot] [git commit] package/libxcrypt: bump to version 4.4.33
 2023-07-27 21:59 UTC 

[PATCH v3] xen/arm: Move TEE mediators in a kconfig submenu
 2023-07-27 22:00 UTC  (3+ messages)

linux-user/armeb: Fix __kernel_cmpxchg() for armeb
 2023-07-27 21:19 UTC 

[PATCH v2 bpf-next] bpf/memalloc: Non-atomically allocate freelist during prefill
 2023-07-27 21:58 UTC  (2+ messages)

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-07-27 21:21 UTC  (4+ messages)

[PATCH] drm/nouveau/nvkm/dp: Add hack to fix DP 1.3+ DPCD issues
 2023-07-27 21:57 UTC  (5+ messages)
` [Nouveau] "

[PATCH] hte: Explicitly include correct DT includes
 2023-07-27 21:57 UTC  (2+ messages)

[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_load_inode_block (2)
 2023-07-27 21:56 UTC  (3+ messages)

[PATCH v4 6/7] scsi: ufs: Disable zone write locking
 2023-07-27 21:55 UTC  (2+ messages)

[RESEND PATCH v3 0/3] rpi: Convert to standard boot
 2023-07-27 21:54 UTC  (4+ messages)
` [RESEND PATCH v3 1/3] arm: rpi: Switch "
` [RESEND PATCH v3 2/3] rpi: Disable DISTRO_DEFAULTS
` [RESEND PATCH v3 3/3] arm: rpi: Switch to a text environment

[PATCH] doc/dmadevs: add note clarifying naming of idxd devices
 2023-07-27 21:55 UTC  (4+ messages)

[PATCH] ALSA: xen-front: refactor deprecated strncpy
 2023-07-27 21:53 UTC 

[libvirt test] 182030: tolerable all pass - PUSHED
 2023-07-27 21:54 UTC 

[PATCH v3 00/25] tools/xenstore: drop TDB
 2023-07-27 21:53 UTC  (3+ messages)
` [PATCH v3 17/25] tools/xenstore: rework struct xs_tdb_record_hdr

[PATCH v2] damon: Use pmdp_get instead of drectly dereferencing pmd
 2023-07-27 21:53 UTC  (2+ messages)

[PATCH 0/2] fix vma->anon_vma check for per-VMA locking; fix anon_vma memory ordering
 2023-07-27 21:52 UTC  (3+ messages)
` [PATCH 1/2] mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock

[PATCH] net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode
 2023-07-27 21:52 UTC 

[Buildroot] [PATCH 1/6] toolchain/Config.in: add BR2_TOOLCHAIN_GCC_AT_LEAST_13 blind option
 2023-07-27 21:36 UTC  (3+ messages)
` [Buildroot] [PATCH 3/6] package/gcc: add support for gcc 13
  ` [Buildroot] [External] - "

What's cooking in git.git (Jul 2023, #05; Tue, 25)
 2023-07-27 21:52 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-07-27 21:52 UTC 

[PATCH 1/2] resolve-undo: allow resurrecting conflicted state that resolved to deletion
 2023-07-27 21:51 UTC  (2+ messages)
` [PATCH 2/2] update-index: use unmerge_index_entry() to support removal

[PATCH v3 4/9] kunit: Add ability to filter attributes
 2023-07-27 21:50 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/gupnp: fix build with meson 1.2.0
 2023-07-27 21:49 UTC 

[PATCH ndctl] ndctl/cxl/test: Add CXL event test
 2023-07-27 21:49 UTC  (2+ messages)

[PATCH 0/6] vhost-user: Add suspend/resume
 2023-07-27 21:12 UTC  (7+ messages)
` [PATCH 1/6] vhost-user.rst: "

Double-Free and Memory Leak Found In libtirpc
 2023-07-27 21:48 UTC  (2+ messages)

[PATCH v5 0/3] add ISI support for iMX93
 2023-07-27 21:48 UTC  (3+ messages)
` [PATCH v5 3/3] media: nxp: imx8-isi: add ISI support for i.MX93


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.