All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-06 18:06:52 to 2023-10-06 18:55:14 UTC [more...]

[PATCH 0/2] mxc4005/mxc6655 OF improvements
 2023-10-06 18:53 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string

[RFC PATCH 0/6] usb-storage,uas,scsi: Support OPAL commands on USB attached devices
 2023-10-06 18:53 UTC  (5+ messages)
` [RFC PATCH 4/6] usb-storage,uas: use host helper to generate driver info
` [RFC PATCH 5/6] usb-storage,uas,scsi: allow to pass through security commands (OPAL)

[PATCH 0/2] diff-merges: introduce '-d' option
 2023-10-06 18:53 UTC  (11+ messages)
` [PATCH v3 0/3] diff-merges: introduce '--dd' option
  ` [PATCH v3 1/3] diff-merges: improve --diff-merges documentation
  ` [PATCH v3 3/3] completion: complete '--dd'

[PATCH 1/3] dt-bindings: PCI: brcm,iproc-pcie: Fix example indentation
 2023-10-06 18:53 UTC  (9+ messages)
` [PATCH 2/3] dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus properties
` [PATCH 3/3] dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schema

[net-next PATCH v2 1/4] netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule
 2023-10-06 18:52 UTC  (11+ messages)
` [net-next PATCH v2 3/4] netdev: replace napi_reschedule with napi_schedule
` [net-next PATCH v2 4/4] netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_schedule

[PATCH for-4.18 v2 0/2] docs:Clarify that only 5 hypercall parameters are supported
 2023-10-06 18:54 UTC  (3+ messages)
` [PATCH for-4.18 v2 1/2] docs/spnix: Switch hypercall-abi.rst to named footnotes
` [PATCH for-4.18 v2 2/2] x86: Clarify that only 5 hypercall parameters are supported

[PATCH v4] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-10-06 18:53 UTC  (4+ messages)

[PATCH] media: dt-bindings: Add missing unevaluatedProperties on child node schemas
 2023-10-06 18:52 UTC  (3+ messages)

[PATCH v3 00/28] fs-verity support for XFS
 2023-10-06 18:49 UTC  (29+ messages)
` [PATCH v3 01/28] xfs: Add new name to attri/d
` [PATCH v3 02/28] xfs: add parent pointer support to attribute code
` [PATCH v3 03/28] xfs: define parent pointer xattr format
` [PATCH v3 04/28] xfs: Add xfs_verify_pptr
` [PATCH v3 05/28] fs: add FS_XFLAG_VERITY for fs-verity sealed inodes
` [PATCH v3 06/28] fsverity: add drop_page() callout
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status
` [PATCH v3 08/28] fsverity: pass Merkle tree block size to ->read_merkle_tree_page()
` [PATCH v3 09/28] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v3 10/28] fsverity: operate with Merkle tree blocks instead of pages
` [PATCH v3 11/28] iomap: pass readpage operation to read path
` [PATCH v3 12/28] iomap: allow filesystem to implement read path verification
` [PATCH v3 13/28] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v3 14/28] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v3 15/28] xfs: introduce workqueue for post read IO work
` [PATCH v3 16/28] xfs: add bio_set and submit_io for ioend post-processing
` [PATCH v3 17/28] xfs: add attribute type for fs-verity
` [PATCH v3 18/28] xfs: make xfs_buf_get() to take XBF_* flags
` [PATCH v3 19/28] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer
` [PATCH v3 20/28] xfs: add fs-verity ro-compat flag
` [PATCH v3 21/28] xfs: add inode on-disk VERITY flag
` [PATCH v3 22/28] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v3 23/28] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v3 24/28] xfs: disable direct read path for fs-verity sealed files
` [PATCH v3 25/28] xfs: add fs-verity support
` [PATCH v3 26/28] xfs: make scrub aware of verity dinode flag
` [PATCH v3 27/28] xfs: add fs-verity ioctls
` [PATCH v3 28/28] xfs: enable ro-compat fs-verity flag

[PATCH] dt-bindings: bus: fsl,imx8qxp-pixel-link-msi-bus: Drop child 'reg' property
 2023-10-06 18:52 UTC  (3+ messages)

[PATCH 0/3] libtraceeval: Add man pages for traceeval_delta
 2023-10-06 18:54 UTC  (4+ messages)
` [PATCH 1/3] libtraceeval: Add man pages for traceeval_delta init/start/stop functions
` [PATCH 2/3] libtraceeval: Add man pages for insert/remove/query of traceeval_delta items
` [PATCH 3/3] libtraceeval: Add man pages for libtraceeval_delta retrieving of deltas

