All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-15 00:52:48 to 2023-03-15 02:41:27 UTC [more...]

[GIT PULL] hotfixes for 6.3-rc1
 2023-03-15  2:41 UTC  (2+ messages)

[PATCH] drm/i915: Fix format for perf_limit_reasons
 2023-03-15  2:40 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] app/testpmd: support dump ethdev private cmd
 2023-03-15  2:33 UTC  (4+ messages)
` [PATCH] app/testpmd: dump private info in 'show port info'

[PATCH] memcg: page_cgroup_ino() get memcg from compound_head(page)
 2023-03-15  2:39 UTC  (9+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-15  2:39 UTC 

[PATCH 0/7] tools: More Python 3 fixes (part 1 of N)
 2023-03-15  2:37 UTC  (2+ messages)

[RFC 0/2] optimise local-tw task resheduling
 2023-03-15  2:35 UTC  (2+ messages)

[PATCH] migration-guides: add release-notes for 4.1.3
 2023-03-15  2:31 UTC 

mv88e6xxx / MV88E6176 + VLAN-aware unusable in 5.15.98 (ok in 5.10.168) (resend)
 2023-03-15  2:35 UTC  (3+ messages)

[PATCH] tests/tcg/xtensa: allow testing big-endian cores
 2023-03-15  2:34 UTC 

[PATCH 01/36] EDAC/sysfs: move to use bus_get_dev_root()
 2023-03-15  2:33 UTC  (6+ messages)
` [PATCH 14/36] powerpc/pseries: "
` [PATCH 23/36] driver core: bus: mark the struct bus_type for sysfs callbacks as constant

[PATCH] ELF: document some de-facto PT_* ABI quirks
 2023-03-15  2:34 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: resove reboot exception for si oland
 2023-03-15  2:32 UTC  (3+ messages)

[PATCH -next] perf: qcom: Use devm_platform_get_and_ioremap_resource()
 2023-03-15  2:31 UTC  (2+ messages)

[PATCH -next] perf: arm: Use devm_platform_get_and_ioremap_resource()
 2023-03-15  2:30 UTC  (2+ messages)

[PATCH] ata: Use of_property_present() for testing DT property presence
 2023-03-15  1:26 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-15  2:29 UTC 

[PATCH net] vmxnet3: use gro callback when UPT is enabled
 2023-03-15  2:27 UTC  (7+ messages)

[QUESTION] How to fix the race of "mdadm --add" and "mdadm mdadm --incremental --export"
 2023-03-15  2:25 UTC  (3+ messages)

linux-next: duplicate patch in the mm tree
 2023-03-15  2:22 UTC 

[meta-oe][kirkstone][PATCH] mariadb: Upgrade to 10.7.8
 2023-03-15  2:22 UTC 

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-03-15  2:21 UTC  (5+ messages)
` [PATCH v3 02/38] ata: add HAS_IOPORT dependencies
` [PATCH v3 25/38] platform: "

[PATCH v4 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-15  2:17 UTC  (8+ messages)

[PATCH] dt-bindings: pinctrl: qcom,qcm2290-tlmm: Allow input-enable
 2023-03-15  2:20 UTC  (2+ messages)

[RESEND PATCH v2] RISC-V: mm: Support huge page in vmalloc_fault()
 2023-03-15  2:20 UTC  (5+ messages)

[meta-security][PATCH] dm-verity-img.bbclass: Fix the hash offset alignment issue
 2023-03-15  2:12 UTC 

[PATCH v2 0/5] Process connector bug fixes & enhancements
 2023-03-15  2:18 UTC  (6+ messages)
` [PATCH v2 1/5] netlink: Reverse the patch which removed filtering
` [PATCH v2 2/5] connector/cn_proc: Add filtering to fix some bugs
` [PATCH v2 3/5] connector/cn_proc: Test code for proc connector
` [PATCH v2 4/5] connector/cn_proc: Performance improvements
` [PATCH v2 5/5] connector/cn_proc: Allow non-root users access

[PATCH net v2 0/2] virtio_net: fix two bugs related to XDP
 2023-03-15  2:19 UTC  (9+ messages)
