All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-31 03:27:29 to 2023-05-31 04:24:06 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2023-05-31  4:24 UTC 

[PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31  4:23 UTC  (47+ messages)
` [PATCH v6 01/20] swap: use __bio_add_page to add page to bio
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single "
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 05/20] md: use __bio_add_page to add single page
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 06/20] md: raid5-log: "
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
    ` [Cluster-devel] "
` [PATCH v6 09/20] gfs2: use __bio_add_page for adding "
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 10/20] zonefs: "
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 11/20] zram: "
    ` [Cluster-devel] "
    ` [dm-devel] "
` [PATCH v6 12/20] floppy: "
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
  ` [dm-devel] "
    ` [Cluster-devel] "
` [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio
    ` [Cluster-devel] "

[PATCH linux 3/3] userns: add sysctl "kernel.userns_group_range"
 2023-05-31  4:20 UTC  (2+ messages)

[jpoimboe:vmware-rbp-breakage 15/15] arch/x86/kvm/vmx/vmenter.S:100: Error: found '
 2023-05-31  4:20 UTC 

[PATCH] drm/amd/display: Fix up kdoc formatting in dcn32_resource_helpers.c
 2023-05-31  4:19 UTC 

[meta-oe][dunfell,PATCH] gnulib: Update recipe name to 2018-12-18
 2023-05-31  4:19 UTC 

cleanup the btrfs_map_block interface
 2023-05-31  4:17 UTC  (7+ messages)
` [PATCH 1/6] btrfs: remove BTRFS_MAP_DISCARD
` [PATCH 2/6] btrfs: optimize simple reads in btrfsic_map_block
` [PATCH 3/6] btrfs: remove btrfs_map_block
` [PATCH 4/6] btrfs: rename __btrfs_map_block to btrfs_map_block
` [PATCH 5/6] btrfs: remove btrfs_map_sblock
` [PATCH 6/6] btrfs: remove need_full_stripe

[meta-oe][kirkstone,PATCH] gnulib: Update recipe name to 2018-12-18
 2023-05-31  4:18 UTC 

[meta-oe][mickledore,PATCH] gnulib: Update recipe name to 2018-12-18
 2023-05-31  4:17 UTC 

[PATCH v5 1/3] usb: gadget: udc: core: Offload usb_udc_vbus_handler processing
 2023-05-31  4:05 UTC  (4+ messages)
` [PATCH v5 2/3] usb: gadget: udc: core: Invoke usb_gadget_connect only when started
` [PATCH v5 3/3] usb: gadget: udc: core: Prevent UDC from starting when unbound

[PATCH] rtc: rtc-twl: add NVRAM support
 2023-05-31  4:17 UTC  (2+ messages)

buffer redirtying fixes and cleanup
 2023-05-31  4:16 UTC  (6+ messages)
` [PATCH 3/3] btrfs: don't hold an extra reference for redirtied buffers

[PATCH] rpm2cpio.sh: update to the last 4.x version
 2023-05-31  4:15 UTC  (3+ messages)
` [OE-core] "

[PATCH v3 00/48] tcg: Build once for system, once for user
 2023-05-31  4:03 UTC  (49+ messages)
` [PATCH v3 01/48] tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH v3 02/48] tcg/riscv: "
` [PATCH v3 03/48] tcg/s390x: "
` [PATCH v3 04/48] tcg/sparc64: "
` [PATCH v3 05/48] tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
` [PATCH v3 06/48] tcg: Widen CPUTLBEntry comparators to 64-bits
` [PATCH v3 07/48] tcg: Add tlb_fast_offset to TCGContext
` [PATCH v3 08/48] *: Add missing includes of qemu/error-report.h
` [PATCH v3 09/48] *: Add missing includes of tcg/debug-assert.h
` [PATCH v3 10/48] *: Add missing includes of tcg/tcg.h
` [PATCH v3 11/48] tcg: Split out tcg-target-reg-bits.h
` [PATCH v3 12/48] target/arm: Fix test of TCG_OVERSIZED_GUEST
` [PATCH v3 13/48] tcg: Split out tcg/oversized-guest.h
` [PATCH v3 14/48] tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
` [PATCH v3 15/48] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
` [PATCH v3 16/48] target/arm: Include helper-gen.h in translator.h
` [PATCH v3 17/48] target/hexagon: Include helper-gen.h where needed
` [PATCH v3 18/48] tcg: Remove outdated comments in helper-head.h
` [PATCH v3 19/48] tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h
` [PATCH v3 20/48] tcg: Pass TCGHelperInfo to tcg_gen_callN
` [PATCH v3 21/48] tcg: Move temp_idx and tcgv_i32_temp debug out of line
` [PATCH v3 22/48] tcg: Split tcg_gen_callN
` [PATCH v3 23/48] tcg: Split helper-gen.h
` [PATCH v3 24/48] tcg: Split helper-proto.h
` [PATCH v3 25/48] tcg: Add insn_start_words to TCGContext
` [PATCH v3 26/48] tcg: Add guest_mo "
` [PATCH v3 27/48] tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
` [PATCH v3 28/48] tcg: Split tcg/tcg-op-gvec.h
` [PATCH v3 29/48] tcg: Remove NO_CPU_IO_DEFS
` [PATCH v3 30/48] exec-all: Widen tb_page_addr_t for user-only
` [PATCH v3 31/48] exec-all: Widen TranslationBlock pc and cs_base to 64-bits
` [PATCH v3 32/48] tcg: Spit out exec/translation-block.h
` [PATCH v3 33/48] include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
` [PATCH v3 34/48] accel/tcg: Move most of gen-icount.h into translator.c
` [PATCH v3 35/48] accel/tcg: Introduce translator_io_start
` [PATCH v3 36/48] accel/tcg: Move translator_fake_ldb out of line
` [PATCH v3 37/48] target/arm: Tidy helpers for translation
` [PATCH v3 38/48] target/mips: "
` [PATCH v3 39/48] *: Add missing includes of exec/translation-block.h
` [PATCH v3 40/48] *: Add missing includes of exec/exec-all.h
` [PATCH v3 41/48] accel/tcg: Tidy includes for translator.[ch]
` [PATCH v3 42/48] tcg: Fix PAGE/PROT confusion
` [PATCH v3 43/48] tcg: Move env defines out of NEED_CPU_H in helper-head.h
` [PATCH v3 44/48] tcg: Remove target-specific headers from tcg.[ch]
` [PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c
` [PATCH v3 46/48] plugins: Drop unused headers from exec/plugin-gen.h
` [PATCH v3 47/48] exec/poison: Do not poison CONFIG_SOFTMMU
` [PATCH v3 48/48] tcg: Build once for system and once for user-only

[syzbot] [ntfs3?] WARNING in attr_data_get_block (2)
 2023-05-31  4:14 UTC  (2+ messages)

Automatically re-running commands during an interactive rebase or post commit
 2023-05-31  4:14 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-31  4:14 UTC 

[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
 2023-05-31  4:12 UTC  (4+ messages)

[PATCH net v2] tcp: fix mishandling when the sack compression is deferred
 2023-05-31  4:13 UTC  (6+ messages)

[PATCH 0/8] clk: check memory returned by {devm_}kasprintf()
 2023-05-31  4:12 UTC  (7+ messages)
` [PATCH 6/8] clk: keystone: sci-clk: check return value of kasprintf()
` [PATCH 7/8] clk: ti: clkctrl: "

linux-next: Tree for May 31
 2023-05-31  4:00 UTC 

[PATCH v2 00/13] drm/display & drm/i915: more struct drm_edid conversions
 2023-05-31  4:08 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/display & drm/i915: more struct drm_edid conversions (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

stable-rc/queue/6.3 baseline: 166 runs, 2 regressions (v6.3.5-41-gb9f6b865c55f2)
 2023-05-31  4:07 UTC 

[PATCH V11 00/10] arm64/perf: Enable branch stack sampling
 2023-05-31  4:04 UTC  (22+ messages)
` [PATCH V11 01/10] drivers: perf: arm_pmu: Add new sched_task() callback
` [PATCH V11 02/10] arm64/perf: Add BRBE registers and fields
` [PATCH V11 03/10] arm64/perf: Add branch stack support in struct arm_pmu
` [PATCH V11 04/10] arm64/perf: Add branch stack support in struct pmu_hw_events
` [PATCH V11 05/10] arm64/perf: Add branch stack support in ARMV8 PMU
` [PATCH V11 06/10] arm64/perf: Enable branch stack events via FEAT_BRBE
` [PATCH V11 07/10] arm64/perf: Add PERF_ATTACH_TASK_DATA to events with has_branch_stack()
` [PATCH V11 08/10] arm64/perf: Add struct brbe_regset helper functions
` [PATCH V11 09/10] arm64/perf: Implement branch records save on task sched out
` [PATCH V11 10/10] arm64/perf: Implement branch records save on PMU IRQ

[PATCH v6 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-05-31  4:02 UTC  (6+ messages)
` [PATCH v6 3/4] iommu/vt-d: Add set_dev_pasid callback for dma domain

RTT-PROBE: lore-subspace-rtt
 2023-05-31  4:04 UTC 

linux-next: build warning after merge of the ieee1394 tree
 2023-05-31  3:53 UTC 

[PATCH] drm/dp_mst: Clear MSG_RDY flag before sending new message
 2023-05-31  4:00 UTC  (2+ messages)

[linux-nvme:nvme-6.4-rc4-pull 5/5] drivers/nvme/host/core.c:1202:51: error: 'struct nvme_request' has no member named 'start_time'
 2023-05-31  4:01 UTC  (3+ messages)

[PATCH v4 1/3] Revert "Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started""
 2023-05-31  4:00 UTC  (4+ messages)
` [PATCH v4 3/3] usb: gadget: udc: core: Offload usb_udc_vbus_handler processing

don't split ordered_extents for zoned writes at I/O submission time
 2023-05-31  4:00 UTC  (4+ messages)
` [PATCH 09/14] btrfs: return void from btrfs_finish_ordered_io

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-31  3:58 UTC  (7+ messages)
` [PATCH v4 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [PATCH v4 2/3] mm: Provide a function to get an additional pin on a page
` [PATCH v4 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

[igt-dev] [PATCH] [i-g-t] tests/amdgpu/amd_vrr_range: add vrr range check for edp
 2023-05-31  3:56 UTC  (2+ messages)

[PATCH] tap: introduce IFF_NAPI
 2023-05-31  3:55 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-31  3:54 UTC 

[PATCH] drm/amd/display: Correct kdoc formatting for DCN32_CRB_SEGMENT_SIZE_KB in dcn32_hubbub.c
 2023-05-31  3:52 UTC 

[PATCH v2] USB: serial: option: add Quectel EM061KGL series
 2023-05-31  3:51 UTC 

[PATCH v2] opp: Fix use-after-free in lazy_opp_tables after probe deferral
 2023-05-31  3:51 UTC  (2+ messages)

[jpoimboe:vmware-rbp-breakage 15/15] arch/x86/include/asm/unwind_hints.h:69: Error: Bad parameter list for macro `unwind_hint'
 2023-05-31  3:50 UTC 

[Bpf] IETF BPF working group draft charter
 2023-05-31  3:48 UTC  (18+ messages)

[PATCH RFC v2] Randomized slab caches for kmalloc()
 2023-05-31  3:47 UTC  (9+ messages)

[igt-dev] [PATCH i-g-t v2] tests/kms_rotation_crc: enable and optimize test for sim
 2023-05-31  3:47 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_rotation_crc: enable and optimize test for sim (rev2)

[tip:smp/core] BUILD SUCCESS 33e20b07bec4991c169e3c6ff28c2126583724fc
 2023-05-31  3:46 UTC 

[PATCH v2 0/1] target/i386: add support for LAM in CPUID enumeration
 2023-05-31  3:45 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v5] Bluetooth: Fix l2cap_disconnect_req deadlock
 2023-05-31  3:44 UTC 

[PATCH v7] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066
 2023-05-31  3:43 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-31  3:44 UTC 

[PATCH] drm/amd/display: Drop unused DCN_BASE variable in dcn314_resource.c
 2023-05-31  3:41 UTC 

[linux-5.4 test] 181015: tolerable FAIL - PUSHED
 2023-05-31  3:41 UTC 

[PATCH] riscv: mm: Pre-allocate PGD entries vmalloc/modules area
 2023-05-31  3:39 UTC  (3+ messages)

EXPORT_SYMBOL_GPL only
 2023-05-31  3:39 UTC  (2+ messages)

[PATCH v7 00/10] FMP versioning support
 2023-05-31  3:35 UTC  (11+ messages)
` [PATCH v7 01/10] efi_loader: add the number of image entries in efi_capsule_update_info
` [PATCH v7 02/10] efi_loader: store firmware version into FmpState variable
` [PATCH v7 03/10] efi_loader: versioning support in GetImageInfo
` [PATCH v7 04/10] efi_loader: get lowest supported version from device tree
` [PATCH v7 05/10] efi_loader: check lowest supported version
` [PATCH v7 06/10] mkeficapsule: add FMP Payload Header
` [PATCH v7 07/10] doc: uefi: add firmware versioning documentation
` [PATCH v7 08/10] doc: uefi: add anti-rollback documentation
` [PATCH v7 09/10] test: efi_capsule: refactor efi_capsule test
` [PATCH v7 10/10] test/py: efi_capsule: test for FMP versioning

RTT-PROBE: lore-subspace-rtt
 2023-05-31  3:34 UTC 

stable-rc/queue/5.10 baseline: 160 runs, 7 regressions (v5.10.181-18-g1622068b57a4)
 2023-05-31  3:32 UTC 

[PATCH] ocfs2: check new file size on fallocate call
 2023-05-31  3:32 UTC  (3+ messages)
` [Ocfs2-devel] "

[PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
 2023-05-31  3:30 UTC  (15+ messages)

[PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'
 2023-05-31  3:29 UTC  (2+ messages)

[PATCH 0/2] Misc cleanup for iommu/vt-d
 2023-05-31  3:26 UTC  (3+ messages)
` [PATCH 2/2] iommu/vt-d: Use BUG_ON to check NULL value of 'table'

[PATCH] gpiolib: Fix GPIO chip IRQ initialization restriction
 2023-05-31  3:27 UTC  (2+ messages)

[PATCH V2 0/2] Add initial support for RDP454 of IPQ9574 family
 2023-05-31  3:26 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: arm: qcom: document AL02-C9 board based on "
` [PATCH V2 2/2] arm64: dts: qcom: ipq9574: add support for RDP454 variant


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.