[PATCH v5 0/7] Better handle memory pressure at suspend
 2023-10-06 18:50 UTC  (8+ messages)
` [PATCH v5 1/7] drm/amd: Evict resources during PM ops prepare() callback
` [PATCH v5 2/7] drm/amd: Add concept of running prepare() sequence for IP blocks
` [PATCH v5 3/7] drm/amd: Split up UVD suspend into prepare and suspend steps
` [PATCH v5 4/7] drm/amd: Capture errors in amdgpu_switcheroo_set_state()
` [PATCH v5 5/7] drm/amd/display: Catch errors from drm_atomic_helper_suspend()
` [PATCH v5 6/7] drm/amd/display: Destroy DC context while keeping DML and DML2
` [PATCH v5 7/7] drm/amd/display: make dc_set_power_state() return type `void` again

[REGRESSION] Userland interface breaks due to hard HFSC_FSC requirement
 2023-10-06 18:51 UTC  (2+ messages)

[Intel-gfx] [bug report] drm/i915: Move submission tasklet to i915_sched_engine
 2023-10-06 18:50 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Add bigjoiner force enable option to debugfs
 2023-10-06 18:50 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
 2023-10-06 18:49 UTC  (12+ messages)
            ` bpf indirect calls

[PATCH] drm/atomic: Perform blocking commits on workqueue
 2023-10-06 18:48 UTC  (5+ messages)

[PATCH smp,csd] Throw an error if a CSD lock is stuck for too long
 2023-10-06 18:48 UTC  (2+ messages)

[PATCH v12 7/7] nvmem: core: Expose cells through sysfs
 2023-10-06 18:47 UTC  (2+ messages)

[PATCH 00/12] PCI device authentication
 2023-10-06 18:47 UTC  (3+ messages)
` [PATCH 01/12] X.509: Make certificate parser public

kmap() transformation: Question about copy_user_highpage
 2023-10-06 18:46 UTC 

[PATCH v4 0/4] hugetlb memcg accounting
 2023-10-06 18:46 UTC  (5+ messages)
` [PATCH v4 1/4] memcontrol: add helpers for "
` [PATCH v4 2/4] memcontrol: only transfer the memcg data for migration
` [PATCH v4 3/4] hugetlb: memcg: account hugetlb-backed memory in memory controller
` [PATCH v4 4/4] selftests: add a selftest to verify hugetlb usage in memcg

[PATCH v7 00/26] Add perf support to the rockchip-dfi driver
 2023-10-06 18:46 UTC  (25+ messages)
` [PATCH v7 10/26] PM / devfreq: rockchip-dfi: Add RK3568 support
` [PATCH v7 11/26] PM / devfreq: rockchip-dfi: Handle LPDDR2 correctly
` [PATCH v7 12/26] PM / devfreq: rockchip-dfi: Handle LPDDR4X
` [PATCH v7 13/26] PM / devfreq: rockchip-dfi: Pass private data struct to internal functions
` [PATCH v7 14/26] PM / devfreq: rockchip-dfi: Prepare for multiple users
` [PATCH v7 15/26] PM / devfreq: rockchip-dfi: give variable a better name

[brgl:gpio/for-next] BUILD SUCCESS b57587f11f8116c3835e994caed81fc4d8ab5dbd
 2023-10-06 18:44 UTC 

rt-tests build failure on Fedora 39 with Python 3.12
 2023-10-06 18:44 UTC  (3+ messages)

[PATCH v1 0/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages
 2023-10-06 18:43 UTC  (5+ messages)
` [PATCH v1 1/3] "

