All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-10 23:42:46 to 2022-06-11 01:50:59 UTC [more...]

[PATCH v13 0/7] unpack-objects: support streaming blobs to disk
 2022-06-11  1:50 UTC  (6+ messages)
` [PATCH v14 "
  ` [PATCH v14 2/7] object-file.c: do fsync() and close() before post-write die()

RTT-PROBE: lore-subspace-rtt
 2022-06-11  1:47 UTC 

[PATCH bpf-next v4 0/5] bpf_loop inlining
 2022-06-11  1:46 UTC  (9+ messages)
` [PATCH bpf-next v4 3/5] bpf: Inline calls to bpf_loop when callback is known

[PATCH 3/3] netlink: Enable extended ACKs if debug handler set
 2022-06-11  1:45 UTC 

[PATCH 2/3] genl,netlink: Move extended ACK code to netlink-private
 2022-06-11  1:45 UTC 

[PATCH 1/3] acd: Emit event as the last statement in handler
 2022-06-11  1:45 UTC 

[PATCH 0/7] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL()
 2022-06-11  1:33 UTC  (3+ messages)
` [PATCH 5/7] checkpatch: warn if <asm/export.h> is included

Build error on openrisc with CONFIG_CRYPTO_LIB_CURVE25519
 2022-06-11  1:42 UTC  (4+ messages)

[PATCH] platform/chrome: cros_ec: Always expose last resume result
 2022-06-11  1:40 UTC  (2+ messages)

[syzbot] possible deadlock in bpf_trace_printk
 2022-06-11  1:38 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-11  1:37 UTC 

[PATCH] doc/eal: add signal safety warning
 2022-06-11  1:37 UTC  (3+ messages)

[PATCHv3 0/8] Linear Address Masking enabling
 2022-06-11  1:28 UTC  (12+ messages)
` [PATCHv3 4/8] x86/mm: Handle LAM on context switch
` [PATCHv3 6/8] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR
` [PATCHv3 7/8] x86: Expose untagging mask in /proc/$PID/arch_status

[RFC] [PATCH 00/50] xfs: per-ag centric allocation alogrithms
 2022-06-11  1:26 UTC  (51+ messages)
` [PATCH 01/50] xfs: make last AG grow/shrink perag centric
` [PATCH 02/50] xfs: kill xfs_ialloc_pagi_init()
` [PATCH 03/50] xfs: pass perag to xfs_ialloc_read_agi()
` [PATCH 04/50] xfs: kill xfs_alloc_pagf_init()
` [PATCH 05/50] xfs: pass perag to xfs_alloc_read_agf()
` [PATCH 06/50] xfs: pass perag to xfs_read_agi
` [PATCH 07/50] xfs: pass perag to xfs_read_agf
` [PATCH 08/50] xfs: pass perag to xfs_alloc_get_freelist
` [PATCH 09/50] xfs: pass perag to xfs_alloc_put_freelist
` [PATCH 10/50] xfs: pass perag to xfs_alloc_read_agfl
` [PATCH 11/50] xfs: Pre-calculate per-AG agbno geometry
` [PATCH 12/50] xfs: Pre-calculate per-AG agino geometry
` [PATCH 13/50] xfs: replace xfs_ag_block_count() with perag accesses
` [PATCH 14/50] xfs: make is_log_ag() a first class helper
` [PATCH 15/50] xfs: active perag reference counting
` [PATCH 16/50] xfs: rework the perag trace points to be perag centric
` [PATCH 17/50] xfs: convert xfs_imap() to take a perag
` [PATCH 18/50] xfs: use active perag references for inode allocation
` [PATCH 19/50] xfs: inobt can use perags in many more places than it does
` [PATCH 20/50] xfs: convert xfs_ialloc_next_ag() to an atomic
` [PATCH 21/50] xfs: perags need atomic operational state
` [PATCH 22/50] xfs: introduce xfs_for_each_perag_wrap()
` [PATCH 23/50] xfs: rework xfs_alloc_vextent()
` [PATCH 24/50] xfs: use xfs_alloc_vextent_this_ag() in _iterate_ags()
` [PATCH 25/50] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
` [PATCH 26/50] xfs: use xfs_alloc_vextent_this_ag() where appropriate
` [PATCH 27/50] xfs: factor xfs_bmap_btalloc()
` [PATCH 28/50] xfs: use xfs_alloc_vextent_first_ag() where appropriate
` [PATCH 29/50] xfs: use xfs_alloc_vextent_start_bno() "
` [PATCH 30/50] xfs: introduce xfs_alloc_vextent_near_bno()
` [PATCH 31/50] xfs: introduce xfs_alloc_vextent_exact_bno()
` [PATCH 32/50] xfs: introduce xfs_alloc_vextent_prepare()
` [PATCH 33/50] xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
` [PATCH 34/50] xfs: fold xfs_alloc_ag_vextent() into callers
` [PATCH 35/50] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
` [PATCH 36/50] xfs: convert trim to use for_each_perag_range
` [PATCH 37/50] xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
` [PATCH 38/50] xfs: get rid of notinit from xfs_bmap_longest_free_extent
` [PATCH 39/50] xfs: use xfs_bmap_longest_free_extent() in filestreams
` [PATCH 40/50] xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
` [PATCH 41/50] xfs: merge filestream AG lookup into xfs_filestream_select_ag()
` [PATCH 42/50] xfs: merge new filestream AG selection "
` [PATCH 43/50] xfs: remove xfs_filestream_select_ag() longest extent check
` [PATCH 44/50] xfs: factor out MRU hit case in xfs_filestream_select_ag
` [PATCH 45/50] xfs: track an active perag reference in filestreams
` [PATCH 46/50] xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
` [PATCH 47/50] xfs: pass perag to filestreams tracing
` [PATCH 48/50] xfs: return a referenced perag from filestreams allocator
` [PATCH 49/50] xfs: refactor the filestreams allocator pick functions
` [PATCH 50/50] xfs: fix low space alloc deadlock

Bonding problem on Intel X710 hardware
 2022-06-11  1:27 UTC  (4+ messages)
` [Intel-wired-lan] "

