All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-24 17:22:49 to 2023-07-24 17:50:10 UTC [more...]

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-24 17:50 UTC  (5+ messages)
` [PATCH v4 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v4 3/4] iommufd: Add IOMMU_GET_HW_INFO

[Intel-wired-lan] [PATCH v1] i40e: Add length check for IFLA_AF_SPEC parsing
 2023-07-24 17:44 UTC  (3+ messages)
  `  "

[PATCH v2 0/9] Avoid the mmap lock for fault-around
 2023-07-24 17:45 UTC  (7+ messages)
` [PATCH v2 5/9] mm: Move FAULT_FLAG_VMA_LOCK check down in handle_pte_fault()
` [PATCH v2 7/9] mm: Run the fault-around code under the VMA lock

[PATCH 0/2] Fix 'faddr2line' for LLVM arm64 builds
 2023-07-24 17:45 UTC  (3+ messages)
` [PATCH 1/2] scripts/faddr2line: Ignore non-function symbols in readelf output
` [PATCH 2/2] scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1

[PATCH v3] linux-user: Fix qemu-arm to run static armhf binaries
 2023-07-24 17:48 UTC 

[PATCH] io_uring: Use io_schedule* in cqring wait
 2023-07-24 17:44 UTC  (5+ messages)

[patch 00/29] x86/cpu: Rework the topology evaluation
 2023-07-24 17:44 UTC  (30+ messages)
` [patch 01/29] x86/cpu: Encapsulate topology information in cpuinfo_x86
` [patch 02/29] x86/cpu: Move phys_proc_id into topology info
` [patch 03/29] x86/cpu: Move cpu_die_id "
` [patch 04/29] scsi: lpfc: Use topology_core_id()
` [patch 05/29] hwmon: (fam15h_power) "
` [patch 06/29] x86/cpu: Move cpu_core_id into topology info
` [patch 07/29] x86/cpu: Move cu_id "
` [patch 08/29] x86/cpu: Remove pointless evaluation of x86_coreid_bits
` [patch 09/29] x86/cpu: Move logical package and die IDs into topology info
` [patch 10/29] x86/cpu: Move cpu_l[l2]c_id "
` [patch 11/29] x86/cpu: Provide debug interface
` [patch 12/29] x86/cpu: Provide cpuid_read() et al
` [patch 13/29] x86/cpu: Provide cpu_init/parse_topology()
` [patch 14/29] x86/cpu: Add legacy topology parser
` [patch 15/29] x86/cpu: Use common topology code for Centaur and Zhaoxin
` [patch 16/29] x86/cpu: Move __max_die_per_package to common.c
` [patch 17/29] x86/cpu: Provide a sane leaf 0xb/0x1f parser
` [patch 18/29] x86/cpu: Use common topology code for Intel
` [patch 19/29] x86/cpu/amd: Provide a separate acessor for Node ID
` [patch 20/29] x86/cpu: Provide an AMD/HYGON specific topology parser
` [patch 21/29] x86/smpboot: Teach it about topo.amd_node_id
` [patch 22/29] x86/cpu: Use common topology code for AMD
` [patch 23/29] x86/cpu: Use common topology code for HYGON
` [patch 24/29] x86/mm/numa: Use core domain size on AMD
` [patch 25/29] x86/cpu: Make topology_amd_node_id() use the actual node info
` [patch 26/29] x86/cpu: Remove topology.c
` [patch 27/29] x86/cpu: Remove x86_coreid_bits
` [patch 28/29] x86/apic: Remove unused phys_pkg_id() callback
` [patch 29/29] x86/apic/uv: Remove the private leaf 0xb parser

[PATCH] mm/hotplug: Enable runtime update of memmap_on_memory parameter
 2023-07-24 17:46 UTC  (5+ messages)

[PATCH v4] backlight: gpio_backlight: Drop output GPIO direction check for initial power state
 2023-07-24 17:46 UTC  (2+ messages)

[PATCH] spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI
 2023-07-24 17:46 UTC  (3+ messages)

[PATCH v5 00/25] iommu: Make default_domain's mandatory
 2023-07-24 17:22 UTC  (63+ messages)
` [PATCH v5 01/25] iommu: Add iommu_ops->identity_domain
` [PATCH v5 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v5 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v5 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v5 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v5 06/25] iommu/tegra-gart: Remove tegra-gart
` [PATCH v5 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v5 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v5 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v5 10/25] iommu/exynos: Implement an IDENTITY domain
` [PATCH v5 11/25] iommu/tegra-smmu: "
` [PATCH v5 12/25] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v5 13/25] iommu/omap: Implement an IDENTITY domain
` [PATCH v5 14/25] iommu/msm: "
` [PATCH v5 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v5 16/25] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v5 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v5 18/25] iommu/ipmmu: "
` [PATCH v5 19/25] iommu/mtk_iommu: "
` [PATCH v5 20/25] iommu/sun50i: "
` [PATCH v5 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v5 22/25] iommu: Add __iommu_group_domain_alloc()
` [PATCH v5 23/25] iommu: Add ops->domain_alloc_paging()
` [PATCH v5 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v5 25/25] iommu: Convert remaining simple drivers "

[PATCH v4 0/6] Add support for memmap on memory feature on ppc64
 2023-07-24 17:29 UTC  (9+ messages)
` [PATCH v4 4/6] mm/hotplug: Allow pageblock alignment via altmap reservation

