All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-19 23:09:18 to 2022-01-20 00:25:26 UTC [more...]

[PATCH] dt-bindings: Improve phandle-array schemas
 2022-01-19 23:13 UTC  (3+ messages)

[PATCHSET 00/48] xfsprogs: sync libxfs with 5.16
 2022-01-20  0:25 UTC  (25+ messages)
` [PATCH 01/48] xfs: formalize the process of holding onto resources across a defer roll
` [PATCH 02/48] xfs: port the defer ops capture and continue to resource capture
` [PATCH 03/48] xfs: fix maxlevels comparisons in the btree staging code
` [PATCH 04/48] xfs: remove xfs_btree_cur_t typedef
` [PATCH 05/48] xfs: check that bc_nlevels never overflows
` [PATCH 06/48] xfs: remove the xfs_dinode_t typedef
` [PATCH 07/48] xfs: remove the xfs_dsb_t typedef
` [PATCH 08/48] xfs: remove the xfs_dqblk_t typedef
` [PATCH 09/48] xfs: fold perag loop iteration logic into helper function
` [PATCH 10/48] xfs: rename the next_agno perag iteration variable
` [PATCH 11/48] xfs: terminate perag iteration reliably on agcount
` [PATCH 12/48] xfs: fix perag reference leak on iteration race with growfs
` [PATCH 13/48] xfs: remove xfs_btree_cur.bc_blocklog
` [PATCH 14/48] xfs: reduce the size of nr_ops for refcount btree cursors
` [PATCH 15/48] xfs: prepare xfs_btree_cur for dynamic cursor heights
` [PATCH 16/48] xfs: rearrange xfs_btree_cur fields for better packing
` [PATCH 17/48] xfs: refactor btree cursor allocation function
` [PATCH 18/48] xfs: encode the max btree height in the cursor
` [PATCH 19/48] xfs: dynamically allocate cursors based on maxlevels
` [PATCH 20/48] xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
` [PATCH 21/48] xfs: compute maximum AG btree height for critical reservation calculation
` [PATCH 22/48] xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
` [PATCH 23/48] xfs: compute the maximum height of the rmap btree when reflink enabled
` [PATCH 24/48] xfs_db: fix metadump level comparisons

[PATCH v3 00/41] IEEE 802.15.4 scan support
 2022-01-20  0:24 UTC  (11+ messages)
` [PATCH v3 17/41] net: ieee802154: at86rf230: Call the complete helper when a transmission is over

[PATCH] remoteproc: Fix count check in rproc_coredump_write()
 2022-01-20  0:24 UTC  (2+ messages)

[PATCHSET 00/17] xfsprogs: various 5.15 fixes
 2022-01-20  0:23 UTC  (18+ messages)
` [PATCH 01/17] libxcmd: use emacs mode for command history editing
` [PATCH 02/17] libxfs: shut down filesystem if we xfs_trans_cancel with deferred work items
` [PATCH 03/17] libxfs: don't leave dangling perag references from xfs_buf
` [PATCH 04/17] libfrog: move the GETFSMAP definitions into libfrog
` [PATCH 05/17] misc: add a crc32c self test to mkfs and repair
` [PATCH 06/17] libxfs-apply: support filterdiff >= 0.4.2 only
` [PATCH 07/17] xfs_db: fix nbits parameter in fa_ino[48] functions
` [PATCH 08/17] xfs_repair: explicitly cast resource usage counts in do_warn
` [PATCH 09/17] xfs_repair: explicitly cast directory inode numbers "
` [PATCH 10/17] xfs_repair: fix indentation problems in upgrade_filesystem
` [PATCH 11/17] xfs_repair: update secondary superblocks after changing features
` [PATCH 12/17] xfs_scrub: report optional features in version string
` [PATCH 13/17] mkfs: prevent corruption of passed-in suboption string values
` [PATCH 14/17] mkfs: add configuration files for the last few LTS kernels
` [PATCH 15/17] mkfs: document sample configuration file location
` [PATCH 16/17] mkfs: add a config file for x86_64 pmem filesystems
` [PATCH 17/17] mkfs: enable inobtcount and bigtime by default

[PATCHSET 00/45] xfsprogs: sync libxfs with 5.15
 2022-01-20  0:21 UTC  (46+ messages)