[Intel-xe] [PATCH 0/2] DGFX HWMON Enhancement
 2023-10-06 18:43 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[v3] Help wanted for enabling -Wshadow=local
 2023-10-06 18:41 UTC  (2+ messages)

[PATCH 6.1 000/259] 6.1.56-rc1 review
 2023-10-06 18:42 UTC  (3+ messages)

[PATCH 01/17] rt-tests: cyclictest: Remove warnings due different signedness in comparison
 2023-10-06 18:40 UTC  (17+ messages)
` [PATCH 02/17] rt-tests: cyclictest: Suppress unused parameters warning
` [PATCH 03/17] rt-tests: ssdd: "
` [PATCH 04/17] rt-tests: queuelat: "
` [PATCH 05/17] rt-tests: cyclicdeadline: Suppress unused parameter warning
` [PATCH 06/17] rt-tests: svsematest: Suppress unused paramters warning
` [PATCH 07/17] rt-tests: pip_stress: Removed unused parameter
` [PATCH 08/17] rt-tests: sigwaittest: Fix some warnings
` [PATCH 09/17] rt-tests: rt-migrate-test: "
` [PATCH 10/17] rt-tests: signaltest Fix unused parameter warning
` [PATCH 11/17] rt-tests: cyclicdeadline: Fix comparison of different signedness
` [PATCH 12/17] rt-tests: cyclictest: "
` [PATCH 13/17] rt-tests: rt-utils: Suppress warnings about fallthrough
` [PATCH 14/17] rt-tests: rt-numa: Fix comparison of different signedness
` [PATCH 15/17] rt-tests: pi_stress: Fix various warnings
` [PATCH 16/17] rt-tests: pmqtest: "
` [PATCH 17/17] rt-tests: ptsematest: Fix unused paramter warnings

[RFC] docs: netdev: encourage reviewers
 2023-10-06 18:41 UTC  (2+ messages)

[PATCH bpf-next v3] selftests/bpf: Add pairs_redir_to_connected helper
 2023-10-06 18:40 UTC  (2+ messages)

[Intel-gfx] [PATCH dii-client v6 0/5] Subject: [PATCH dii-client v6 0/4] drm/i915: Define and use GuC and CTB TLB invalidation routines
 2023-10-06 18:38 UTC  (5+ messages)
` [Intel-gfx] [PATCH v7 2/5] "

[PATCH] net/tap: resolve stringop-overflow with gcc 12 on ppc64le
 2023-10-06 18:31 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v2] drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()
 2023-10-06 18:37 UTC  (5+ messages)
` [PATCH v3] "

[Bug Report] EBUSY for cgroup rmdir after cgroup.procs empty
 2023-10-06 18:37 UTC  (4+ messages)

[chrome-os:chromeos-6.1 41/43] drivers/misc/nxp-sr1xx.c:584:7: error: incompatible pointer to integer conversion assigning to 'int' from 'struct gpio_desc *'
 2023-10-06 18:37 UTC 

[PATCH 0/2] disk: use maximum number of sectors for LBA
 2023-10-06 18:34 UTC  (6+ messages)

[PATCH 00/13] x86/tdx: Add kexec support
 2023-10-06 18:33 UTC  (4+ messages)