` [PATCH net v2 1/2] virtio_net: fix page_to_skb() miss headroom
` [PATCH net v2 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails

RTT-PROBE: lore-subspace-rtt
 2023-03-15  2:19 UTC 

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-15  2:17 UTC  (15+ messages)
` [WIP Patch v2 01/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test
` [WIP Patch v2 02/14] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [WIP Patch v2 03/14] KVM: Allow hva_pfn_fast to resolve read-only faults
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field
` [WIP Patch v2 05/14] KVM: x86: Implement memory fault exit for direct_map
` [WIP Patch v2 06/14] KVM: x86: Implement memory fault exit for kvm_handle_page_fault
` [WIP Patch v2 07/14] KVM: x86: Implement memory fault exit for setup_vmgexit_scratch
` [WIP Patch v2 08/14] KVM: x86: Implement memory fault exit for FNAME(fetch)
` [WIP Patch v2 09/14] KVM: Introduce KVM_CAP_MEMORY_FAULT_NOWAIT without implementation
` [WIP Patch v2 10/14] KVM: x86: Implement KVM_CAP_MEMORY_FAULT_NOWAIT
` [WIP Patch v2 11/14] KVM: arm64: Allow user_mem_abort to return 0 to signal a 'normal' exit
` [WIP Patch v2 12/14] KVM: arm64: Implement KVM_CAP_MEMORY_FAULT_NOWAIT
` [WIP Patch v2 13/14] KVM: selftests: Add memslot_flags parameter to memstress_create_vm
` [WIP Patch v2 14/14] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH bpf-next v2 RESEND] bpf, docs: Add docs on extended 64-bit immediate instructions
 2023-03-15  2:18 UTC  (2+ messages)
` [Bpf] "

[Intel-xe] [PATCH 1/2] drm/xe: Introduce GT oriented log messages
 2023-03-15  2:13 UTC  (5+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe: Use GT oriented log messages in xe_gt.c
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Introduce GT oriented log messages
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

linux-next: duplicate patch in the mm-hotfixes tree
 2023-03-15  2:13 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-15  2:09 UTC 

[PATCH v2 4/5] riscv: Select ARCH_DMA_DEFAULT_COHERENT
 2023-03-15  2:07 UTC  (4+ messages)

[ANNOUNCEMENT] Yocto Project 4.1.3 is Released
 2023-03-15  2:07 UTC 

[PATCH v2 0/3] target/s390x: Implement Early Exception Recognition
 2023-03-15  2:04 UTC  (4+ messages)
` [PATCH v2 1/3] target/s390x: Fix LPSW
` [PATCH v2 2/3] target/s390x: Implement Early Exception Recognition
` [PATCH v2 3/3] tests/tcg/s390x: Add PSW modification tests

[tip:locking/core] BUILD SUCCESS f7faedffa92c35afbcfbf0a3dd73079e16b2b87f
 2023-03-15  2:02 UTC 

Best way to use altp2m to support VMFUNC EPT-switching?
 2023-03-15  2:01 UTC 

[LTP] [PATCH 1/1] ns_ifmove.c: Rewrite to new API
 2023-03-15  2:01 UTC  (3+ messages)

[net-next PATCH v3 00/14] net: Add basic LED support for switch/phy
 2023-03-15  1:58 UTC  (11+ messages)
` [net-next PATCH v3 02/14] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH v3 06/14] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH v3 09/14] dt-bindings: net: dsa: dsa-port: Document support for LEDs node

RTT-PROBE: lore-subspace-rtt
 2023-03-15  1:59 UTC 

[PATCH for-next v2 0/2] RDMA/erdma: Add non-4K page size support
 2023-03-15  1:58 UTC  (6+ messages)
` [PATCH for-next v2 2/2] RDMA/erdma: Support non-4K page size in doorbell allocation

[RFC 2/4] media: videobuf2: Replace bufs array by a list
 2023-03-15  1:57 UTC  (2+ messages)

linux-next: Tree for Mar 15
 2023-03-15  1:57 UTC 

[PATCH] drivers: skip build of sub-libs not supporting IOVA mode
 2023-03-15  1:56 UTC  (4+ messages)
` [PATCH v3 0/5] refactor disabling IOVA as PA
  ` [PATCH v3 1/5] build: clarify configuration without IOVA field in mbuf