[avpatel:virtio_rpmsg_bus_fix_v1 45/52] kernel/dma/pool.c:105:44: error: implicit declaration of function 'pgprot_dmacoherent'
 2022-06-11  1:26 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-11  1:26 UTC 

[PATCH v2 0/2] Xen FF-A mediator
 2022-06-11  1:23 UTC  (5+ messages)
` [PATCH v2 1/2] xen/arm: smccc: add support for SMCCCv1.2 extended input/output registers
` [PATCH v2 2/2] xen/arm: add FF-A mediator

[PATCH] HID: nintendo: Set phys property of input device based on HID phys
 2022-06-11  1:03 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 1119/1160] drivers/gpu/drm/xlnx/xlnx_pl_disp.c:612:9: warning: 'strncpy' specified bound 4 equals destination size
 2022-06-11  1:16 UTC 

about QOP
 2022-06-11  1:16 UTC  (3+ messages)

[avpatel:virtio_rpmsg_bus_fix_v1 35/52] arch/riscv/kernel/setup.c:299:9: error: implicit declaration of function 'riscv_tlbflush_init'
 2022-06-11  1:16 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-11  1:16 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-11  1:06 UTC 

stable-rc/queue/5.10 baseline: 180 runs, 21 regressions (v5.10.120-541-g35309659a1f22)
 2022-06-11  1:06 UTC 

[rdma:hmm] BUILD SUCCESS 457c42326fb93093fd614a0e0c6a8157b78937b3
 2022-06-11  1:04 UTC 

[PATCH 1/1] drm/amdkfd: Remove queue sysfs and doorbell after unmapping
 2022-06-11  1:03 UTC 

[PATCH net-next v6 0/3] Broadcom PTP PHY support
 2022-06-11  1:02 UTC  (3+ messages)
` [PATCH net-next v6 2/3] net: phy: broadcom: Add PTP support for some Broadcom PHYs

[PATCH 0/7] KVM: x86: Attempt to wrangle PEBS/PMU into submission
 2022-06-11  0:57 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86: Give host userspace full control of MSR_IA32_MISC_ENABLES
` [PATCH 2/7] KVM: VMX: Give host userspace full control of MSR_IA32_PERF_CAPABILITIES
` [PATCH 3/7] Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu"
` [PATCH 4/7] Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
` [PATCH 5/7] KVM: VMX: Use vcpu_get_perf_capabilities() to get guest-visible value
` [PATCH 6/7] KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs
` [PATCH 7/7] KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRs

stable-rc/queue/4.19 baseline: 119 runs, 14 regressions (v4.19.246-236-g4ebde9ff704f6)
 2022-06-11  0:58 UTC 

[Intel-gfx] [PATCH 0/2] i915: Extract, polish, and document multicast handling
 2022-06-11  0:57 UTC  (6+ messages)
`  "
` [PATCH 1/2] drm/i915/gt: Move multicast register handling to a dedicated file
  ` [Intel-gfx] "
