All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-09 19:36:40 to 2023-06-09 20:11:50 UTC [more...]

+ mm-mglru-allow-pte_offset_map_nolock-to-fail.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-swapoff-allow-pte_offset_map-to-fail.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

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

+ mm-madvise-clean-up-force_shm_swapin_readahead.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-madvise-clean-up-pte_offset_map_lock-scans.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-06-09 20:11 UTC  (4+ messages)
` [PATCH v2 28/32] mm/memory: "

+ mm-mprotect-delete-pmd_none_or_clear_bad_unless_trans_huge.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-mremap-retry-if-either-pte_offset_map_lock-fails.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-debug_vm_pgtablepage_table_check-warn-pte-map-fails.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-various-give-up-if-pte_offset_map-fails.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-userfaultfd-allow-pte_offset_map_lock-to-fail.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-userfaultfd-retry-if-pte_offset_map-fails.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-hmm-retry-if-pte_offset_map-fails.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-vmalloc-vmalloc_to_page-use-pte_offset_kernel.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-vmwgfx-simplify-pmd-pud-mapping-dirty-helpers.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-pagewalkers-action_again-if-pte_offset_map_lock-fails.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-pagewalk-walk_pte_range-allow-for-pte_offset_map.patch added to mm-unstable branch
 2023-06-09 20:11 UTC 

+ mm-page_vma_mapped-reformat-map_pte-with-less-indentation.patch added to mm-unstable branch
 2023-06-09 20:10 UTC 

+ mm-page_vma_mapped-pte_offset_map_nolock-not-pte_lockptr.patch added to mm-unstable branch
 2023-06-09 20:10 UTC 

+ mm-page_vma_mapped-delete-bogosity-in-page_vma_mapped_walk.patch added to mm-unstable branch
 2023-06-09 20:10 UTC 

+ mm-filemap-allow-pte_offset_map_lock-to-fail.patch added to mm-unstable branch
 2023-06-09 20:10 UTC 

+ mm-pgtable-allow-pte_offset_map-to-fail.patch added to mm-unstable branch
 2023-06-09 20:10 UTC 

+ mm-migrate-remove-cruft-from-migration_entry_waits.patch added to mm-unstable branch
 2023-06-09 20:10 UTC 

+ mm-pgtable-kmap_local_page-instead-of-kmap_atomic.patch added to mm-unstable branch
 2023-06-09 20:10 UTC 

+ mm-use-pmdp_get_lockless-without-surplus-barrier.patch added to mm-unstable branch
 2023-06-09 20:10 UTC 

[PATCH 0/2] change ->index to PAGE_SIZE for hugetlb pages
 2023-06-09 20:10 UTC  (6+ messages)
` [PATCH 1/2] mm/filemap: remove hugetlb special casing in filemap.c
` [PATCH 2/2] mm/hugetlb: add wrapper functions for interactions with page cache

[soc:soc/arm 14/16] drivers/input/touchscreen/ads7846.c:1126:17: warning: cast to smaller integer type 'u32' (aka 'unsigned int') from 'const void *'
 2023-06-09 20:09 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:511:12: warning: stack frame size (3904) exceeds limit (2048) in 'sdma_v6_0_gfx_resume'
 2023-06-09 20:09 UTC 

[PATCH net-next 0/8] mlxsw: Cleanups in router code
 2023-06-09 20:08 UTC  (3+ messages)
` [PATCH net-next 8/8] mlxsw: spectrum_router: Privatize mlxsw_sp_rif_dev()

[PATCH bpf-next v2 0/7] BPF link support for tc BPF programs
 2023-06-09 20:08 UTC  (14+ messages)
` [PATCH bpf-next v2 1/7] bpf: Add generic attach/detach/query API for multi-progs

[PATCH v11 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-09 20:05 UTC  (6+ messages)
` [PATCH v11 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v11 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure

[PATCH] mm/khugepaged: fix iteration in collapse_file
 2023-06-09 20:02 UTC  (2+ messages)

[RFC PATCH 00/80] Rust PuzzleFS filesystem driver
 2023-06-09 20:01 UTC  (17+ messages)

[RFC PATCH v2 net-next 0/7] ethtool: track custom RSS contexts in the core
 2023-06-09 20:01 UTC  (4+ messages)
` [RFC PATCH v2 net-next 3/7] net: ethtool: record custom RSS contexts in the IDR

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-06-09 20:00 UTC  (4+ messages)
` [dm-devel] [PATCH v7 2/5] block: "
  `  "

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-06-09 20:00 UTC  (9+ messages)
` [PATCH v13 16/24] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v13 17/24] gunyah: vm_mgr: Add framework for VM Functions

[PATCH net-next v7] net: ioctl: Use kernel memory on protocol ioctl callbacks
 2023-06-09 20:00 UTC  (3+ messages)

[PATCH v3 1/3] NFSv4.2: Fix READ_PLUS smatch warnings
 2023-06-09 20:00 UTC  (3+ messages)
` [PATCH v3 2/3] NFSv4.2: Fix READ_PLUS size calculations
` [PATCH v3 3/3] NFSv4.2: Rework scratch handling for READ_PLUS (again)

[LSF/MM/BPF TOPIC] HGM for hugetlbfs
 2023-06-09 19:57 UTC  (11+ messages)