` [PATCH 01/13] x86/acpi: Extract ACPI MADT wakeup code into a separate file

[PATCH v5 0/5] Reduce overhead of LSMs with static calls
 2023-10-06 18:32 UTC  (11+ messages)
` [PATCH v5 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[Intel-gfx] [PATCH v8 0/7] drm/i915: Define and use GuC and CTB TLB invalidation routines
 2023-10-06 18:20 UTC  (8+ messages)
` [Intel-gfx] [PATCH v8 1/7] drm/i915: Add GuC TLB Invalidation device info flags
` [Intel-gfx] [PATCH v8 2/7] drm/i915/guc: Add CT size delay helper
` [Intel-gfx] [PATCH v8 3/7] drm/i915: Define and use GuC and CTB TLB invalidation routines
` [Intel-gfx] [PATCH v8 4/7] drm/i915: No TLB invalidation on suspended GT
` [Intel-gfx] [PATCH v8 5/7] drm/i915: No TLB invalidation on wedged GT
` [Intel-gfx] [PATCH v8 6/7] drm/i915/gt: Increase sleep in gt_tlb selftest sanitycheck
` [Intel-gfx] [PATCH v8 7/7] drm/i915: Enable GuC TLB invalidations for MTL

[GIT PULL] Please pull RDMA subsystem changes
 2023-10-06 18:30 UTC 

[Intel-xe] [RFC PATCH] drm/xe: Add uapi for dumpable bos
 2023-10-06 18:29 UTC  (2+ messages)

[PATCH v4 00/17] firmware: arm_ffa: Add FF-A v1.1 support(notification + new memory descriptor format)
 2023-10-06 18:25 UTC  (4+ messages)
` [PATCH v4 14/17] KVM: arm64: FFA: Remove access of endpoint memory access descriptor array

[PATCH v2 00/15] Pass data temperature information to UFS devices
 2023-10-06 18:25 UTC  (10+ messages)
` [PATCH v2 03/15] block: Support data lifetime in the I/O priority bitfield
  ` [PATCH v2 01/15] block: Make bio_set_ioprio() modify fewer bio->bi_ioprio bits
  ` [PATCH v2 02/15] blk-ioprio: Modify "

[PATCH 1/2] dt-bindings: zynqmp: add destination mailbox compatible
 2023-10-06 18:24 UTC  (4+ messages)

[PATCH net-next v7 0/3] net: axienet: Introduce dmaengine
 2023-10-06 18:24 UTC  (5+ messages)
` [PATCH net-next v7 2/3] net: axienet: Preparatory changes for dmaengine support

[PATCH] Revert "zfsinfo: Correct a check for error allocating memory"
 2023-10-06 18:23 UTC 

[PATCH v3 2/3] hugetlb: memcg: account hugetlb-backed memory in memory controller
 2023-10-06 18:23 UTC  (4+ messages)
` [PATCH v3 2/3] hugetlb: memcg: account hugetlb-backed memory in memory controller (fix)

[Intel-xe] [CI 1/4] drm/xe/xe2: Program PAT tables
 2023-10-06 18:23 UTC  (4+ messages)
` [Intel-xe] [CI 2/4] drm/xe/xe2: Add one more bit to encode PAT to ppgtt entries
` [Intel-xe] [CI 3/4] drm/xe/pat: Add debugfs node to dump PAT
` [Intel-xe] [CI 4/4] drm/xe/gt: Dump PAT table when failing to initialize

[PATCH v2 0/2] disk: use maximum number of sectors for LBA
 2023-10-06 18:21 UTC  (3+ messages)
` [PATCH v2 2/2] disk: increase sector size up to 127 for LBA reads

Docker-compose Go update on kirkstone
 2023-10-06 18:21 UTC  (2+ messages)
` [meta-virtualization] "

[PATCH 5.15 000/183] 5.15.134-rc1 review
 2023-10-06 18:20 UTC  (6+ messages)

[PATCH bpf-next 1/3] selftests/bpf: fix compiler warnings reported in -O2 mode
 2023-10-06 18:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: Inherit system settings for CPU security mitigations
 2023-10-06 18:20 UTC  (2+ messages)

[PATCH v2 bpf-next 1/3] selftests/bpf: fix compiler warnings reported in -O2 mode
 2023-10-06 18:20 UTC  (2+ messages)

[Stable-8.1.2 00/57] Patch Round-up for stable 8.1.2, freeze on 2023-10-14
 2023-10-06 18:14 UTC  (13+ messages)
` [Stable-8.1.2 46/57] subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings
` [Stable-8.1.2 47/57] target/i386: generalize operand size "ph" for use in CVTPS2PD
` [Stable-8.1.2 48/57] target/i386: fix memory operand size for CVTPS2PD
` [Stable-8.1.2 49/57] win32: avoid discarding the exception handler
` [Stable-8.1.2 50/57] hw/display/ramfb: plug slight guest-triggerable leak on mode setting
` [Stable-8.1.2 51/57] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected
` [Stable-8.1.2 52/57] linux-user/hppa: Fix struct target_sigcontext layout
` [Stable-8.1.2 53/57] vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
` [Stable-8.1.2 54/57] vdpa net: fix error message setting virtio status
` [Stable-8.1.2 55/57] vdpa net: stop probing if cannot set features
` [Stable-8.1.2 56/57] vdpa net: follow VirtIO initialization properly at cvq isolation probing
` [Stable-8.1.2 57/57] amd_iommu: Fix APIC address check

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-10-06 18:17 UTC  (5+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[Intel-xe] [PATCH v2 0/7] xe2: Add PAT programming
 2023-10-06 18:15 UTC  (5+ messages)
` [Intel-xe] [PATCH v2 6/7] drm/xe/pat: Add debugfs node to dump PAT

[PATCH 00/21] block atomic writes
 2023-10-06 18:15 UTC  (3+ messages)
` [PATCH 04/21] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support

[PATCH v4 00/15] Introduce /dev/mshv drivers
 2023-10-06 18:13 UTC  (6+ messages)
` [PATCH v4 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c

[PATCH v5 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-06 18:12 UTC  (4+ messages)
` [PATCH v5 1/5] powerpc/code-patching: introduce patch_instructions()

Question about fuse dax support
 2023-10-06 18:12 UTC 

[PATCH 0/3] KVM: arm64: Load the stage-2 MMU from vcpu_load() for VHE
 2023-10-06 18:11 UTC  (6+ messages)

[PATCH v2 00/21] Graph locking part 4 (node management)
 2023-10-06 18:10 UTC  (5+ messages)
` [PATCH v2 03/21] preallocate: Don't poll during permission updates

[Intel-gfx] [PATCH 00/19] drm/i915: Store DSC DPCD capabilities in the connector
 2023-10-06 18:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 0/4] Performance improvement & cleanup in loose ref iteration
 2023-10-06 18:09 UTC  (5+ messages)
` [PATCH 1/4] ref-cache.c: fix prefix matching in "
` [PATCH 2/4] dir.[ch]: expose 'get_dtype'
` [PATCH 3/4] dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
` [PATCH 4/4] files-backend.c: avoid stat in 'loose_fill_ref_dir'

[PATCH v4] ext4: fix race between writepages and remount
 2023-10-06 18:06 UTC  (2+ messages)

[PATCH v3] jbd2: Fix potential data lost in recovering journal raced with synchronizing fs bdev
 2023-10-06 18:06 UTC  (2+ messages)

[PATCH v2 0/2] JBD2: print io_block if check data block checksum failed when do recovery
 2023-10-06 18:06 UTC  (2+ messages)

[PATCH v8 00/12] cleanups and unit test for mballoc
 2023-10-06 18:06 UTC  (2+ messages)

[PATCH v3 00/13] fixes and cleanups to ext4 resize
 2023-10-06 18:06 UTC  (2+ messages)

[PATCH] ext4/mballoc: No need to generate from free list
 2023-10-06 18:06 UTC  (2+ messages)


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.