All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-28 10:13:00 to 2023-09-28 11:03:21 UTC [more...]

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (6+ messages)
` [PATCH 02/87] fs: convert core infrastructure to new {a,m}time accessors
    ` [PATCH 52/87] fs/nilfs2: convert to new inode "
  ` [PATCH 65/87] fs/reiserfs: "
` [PATCH 01/87] fs: new accessor methods for atime and mtime

[PATCH v6 00/36] ARM: dts: qcom: cleanup PMIC usage
 2023-09-28 11:02 UTC  (7+ 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 00/27] platform: Convert to platform remove callback returning void
 2023-09-28 11:03 UTC  (3+ messages)

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-28 11:02 UTC  (15+ messages)
` [PATCH bpf-next v2 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next v2 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [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

[Intel-xe] [PATCH v6 0/5] PAT and cache coherency support
 2023-09-28 11:02 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for PAT and cache coherency support (rev7)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✗ CI.BAT: failure "

[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

[Intel-xe] [PATCH v4 00/20] uAPI Alignment - take 1 v4
 2023-09-28 10:58 UTC  (21+ 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

[PATCH] docs: move riscv under arch
 2023-09-28 10:58 UTC  (4+ 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  (5+ messages)
` [PATCH v3 3/3] arm64: dts: rockchip: Add "

[PATCH] net/cnxk: fix TAG read data offset
 2023-09-28 10:50 UTC 

[PATCH net-next v9 00/13] Add Realtek automotive PCIe driver
 2023-09-28 10:49 UTC  (14+ messages)
` [PATCH net-next v9 01/13] net:ethernet:realtek:rtase: Add pci table supported in this module
` [PATCH net-next v9 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function
` [PATCH net-next v9 03/13] net:ethernet:realtek:rtase: Implement the rtase_down function
` [PATCH net-next v9 04/13] net:ethernet:realtek:rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v9 05/13] net:ethernet:realtek:rtase: Implement hardware configuration function
` [PATCH net-next v9 06/13] net:ethernet:realtek:rtase: Implement .ndo_start_xmit function
` [PATCH net-next v9 07/13] net:ethernet:realtek:rtase: Implement a function to receive packets
` [PATCH net-next v9 08/13] net:ethernet:realtek:rtase: Implement net_device_ops
` [PATCH net-next v9 09/13] net:ethernet:realtek:rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v9 10/13] net:ethernet:realtek:rtase: Implement ethtool function
` [PATCH net-next v9 11/13] net:ethernet:realtek:rtase: Add a Makefile in the rtase folder
` [PATCH net-next v9 12/13] net:ethernet:realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v9 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[docs][RFC] overview: Add note about non-reproducibility side effects
 2023-09-28 10:49 UTC  (3+ messages)

[net-next PATCH v3 00/10] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-09-28 10:47 UTC  (5+ messages)
` [net-next PATCH v3 01/10] netdev-genl: spec: Extend netdev netlink spec in YAML for queue
` [net-next PATCH v3 02/10] net: Add queue and napi association

[XEN PATCH] x86/domain_page: address violations of MISRA C:2012 Rule 8.3
 2023-09-28 10:46 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval
 2023-09-28 10:45 UTC  (5+ messages)
    `  "

[PATCH] clocksource/drivers/riscv: Increase the clock_event rating
 2023-09-28 10:45 UTC  (2+ messages)

[LTP] [PATCH] Add simple Containerfile
 2023-09-28 10:44 UTC 

[Intel-gfx] [PATCH v8 0/7] fdinfo memory stats
 2023-09-28 10:44 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for fdinfo memory stats (rev9)

[PATCH] tracing/eprobe: drop unneeded breaks
 2023-09-28 10:43 UTC 

[PATCH v2 0/4] KVM: x86: tracepoint updates
 2023-09-28 10:42 UTC  (13+ messages)
` [PATCH v2 1/4] KVM: x86: refactor req_immediate_exit logic
` [PATCH v2 2/4] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH v2 3/4] KVM: x86: add more information to kvm_exit tracepoint
` [PATCH v2 4/4] KVM: x86: add new nested vmexit tracepoints

[PATCH v6 net-next 0/5] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-09-28 10:41 UTC  (3+ messages)

[RFC PATCH v2 0/4] Extend rseq with sched_state_ptr field
 2023-09-28 10:39 UTC  (3+ messages)
` [RFC PATCH v2 1/4] rseq: Add sched_state field to struct rseq

[PATCH v9 0/7] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2023-09-28 10:39 UTC  (6+ messages)
` [PATCH v9 1/7] drm: bridge: Cadence: convert mailbox functions to macro functions

Packets get stuck on RTL8111H using R8169 driver
 2023-09-28 10:39 UTC  (2+ messages)

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2023-09-28 10:39 UTC  (5+ messages)
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[PATCH 0/3] vhost: clean up device reset
 2023-09-28 10:38 UTC  (2+ messages)

[PATCH v1 00/13] thermal: ACPI: More ACPI thermal improvements and modification of thermal instances
 2023-09-28 10:38 UTC  (4+ messages)