[PATCH 00/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
 2023-06-09 19:55 UTC  (13+ messages)
` [PATCH 05/22] target/arm/tcg: Extract iwMMXt helpers from the generic 'helper.h'
` [PATCH 12/22] target/arm/tcg: Move neon_tbl() from op_helper.c to neon_helper.c
` [PATCH 13/22] target/arm/tcg: Extract NEON definitions to 'helper-neon.h.inc'
` [PATCH 14/22] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusion
` [PATCH 15/22] target/arm/tcg: Extract SVE2 definitions to 'helper-sve.h.inc'
` [PATCH 18/22] target/arm/tcg: Define SME set_svcr() helper in common 'helper.h'

[PATCH 00/20] DC Patches June 9, 2023
 2023-06-09 19:56 UTC  (2+ messages)

[igt-dev] [PATCH v2 i-g-t 0/4] gem_ctx_freq: multi-gt support and disable efficient freq
 2023-06-09 19:54 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for gem_ctx_freq: multi-gt support and disable efficient freq (rev2)

[PATCH net-next] tcp: Make pingpong threshold tunable
 2023-06-09 19:53 UTC  (2+ messages)

[Intel-xe] [PATCH 0/1] Fix stolen memory size calculation
 2023-06-09 19:53 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for "

[PATCH v3] arm64: dts: imx8mp-venice-gw74xx: update to revB PCB
 2023-06-09 19:52 UTC  (2+ messages)

[PATCH v2 0/2] ovl: port to new mount api & updated layer parsing
 2023-06-09 19:52 UTC  (3+ messages)
` [PATCH v2 2/2] ovl: modify layer parameter parsing

[PATCH v4,0/4] media: mediatek: vcodec: Fix decoder under flow and plt test fails randomly
 2023-06-09 19:50 UTC  (4+ messages)
` [PATCH v4,3/4] media: mediatek: vcodec: move core context from device to each instance

[PATCH v2 00/26] Fix memory leaks (was reference count checking for thread)
 2023-06-09 19:49 UTC  (7+ messages)
` [PATCH v2 06/26] perf addr_location: Add init/exit/copy functions
` [PATCH v2 24/26] perf callchain: Use pthread keys for tls callchain_cursor

[PATCH v2] arm64: dts: imx8mp-venice-gw74xx: update to revB PCB
 2023-06-09 19:48 UTC  (4+ messages)

[PATCH net-next v2 0/9] ptp .adjphase cleanups
 2023-06-09 19:47 UTC  (7+ messages)
` [PATCH net-next v2 7/9] ptp: ptp_clockmatrix: Add .getmaxphase ptp_clock_info callback

[PATCH v3 0/5] new event wait support
 2023-06-09 19:47 UTC  (4+ messages)
` [PATCH v3 3/5] drm/amdkfd: set activated flag true when event age unmatchs

[PATCH v3] Input: synaptics-rmi4 - retry reading SMBus version on resume
 2023-06-09 19:47 UTC 

[snitzer:dm-6.5-thin-reserve-throwaway 2/12] drivers/md/dm-flakey.c:418:17: warning: ignoring return value of 'bio_add_page' declared with attribute 'warn_unused_result'
 2023-06-09 19:47 UTC 

[PATCH v8 6/8] drm/etnaviv: add driver support for the PCI devices
 2023-06-09 19:46 UTC  (2+ messages)

[PATCH v2 1/3] NFSv4.2: Fix READ_PLUS smatch warnings
 2023-06-09 19:46 UTC  (3+ messages)
` [PATCH v2 2/3] NFSv4.2: Fix READ_PLUS size calculations
` [PATCH v2 3/3] NFSv4.2: Rework scratch handling for READ_PLUS (again)

[PATCH] powerpc/ftrace: Disable ftrace on ppc32 if using clang
 2023-06-09 19:45 UTC  (3+ messages)

[PATCH] sched/idle: disable tick in idle=poll idle entry
 2023-06-09 13:54 UTC  (3+ messages)

[PATCH] crypto: qat - do not export adf_init_admin_pm()
 2023-06-09 19:42 UTC 

[PATCH 0/2] sunxi, usb: Clean up SRAM initialization code
 2023-06-09 19:40 UTC  (5+ messages)
` [PATCH 2/2] usb: musb-new: sunxi: clarify the purpose of SRAM initialization

[dm-devel] fuzzing bcachefs with dm-flakey
 2023-06-09 19:38 UTC  (5+ messages)
      `  "

[xen-unstable-smoke test] 181347: regressions - FAIL
 2023-06-09 19:38 UTC 

[PATCH v2 0/6] Per-vma lock support for swap and userfaults
 2023-06-09 19:36 UTC  (6+ messages)
` [PATCH v2 5/6] mm: implement folio wait under VMA lock

[RFC PATCH 1/4] semodule_expand: update
 2023-06-09 19:37 UTC  (4+ messages)
` [RFC PATCH 3/4] semodule_package: update

[GIT PULL 1/6] soc/tegra: Changes for v6.5-rc1
 2023-06-09 19:36 UTC  (9+ messages)
` [GIT PULL 2/6] firmware: tegra: "
` [GIT PULL 3/6] dt-bindings: "
` [GIT PULL 4/6] memory: tegra: "
` [GIT PULL 5/6] PCI: "
` [GIT PULL 6/6] arm64: tegra: Device tree changes "


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.