[PATCH for-8.2 0/3] arm: Use correct number of MPU regions on mps2-tz boards
 2023-07-24 17:43 UTC  (4+ messages)
` [PATCH for-8.2 1/3] target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
` [PATCH for-8.2 2/3] hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
` [PATCH for-8.2 3/3] hw/arm: Set number of MPU regions correctly for an505, an521, an524

[PATCH v2 0/3] riscv: Add BeagleV Ahead board support
 2023-07-24 17:43 UTC  (5+ messages)

[RFC 2/4] mm/memblock: Add hugepage_size member to struct memblock_region
 2023-07-24 17:44 UTC  (3+ messages)

[stable:linux-5.10.y 119/9999] WARNING: modpost: lib/test_bitmap.o(.text.unlikely+0xd8): Section mismatch in reference from the function bitmap_equal() to the variable .init.rodata:clump_exp
 2023-07-24 17:44 UTC 

[PATCH v4 00/11] wifi: ath12k: (v4) EHT support
 2023-07-24 17:43 UTC  (9+ messages)
` [PATCH v4 03/11] wifi: ath12k: WMI support to process EHT capabilities

+ mm-page_io-convert-bio_associate_blkg_from_page-to-take-in-a-folio.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-use-a-folio-in-swap_writepage_bdev_async.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-convert-count_swpout_vm_event-to-take-in-a-folio.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-use-a-folio-in-swap_writepage_bdev_sync.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-use-a-folio-in-sio_read_complete.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-use-a-folio-in-__end_swap_bio_read.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-use-a-folio-in-__end_swap_bio_write.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-introduce-bio_first_folio_all.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-remove-unneeded-setpageerror.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

+ mm-page_io-remove-unneeded-clearpageuptodate.patch added to mm-unstable branch
 2023-07-24 17:43 UTC 

[PATCH v1] sh: boards: fix CEU buffer size passed to dma_declare_coherent_memory()
 2023-07-24 17:43 UTC  (4+ messages)

[PATCH v2] splice, net: Fix splice_to_socket() for O_NONBLOCK socket
 2023-07-24 17:39 UTC 

[PATCH net-next 00/11] Create common DPLL configuration API
 2023-07-24 17:41 UTC  (3+ messages)
` [PATCH 09/11] ice: implement dpll interface to control cgu

[PATCH 1/1] spl: add FIT support to semihosting boot method
 2023-07-24 17:41 UTC  (3+ messages)

[PATCH v2] driver core: Call dma_cleanup() on the test_remove path
 2023-07-24 17:40 UTC 

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-24 17:40 UTC  (5+ messages)
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH] driver core: Call dma_cleanup() on the test_remove path
 2023-07-24 17:39 UTC  (2+ messages)

[PATCH v4 0/1] sequencer: finish parsing the todo list despite an invalid first line
 2023-07-24 17:39 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/1] "

[PATCH 01/44] Split out common part of BCM283X classes
 2023-07-24 17:36 UTC 

[PATCH] splice, net: Fix splice_to_socket() for O_NONBLOCK socket
 2023-07-24 17:37 UTC  (6+ messages)

[PATCH] m68k: Fix invalid .section syntax
 2023-07-24 17:37 UTC  (3+ messages)

+ mm-lock-vma-in-dup_anon_vma-before-setting-anon_vma.patch added to mm-hotfixes-unstable branch
 2023-07-24 17:36 UTC 

[PATCH] iommu/sprd: Add missing force_aperture
 2023-07-24 17:36 UTC 

[PATCH 0/3] Fix residual handling in two SCSI LLDs
 2023-07-24 17:35 UTC  (5+ messages)
` [PATCH 2/3] scsi: ufs: Fix residual handling

[PATCH 00/20] bcachefs prereqs patch series
 2023-07-24 17:35 UTC  (7+ messages)