` [PATCH v1 10/13] thermal: core: Allow trip pointers to be used for cooling device binding

[PATCH v4 00/12] event DMA adapter library support
 2023-09-28 10:36 UTC  (14+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/12] eventdev/dma: introduce DMA adapter
  ` [PATCH v5 02/12] eventdev/dma: support adapter capabilities get
  ` [PATCH v5 03/12] eventdev/dma: support adapter create and free
  ` [PATCH v5 04/12] eventdev/dma: support for vchan add and delete
  ` [PATCH v5 05/12] eventdev/dma: support for adapter service function
  ` [PATCH v5 06/12] eventdev/dma: support for adapter start and stop
  ` [PATCH v5 07/12] eventdev/dma: support for adapter service ID get
  ` [PATCH v5 08/12] eventdev/dma: support adapter runtime params
  ` [PATCH v5 09/12] eventdev/dma: support for adapter stats
  ` [PATCH v5 10/12] eventdev/dma: support for adapter enqueue
  ` [PATCH v5 11/12] eventdev/dma: support for adapter event port get
  ` [PATCH v5 12/12] app/test: add event DMA adapter auto-test

[PATCH v3 0/4] KVM: x86: tracepoint updates
 2023-09-28 10:36 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: refactor req_immediate_exit logic
` [PATCH v3 2/4] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH v3 3/4] KVM: x86: add information about pending requests to kvm_exit tracepoint
` [PATCH v3 4/4] KVM: x86: add new nested vmexit tracepoints

[PATCH v3 0/8] runstate/time area registration by (guest) physical address
 2023-09-28 10:35 UTC  (6+ messages)
` [PATCH v3 8/8] common: convert vCPU info area registration

[PATCH v3 00/16]Introduce initial TI's J784S4 and AM69 support
 2023-09-28 10:33 UTC  (4+ messages)
` [PATCH v3 02/16] arm: mach-k3: Add basic support for J784S4 SoC definition

[linux-linus test] 183196: tolerable FAIL - PUSHED
 2023-09-28 10:32 UTC 

[PATCH] irqdomain: Annotate struct irq_domain with __counted_by
 2023-09-28 10:32 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
 2023-09-28 10:32 UTC  (2+ messages)
` [PATCH v15] "

[PATCH v7 00/33] Introduce QC USB SND audio offloading support
 2023-09-28 10:31 UTC  (3+ messages)
` [PATCH v7 01/33] xhci: add support to allocate several interrupters

[PATCH net-next v3] net: ti: icssg_prueth: add TAPRIO offload support
 2023-09-28 10:30 UTC  (2+ messages)

[intel-lts:4.19/android_t 3105/30000] drivers/char/rpmb/mux/key.c:32:19: warning: 'get_abl_params_addr' defined but not used
 2023-09-28 10:29 UTC 

[PATCH] arm64: dts: mt6358: Drop bogus "regulator-fixed" compatible properties
 2023-09-28 10:27 UTC  (3+ messages)

[PATCH v4 00/12] regulator: mt6366: Split out of MT6358 and cleanup
 2023-09-28 10:26 UTC  (7+ messages)
` [PATCH v4 01/12] dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
` [PATCH v4 12/12] arm64: dts: mediatek: mt8183-kukui: Add PMIC regulator supplies

[RFC PATCH v2 0/7] Introduce persistent memory pool
 2023-09-28 10:25 UTC  (3+ messages)

[PATCH v5 1/2] node: add IPv4 local node to handle local pkts
 2023-09-28 10:25 UTC  (3+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] node: add UDP v4 support

[PATCH v3] vfs: avoid delegating to task_work when cleaning up failed open
 2023-09-28 10:25 UTC 

[RESEND PATCH v6 00/20] Add display driver for MT8188 VDOSYS1
 2023-09-28 10:24 UTC  (7+ messages)
` [RESEND PATCH v6 17/20] drm/mediatek: Support MT8188 Padding in display driver

[PATCH V2 1/1] mmc: sdhci-pci-o2micro: Fix Bayhub SD host hardware tuning compatibility issue for BanQ card
 2023-09-28 10:22 UTC 

[PATCH 00/59] dma: Convert to platform remove callback returning void
 2023-09-28  7:49 UTC  (3+ messages)

[PATCH] kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
 2023-09-28 10:22 UTC 

[oe] [meta-oe][PATCH] protobuf: stage protoc binary to sysroot
 2023-09-28 10:21 UTC  (4+ messages)

[PATCH net-next] ethernet/intel: Use list_for_each_entry() helper
 2023-09-28 10:20 UTC  (2+ messages)

[PATCH v13 00/22] TDX host kernel support
 2023-09-28 10:19 UTC  (3+ messages)

[PATCH v19 0/4] Add Intel LJCA device driver
 2023-09-28 10:18 UTC  (4+ messages)

[PATCH net-next v2] net: ti: icssg_prueth: add TAPRIO offload support
 2023-09-28 10:16 UTC  (3+ messages)

[PATCH bpf] bpf: Use kmalloc_size_roundup() to adjust size_index
 2023-09-28 10:15 UTC 

[Intel-xe] [PATCH v5 0/5] PAT and cache coherency support
 2023-09-28 10:15 UTC  (2+ messages)
` [Intel-xe] ✗ CI.BAT: failure for PAT and cache coherency support (rev6)

[patch net-next] tools: ynl-gen: lift type requirement for attribute subsets
 2023-09-28 10:15 UTC  (2+ messages)

[PATCH v4 0/9] runstate/time area registration by (guest) physical address
 2023-09-28 10:14 UTC  (4+ messages)
` [PATCH v4 6/9] domain: map/unmap GADDR based shared guest areas

Gapless support
 2023-09-28 10:11 UTC 

[PATCH v9 net-next 00/12] Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2023-09-28 10:12 UTC  (3+ messages)
` [PATCH v9 net-next 12/12] net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers

[PATCH 0/2] btrfs: adjust reservation sizes for block group item updates/inserts
 2023-09-28 10:12 UTC  (2+ messages)
` [PATCH 1/2] btrfs: stop reserving excessive space for block group item updates


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.