[PATCH] io_uring: rsrc: Optimize return value variable 'ret'
 2023-03-16 18:13 UTC  (2+ messages)

[RFC PATCH v1] powerpc: Add version to install filenames
 2023-03-15  1:54 UTC  (2+ messages)

linux-next: build warning after merge of the block tree
 2023-03-15  1:54 UTC  (2+ messages)

[PATCH] migration/rdma: Fix return-path case
 2023-03-15  1:52 UTC  (2+ messages)

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2023-03-15  1:51 UTC  (23+ messages)
          ` [PATCH] [REGRESSION] "

RTT-PROBE: lore-subspace-rtt
 2023-03-15  1:49 UTC 

[OE-core][PATCH] rng-tools: disable rngd daemon start by default
 2023-03-15  1:47 UTC 

[PATCH v2] docs: Add relevant kernel publications to list of books
 2023-03-15  1:47 UTC  (4+ messages)
` [PATCH v3] "

linux-next: build warnings after merge of the nvmem tree
 2023-03-15  1:46 UTC 

[RFC PATCH v2 3/3] ufs: mcq: Added ufshcd_mcq_abort()
 2023-03-15  1:45 UTC 

[PATCH v5 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2
 2023-03-15  1:45 UTC  (3+ messages)

[PATCH v14 0/3] riscv, mm: detect svnapot cpu support at runtime
 2023-03-15  1:40 UTC  (2+ messages)

[PATCH v2 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-03-15  1:08 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 11/27] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
  `  "

RTT-PROBE: lore-subspace-rtt
 2023-03-15  1:39 UTC 

[BUG] v6.3-rc2 regresses sched_getaffinity() for arm64
 2023-03-15  1:35 UTC  (4+ messages)

[PATCH] pata_parport: fix parport release without claim
 2023-03-15  1:35 UTC  (2+ messages)

[mickledore][2.4][PATCH 0/2] update toaster fixtures
 2023-03-15  1:33 UTC  (3+ messages)
` [mickledore][2.4][PATCH 1/2] toaster: update gen_fixtures.py for mickledore
` [mickledore][2.4][PATCH 2/2] toaster: update fixtures "

[PATCH v3 0/6] ext4: Fix stale buffer loading from last failed
 2023-03-15  1:31 UTC  (7+ messages)
` [PATCH v3 1/6] ext4: Fix reusing stale buffer heads from last failed mounting
` [PATCH v3 2/6] ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'
` [PATCH v3 3/6] jbd2: remove unused feature macros
` [PATCH v3 4/6] jbd2: switch to check format version in superblock directly
` [PATCH v3 5/6] jbd2: factor out journal initialization from journal_get_superblock()
` [PATCH v3 6/6] jbd2: remove j_format_version

[PATCH v6 0/8] Add Ethernet driver for StarFive JH7110 SoC
 2023-03-15  1:31 UTC  (4+ messages)

[PATCH v2 00/18] x86/reboot: KVM: Clean up "emergency" virt code
 2023-03-15  1:30 UTC  (7+ messages)
` [PATCH v2 05/18] x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback

[PATCH v9 0/5] Add function suspend/resume and remote wakeup support
 2023-03-15  1:29 UTC  (3+ messages)
` [PATCH v9 5/5] usb: gadget: f_ecm: Add "

[PATCH v7 0/5] dmaengine: dw-edma: Add support for native HDMA
 2023-03-15  1:28 UTC  (6+ messages)
` [PATCH v7 1/5] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH v7 2/5] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation
` [PATCH v7 3/5] dmaengine: dw-edma: Add support for native HDMA
` [PATCH v7 4/5] dmaengine: dw-edma: Add HDMA DebugFS support
` [PATCH v7 5/5] dmaengine: dw-edma: Optimization in dw_edma_v0_core_handle_int

RTT-PROBE: lore-subspace-rtt
 2023-03-15  1:29 UTC 

[PATCH v2 resend 3] ahci: qoriq: Add platform dependencies
 2023-03-15  1:27 UTC  (3+ messages)

[PATCH 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
 2023-03-15  1:27 UTC  (6+ messages)
` [PATCH 2/2] mm: compaction: fix the possible deadlock when isolating hugetlb pages

