All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-06 19:01:16 to 2023-04-06 19:36:01 UTC [more...]

[PATCH v2 0/5] extcon: Core cleanups and documentation fixes
 2023-04-06 19:35 UTC  (9+ messages)
` [PATCH v2 1/5] extcon: Make the allocation and freeing to be private calls
` [PATCH v2 2/5] extcon: Get rid of not really used name field in struct extcon_dev
` [PATCH v2 4/5] extcon: Use sizeof(*pointer) instead of sizeof(type)
` [PATCH v2 5/5] extcon: Drop unneeded assignments

[PATCHSET DELUGE v11] xfs: Parent Pointers
 2023-04-06 19:35 UTC  (87+ messages)
` [PATCHSET v11 00/12] xfs: name-value xattr lookups
  ` [PATCH 01/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 02/12] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 03/12] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 04/12] xfs: preserve NVLOOKUP in xfs_attr_set
  ` [PATCH 05/12] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 06/12] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 07/12] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 08/12] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 09/12] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 10/12] xfs: log NVLOOKUP xattr removal operations
  ` [PATCH 11/12] xfs: log NVLOOKUP xattr setting operations
  ` [PATCH 12/12] xfs: log NVLOOKUP xattr nvreplace operations
` [PATCHSET v11 0/3] xfs: hold ILOCK during deferred dir ops
  ` [PATCH 1/3] xfs: Hold inode locks in xfs_ialloc
  ` [PATCH 2/3] xfs: Hold inode locks in xfs_trans_alloc_dir
  ` [PATCH 3/3] xfs: Hold inode locks in xfs_rename
` [PATCHSET v11 00/23] xfs: Parent Pointers
  ` [PATCH 01/23] xfs: Expose init_xattrs in xfs_create_tmpfile
  ` [PATCH 02/23] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 03/23] xfs: Increase XFS_QM_TRANS_MAXDQS "
  ` [PATCH 04/23] xfs: add parent pointer support to attribute code
  ` [PATCH 05/23] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 06/23] xfs: add parent pointer validator functions
  ` [PATCH 07/23] xfs: extend transaction reservations for parent attributes
  ` [PATCH 08/23] xfs: parent pointer attribute creation
  ` [PATCH 09/23] xfs: add parent attributes to link
  ` [PATCH 10/23] xfs: add parent attributes to symlink
  ` [PATCH 11/23] xfs: remove parent pointers in unlink
  ` [PATCH 12/23] xfs: Indent xfs_rename
  ` [PATCH 13/23] xfs: Add parent pointers to rename
  ` [PATCH 14/23] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 15/23] xfs: Add helper function xfs_attr_list_context_init
  ` [PATCH 16/23] xfs: Filter XFS_ATTR_PARENT for getfattr
  ` [PATCH 17/23] xfs: pass the attr value to put_listent when possible
  ` [PATCH 18/23] xfs: add a libxfs header file for staging new ioctls
  ` [PATCH 19/23] xfs: Add parent pointer ioctl
  ` [PATCH 20/23] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 21/23] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 22/23] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 23/23] xfs: Add the parent pointer support to the superblock version 5
` [PATCHSET v11 0/3] xfs: online repair of directories
  ` [PATCH 1/3] xfs: reconstruct directories from parent pointers
  ` [PATCH 2/3] xfs: add hooks to do directory updates
  ` [PATCH 3/3] xfs: compare generated and existing dirents
` [PATCHSET v11 0/2] xfs: online checking of parent pointers
  ` [PATCH 1/2] xfs: scrub "
  ` [PATCH 2/2] xfs: deferred scrub of "
` [PATCHSET v11 0/3] xfs: online checking "
  ` [PATCH 1/3] xfs: repair parent pointers by scanning directories
  ` [PATCH 2/3] xfs: repair parent pointers with live scan hooks
  ` [PATCH 3/3] xfs: compare generated and existing parent pointers