` [PATCH 01/45] xfsprogs: fix static build problems caused by liburcu
` [PATCH 02/45] xfs_{copy,db,logprint,repair}: pass xfs_mount pointers instead of xfs_sb pointers
` [PATCH 03/45] xfs: remove support for disabling quota accounting on a mounted file system
` [PATCH 04/45] xfs: remove the active vs running quota differentiation
` [PATCH 05/45] xfs: replace kmem_alloc_large() with kvmalloc()
` [PATCH 06/45] xfs: allow setting and clearing of log incompat feature flags
` [PATCH 07/45] xfs: add attr state machine tracepoints
` [PATCH 08/45] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH 09/45] xfs: make xfs_rtalloc_query_range input parameters const
` [PATCH 10/45] xfs: make the key parameters to all btree key comparison functions const
` [PATCH 11/45] xfs: make the key parameters to all btree query range "
` [PATCH 12/45] xfs: make the record pointer passed to query_range "
` [PATCH 13/45] xfs: mark the record passed into btree init_key functions as const
` [PATCH 14/45] xfs: make the keys and records passed to btree inorder functions const
` [PATCH 15/45] xfs: mark the record passed into xchk_btree functions as const
` [PATCH 16/45] xfs: make the pointer passed to btree set_root functions const
` [PATCH 17/45] xfs: make the start pointer passed to btree alloc_block "
` [PATCH 18/45] xfs: make the start pointer passed to btree update_lastrec "
` [PATCH 19/45] xfs: constify btree function parameters that are not modified
` [PATCH 20/45] xfs: resolve fork names in trace output
` [PATCH 21/45] xfs: sb verifier doesn't handle uncached sb buffer
` [PATCH 22/45] xfs: rename xfs_has_attr()
` [PATCH 23/45] xfs: rework attr2 feature and mount options
` [PATCH 24/45] xfs: reflect sb features in xfs_mount
` [PATCH 25/45] xfs: replace xfs_sb_version checks with feature flag checks
` [PATCH 26/45] xfs: convert mount flags to features
` [PATCH 27/45] xfs: convert remaining mount flags to state flags
` [PATCH 28/45] xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
` [PATCH 29/45] xfs: convert xfs_fs_geometry to use mount feature checks
` [PATCH 30/45] xfs: open code sb verifier "
` [PATCH 31/45] xfs: convert xfs_sb_version_has checks to use mount features
` [PATCH 32/45] libxlog: replace xfs_sb_version checks with feature flag checks
` [PATCH 33/45] libxfs: "
` [PATCH 34/45] xfs_{copy,db,logprint,repair}: "
` [PATCH 35/45] xfs: remove unused xfs_sb_version_has wrappers
` [PATCH 36/45] xfs: introduce xfs_sb_is_v5 helper
` [PATCH 37/45] xfs: kill xfs_sb_version_has_v3inode()
` [PATCH 38/45] libxfs: use opstate flags and functions for libxfs mount options
` [PATCH 39/45] libxfs: remove pointless *XFS_MOUNT* flags
` [PATCH 40/45] libxfs: clean up remaining LIBXFS_MOUNT flags
` [PATCH 41/45] libxfs: always initialize internal buffer map
` [PATCH 42/45] libxfs: replace XFS_BUF_SET_ADDR with a function
` [PATCH 43/45] xfs: introduce xfs_buf_daddr()
` [PATCH 44/45] xfs: convert bp->b_bn references to xfs_buf_daddr()
` [PATCH 45/45] libxfs: rename buffer cache index variable b_bn

[PATCH v2] btrfs: fix deadlock between quota disable and qgroup rescan worker
 2022-01-20  0:21 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/3] Flush G2H handler during a GT reset
 2022-01-20  0:20 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Flush G2H handler during a GT reset (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH RFC] vfio: Revise and update the migration uAPI description
 2022-01-20  0:19 UTC  (9+ messages)

[PATCH 1/2] utils: Add disable_network function
 2022-01-20  0:18 UTC  (4+ messages)
` [PATCH 2/2] bitbake-worker: Add/support network task flag
  ` [bitbake-devel] "

[PATCH v3 0/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region
 2022-01-20  0:12 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] hw/vfio/common: Silence ram device offset alignment error traces

drivers/cxl/core/mbox.c:330:6: error: unexpected token, expected comma
 2022-01-20  0:17 UTC  (2+ messages)

[PATCH 0/2] i2c-designware: Add support for AMD PSP semaphore
 2022-01-20  0:16 UTC  (3+ messages)
` [PATCH 1/2] i2c: designware: Add missing locks
` [PATCH 2/2] i2c: designware: Add AMD PSP I2C bus support

Backport memcg flush improvements into 5.15
 2022-01-20  0:15 UTC 