` [PATCH 2/2] drm/i915/gt: Cleanup interface for MCR operations
  ` [Intel-gfx] "

RTT-PROBE: lore-subspace-rtt
 2022-06-11  0:56 UTC 

[usb:usb-testing 39/44] drivers/usb/dwc3/dwc3-qcom.c:301:23: warning: no previous prototype for 'dwc3_qcom_read_usb2_speed'
 2022-06-11  0:55 UTC 

[Intel-gfx] [PATCH 0/3] drm/i915: Add HWMON support
 2022-06-11  0:55 UTC  (5+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/hwmon: Add HWMON current voltage support

stable-rc/queue/5.17 baseline: 166 runs, 4 regressions (v5.17.13-928-gfe5fcee7b41f8)
 2022-06-11  0:51 UTC 

[PATCH v10 00/10] Coresight: Add support for TPDM and TPDA
 2022-06-11  0:43 UTC  (22+ messages)
` [PATCH v10 01/10] coresight: core: Use IDR for non-cpu bound sources' paths
` [PATCH v10 02/10] Coresight: Add coresight TPDM source driver
` [PATCH v10 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions
` [PATCH v10 04/10] coresight-tpdm: Add DSB dataset support
` [PATCH v10 05/10] coresight-tpdm: Add integration test support
` [PATCH v10 06/10] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM
` [PATCH v10 07/10] Coresight: Add TPDA link driver
` [PATCH v10 08/10] dt-bindings: arm: Adds CoreSight TPDA hardware definitions
` [PATCH v10 09/10] arm64: dts: qcom: sm8250: Add coresight components
` [PATCH v10 10/10] arm64: dts: qcom: sm8250: Add tpdm mm/prng

RTT-PROBE: lore-subspace-rtt
 2022-06-11  0:45 UTC 

[RFC PATCH v3 00/20] KCFI support
 2022-06-10 23:43 UTC  (14+ messages)
` [RFC PATCH v3 07/20] lkdtm: Emit an indirect call for CFI tests
` [RFC PATCH v3 08/20] arm64: Add types to indirect called assembly functions
` [RFC PATCH v3 09/20] arm64: Add CFI error handling
` [RFC PATCH v3 11/20] init: Drop __nocfi from __init
` [RFC PATCH v3 12/20] treewide: Drop function_nocfi
` [RFC PATCH v3 13/20] treewide: Drop WARN_ON_FUNCTION_MISMATCH
` [RFC PATCH v3 14/20] treewide: Drop __cficanonical
` [RFC PATCH v3 15/20] objtool: Disable CFI warnings
` [RFC PATCH v3 16/20] kallsyms: Drop CONFIG_CFI_CLANG workarounds
` [RFC PATCH v3 18/20] x86: Add types to indirectly called assembly functions

Pour vos recrutements ou prestations informatiques
 2022-06-10 18:43 UTC 

[GIT PULL] nfsd fixes for 5.19
 2022-06-11  0:38 UTC  (2+ messages)

[PATCH v2 1/3] eir: parse data types for LE OOB pairing
 2022-06-11  0:37 UTC  (2+ messages)
` LE OOB pairing support

[PULL 00/54] virtio,pc,pci: fixes,cleanups,features
 2022-06-11  0:35 UTC  (6+ messages)
` [PULL 54/54] crypto: Introduce RSA algorithm

RTT-PROBE: lore-subspace-rtt
 2022-06-11  0:35 UTC 

[PATCH] virtio_ring : fix vring_packed_desc memory out of bounds bug
 2022-06-11  0:35 UTC  (2+ messages)
    ` [External] "

[PATCH] um: virt-pci: set device ready in probe()
 2022-06-11  0:34 UTC  (3+ messages)

[PATCH] ceph: call netfs_subreq_terminated with was_async == false
 2022-06-11  0:30 UTC  (2+ messages)

[mm-unstable v3 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-11  0:27 UTC  (6+ messages)
` [v3 PATCH 4/7] mm: khugepaged: use transhuge_vma_suitable replace open-code

[PATCH 1/3] iosys-map: Add per-word read
 2022-06-11  0:26 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

RTT-PROBE: lore-subspace-rtt
 2022-06-11  0:25 UTC 

[PATCH v3] xen/evtchn: Add design for static event channel signaling
 2022-06-11  0:23 UTC  (2+ messages)

[geert-m68k:master] BUILD SUCCESS 4d2c0584c35d51a24eb79c1c170c0efd0656a87b
 2022-06-11  0:21 UTC 

[PATCH] mm: Re-allow pinning of zero pfns
 2022-06-11  0:21 UTC  (2+ messages)

[PATCH v5.15] powerpc/32: Fix overread/overwrite of thread_struct via ptrace
 2022-06-11  0:20 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2] lib/igt_debugfs: Add IGT_CRC_SOURCE environmental variable
 2022-06-11  0:19 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_debugfs: Add IGT_CRC_SOURCE environmental variable (rev2)

