linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v4 13/18] mshv: Add missing vp_index bounds check in intercept ISR
Anirudh Rayabharam
[PATCH v5] libbpf: Use strscpy() in kernel code for skel_map_create()
Kees Cook
Re: [PATCH v5] libbpf: Use strscpy() in kernel code for skel_map_create()
patchwork-bot+netdevbpf
Re: [PATCH net-next v8] net: mana: Expose hardware diagnostic info via debugfs
Erni Sri Satya Vennela
Re: [PATCH v3] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
Harsh Prateek Bora
Re: [PATCH v3] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
Madhavan Srinivasan
Re: [PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
Suren Baghdasaryan
Re: [PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
Suren Baghdasaryan
Re: [PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
David Hildenbrand (Arm)
Re: [PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
Suren Baghdasaryan
[PATCH v3 00/21] objtool/arm64: Port klp-build to arm64
Josh Poimboeuf
[PATCH v3 02/21] arm64: Annotate intra-function calls
Josh Poimboeuf
[PATCH v3 01/21] klp-build: Reject patches to init/*.c
Josh Poimboeuf
Re: [PATCH v3 01/21] klp-build: Reject patches to init/*.c
Song Liu
[PATCH v3 08/21] objtool: Allow setting --mnop without --mcount
Josh Poimboeuf
[PATCH v3 03/21] arm64: Fix EFI linking with -fdata-sections
Josh Poimboeuf
[PATCH v3 10/21] objtool: Ignore jumps to the end of the function for checksum runs
Josh Poimboeuf
Re: [PATCH v3 10/21] objtool: Ignore jumps to the end of the function for checksum runs
Peter Zijlstra
Re: [PATCH v3 10/21] objtool: Ignore jumps to the end of the function for checksum runs
sashiko-bot
[PATCH v3 04/21] arm64: Rename TRAMP_VALIAS -> TRAMP_VALIAS_ASM in asm-offsets
Josh Poimboeuf
Re: [PATCH v3 04/21] arm64: Rename TRAMP_VALIAS -> TRAMP_VALIAS_ASM in asm-offsets
Song Liu
[PATCH v3 17/21] objtool/klp: Don't correlate arm64 mapping symbols
Josh Poimboeuf
Re: [PATCH v3 17/21] objtool/klp: Don't correlate arm64 mapping symbols
sashiko-bot
[PATCH v3 05/21] arm64: vdso: Discard .discard.* sections
Josh Poimboeuf
[PATCH v3 18/21] objtool/klp: Clone inline alternative replacements
Josh Poimboeuf
[PATCH v3 06/21] arm64: Annotate special section entries
Josh Poimboeuf
[PATCH v3 19/21] objtool/klp: Introduce objtool for arm64
Josh Poimboeuf
Re: [PATCH v3 19/21] objtool/klp: Introduce objtool for arm64
sashiko-bot
[PATCH v3 14/21] objtool: Prevent kCFI hashes from being decoded as instructions
Josh Poimboeuf
Re: [PATCH v3 14/21] objtool: Prevent kCFI hashes from being decoded as instructions
sashiko-bot
[PATCH v3 07/21] crypto: arm64: Move data to .rodata
Josh Poimboeuf
[PATCH v3 21/21] klp-build: Add arm64 syscall patching macro
Josh Poimboeuf
Re: [PATCH v3 21/21] klp-build: Add arm64 syscall patching macro
sashiko-bot
[PATCH v3 11/21] objtool: Allow empty alternatives
Josh Poimboeuf
Re: [PATCH v3 11/21] objtool: Allow empty alternatives
Peter Zijlstra
[PATCH v3 12/21] objtool: Refactor elf_add_data() to use a growable data buffer
Josh Poimboeuf
Re: [PATCH v3 12/21] objtool: Refactor elf_add_data() to use a growable data buffer
sashiko-bot
[PATCH v3 09/21] kbuild: Only run objtool if there is at least one command
Josh Poimboeuf
Re: [PATCH v3 09/21] kbuild: Only run objtool if there is at least one command
sashiko-bot
[PATCH v3 13/21] objtool: Reuse string references
Josh Poimboeuf
[PATCH v3 20/21] klp-build: Support cross-compilation
Josh Poimboeuf
[PATCH v3 15/21] objtool/klp: Add arm64 support for prefix/PFE detection
Josh Poimboeuf
[PATCH v3 16/21] objtool/klp: Filter arm64 mapping symbols in find_symbol_by_offset()
Josh Poimboeuf
Re: [PATCH v3 16/21] objtool/klp: Filter arm64 mapping symbols in find_symbol_by_offset()
Song Liu
Re: [PATCH v6 00/14] selftests/mm: fix failures and robustness improvements
Andrew Morton
Re: [PATCH v6 00/14] selftests/mm: fix failures and robustness improvements
Andrew Morton
Re: [PATCH v6 00/14] selftests/mm: fix failures and robustness improvements
Sayali Patil
Re: [PATCH 0/3] selftests/mm: assorted fixes for hmm-tests
Andrew Morton
Re: [PATCH 0/3] selftests/mm: assorted fixes for hmm-tests
Aboorva Devarajan
[PATCH] selftests/perf_events: Fix mmap() error check in sigtrap_threads
Hongfu Li
Re: [PATCH] selftests/perf_events: Fix mmap() error check in sigtrap_threads
Wei Yang
[PATCH] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
Hongfu Li
Re: [PATCH] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
Dev Jain
Re: [PATCH] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
Hongfu Li
Re: [PATCH] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
Lorenzo Stoakes
[PATCH v2 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
Stanislav Kinsburskii
[PATCH v2 1/3] mm/hmm: move page fault handling out of walk callbacks
Stanislav Kinsburskii
[PATCH v2 2/3] mm/hmm: add hmm_range_fault_unlockable() for mmap lock-drop support
Stanislav Kinsburskii
[PATCH v2 3/3] selftests/mm: add userfaultfd test for HMM unlockable path
Stanislav Kinsburskii
Re: [PATCH v2 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
Andrew Morton
Re: [PATCH v2 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
Stanislav Kinsburskii
[PATCH] selftests/cgroup: Fix error path leaks in test_percpu_basic
Yu Miao
Re: [PATCH] selftests/cgroup: Fix error path leaks in test_percpu_basic
Tejun Heo
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Josh Hilke
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Josh Hilke
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
David Matlack
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Alex Williamson
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Josh Hilke
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Alex Williamson
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
David Matlack
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Josh Hilke
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
David Matlack
Re: [PATCH bpf-next v14 2/8] libbpf: Add support for extended BPF syscall
Leon Hwang
Re: [PATCH v2] drm/virtio: move cursor resv lock acquisition to prepare_fb
Deepanshu Kartikey
Re: [PATCH v2] drm/virtio: move cursor resv lock acquisition to prepare_fb
Dmitry Osipenko
Re: [PATCH v2] drm/virtio: move cursor resv lock acquisition to prepare_fb
Deepanshu Kartikey
Re: [PATCH v4 0/2] Support BPF traversal of wakeup sources
Alexei Starovoitov
Re: [PATCH v4 0/2] Support BPF traversal of wakeup sources
Rafael J. Wysocki
Re: [PATCH v4 0/2] Support BPF traversal of wakeup sources
Alexei Starovoitov
Re: [PATCH v4 0/2] Support BPF traversal of wakeup sources
Greg Kroah-Hartman
Re: [PATCH v4 0/2] Support BPF traversal of wakeup sources
patchwork-bot+netdevbpf
Re: [PATCH] selftests/mm: Fix mmap() return value check in run_migration_benchmark
SeongJae Park
Re: [PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
Sean Christopherson
Re: [PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
Wu Fei
Re: [PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
Sean Christopherson
Re: [PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
Wu Fei
Re: [PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
Sean Christopherson
Re: [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
Jacob Pan
Re: [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
Mukesh R
RE: [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
Michael Kelley
Re: [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
Yu Zhang
Re: [PATCH] KVM: selftests: Check guest memfd validity with flags
Sean Christopherson
Re: [PATCH] KVM: selftests: Check guest memfd validity with flags
Bibo Mao
Re: [PATCH] KVM: selftests: Check guest memfd validity with flags
Sean Christopherson
Re: [PATCH] KVM: selftests: Check guest memfd validity with flags
Ackerley Tng
Re: [PATCH] KVM: selftests: Check guest memfd validity with flags
Bibo Mao
Re: [PATCH v2 2/3] KVM: x86: Virtualize AMD CPUID faulting
Sean Christopherson
Re: [PATCH v2 2/3] KVM: x86: Virtualize AMD CPUID faulting
Jim Mattson
Re: [PATCH v2 2/3] KVM: x86: Virtualize AMD CPUID faulting
Sean Christopherson
Re: [PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
Paolo Bonzini
Re: [PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
David Woodhouse
Re: [PATCH resend v6 20/30] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
Michael S. Tsirkin
[PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
Michael S. Tsirkin
[PATCH v7 01/31] mm: mempolicy: fix interleave index for unaligned VMA start
Michael S. Tsirkin
[PATCH v7 06/31] mm: thread user_addr through page allocator for cache-friendly zeroing
Michael S. Tsirkin
[PATCH v7 07/31] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
Michael S. Tsirkin
[PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Michael S. Tsirkin
Re: [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Gregory Price
Re: [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Michael S. Tsirkin
Re: [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Gregory Price
Re: [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Michael S. Tsirkin
Re: [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Gregory Price
Re: [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Michael S. Tsirkin
Re: [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Gregory Price
Re: [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
Michael S. Tsirkin
[PATCH v7 08/31] mm: page_alloc: move prep_compound_page before post_alloc_hook
Michael S. Tsirkin
[PATCH v7 03/31] mm: page_reporting: allow driver to set batch capacity
Michael S. Tsirkin
[PATCH v7 04/31] mm: hugetlb: remove dead alloc_hugetlb_folio stub
Michael S. Tsirkin
Re: [PATCH v7 04/31] mm: hugetlb: remove dead alloc_hugetlb_folio stub
Gregory Price
[PATCH v7 12/31] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
Michael S. Tsirkin
[PATCH v7 05/31] mm: move vma_alloc_folio_noprof to page_alloc.c
Michael S. Tsirkin
[PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Michael S. Tsirkin
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Gregory Price
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Michael S. Tsirkin
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Gregory Price
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Michael S. Tsirkin
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Gregory Price
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Michael S. Tsirkin
[PATCH v7 10/31] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
Michael S. Tsirkin
[PATCH v7 11/31] mm: remove arch vma_alloc_zeroed_movable_folio overrides
Michael S. Tsirkin
Re: [PATCH v7 11/31] mm: remove arch vma_alloc_zeroed_movable_folio overrides
Gregory Price
[PATCH v7 17/31] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
Michael S. Tsirkin
Re: [PATCH v7 17/31] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
Gregory Price
Re: [PATCH v7 17/31] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
Michael S. Tsirkin
[PATCH v7 18/31] mm: memfd: skip zeroing for zeroed hugetlb pool pages
Michael S. Tsirkin
Re: [PATCH v7 18/31] mm: memfd: skip zeroing for zeroed hugetlb pool pages
Gregory Price
[PATCH v7 13/31] mm: alloc_swap_folio: pass raw fault address to vma_alloc_folio
Michael S. Tsirkin
Re: [PATCH v7 13/31] mm: alloc_swap_folio: pass raw fault address to vma_alloc_folio
Gregory Price
[PATCH v7 19/31] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
Michael S. Tsirkin
Re: [PATCH v7 19/31] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
Gregory Price
[PATCH v7 14/31] mm: use __GFP_ZERO in alloc_anon_folio
Michael S. Tsirkin
[PATCH v7 21/31] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
Michael S. Tsirkin
[PATCH v7 15/31] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
Michael S. Tsirkin
Re: [PATCH v7 15/31] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
Gregory Price
[PATCH v7 22/31] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
Michael S. Tsirkin
Re: [PATCH v7 22/31] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
Gregory Price
[PATCH v7 16/31] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
Michael S. Tsirkin
[PATCH v7 24/31] mm: page_reporting: add flush parameter with page budget
Michael S. Tsirkin
[PATCH v7 20/31] mm: page_reporting: add per-page zeroed bitmap for host feedback
Michael S. Tsirkin
[PATCH v7 25/31] mm: page_alloc: propagate PG_zeroed in split_large_buddy
Michael S. Tsirkin
Re: [PATCH v7 25/31] mm: page_alloc: propagate PG_zeroed in split_large_buddy
Gregory Price
[PATCH v7 26/31] virtio_balloon: skip zeroing for host-zeroed reported pages
Michael S. Tsirkin
[PATCH v7 23/31] virtio_balloon: submit reported pages as individual buffers
Michael S. Tsirkin
[PATCH v7 30/31] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
Michael S. Tsirkin
[PATCH v7 27/31] virtio_balloon: disable reporting zeroed optimization for confidential guests
Michael S. Tsirkin
[PATCH v7 28/31] mm: add free_frozen_pages_zeroed
Michael S. Tsirkin
[PATCH v7 29/31] mm: add put_page_zeroed and folio_put_zeroed
Michael S. Tsirkin
[PATCH v7 31/31] mm: balloon: use put_page_zeroed for zeroed balloon pages
Michael S. Tsirkin
Re: [PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
David Hildenbrand (Arm)
Re: [PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
Gregory Price
Re: [PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
Michael S. Tsirkin
Re: [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
David Matlack
Re: [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
Vipin Sharma
Re: [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
Samiullah Khawaja
Re: [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
Pratyush Yadav
Re: [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
Vipin Sharma
Re: [PATCH 2/2] KVM: selftests: Fix FD double-close in kvm_vm_release()
Ackerley Tng
Re: [PATCH 2/2] KVM: selftests: Fix FD double-close in kvm_vm_release()
Sean Christopherson
Re: [PATCH 0/4] arm64: dts: qcom: sdm845-lg: Devicetree followup
Bjorn Andersson
Re: (subset) [PATCH v2 0/5] Add LPASS LPI pin controller support for SM6350
Bjorn Andersson
Re: [PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
Sean Christopherson
Re: [PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
Ackerley Tng
Re: [PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
Sean Christopherson
Re: [PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
Ackerley Tng
Re: [PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
Kees Cook
Re: (subset) [PATCH V5 0/5] Enable ADSP and CDSP for Glymur SoC
Bjorn Andersson
Re: (subset) [PATCH v5 0/3] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
Bjorn Andersson
Re: [PATCH] audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIV
Paul Moore
Re: [PATCH 2/5] liveupdate: Remove limit on the number of files per session
Pasha Tatashin
Re: [PATCH] audit: fix incorrect inheritable capability in CAPSET records
Paul Moore
Re: [PATCH bpf-next v14 0/8] bpf: Extend BPF syscall with common attributes support
patchwork-bot+netdevbpf
Re: [PATCH] netlink, audit: prevent false ENOBUFS on timeout expiry
Paul Moore
Re: [PATCH] netlink, audit: prevent false ENOBUFS on timeout expiry
Ricardo Robaina
[PATCH][next] stddef: Fix kernel-doc/Sphinx warnings for __TRAILING_OVERLAP()
Gustavo A. R. Silva
Re: [PATCH][next] stddef: Fix kernel-doc/Sphinx warnings for __TRAILING_OVERLAP()
Kees Cook
Re: [PATCH 02/11] preempt: Track NMI nesting to separate per-CPU counter
Joel Fernandes
Re: [PATCH 02/11] preempt: Track NMI nesting to separate per-CPU counter
Boqun Feng
Re: [PATCH 02/11] preempt: Track NMI nesting to separate per-CPU counter
Joel Fernandes
Re: [PATCH 1/3] mm/hmm: Add hmm_range_fault_unlockable() for mmap lock-drop support
David Hildenbrand (Arm)
Re: [PATCH 1/3] mm/hmm: Add hmm_range_fault_unlockable() for mmap lock-drop support
Stanislav Kinsburskii
Re: [PATCH 2/2] audit: fix removal of dangling executable rules
Paul Moore
Re: [PATCH 2/2] audit: fix removal of dangling executable rules
Ricardo Robaina
Re: [PATCH 1/2] audit: fix recursive locking deadlock in audit_dupe_exe()
Paul Moore
Re: [PATCH 1/2] audit: fix recursive locking deadlock in audit_dupe_exe()
Ricardo Robaina
Re: [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
T.J. Mercier
Re: [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
Albert Esteve
Re: [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
T.J. Mercier
Re: [Linaro-mm-sig] Re: [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
Barry Song
Re: [Linaro-mm-sig] Re: [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
Christian König
Re: [Linaro-mm-sig] Re: [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
Albert Esteve
Earlier messages
Later messages