[PATCH] riscv: eliminate unreliable __builtin_frame_address(1)
 2022-01-20  0:15 UTC  (12+ messages)

[PATCH 0/2][RFC] Make delay before debouncing configurable
 2022-01-20  0:14 UTC  (4+ messages)

[PATCH v5 00/18] vfio-user server in QEMU
 2022-01-20  0:12 UTC  (3+ messages)
` [PATCH v5 03/18] pci: isolated address space for PCI bus

[PATCH] drm/rockchip: vop: Correct RK3399 VOP register fields
 2022-01-20  0:11 UTC  (3+ messages)

[PATCH] KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
 2022-01-20  0:11 UTC  (2+ messages)

[PATCH] exec/cpu: Make host pages variables / macros 'target agnostic'
 2022-01-20  0:08 UTC 

[libnftnl PATCH 0/7] Stabilize debug output on different endian systems
 2022-01-20  0:08 UTC  (7+ messages)
` [libnftnl PATCH 3/7] set: Introduce NFTNL_SET_DESC_CONCAT_DATA

[PATCH][next] ALSA: usb-audio: scarlett2: Use struct_size() helper in scarlett2_usb()
 2022-01-20  0:14 UTC  (2+ messages)

[PATCH v7 0/6] serial: mvebu-uart: Support for higher baudrates
 2022-01-20  0:06 UTC  (14+ messages)
` [PATCH v7 3/6] dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock
                    ` [PATCH v7 3/6] dt-bindings: mvebu-uart: document DT bindings for marvell, armada-3700-uart-clock

[PATCH mptcp-next v3] selftests: mptcp: add invert check in check_transfer
 2022-01-20  0:06 UTC  (2+ messages)

[PATCH u-boot-dm v4] fdt_support: Add fdt_for_each_node_by_compatible() helper macro
 2022-01-20  0:04 UTC 

[PATCH] PCI: ACPI: Allow internal devices to be marked as untrusted
 2022-01-20  0:04 UTC 

[PATCH libnftnl 0/3] add description infrastructure
 2022-01-20  0:04 UTC  (4+ messages)
` [PATCH libnftnl 1/3] desc: add expression description
` [PATCH libnftnl 2/3] desc: add datatype description
` [PATCH libnftnl 3/3] desc: add set description

[Buildroot] [PATCH v2] package/refpolicy: Add option to disable "dontaudit" rules
 2022-01-19 23:56 UTC  (4+ messages)
` [Buildroot] [PATCH v3] "

[PATCH 0/7] DRM kmap() fixes and kmap_local_page() conversions
 2022-01-19 23:55 UTC  (4+ messages)
    ` [Intel-gfx] "

[virtio-dev] [PATCH V2 0/2] virito-pci: PASID support
 2022-01-19 23:53 UTC  (6+ messages)
` [virtio-dev] [PATCH V2 2/2] virtio-pci: add PASID configuration extended capability
  ` [virtio-dev] "

[Intel-gfx] [PATCH v2 i-g-t 0/1] Add test for new hw info query
 2022-01-19 23:52 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Add test for new hw info query (rev2)

[PATCH] xwayland: Add xkbcomp runtime dependency
 2022-01-19 23:48 UTC 

[virtio-dev] [PATCH] virtio: clarify feature negotiation
 2022-01-19 23:48 UTC  (7+ messages)
        ` [virtio] "

Issue using faddr2line on kernel modules
 2022-01-19 23:43 UTC  (8+ messages)

[PATCH iproute2] dcb: app: Add missing "dcb app show dev X default-prio"
 2022-01-19 23:39 UTC  (5+ messages)

vmlinux.o: warning: objtool: do_machine_check()+0x5fa: call to memset() leaves .noinstr.text section
 2022-01-19 23:32 UTC  (5+ messages)

Upcoming TOF elections
 2022-01-19 23:30 UTC  (4+ messages)
  ` TOF Nominations

[PATCH][next] tpm: xen-tpmfront: Use struct_size() helper
 2022-01-19 23:38 UTC 

[yocto] Red alert but apparently harmless setscene errors
 2022-01-19 23:29 UTC  (2+ messages)

[PATCH] mm/mmzone.c: fix page_cpupid_xchg_last() to READ_ONCE() the page flags
 2022-01-19 23:28 UTC  (3+ messages)

[Intel-gfx] [PATCH v4 RESEND] drm/i915/gem: Don't try to map and fence large scanout buffers (v4)
 2022-01-19 23:12 UTC 

[PATCH v2 2/2] PCI: rcar: Return all Fs from read which triggered an exception
 2022-01-19 23:27 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs
 2022-01-19 23:26 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] perf: stop using deprecated bpf_load_program() API
` [PATCH bpf-next v4 2/2] perf: stop using deprecated bpf_object__next() API

