All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-28 10:52:09 to 2023-09-28 11:07:30 UTC [more...]

Build failure in v5.15.133
 2023-09-28 11:04 UTC  (2+ messages)

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (57+ messages)
` [f2fs-dev] "
` [PATCH 02/87] fs: convert core infrastructure to new {a,m}time accessors
  ` [PATCH 03/87] arch/powerpc/platforms/cell/spufs: convert to new inode "
  ` [PATCH 04/87] arch/s390/hypfs: "
  ` [PATCH 05/87] drivers/android: "
  ` [PATCH 06/87] drivers/char: "
  ` [PATCH 07/87] drivers/infiniband/hw/qib: "
  ` [PATCH 08/87] drivers/misc/ibmasm: "
  ` [PATCH 09/87] drivers/misc: "
  ` [PATCH 10/87] drivers/platform/x86: "
  ` [PATCH 11/87] drivers/tty: "
  ` [PATCH 12/87] drivers/usb/core: "
  ` [PATCH 13/87] drivers/usb/gadget/function: "
  ` [PATCH 14/87] drivers/usb/gadget/legacy: "
  ` [PATCH 15/87] fs/9p: "
  ` [PATCH 16/87] fs/adfs: "
  ` [PATCH 17/87] fs/affs: "
  ` [PATCH 18/87] fs/afs: "
  ` [PATCH 19/87] fs/autofs: "
  ` [PATCH 20/87] fs/befs: "
  ` [PATCH 21/87] fs/bfs: "
  ` [PATCH 22/87] fs/btrfs: "
  ` [PATCH 23/87] fs/ceph: "
  ` [PATCH 24/87] fs/coda: "
  ` [PATCH 25/87] fs/configfs: "
  ` [PATCH 26/87] fs/cramfs: "
  ` [PATCH 27/87] fs/debugfs: "
  ` [PATCH 28/87] fs/devpts: "
  ` [PATCH 29/87] fs/efivarfs: "
  ` [PATCH 30/87] fs/efs: "
  ` [PATCH 31/87] fs/erofs: "
  ` [PATCH 32/87] fs/exfat: "
  ` [PATCH 33/87] fs/ext2: "
  ` [PATCH 34/87] fs/ext4: "
  ` [PATCH 35/87] fs/f2fs: "
    ` [f2fs-dev] [PATCH 35/87] fs/f2fs: convert to new inode {a, m}time accessors
  ` [PATCH 36/87] fs/fat: convert to new inode {a,m}time accessors
  ` [PATCH 39/87] fs/gfs2: "
  ` [PATCH 42/87] fs/hostfs: "
  ` [PATCH 46/87] fs/jffs2: "
    ` [PATCH 52/87] fs/nilfs2: "
  ` [PATCH 54/87] fs/ntfs3: "
  ` [PATCH 55/87] fs/ocfs2: "
  ` [PATCH 61/87] fs/pstore: "
  ` [PATCH 65/87] fs/reiserfs: "
  ` [PATCH 71/87] fs/tracefs: "
  ` [PATCH 72/87] fs/ubifs: "
  ` [PATCH 79/87] kernel/bpf: "