` [PATCH 04/20] block: Add some exports for bcachefs
` [PATCH 05/20] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
` [PATCH 06/20] block: Bring back zero_fill_bio_iter

[Intel-gfx] [PATCH v2] drm/i915/tv: avoid possible division by zero
 2023-07-24 17:35 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_exec_await: Avoid DG2 conflicts
 2023-07-24 17:35 UTC  (2+ messages)

[PATCH] file: always lock position
 2023-07-24 17:34 UTC  (6+ messages)

+ zsmalloc-fix-races-between-modifications-of-fullness-and-isolated.patch added to mm-unstable branch
 2023-07-24 17:34 UTC 

[PATCH] clk: also return NULL for -ENOENT in devm_clk_get_optional functions
 2023-07-24 17:34 UTC  (3+ messages)

[RFC 1/4] mm/hugetlb: Skip prep of tail pages when HVO is enabled
 2023-07-24 17:33 UTC  (2+ messages)

[PATCH v1 0/5] ARM: Add GXP UMAC Support
 2023-07-24 17:33 UTC  (3+ messages)
` [PATCH v1 1/5] dt-bindings: net: Add HPE GXP UMAC MDIO

[PATCH] ASoC: codecs: lpass: Log clk_get() failures
 2023-07-24 17:31 UTC  (2+ messages)

[PATCH v3 0/2] drm/mipi-dbi: Allow using same the D/C GPIO for multiple displays
 2023-07-24 17:11 UTC  (3+ messages)
` [PATCH v3 1/2] drm/mipi-dbi: Lock SPI bus before setting D/C GPIO

FAILED: patch "[PATCH] r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions" failed to apply to 6.4-stable tree
 2023-07-24 17:32 UTC  (3+ messages)
` [PATCH] r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM is disabled during NAPI poll")

[PATCH 0/3] io_uring: Initial support for {s,g}etsockopt commands
 2023-07-24 17:31 UTC  (3+ messages)
` [PATCH 2/4] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT

[PATCH] nvmem: Kconfig: Fix typo "drive" -> "driver"
 2023-07-24 17:31 UTC  (2+ messages)

[PATCH v5 0/3] Fix IS_ERR() vs NULL check for drm
 2023-07-24 17:14 UTC  (3+ messages)
` [PATCH v5 1/3] drm/panel: Fix IS_ERR() vs NULL check in nt35950_probe()

[PATCH 0/2] Improve V4L2 M2M job scheduler
 2023-07-24 17:29 UTC  (8+ messages)
` [PATCH 1/2] [RESEND] media: v4l2-mem2mem: allow device run without buf

[PATCH v3 0/2] Add new "describe" atom
 2023-07-24 17:29 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] ref-filter: add multiple-option parsing functions

[PATCH v2] mm: Fix memory ordering for mm_lock_seq and vm_lock_seq
 2023-07-24 17:29 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/rdma-core: bump to version v47.0
 2023-07-24 17:28 UTC 

[PATCH net-next 00/10] net: stmmac: add new features to xgmac
 2023-07-24 17:28 UTC  (5+ messages)
` [PATCH net-next 07/10] dt-bindings: net: snps,dwmac: add safety irq support
` [PATCH net-next 09/10] dt-bindings: net: snps,dwmac: add per channel "

Linux 4.19.289
 2023-07-24 17:27 UTC  (2+ messages)

+ mm-compaction-correct-comment-of-candidate-pfn-in-fast_isolate_freepages.patch added to mm-unstable branch
 2023-07-24 17:27 UTC 

+ mm-compaction-avoid-unneeded-pageblock_end_pfn-when-no_set_skip_hint-is-set.patch added to mm-unstable branch
 2023-07-24 17:27 UTC 

[PATCH net-next 0/2] net: store netdevs in an xarray
 2023-07-24 17:27 UTC  (6+ messages)
` [PATCH net-next 1/2] "

Linux 5.4.250
 2023-07-24 17:26 UTC  (2+ messages)

[PATCH v3 0/6] lib{xc,xl}: support for guest MSR features
 2023-07-24 17:26 UTC  (3+ messages)
` [PATCH v3 3/6] libxl: introduce MSR data in libxl_cpuid_policy

[XEN PATCH v2] automation: add ECLAIR pipeline
 2023-07-24 17:25 UTC 

Linux 5.10.187
 2023-07-24 17:26 UTC  (2+ messages)

Linux 5.15.122
 2023-07-24 17:25 UTC  (2+ messages)

Linux 6.1.41
 2023-07-24 17:25 UTC  (2+ messages)

+ ia64-mmap-consider-pgoff-when-searching-for-free-mapping.patch added to mm-nonmm-unstable branch
 2023-07-24 17:24 UTC 

[Buildroot] [PATCH 1/1] boot/edk2: remove superfluous =TRUE in DEBUG_ON_SERIAL_PORT macro definition
 2023-07-24 17:24 UTC 

Linux 6.4.6
 2023-07-24 17:24 UTC  (2+ messages)

[PULL 00/19] UI & audio patches
 2023-07-24 17:23 UTC  (5+ messages)
` [PULL 06/19] ui/gtk: set scanout-mode right before scheduling draw


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.