[PATCH v3 00/31] Initial implementation of standard boot
 2022-01-19 23:26 UTC  (10+ messages)
` [PATCH v3 31/31] RFC: Switch rpi over to use bootstd

[wpan-next v2 00/27] IEEE 802.15.4 scan support
 2022-01-19 23:26 UTC  (13+ messages)
` [wpan-next v2 08/27] net: ieee802154: Drop symbol duration settings when the core does it already

[PATCH 0/3] phy: phy-brcm-usb: Fixes for phy-brcm-usb driver
 2022-01-19 23:26 UTC  (3+ messages)

[PATCH v3 0/4] arm: kirkwood: Add support for Pogoplug V4
 2022-01-19 23:23 UTC  (6+ messages)
` [PATCH v3 4/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files

Commit 4f2e2280862a ("RFC: arm: pci: Add PCI cam support to PCI-E ecam driver")
 2022-01-19 23:23 UTC  (3+ messages)

[v10, 0/3] force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2022-01-19 23:19 UTC  (5+ messages)
` [v10,2/3] drm/mediatek: implement the DSI HS packets aligned

[Bug 215353] New: VMWare LVM partitions not recognized, sees base disk, fails to Boot
 2022-01-19 23:20 UTC  (2+ messages)
` [Bug 215353] "

[PATCH] [dunfell] Revert "weston: Use systemd notify,"
 2022-01-19 23:17 UTC 

[PATCH 1/2] dpp: free nl80211 object on exit
 2022-01-19 23:17 UTC 

[PATCH v2 0/2] TPM-CRB: Remove spurious error report when used with VFIO
 2022-01-19 23:13 UTC  (4+ messages)
` [PATCH v2 1/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region

[PATCH] drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy
 2022-01-19 23:16 UTC  (3+ messages)

[PATCH] drm/msm/dsi: Fix missing put_device() call in dsi_get_phy
 2022-01-19 23:16 UTC  (3+ messages)

[PATCH] drm/msm/dp: Add DisplayPort controller for SM8350
 2022-01-19 23:14 UTC  (3+ messages)

re; How do <>rw and <>rd_wr disk tests work?
 2022-01-19 23:13 UTC  (3+ messages)

[PATCH] drm/msm/dpu: Bind pingpong block to intf on active ctls in cmd encoder
 2022-01-19 23:12 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] configs/pcengines_apu2_defconfig: bump kernel to 5.16
 2022-01-19 23:03 UTC  (3+ messages)
  ` [Buildroot] [PATCH v2 "

[PATCH v2 00/18] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
 2022-01-19 23:07 UTC  (14+ messages)
` [PATCH v2 04/18] KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSY
` [PATCH v2 05/18] KVM: x86/mmu: Rename TDP MMU functions that handle shadow pages
` [PATCH v2 07/18] KVM: x86/mmu: Consolidate logic to atomically install a new TDP MMU page table
` [PATCH v2 08/18] KVM: x86/mmu: Remove unnecessary warnings from restore_acc_track_spte()
` [PATCH v2 09/18] KVM: x86/mmu: Drop new_spte local variable "
` [PATCH v2 10/18] KVM: x86/mmu: Move restore_acc_track_spte() to spte.h
` [PATCH v2 11/18] KVM: x86/mmu: Refactor TDP MMU iterators to take kvm_mmu_page root
` [PATCH v2 12/18] KVM: x86/mmu: Remove redundant role overrides for TDP MMU shadow pages
` [PATCH v2 13/18] KVM: x86/mmu: Derive page role for TDP MMU shadow pages from parent
` [PATCH v2 14/18] KVM: x86/mmu: Separate TDP MMU shadow page allocation and initialization
` [PATCH v2 15/18] KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is enabled
` [PATCH v2 16/18] KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
` [PATCH v2 18/18] KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SET

[PATCH] Makefile: Fix build with scan-build
 2022-01-19 23:08 UTC  (3+ messages)

[PATCH v3 0/9] i2c: piix4: Replace cd6h/cd7h port I/O accesses with MMIO accesses
 2022-01-19 23:06 UTC  (2+ messages)
` [PATCH v3 8/9] i2c: piix4: Add EFCH MMIO support for SMBus port select


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.