` [PATCHSET v11 0/2] xfs: online checking of directories
  ` [PATCH 1/2] xfs: check dirents have parent pointers
  ` [PATCH 2/2] xfs: deferred scrub of dirents
` [PATCHSET v11 00/10] xfs: name-value xattr lookups
  ` [PATCH 01/10] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 02/10] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 03/10] xfs: preserve NVLOOKUP in xfs_attr_set
  ` [PATCH 04/10] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 05/10] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 06/10] xfs: log NVLOOKUP xattr removal operations
  ` [PATCH 07/10] xfs: log NVLOOKUP xattr setting operations
  ` [PATCH 08/10] xfs: log NVLOOKUP xattr nvreplace operations
  ` [PATCH 09/10] xfs_logprint: dump new attr log item fields
  ` [PATCH 10/10] xfs_logprint: print missing attri header fields
` [PATCHSET v11 00/32] xfsprogs: Parent Pointers
  ` [PATCH 01/32] xfsprogs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 02/32] xfs: add parent pointer support to attribute code
  ` [PATCH 03/32] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 04/32] xfs: add parent pointer validator functions
  ` [PATCH 05/32] xfs: extend transaction reservations for parent attributes
  ` [PATCH 06/32] xfs: parent pointer attribute creation
  ` [PATCH 07/32] xfs: add parent attributes to link
  ` [PATCH 08/32] xfs: add parent attributes to symlink
  ` [PATCH 09/32] xfs: remove parent pointers in unlink
  ` [PATCH 10/32] xfs: Add parent pointers to rename
  ` [PATCH 11/32] xfsprogs: pass the attr value to put_listent when possible
  ` [PATCH 12/32] xfs: add a libxfs header file for staging new ioctls
  ` [PATCH 13/32] xfs: Add parent pointer ioctl
  ` [PATCH 14/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 15/32] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 16/32] xfs: don't remove the attr fork when parent pointers are enabled
` [PATCHSET v11 0/7] xfs_repair: support parent pointers
` [PATCHSET v11 00/11] fstests: adjust tests for xfs "

[PATCH 00/18] arch: Consolidate <asm/fb.h>
 2023-04-06 19:08 UTC  (12+ messages)
` [PATCH 12/18] arch/parisc: Implement fb_is_primary_device() under arch/parisc

[PATCH v4 0/4] Add Acer Aspire 1
 2023-04-06 19:34 UTC  (5+ messages)
` [PATCH v4 1/4] arm64: dts: qcom: sc7180: Don't enable lpass clocks by default
` [PATCH v4 4/4] arm64: dts: qcom: Add Acer Aspire 1

[PATCH v3 08/17] iommu: Make iommu_group_do_dma_first_attach() work with owned groups
 2023-04-06 19:34 UTC  (3+ messages)

[PATCH v2 0/2] target/riscv: Fix mstatus.MPP related support
 2023-04-06 19:33 UTC  (4+ messages)
` [PATCH v2 2/2] target/riscv: Legalize MPP value in write_mstatus

Semantics of blktrace with lockdown (integrity) enabled kernel
 2023-04-06 19:32 UTC  (4+ messages)

[PATCH] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-04-06 19:32 UTC  (2+ messages)

[PATCH 0/7] Hexagon: add lldb support
 2023-04-06 19:29 UTC  (8+ messages)
` [PATCH 1/7] gdbstub: only send stop-reply packets when allowed to
` [PATCH 2/7] gdbstub: add test for untimely stop-reply packets
` [PATCH 3/7] gdbstub: add support for the qRegisterInfo query
` [PATCH 4/7] Hexagon: support qRegisterInfo at gdbstub
` [PATCH 5/7] Hexagon (gdbstub): fix p3:0 read and write via stub
` [PATCH 6/7] Hexagon (gdbstub): add HVX support
` [PATCH 7/7] Hexagon (linux-user/hexagon): handle breakpoints

[PATCH v9] platform: generic: andes/renesas: Add SBI EXT to check for enabling IOCP errata
 2023-04-06 19:31 UTC  (2+ messages)

[PATCH] mm/mprotect: Fix do_mprotect_pkey() return on error
 2023-04-06 19:30 UTC 

Questions about struct btree
 2023-04-06 19:30 UTC  (4+ messages)

[PATCH 0/9] x86emul: misc additions
 2023-04-06 19:28 UTC  (3+ messages)