vm-build-haiku.x86_64 failures
 2022-06-11  0:16 UTC 

[PATCH] ARC: Fix comment typo
 2022-06-11  0:17 UTC  (3+ messages)

[PATCH] ARC: Fix syntax errors in comments
 2022-06-11  0:17 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-11  0:15 UTC 

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-06-11  0:14 UTC  (11+ messages)

[PATCH v7 2/2] PCI/PM: Disable PTM on all devices
 2022-06-11  0:12 UTC  (2+ messages)

[RFC PATCH 0/2] Ability to allocate DMAable pages using unpopulated-alloc
 2022-06-11  0:12 UTC  (9+ messages)
` [RFC PATCH 1/2] xen/unpopulated-alloc: Introduce helpers for DMA allocations
` [RFC PATCH 2/2] xen/grant-table: Use unpopulated DMAable pages instead of real RAM ones

[PATCH net-next 0/7] net: reduce tcp_memory_allocated inflation
 2022-06-11  0:10 UTC  (2+ messages)

[PATCH mptcp-next] selftests: mptcp: update pm_nl_ctl usage header
 2022-06-11  0:09 UTC  (2+ messages)

[PATCH mptcp-next] selftests: mptcp: userspace pm add_addr test
 2022-06-11  0:08 UTC  (2+ messages)

[git pull] device mapper fixes for 5.19-rc2
 2022-06-11  0:08 UTC  (3+ messages)
` [dm-devel] "

[git pull] iov_iter fix
 2022-06-11  0:08 UTC  (2+ messages)

stable-rc/queue/4.14 build: 193 builds: 3 failed, 190 passed, 2 errors, 32 warnings (v4.14.282-173-g4dafceebc29f1)
 2022-06-11  0:08 UTC 

[Buildroot] [PATCH 1/1] package/wpewebkit: bump to version 2.36.2
 2022-06-11  0:06 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-11  0:05 UTC 

[PATCH mptcp-next] selftests: mptcp: avoid Terminated messages in userspace_pm
 2022-06-11  0:04 UTC  (2+ messages)

[PATCH] app/flow-perf: fix logic to add comma every three digits
 2022-06-10 23:45 UTC  (2+ messages)

[PATCH] doc/eal: add caveat about spinlocks from non-pinned threads
 2022-06-11  0:00 UTC  (4+ messages)

[Buildroot] [Bug 14841] New: support/download/git fails with "fatal: No such remote 'origin'" due to incorrect check for origin remote
 2022-06-10 23:59 UTC  (2+ messages)
` [Buildroot] [Bug 14841] "

[PATCH 0/7] Add support for magnetometer Yamaha YAS537
 2022-06-10 23:57 UTC  (4+ messages)
` [PATCH 7/7] iio: magnetometer: yas530: Add YAS537 variant

[PATCH v3 0/2] bpf: Add bpf_verify_signature() helper
 2022-06-10 23:56 UTC  (7+ messages)
` [PATCH v3 1/2] "

[kvalo-ath:master-pending] BUILD SUCCESS 4b67123d1c0dec98842edf48f96b4029ad7842ed
 2022-06-10 23:55 UTC 

[PATCH 1/1] efi_loader: correctly identify binary name
 2022-06-10 23:56 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-10 23:55 UTC 

[PATCH linux-next] security: Fix side effects of default BPF LSM hooks
 2022-06-10 23:55 UTC  (6+ messages)

[PATCH v5.17] powerpc/32: Fix overread/overwrite of thread_struct via ptrace
 2022-06-10 23:51 UTC  (2+ messages)

stable-rc/queue/5.15 build: 159 builds: 4 failed, 155 passed, 12 errors, 5 warnings (v5.15.45-798-g69fa874c62551)
 2022-06-10 23:50 UTC 

[Intel-gfx] [PATCH] drm/i915/pvc: Adjust EU per SS according to HAS_ONE_EU_PER_FUSE_BIT()
 2022-06-10 23:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/guc/slpc: Add a new SLPC selftest
 2022-06-10 23:47 UTC  (2+ messages)
` [Intel-gfx] "

RTT-PROBE: lore-subspace-rtt
 2022-06-10 23:44 UTC 


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.