All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-12 03:11:46 to 2024-06-12 04:58:31 UTC [more...]

move features flags into queue_limits
 2024-06-12  4:58 UTC  (27+ messages)
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 16/26] block: move the io_stat flag setting to queue_limits

[PATCH] platform/x86/intel: add missing MODULE_DESCRIPTION() macros
 2024-06-12  4:56 UTC 

[PATCH] testing: nvdimm: Add MODULE_DESCRIPTION() macros
 2024-06-12  4:55 UTC  (2+ messages)

[PATCH v2] PCI: use local_pci_probe when best selected cpu is offline
 2024-06-12  4:51 UTC  (2+ messages)

[RFC PATCH 00/13] RFC: add Type2 device support
 2024-06-12  4:50 UTC  (8+ messages)
` [RFC PATCH 01/13] cxl: move header files for absolute references
` [RFC PATCH 02/13] cxl: add type2 device basic support
` [RFC PATCH 03/13] cxl: export core function for type2 devices

[RFC PATCH v2 00/15] nfs/nfsd: add support for localio
 2024-06-12  4:51 UTC  (12+ messages)
` [RFC PATCH v2 04/15] sunrpc: add rpcauth_map_to_svc_cred_local
` [RFC PATCH v2 05/15] nfs: move nfs_stat_to_errno to nfs.h
` [RFC PATCH v2 07/15] nfs/nfsd: add "localio" support
` [RFC PATCH v2 08/15] NFS: for localio don't call filesystem read() and write() routines directly

[f2fs-dev] [PATCH] f2fs: fix convert inline inode on readonly mode
 2024-06-12  4:50 UTC  (5+ messages)
    `  "
    ` [f2fs-dev] (2) "
      `  "

[linux-next:master] [mm] 5d4a36365b: kernel-selftests.cgroup.test_kmem.test_kmem_memcg_deletion.fail
 2024-06-12  4:49 UTC 

[PATCH 0/2] fs/ntfs3: Fix bugs and typos
 2024-06-12  4:48 UTC  (2+ messages)

[PATCH] xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGL
 2024-06-12  4:47 UTC 

[for-6.11 PATCH 10/29] nfs/nfsd: add "local io" support
 2024-06-12  4:48 UTC  (5+ messages)

[linux-next:master 4394/4860] drivers/pinctrl/pinctrl-keembay.c:1630:35: error: 'struct function_desc' has no member named 'name'
 2024-06-12  4:44 UTC 

[dwmw2:clocks 22/22] drivers/ptp/ptp_vmclock.c:229:43: error: invalid use of undefined type 'struct acpi_device'
 2024-06-12  4:44 UTC 

[PATCH 0/2] ci: detect more warnings via `-Og`
 2024-06-12  4:45 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] ci: compile "linux-gcc-default" job with -Og
      ` [PATCH 1/2] DONTAPPLY: -Og fallout workaround

[PATCH v2 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-06-12  4:44 UTC  (4+ messages)
` [PATCH v2 2/2] selftests: Add a test mangling with uc_sigmask

[PATCH linux-next v3] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
 2024-06-12  4:43 UTC  (2+ messages)

[kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
 2024-06-12  4:42 UTC  (3+ messages)

[PATCH i-g-t v3 0/5] tests/kms_dirtyfb: few fbc related updates
 2024-06-12  4:41 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for tests/kms_dirtyfb: few fbc related updates (rev3)

[PATCH] PCI: kirin: fix memory leak in kirin_pcie_parse_port()
 2024-06-12  4:40 UTC  (2+ messages)

[PATCH v2 0/3] LoongArch: ptrace: Fix some watchpoint function
 2024-06-12  4:38 UTC  (3+ messages)
` [PATCH v2 2/3] LoongArch: Trigger user-space watchpoints correctly

[PATCH v2 00/21] Update MEV TS Base Driver
 2024-06-12  3:52 UTC  (24+ messages)
` [PATCH v3 00/22] "
  ` [PATCH v3 01/22] common/idpf: added NVME CPF specific code with defines
  ` [PATCH v3 02/22] common/idpf: updated IDPF VF device ID
  ` [PATCH v3 03/22] common/idpf: added new virtchnl2 capability and vport flag
  ` [PATCH v3 04/22] common/idpf: moved the idpf HW into API header file
  ` [PATCH v3 05/22] common/idpf: avoid defensive programming
  ` [PATCH v3 06/22] common/idpf: use BIT ULL for large bitmaps
  ` [PATCH v3 07/22] common/idpf: convert data type to 'le'
  ` [PATCH v3 08/22] common/idpf: compress RXDID mask definitions
  ` [PATCH v3 09/22] common/idpf: refactor size check macro
  ` [PATCH v3 10/22] common/idpf: update mask of Rx FLEX DESC ADV FF1 M
  ` [PATCH v3 11/22] common/idpf: use 'pad' and 'reserved' fields appropriately
  ` [PATCH v3 12/22] common/idpf: move related defines into enums
  ` [PATCH v3 13/22] common/idpf: avoid variable 0-init
  ` [PATCH v3 14/22] common/idpf: update in PTP message validation
  ` [PATCH v3 15/22] common/idpf: rename INLINE FLOW STEER to FLOW STEER
  ` [PATCH v3 16/22] common/idpf: add wmb before tail
  ` [PATCH v3 17/22] drivers: add flex array support and fix issues
  ` [PATCH v3 18/22] common/idpf: enable flow steer capability for vports
  ` [PATCH v3 19/22] common/idpf: add a new Tx context descriptor structure
  ` [PATCH v3 20/22] common/idpf: remove idpf common file
  ` [PATCH v3 21/22] drivers: adding type to idpf vc queue switch
  ` [PATCH v3 22/22] doc: updated the documentation for cpfl PMD

[PATCH net-next v20 00/13] Add Realtek automotive PCIe driver
 2024-06-12  4:35 UTC  (6+ messages)
` [PATCH net-next v20 06/13] rtase: Implement .ndo_start_xmit function

[PATCH v4 0/1] qga/linux: Add new api 'guest-network-get-route'
 2024-06-12  4:35 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v6,00/24] media: mediatek: add driver to support secure video decoder
 2024-06-12  4:37 UTC  (6+ messages)
` [PATCH v6,03/24] v4l2: verify restricted dmabufs are used in restricted queue
` [PATCH v6,04/24] v4l: add documentation for restricted memory flag

[PATCH 2/5] PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
 2024-06-12  4:36 UTC  (4+ messages)

[PATCH 0/2] ipmi: ssif_bmc: add support of skipping ARM SBMR boot progress response
 2024-06-12  4:32 UTC  (3+ messages)
` [PATCH 1/2] bindings: ipmi: Add property for skipping "
` [PATCH 2/2] ipmi: ssif_bmc: support skipping ARM SBMR bootprogress response

[conor:pci-regs 2/2] drivers/pci/controller/pcie-microchip-host.c:1204:1: error: function definition is not allowed here
 2024-06-12  4:34 UTC 

[PATCH v1 1/2] bus: mhi: host: Import link_id item
 2024-06-12  4:33 UTC  (2+ messages)

[RFC] drm/i915/display: Update vtotal math to address 32b build
 2024-06-12  4:32 UTC  (5+ messages)
` ✗ CI.Hooks: failure for "
` ✗ CI.FULL: "

[PATCH v10 0/3] Add support for Intel PPS Generator
 2024-06-12  4:29 UTC  (5+ messages)
` [PATCH v10 1/3] pps: generators: Add PPS Generator TIO Driver
` [PATCH v10 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator
` [PATCH v10 3/3] ABI: pps: Add ABI documentation for Intel TIO

[PATCH v1 2/2] net: wwan: Fix SDX72 ping failure issue
 2024-06-12  4:26 UTC  (6+ messages)
  `  "
        `  "

[PATCH] platform/x86/siemens: add missing MODULE_DESCRIPTION() macros
 2024-06-12  4:25 UTC 

[PATCH v4] binder: use bitmap for faster descriptor lookup
 2024-06-12  4:25 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v5 0/7] Add missing fixes to FastRPC driver
 2024-06-12  4:24 UTC  (4+ messages)
` [PATCH v5 6/7] misc: fastrpc: Fix ownership reassignment of remote heap

[PATCH -V2] cxl/region: Support to calculate memory tier abstract distance
 2024-06-12  4:22 UTC  (2+ messages)

[PATCH v5 00/10] Only timeout jobs if they run longer than timeout period
 2024-06-12  4:21 UTC  (3+ messages)
` [PATCH v5 10/10] drm/xe: Sample ctx timestamp to determine if jobs have timed out

[syzbot] [bluetooth?] [usb?] BUG: soft lockup in hci_cmd_timeout
 2024-06-12  4:20 UTC 

[PATCH v6] cxl/region: check interleave capability
 2024-06-12  4:18 UTC  (4+ messages)

[PATCH v3] block: unmap and free user mapped integrity via submitter
 2024-06-12  4:16 UTC  (2+ messages)