[PATCH 1/2] eal: fix failure race and behavior of thread create
 2023-03-15  1:26 UTC  (5+ messages)
` [PATCH v4 0/2] fix race in rte_thread_create failure path
  ` [PATCH v4 2/2] eal: fix failure path race setting new thread affinity

[PATCH] selftests/resctrl: Use correct exit code when tests fail
 2023-03-15  1:25 UTC  (2+ messages)

[PATCH] blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch_ops
 2023-03-15  1:21 UTC  (3+ messages)

[PATCH] loop: Fix use-after-free issues
 2023-03-15  1:21 UTC  (3+ messages)

[PIEDAY DELUGE 2/2] xfs: online repair in its entirety
 2023-03-15  1:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-03-15  1:19 UTC 

[PATCH] iommu/vt-d: Remove unnecessary locking in intel_irq_remapping_alloc()
 2023-03-15  1:14 UTC  (3+ messages)

[PATCH v1] media: admin-guide: Update rkisp1.rst
 2023-03-15  1:14 UTC  (4+ messages)

[PATCH] arm64: dts: cisco: add device tree for Cisco CrayAr Argos
 2023-03-15  1:09 UTC  (2+ messages)

[PIEDAY DELUGE 1/2] xfs: all pending online scrub improvements
 2023-03-15  1:12 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS 4f00848e490c59a627495cb7d56baad47f53ddde
 2023-03-15  1:11 UTC 

[Intel-xe] [PATCH] drm/xe: Silence kernel-doc warnings related to display
 2023-03-15  1:10 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH v2] clocking-wizard: Support higher frequency accuracy
 2023-03-15  1:09 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-15  1:09 UTC 

[PATCH v2] driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT
 2023-03-15  1:07 UTC 

[PATCH net-next v6 1/1] net: dsa: hellcreek: Get rid of custom led_init_default_state_get()
 2023-03-15  1:05 UTC  (2+ messages)

[PULL] Please pull u-boot-coldfire/master
 2023-03-15  1:03 UTC 

[PATCH] xfs_repair: fix incorrect dabtree hashval comparison
 2023-03-15  1:01 UTC 

[Intel-gfx] [PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-15  1:01 UTC  (6+ messages)
` [Intel-gfx] [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
      `  "

[PATCH] xfs_db: fix complaints about unsigned char casting
 2023-03-15  1:01 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-03-15  0:59 UTC 

[PATCH] board: m5253demo: remove floating point flash size calculation
 2023-03-15  0:58 UTC 

[PATCH] m68k: add private libgcc ashrdi3
 2023-03-15  0:58 UTC 

[PATCH] xfs: stress test cycling parent pointers with online repair
 2023-03-15  0:58 UTC 

[PATCH] clk: mediatek: clk-pllfh: fix missing of_node_put() in fhctl_parse_dt()
 2023-03-15  0:56 UTC  (2+ messages)

[PATCHSET v3 00/15] fstests: improve junit xml reporting
 2023-03-15  0:53 UTC  (16+ messages)
` [PATCH 01/15] check: generate section reports between tests
` [PATCH 02/15] report: derive an xml schema for the xunit report
` [PATCH 03/15] report: capture the time zone in the test report timestamp
` [PATCH 04/15] report: clarify the meaning of the timestamp attribute
` [PATCH 05/15] report: record fstests start and report generation timestamps
` [PATCH 06/15] report: encode cdata sections correctly
` [PATCH 07/15] report: encode the kernel log as a separate xml element
` [PATCH 08/15] report: sort properties by name
` [PATCH 09/15] report: pass property value to _xunit_add_property
` [PATCH 10/15] report: encode xml entities in property values
` [PATCH 11/15] report: collect basic information about a test run
` [PATCH 12/15] report: record optional environment variables
` [PATCH 13/15] report: record xfs-specific information about a test run
` [PATCH 14/15] report: record ext*-specific "
` [PATCH 15/15] report: allow test runners to inject arbitrary values

[RFC PATCH 0/5] Add Xen PVH dom0 support for GPU
 2023-03-15  0:52 UTC  (4+ messages)
` [RFC PATCH 1/5] x86/xen: disable swiotlb for xen pvh


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.