` [PATCH 4/9] x86emul: support CMPccXADD

[meta-ti][master/kirkstone][PATCH 1/5] ti-sgx-ddk-um: Remove RDEPENDS on libdrm-omap
 2023-04-06 19:28 UTC  (5+ messages)
` [meta-ti][master/kirkstone][PATCH 2/5] ti-sgx-ddk-um: Remove no longer needed CLEANBROKEN and INSANE_SKIPs
` [meta-ti][master/kirkstone][PATCH 3/5] ti-sgx-ddk-km: Be specific on supported K3 machines
` [meta-ti][master/kirkstone][PATCH 4/5] ti-sgx-ddk-km: Use PVR_BUILD and PVR_WS to match Rogue
` [meta-ti][master/kirkstone][PATCH 5/5] meta-ti-bsp: graphics: Correct dependency chain

[PATCH 0/3] arm64: qcom: add PMIC regulators for sa8775p
 2023-04-06 19:28 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: regulator: qcom,rpmh: add compatible for pmm8654au RPMH
` [PATCH 2/3] regulator: qcom-rpmh: add support for pmm8654au regulators
` [PATCH 3/3] arm64: dts: qcom: sa8775p-ride: add PMIC regulators

[PATCH v2 11/11] docs: system: arm: Introduce bananapi_m2u
 2023-04-06 19:26 UTC  (2+ messages)

[PATCH 1/7] dt-bindings: net: dsa: mediatek,mt7530: correct brand name
 2023-04-06 19:23 UTC  (17+ messages)
` [PATCH 2/7] dt-bindings: net: dsa: mediatek,mt7530: improve MCM and MT7988 information
` [PATCH 3/7] dt-bindings: net: dsa: mediatek,mt7530: add port bindings for MT7988
` [PATCH 5/7] dt-bindings: net: dsa: mediatek,mt7530: disallow reset without mediatek,mcm

[PATCH] btrfs: Avoid potential integer overflow when left-shifting 32-bit int
 2023-04-06 19:24 UTC 

[PATCH v2 00/12] *** add allwinner-r40 support ***
 2023-04-06 19:22 UTC  (7+ messages)
` [PATCH v2 01/12] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
` [PATCH v2 02/12] hw/arm/allwinner-r40: add Clock Control Unit
` [PATCH v2 08/12] hw: arm: allwinner-r40: Fix the mmc controller's type

[PATCH 0/2] Hwmon driver for MAX31827 temperature switch
 2023-04-06 19:20 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: hwmon: add MAX31827
  ` [PATCH 2/2] hwmon: max31827: add MAX31827 driver

