messages from 2024-10-08 04:22:54 to 2024-10-10 18:27:12 UTC [more...]
[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-10 18:23 UTC (22+ messages)
` [PATCH v13 01/85] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
` [PATCH v13 02/85] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
` [PATCH v13 03/85] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v13 04/85] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
` [PATCH v13 05/85] KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
` [PATCH v13 06/85] KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
` [PATCH v13 07/85] KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE
` [PATCH v13 08/85] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
` [PATCH v13 09/85] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
` [PATCH v13 10/85] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
` [PATCH v13 11/85] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v13 12/85] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
` [PATCH v13 13/85] KVM: Annotate that all paths in hva_to_pfn() might sleep
` [PATCH v13 14/85] KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAIN
` [PATCH v13 15/85] KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned page
` [PATCH v13 16/85] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
` [PATCH v13 17/85] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
` [PATCH v13 18/85] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 20/85] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map()
` [PATCH v13 21/85] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map()
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-10 17:18 UTC (25+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
` Bisected: "
[PATCH 0/9] vdso: Remove timekeeper argument and includes
2024-10-10 16:01 UTC (11+ messages)
` [PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
` [PATCH 2/9] arm: vdso: Remove timekeeper includes
` [PATCH 3/9] arm64: vdso: Remove timekeeper include
` [PATCH 4/9] powerpc/vdso: Remove timekeeper includes
` [PATCH 5/9] riscv: vdso: Remove timekeeper include
` [PATCH 6/9] s390/vdso: Remove timekeeper includes
` [PATCH 7/9] x86/vdso: Remove timekeeper include
` [PATCH 8/9] LoongArch: vdso: Remove timekeeper includes
` [PATCH 9/9] MIPS: "
[PATCH] drm/radeon: always set GEM function pointer
2024-10-10 13:57 UTC (2+ messages)
` [PATCHES] drm/radeon issues
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-10 11:37 UTC (19+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH 1/2] powerpc/vdso: Add a page for non-time data
2024-10-10 9:28 UTC (6+ messages)
` [PATCH 2/2] powerpc/vdso: Implement __arch_get_vdso_rng_data()
[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
2024-10-10 9:27 UTC (4+ messages)
` [PATCH v2 13/15] powerpc/rtas: Use fsleep() to minimize additional sleep duration
provide generic page_to_phys and phys_to_page implementations
2024-10-10 8:37 UTC (6+ messages)
` [PATCH] asm-generic: "
[linux-next][20241004]BUG: KFENCE: memory corruption in xfs_iext_remove+0x288/0x2c8 [xfs]
2024-10-10 8:09 UTC (3+ messages)
[PATCH 00/28] vdso: Preparations for generic data storage
2024-10-10 7:55 UTC (31+ messages)
` [PATCH 01/28] csky/vdso: Remove gettimeofday() and friends from VDSO
` [PATCH 02/28] csky/vdso: Remove arch_vma_name()
` [PATCH 03/28] s390/vdso: Drop LBASE_VDSO
` [PATCH 04/28] arm64: vdso: "
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
` [PATCH 06/28] riscv: "
` [PATCH 07/28] arm: vdso: Remove assembly for datapage access
` [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data
` [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data"
` [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name()
` [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data
` [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page
` [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar
` [PATCH 14/28] x86: vdso: Allocate vvar page from C code
` [PATCH 15/28] x86: vdso: Access timens vdso data without vvar.h
` [PATCH 16/28] x86: vdso: Access rng "
` [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h
` [PATCH 18/28] x86: vdso: Access vdso data without vvar.h
` [PATCH 19/28] x86: vdso: Delete vvar.h
` [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping
` [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data
` [PATCH 22/28] powerpc: procfs: Propagate error of remap_pfn_range()
` [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors
` [PATCH 24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors
` [PATCH 25/28] powerpc: Add kconfig option for the systemcfg page
` [PATCH 26/28] powerpc: Split systemcfg data out of vdso data page
` [PATCH 27/28] powerpc: Split systemcfg struct definitions out from vdso
` [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data
[RFC 1/2] cma: Fix CMA_MIN_ALIGNMENT_BYTES during early_init
2024-10-10 3:19 UTC (4+ messages)
` [RFC 2/2] fadump: Make fadump reserve_dump_area_start CMA aligned in case of holes
[PATCH] powerpc/vdso: Flag VDSO64 entry points as functions
2024-10-09 22:17 UTC
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-10-09 21:02 UTC (15+ messages)
[PATCH v2 0/2] powerpc: Prepare for clang's per-task stack protector support
2024-10-09 19:26 UTC (3+ messages)
` [PATCH v2 1/2] powerpc: Fix stack protector Kconfig test for clang
` [PATCH v2 2/2] powerpc: Adjust adding stack protector flags to KBUILD_CLAGS "
[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
2024-10-09 15:31 UTC (10+ messages)
` [PATCH v2 1/2] ftrace: Make ftrace_regs abstract from direct use
` [PATCH v2 2/2] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
[PATCH v5 00/30] Permission Overlay Extension
2024-10-09 14:43 UTC (4+ messages)
` [PATCH v5 19/30] arm64: add POE signal support
[PATCH 0/5] asm-generic: clean up asm/mman.h
2024-10-09 14:32 UTC (11+ messages)
` [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
` [PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
` [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
2024-10-09 14:31 UTC (3+ messages)
[PATCH net-next] eth: remove the DLink/Sundance (ST201) driver
2024-10-09 12:37 UTC (3+ messages)
[PATCH 0/2] ASoC: imx-card: add cs42888 codec support
2024-10-09 7:46 UTC (3+ messages)
` [PATCH 1/2] ASoC: imx-card: Set mclk for codec
` [PATCH 2/2] ASoC: imx-card: Add CS42888 support
[PATCH] powerpc/boot: Remove bogus reference to lilo
2024-10-09 5:38 UTC
[PATCH 1/2] powerpc/machdep: Drop include of seq_file.h
2024-10-09 5:18 UTC (2+ messages)
` [PATCH 2/2] powerpc/machdep: Drop include of dma-mapping.h
[PATCH] powerpc/64: Drop IPI_PRIORITY from asm-offsets
2024-10-09 5:17 UTC
[PATCH] powermac: Call of_node_put(bk_node) only once in pmac_has_backlight_type()
2024-10-09 4:48 UTC (3+ messages)
[RFC PATCH] powerpc/vdso: Should VDSO64 functions be flagged as functions like VDSO32 ?
2024-10-09 3:45 UTC (4+ messages)
[PATCH] ftrace: Make ftrace_regs abstract from direct use
2024-10-08 22:58 UTC (9+ messages)
[PATCH 0/3] powerpc: Prepare for clang's per-task stack protector support
2024-10-08 16:09 UTC (9+ messages)
` [PATCH 2/3] powerpc: Adjust adding stack protector flags to KBUILD_CLAGS for clang
` [PATCH 3/3] powerpc: Include -m32 / -m64 for stack protector Kconfig test
[PATCH v8 00/14] Consolidate IO memcpy functions
2024-10-08 14:54 UTC (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
[PATCH v2 04/22] powerpc/cell: Switch to irq_get_nr_irqs()
2024-10-08 20:25 UTC
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-10-08 16:36 UTC (2+ messages)
[PATCH] powerpc/kexec: Fix the return of uninitialized variable
2024-10-08 8:53 UTC (4+ messages)
[PATCH 0/2] ASoC: fsl_xcvr: enable some interrupts
2024-10-08 6:27 UTC (3+ messages)
` [PATCH 1/2] ASoC: fsl_xcvr: enable interrupt of cmdc status update
` [PATCH 2/2] ASoC: fsl_xcvr: reset RX dpath after wrong preamble
[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
2024-10-08 6:19 UTC (4+ messages)
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).