[PATCH v1 4/4] pinctrl: nuvoton: Reduce use of OF-specific APIs
 2024-06-12  4:13 UTC  (3+ messages)

[ANN] Request for Topics and registration for a Media Summit September 16th
 2024-06-12  4:12 UTC  (3+ messages)

linux-next: build failure after merge of the drm-intel tree
 2024-06-12  4:12 UTC 

[RFC 0/7] Promote GuC ABI headers to shared location
 2024-06-12  4:12 UTC  (5+ messages)

linux-next: build warning after merge of the drm-intel tree
 2024-06-12  4:11 UTC 

[PATCH v7] cxl/region: check interleave capability
 2024-06-12  4:07 UTC  (2+ messages)

[PATCH] usb: gadget: aspeed_udc: fix device address configuration
 2024-06-12  4:06 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2024-06-11
 2024-06-12  4:06 UTC 

support large folios for NFS
 2024-06-12  4:02 UTC  (6+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios

[PATCH v2] irqchip/loongson-eiointc: Add extioi virt extension support
 2024-06-12  4:01 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:200GbE] BUILD SUCCESS 36534d3c54537bf098224a32dc31397793d4594d
 2024-06-12  4:00 UTC 

[syzbot] [overlayfs?] possible deadlock in ovl_copy_up_start (4)
 2024-06-12  3:58 UTC 

What's cooking in git.git (Jun 2024, #03; Tue, 11)
 2024-06-12  3:57 UTC 

move integrity settings to queue_limits v2
 2024-06-12  3:57 UTC  (13+ messages)
` [PATCH 02/11] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags
` [PATCH 03/11] block: remove the BIP_IP_CHECKSUM flag

[xfstests PATCH] generic/574: test corruption at more offsets
 2024-06-12  3:53 UTC 

[PATCH] content: Add link for the feature bits chapter
 2024-06-12  3:51 UTC  (3+ messages)

[PATCH net-next v10 1/7] PCI: add Edimax Vendor ID to pci_ids.h
 2024-06-12  3:48 UTC  (3+ messages)

Problem with BTF generation on mips64el
 2024-06-12  3:31 UTC  (13+ messages)
          ` elfutils DWARF problem was: "

[PATCH] drm/amdgpu/vcn: port mmsch ctx table size fix from jpeg v4
 2024-06-12  3:41 UTC 

[cip:linux-4.19.y-cip 3959/9999] arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb: Warning (unique_unit_address): /soc/pcie@fe000000: duplicate unit-address (also used in node /soc/pcie-ep@fe000000)
 2024-06-12  3:39 UTC 

[PATCH bpf-next 0/5] use network helpers, part 7
 2024-06-12  3:39 UTC  (4+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Drop type from network_helper_opts

[PATCH] hw/loongarch/virt: Remove unused assignment
 2024-06-12  3:36 UTC 

[PATCH v2] arm64: dts: rockchip: make poweroff(8) work on Radxa ROCK 5A
 2024-06-12  3:35 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] ccache: 4.9.1 -> 4.10
 2024-06-12  3:35 UTC  (4+ messages)
` [PATCH 1/2] "
  ` Patchtest results for "
` [PATCH 2/2] fmt: Add it from meta-oe for ccache 4.10

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 19 warnings (v6.10-rc3-263-g47cf82b3e437)
 2024-06-12  3:34 UTC 

[PATCH v2 0/1] quilt: 0.67 -> 0.68
 2024-06-12  3:33 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] cpufreq: Fix per-policy boost behavior after CPU hotplug
 2024-06-12  3:31 UTC 

[PATCH] crypto: starfive - Align rsa input data to 32-bit
 2024-06-12  2:58 UTC  (3+ messages)

[PATCH v10 0/6] uvcvideo: Fixes for hw timestamping
 2024-06-12  3:28 UTC  (5+ messages)
` [PATCH v10 4/6] media: uvcvideo: Allow hw clock updates with buffers not full

[android-common:android11-5.4 676/30000] arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts:51.34-56.5: Warning (unit_address_vs_reg): /reserved-memory/fastboot-cma-mem: node has a reg or ranges property, but no unit name
 2024-06-12  3:28 UTC 

[PATCH RFC v2] kbuild/x86: Use $(KBUILD_AFLAGS) in Kbuild's version of $(as-instr)
 2024-06-12  3:27 UTC  (2+ messages)

[PATCH v4 0/4] uvcvideo: Attempt N to land UVC race conditions fixes
 2024-06-12  3:25 UTC  (6+ messages)
` [PATCH v4 1/4] media: uvcvideo: stop stream during unregister