[dm-devel] [RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-04-06 19:20 UTC  (5+ messages)
` [dm-devel] [RFC PATCH v9 01/16] security: add ipe lsm
      `  "

[Intel-xe] [PATCH] drm/xe: follow up on the patch to fix pvc unload issue
 2023-04-06 19:20 UTC  (6+ messages)

[meta-networking][PATCH] libdnet: Upgrade to 1.16.3
 2023-04-06 19:19 UTC 

[meta-arago][kirkstone/master][PATCH] branding-ltsprep: Temporarily disable GC320 driver
 2023-04-06 19:18 UTC  (2+ messages)

[PATCH] arm: mach-k3: am642: move do_dt_magic() after sysfw loading
 2023-04-06 19:18 UTC  (2+ messages)

[PATCH v3 06/17] iommu: Replace __iommu_group_dma_first_attach() with set_domain
 2023-04-06 19:17 UTC  (3+ messages)

[PATCH v2 0/8] Add support for Rockchip RK860X regulators
 2023-04-06 19:17 UTC  (4+ messages)
` [PATCH v2 1/8] regulator: dt-bindings: fcs,fan53555: Add support for RK860X

[f2fs-dev] [PATCH] f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()
 2023-04-06 19:16 UTC  (2+ messages)
`  "

[PATCH] arm: mach-k3: Workaround errata ID i2331
 2023-04-06 19:15 UTC  (2+ messages)

[PATCH v2 2/2] dt-bindings: cisco: document the CrayAR compatibles
 2023-04-06 19:15 UTC  (7+ messages)

[Bug 217304] New: KVM does not handle NMI blocking correctly in nested virtualization
 2023-04-06 19:14 UTC  (3+ messages)
` [Bug 217304] "

[PATCH 0/2] ASoC: SOF: add no_reply IPC calls
 2023-04-06 19:11 UTC  (4+ messages)
` [PATCH 2/2] ASoC: SOF: Use no_reply calls for TX

[I-PIPE] ipipe-core-5.4.231-arm-6 released
 2023-04-06 19:13 UTC 

[for-linus][PATCH 0/2] tracing: A few more updates to 6.3
 2023-04-06 19:11 UTC  (3+ messages)
` [for-linus][PATCH 1/2] ftrace: Fix issue that direct->addr not restored in modify_ftrace_direct()
` [for-linus][PATCH 2/2] tracing/synthetic: Make lastcmd_mutex static

[PATCH] btrfs: fix uninitialized variable warning
 2023-04-06 19:12 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: SGX vs. XCR0 cleanups
 2023-04-06 19:12 UTC  (6+ messages)
` [PATCH 1/3] KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATE

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-06 19:11 UTC  (8+ messages)

Design to isolate BMC service access
 2023-04-06 19:00 UTC  (2+ messages)

[PATCH v1 2/3] PCI: brcmstb: Clkreq# accomodations of downstream device
 2023-04-06 19:09 UTC  (3+ messages)

[PATCH] fsmonitor: handle differences between Windows named pipe functions
 2023-04-06 19:08 UTC  (4+ messages)

[PATCH 0/2] Update parsec and parsec-tool recipes
 2023-04-06 19:09 UTC  (4+ messages)
` [PATCH 1/2] meta-parsec: Disable RSA-OAEP OEQA tests for Parsec PKCS11 backend
  ` [yocto] "
` [yocto] [PATCH 0/2] Update parsec and parsec-tool recipes

[PATCH v3 03/17] iommu: Make __iommu_group_set_domain() handle error unwind
 2023-04-06 19:09 UTC  (3+ messages)

[PATCH] correct uart_B and uart_C clock references for meson8b
 2023-04-06 19:08 UTC  (2+ messages)

Dropshipping - spolupráce
 2023-04-05  8:05 UTC 

[PATCH v3 07/17] iommu: Make iommu_group_do_dma_first_attach() simpler
 2023-04-06 19:05 UTC  (4+ messages)

[PATCH 0/1] arm-bsp/optee: Update OP-TEE TA devkit to 3.20 for N1SDP
 2023-04-06 19:04 UTC  (13+ messages)
` [PATCH 1/1] "
  ` [meta-arm] "
                    ` [tsc] "

[PATCH v2 0/2] rust: virtio: add virtio support
 2023-04-06 19:04 UTC  (3+ messages)
` [PATCH v2 2/2] "

linux-next: manual merge of the net-next tree with the net tree
 2023-04-06 19:04 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: samsung,mipi-dsim: Add 'lane-polarities'
 2023-04-06 19:03 UTC  (4+ messages)
` [PATCH v2 2/2] drm: bridge: samsung-dsim: Implement support for clock/data polarity swap

[I-PIPE] ipipe-core-4.19.279-cip95-x86-26 released
 2023-04-06 19:03 UTC 

[RFC PATCH 2/4] net: add uring_cmd callback to UDP
 2023-04-06 19:03 UTC  (2+ messages)

[I-PIPE] ipipe-core-5.4.239-x86-13 released
 2023-04-06 19:03 UTC 

[PATCH v9 00/10] Generate modules.builtin.alias from match ids
 2023-04-06 19:00 UTC  (9+ messages)
` [PATCH v10 00/11] "
  ` [PATCH v10 05/11] modpost: Track module name for built-in modules
  ` [PATCH v10 06/11] modpost: Add -b option for emitting built-in aliases
  ` [PATCH v10 07/11] file2alias.c: Implement builtin.alias generation
  ` [PATCH v10 08/11] build: Add modules.builtin.alias
  ` [PATCH v10 09/11] Documentation: Include modules.builtin.alias
  ` [PATCH v10 10/11] Documentation: Update writing_usb_driver for built-in modules
  ` [PATCH v10 11/11] Documentation: add USB authorization document to driver-api


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.