` [PATCH 01/87] fs: new accessor methods for atime and mtime
  ` [f2fs-dev] "

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-09-28 11:05 UTC  (12+ messages)
` [f2fs-dev] "
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
  ` [f2fs-dev] "
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode
  ` [f2fs-dev] "

[igt-dev] [PATCH v4 00/14] uAPI Alignment - take 1 v4
 2023-09-28 11:05 UTC  (15+ messages)
` [igt-dev] [PATCH v4 01/14] drm-uapi/xe_drm: Align with new PMU interface
` [igt-dev] [PATCH v4 02/14] tests/intel/xe_query: Add a test for querying engine cycles
` [igt-dev] [PATCH v4 03/14] drm-uapi/xe_drm: Separate VM_BIND's operation and flag, align with latest uapi
` [igt-dev] [PATCH v4 04/14] drm-uapi/xe_drm: Remove MMIO ioctl and "
` [igt-dev] [PATCH v4 05/14] xe_exec_balancer: Enable parallel submission and compute mode
` [igt-dev] [PATCH v4 06/14] xe_exec_threads: Use DRM_XE_VM_CREATE_COMPUTE_MODE when creating a compute VM
` [igt-dev] [PATCH v4 07/14] xe: Update uAPI and remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE
` [igt-dev] [PATCH v4 08/14] drm-uapi/xe: Use common drm_xe_ext_set_property extension
` [igt-dev] [PATCH v4 09/14] drm-uapi: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extension
` [igt-dev] [PATCH v4 10/14] xe: Update to new VM bind uAPI
` [igt-dev] [PATCH v4 11/14] drm-uapi/xe: Replace useless 'instance' per unique gt_id
` [igt-dev] [PATCH v4 12/14] drm-uapi/xe: Remove unused field of drm_xe_query_gt
` [igt-dev] [PATCH v4 13/14] drm-uapi/xe: Rename gts to gt_list
` [igt-dev] [PATCH v4 14/14] drm-uapi/xe: Fix naming of XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITY

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-28 11:04 UTC  (10+ messages)
` [PATCH bpf-next v2 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next v2 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next v2 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support

[PATCH] app/test: drop dependency on crypto scheduler driver
 2023-09-28 11:04 UTC  (3+ messages)
` [PATCH 1/2] app/test: add support for optional dependencies
  ` [PATCH 2/2] app/test: make crypto scheduler an optional dependency

6.5 pre-emption hangs
 2023-09-28 11:04 UTC  (2+ messages)

[PATCH v6 00/36] ARM: dts: qcom: cleanup PMIC usage
 2023-09-28 11:03 UTC  (37+ messages)
` [PATCH v6 01/36] dt-bindings: input: qcom,pm8921-keypad: convert to YAML format
` [PATCH v6 02/36] ARM: dts: qcom: apq8064: correct XOADC register address
` [PATCH v6 03/36] ARM: dts: qcom: msm8960: introduce label for PMIC keypad
` [PATCH v6 04/36] ARM: dts: qcom: msm8660-surf: use keypad label directly
` [PATCH v6 05/36] ARM: dts: qcom: apq8064-nexus7: move sdcc1 node to proper place
` [PATCH v6 06/36] ARM: dts: qcom: mdm9615-wp8548-mangoh-green: group include clauses
` [PATCH v6 07/36] ARM: dts: qcom: strip prefix from PMIC files
` [PATCH v6 08/36] ARM: dts: qcom: apq8064: fix PMIC node labels
` [PATCH v6 09/36] ARM: dts: qcom: mdm9615: "
` [PATCH v6 10/36] ARM: dts: qcom: msm8660: "
` [PATCH v6 11/36] ARM: dts: qcom: msm8960: "
` [PATCH v6 12/36] ARM: dts: qcom: apq8064: move PMIC interrupts to the board files
` [PATCH v6 13/36] ARM: dts: qcom: mdm9615: "
` [PATCH v6 14/36] ARM: dts: qcom: msm8660: "
` [PATCH v6 15/36] ARM: dts: qcom: msm8960: "
` [PATCH v6 16/36] ARM: dts: qcom: msm8960: split PMIC to separate dtsi files
` [PATCH v6 17/36] ARM: dts: qcom: apq8064: split PMICs "
` [PATCH v6 18/36] ARM: dts: qcom: mdm9615: split PMIC "
` [PATCH v6 19/36] ARM: dts: qcom: msm8660: "
` [PATCH v6 20/36] ARM: dts: qcom: pm8058: reorder nodes
` [PATCH v6 21/36] ARM: dts: qcom: pm8921: "
` [PATCH v6 22/36] ARM: dts: qcom: pm8018: move reg property
` [PATCH v6 23/36] ARM: dts: qcom: pm8921: "
` [PATCH v6 24/36] ARM: dts: qcom: pm8058: use defined IRQ flags
` [PATCH v6 25/36] ARM: dts: qcom: pm8921: switch to interrupts-extended
` [PATCH v6 26/36] ARM: dts: qcom: pm8018: "
` [PATCH v6 27/36] ARM: dts: qcom: pm8058: "
` [PATCH v6 28/36] ARM: dts: qcom: apq8064: move RPM regulators to board files
` [PATCH v6 29/36] ARM: dts: qcom: mdm9615: "
` [PATCH v6 30/36] ARM: dts: qcom: msm8660: "
` [PATCH v6 31/36] ARM: dts: qcom: msm8960: drop useless rpm regulators node
` [PATCH v6 32/36] ARM: dts: qcom: msm8974: move regulators to board files
` [PATCH v6 33/36] ARM: dts: qcom: pm8921: Disable keypad by default
` [PATCH v6 34/36] ARM: dts: qcom: apq8060-dragonboard: rename mpp ADC channels to adc-channel
` [PATCH v6 35/36] ARM: dts: qcom: ipq8064: drop qcom, prefix from SSBI node name
` [PATCH v6 36/36] ARM: dts: qcom: mdm9615: "

[Intel-xe] [PATCH v4 00/20] uAPI Alignment - take 1 v4
 2023-09-28 11:04 UTC  (22+ messages)
` [Intel-xe] [PATCH v4 01/20] drm/xe: Fix array bounds check for queries
` [Intel-xe] [PATCH v4 02/20] drm/xe: Set the correct type for xe_to_user_engine_class
` [Intel-xe] [PATCH v4 03/20] drm/xe: Correlate engine and cpu timestamps with better accuracy
` [Intel-xe] [PATCH v4 04/20] drm/xe/uapi: Separate VM_BIND's operation and flag
` [Intel-xe] [PATCH v4 05/20] drm/xe/vm: Remove VM_BIND_OP macro
` [Intel-xe] [PATCH v4 06/20] drm/xe/uapi: Remove MMIO ioctl
` [Intel-xe] [PATCH v4 07/20] drm/xe: Fix xe_exec_queue_is_idle for parallel exec queues
` [Intel-xe] [PATCH v4 08/20] drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementation
` [Intel-xe] [PATCH v4 09/20] drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queue
` [Intel-xe] [PATCH v4 10/20] drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPI
` [Intel-xe] [PATCH v4 11/20] drm/xe/uapi: Use common drm_xe_ext_set_property extension
` [Intel-xe] [PATCH v4 12/20] drm/xe: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extension
` [Intel-xe] [PATCH v4 13/20] drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERROR
` [Intel-xe] [PATCH v4 14/20] drm/xe: Remove async worker and rework sync binds
` [Intel-xe] [PATCH v4 15/20] drm/xe: Fix VM bind out-sync signaling ordering
` [Intel-xe] [PATCH v4 16/20] drm/xe/uapi: Document drm_xe_query_gt
` [Intel-xe] [PATCH v4 17/20] drm/xe/uapi: Replace useless 'instance' per unique gt_id
` [Intel-xe] [PATCH v4 18/20] drm/xe/uapi: Remove unused field of drm_xe_query_gt
` [Intel-xe] [PATCH v4 19/20] drm/xe/uapi: Rename gts to gt_list
` [Intel-xe] [PATCH v4 20/20] drm/xe/uapi: Fix naming of XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITY
` [Intel-xe] ✗ CI.Patch_applied: failure for uAPI Alignment - take 1 v4

[PATCH 00/27] platform: Convert to platform remove callback returning void
 2023-09-28 11:03 UTC  (2+ messages)

[Intel-xe] [PATCH v6 0/5] PAT and cache coherency support
 2023-09-28 11:02 UTC  (2+ messages)
` [Intel-xe] ✗ CI.BAT: failure for PAT and cache coherency support (rev7)

[PATCH V6 00/10] ASoC: codecs: Add aw87390 amplifier driver
 2023-09-28 10:57 UTC  (11+ messages)
` [PATCH V6 01/10] ASoC: dt-bindings: awinic,aw88395: Add properties for multiple PA support
` [PATCH V6 02/10] ASoC: dt-bindings: Add schema for "awinic,aw87390"
` [PATCH V6 03/10] ASoC: codecs: Remove the "fade-enable property"
` [PATCH V6 04/10] ASoC: codecs: Rename "sound-channel" to "awinic,audio-channel"
` [PATCH V6 05/10] ASoC: codecs: Modify the transmission method of parameters
` [PATCH V6 06/10] ASoC: codecs: Modify i2c driver name
` [PATCH V6 07/10] ASoC: codecs: Add code for bin parsing compatible with aw87390
` [PATCH V6 08/10] ASoC: codecs: Rename "sync-flag" to "awinic,sync-flag"
` [PATCH V6 09/10] ASoC: codecs: Modify the transmission mode of function parameters
` [PATCH V6 10/10] ASoC: codecs: Add aw87390 amplifier driver

Fwd: kmalloc memory leak over time
 2023-09-28 11:01 UTC  (3+ messages)
`  "

[PATCH v1 1/7] arm: dts: imx8mp-skov: Add reserved-memory for ramoops pstore
 2023-09-28 10:58 UTC  (7+ messages)
` [PATCH v1 2/7] arm: dts: imx8mp-skov: Add pins for hardware variant detection
` [PATCH v1 3/7] arm: dts: imx8mp-skov: Switch to GPT for eMMC partitioning
` [PATCH v1 4/7] arm: dts: imx8mp-skov: Simplify SD partition definition to 1 cell
` [PATCH v1 5/7] arm: dts: imx8mp-skov: Add barebox state backend in DTS
` [PATCH v1 6/7] ARM: i.MX8MP: skov: refactor bootsource and BBU handlers
` [PATCH v1 7/7] ARM: i.MX8MP: skov: Add hardware variant support

[PATCH v2] usb: pd: Exposing the Peak Current value of Fixed Supplies to user space
 2023-09-28 10:59 UTC 

[PATCH v3 0/2] PCI: mediatek-gen3: Support controlling power supplies
 2023-09-28 10:58 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: mediatek-gen3: Add support for controlling power and reset

[PATCH] docs: move riscv under arch
 2023-09-28 10:58 UTC  (3+ messages)

[PATCH 0/3] NVMe multipath path selector enhancements
 2023-09-28 10:56 UTC  (5+ messages)
` [PATCH 1/3] block: introduce blk_queue_nr_active()

[PATCH v2 0/2] dmaengine: xdma: Cyclic transfers support
 2023-09-28 10:54 UTC  (4+ messages)
` [PATCH v2 2/2] dmaengine: xilinx: xdma: Support cyclic transfers

[PATCH v3 0/3] phy: qcom-qmp-combo: correct USB v6 registers
 2023-09-28 10:54 UTC  (8+ messages)
` [PATCH v3 1/3] phy: qcom-qmp-combo: fix the prefix for the PCS_USB "
` [PATCH v3 2/3] phy: qcom-qmp-usb: move PCS v6 register to the proper header
` [PATCH v3 3/3] phy: qcom-qmp-combo: use v6 registers in v6 regs layout

[PATCH v2 0/2] Add support for ADI TDD Engine
 2023-09-28 10:54 UTC  (4+ messages)
` [PATCH v2 2/2] drivers: misc: adi-axi-tdd: Add TDD engine

BUG: MADV_COLLAPSE doesn't work for XFS files
 2023-09-28 10:54 UTC  (2+ messages)

next/master baseline: 194 runs, 13 regressions (next-20230928)
 2023-09-28 10:53 UTC 

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-09-28 10:53 UTC  (4+ messages)
` [PATCH 08/52] migration/rdma: Fix qemu_rdma_accept() to return failure on errors

[PATCH v2] target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0
 2023-09-28 10:52 UTC  (2+ messages)

[patch V3 00/30] x86/microcode: Cleanup and late loading enhancements
 2023-09-28 10:52 UTC  (3+ messages)
` [patch V3 26/30] x86/microcode: Protect against instrumentation

[PATCH v3 0/3] Add Support for Orange Pi 5
 2023-09-28 10:51 UTC  (4+ messages)
` [PATCH v3 3/3] arm64: dts: rockchip: Add "


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.