[PATCH v2 0/1] Allow platform drivers to update UIC command timeout
 2024-06-12  3:25 UTC  (5+ messages)
` [PATCH v2 1/1] scsi: ufs: core: Support Updating UIC Command Timeout

[PATCH v7 0/2] Support RISC-V IOPMP
 2024-06-12  3:17 UTC  (6+ messages)
` [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
` [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support

[PATCH] lib:sbi fix the trap_regs point misalignment issue
 2024-06-12  3:24 UTC 

[PATCH v2 00/24] Staging: rtl8192e: Maintenance renames and cleanup
 2024-06-12  3:22 UTC  (25+ messages)
` [PATCH v2 01/24] Staging: rtl8192e: Rename variable bHwSec
` [PATCH v2 02/24] Staging: rtl8192e: Rename variable bIsMulticast
` [PATCH v2 03/24] Staging: rtl8192e: Rename variable HTCurrentOperaRate
` [PATCH v2 04/24] Staging: rtl8192e: Rename variable HTOpMode
` [PATCH v2 05/24] Staging: rtl8192e: Rename variable bRTSEnable
` [PATCH v2 06/24] Staging: rtl8192e: Rename variable bRTSBW
` [PATCH v2 07/24] Staging: rtl8192e: Rename variable bCTSEnable
` [PATCH v2 08/24] Staging: rtl8192e: Rename variable bRTSUseShortGI
` [PATCH v2 09/24] Staging: rtl8192e: Rename variable bforced_tx20Mhz
` [PATCH v2 10/24] Staging: rtl8192e: Rename variable bPacketBW
` [PATCH v2 11/24] Staging: rtl8192e: Rename variable bBroadcast
` [PATCH v2 12/24] Staging: rtl8192e: Rename variable CntAfterLink
` [PATCH v2 13/24] Staging: rtl8192e: Rename variable bUseShortGI
` [PATCH v2 14/24] Staging: rtl8192e: Rename function TsStartAddBaProcess()
` [PATCH v2 15/24] Staging: rtl8192e: Fix alignment to match open parenthesis
` [PATCH v2 16/24] Staging: rtl8192e: Rename function rtllib_query_BandwidthMode
` [PATCH v2 17/24] Staging: rtl8192e: Rename function rtllib_query_ShortPreambleMode
` [PATCH v2 18/24] Staging: rtl8192e: Rename function rtllib_query_HTCapShortGI
` [PATCH v2 19/24] Staging: rtl8192e: Rename variable bUseShortPreamble
` [PATCH v2 20/24] Staging: rtl8192e: Rename variable bRTSSTBC
` [PATCH v2 21/24] Staging: rtl8192e: Remove parameter bIsAmsdu from rtllib_classify()
` [PATCH v2 22/24] Staging: rtl8192e: Remove variable IsAmsdu from rtllib_xmit_inter()
` [PATCH v2 23/24] Staging: rtl8192e: Fix alignment to match open parenthesis in rtllib_tx.c
` [PATCH v2 24/24] Staging: rtl8192e: Fix alignment to match open parenthesis in rtllib_rx.c

[PATCH] media: dvb-frontends: add missing MODULE_DESCRIPTION() macros
 2024-06-12  3:21 UTC 

[PATCH 0/3] Add support for Imagis IST3038 and clarify the usage of protocol_b
 2024-06-12  3:21 UTC  (4+ messages)
` [PATCH 1/3] input/touchscreen: imagis: Clarify "
` [PATCH 2/3] input/touchscreen: imagis: Add supports for Imagis IST3038
` [PATCH 3/3] dt-bindings: input/touchscreen: imagis: Document ist3038

[PATCH v4] erofs-utils: add I/O control for tarerofs stream via `erofs_vfile`
 2024-06-12  3:19 UTC  (2+ messages)

[conor:pci-regs 2/2] drivers/pci/controller/pcie-microchip-host.c:1204:25: error: invalid storage class for function 'mc_pcie_driver_init'
 2024-06-12  3:17 UTC 

[CI 01/43] mm/hmm: let users to tag specific PFNs
 2024-06-12  3:16 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for series starting with [CI,01/43] "
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[RFC] nvmem: u-boot-env: error if device too small
 2024-06-12  3:15 UTC 

[PATCH] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
 2024-06-12  3:14 UTC  (5+ messages)
    ` [LTP] "

[PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext
 2024-06-12  3:13 UTC  (5+ messages)
` [PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs

[PATCH] drm/i915/display: Send vrr vsync params whne vrr is enabled
 2024-06-12  3:13 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/display: Send vrr vsync params whne vrr is enabled (rev2)


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.