All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-05 15:51:40 to 2023-11-05 16:35:37 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-05 16:30 UTC  (132+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH] net: bcmasp: Use common error handling code in bcmasp_probe()
 2023-11-05 16:33 UTC  (2+ messages)
` [cocci] "

[meta-filesystems][PATCH] xfstests: Fix build on musl
 2023-11-05 16:34 UTC 

[PATCH v3 00/12] Resolve issues with booting distros on x86
 2023-11-05 16:29 UTC  (4+ messages)
` [PATCH v3 09/12] x86: Enable SSE in 64-bit mode

Need advise with u-boot on SH-7785LCR
 2023-11-05 16:29 UTC  (4+ messages)

Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
 2023-11-05 16:28 UTC  (14+ messages)

ERROR: modpost: vmlinux: local symbol 'init_binfmt_misc' was exported
 2023-11-05 16:26 UTC 

long stalls when creating 20 directory trees of 1 million inodes in parallel
 2023-11-05 16:26 UTC  (2+ messages)

drivers/comedi/drivers/tests/../ni_stc.h:1140:35: warning: 'range_ni_E_ao_ext' defined but not used
 2023-11-05 16:26 UTC 

[PATCH 1/1] rng: detect RISC-V Zkr RNG device in bind method
 2023-11-05 16:25 UTC  (4+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-05 16:19 UTC  (8+ messages)
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory

[virtio-comment] [PATCH V2 0/6] introduce basic facilities for virito live migration
 2023-11-05 16:20 UTC  (10+ messages)
` [virtio-comment] [PATCH V2 6/6] virtio-pci: implement dirty page tracking
  ` [virtio-comment] "
    ` [virtio-comment] "

[PATCH/RFC] debugobjects/slub: Print slab info and backtrace
 2023-11-05 16:20 UTC  (3+ messages)

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-05 16:12 UTC  (33+ messages)
` [RFC PATCH 01/32] seq_buf: Export seq_buf_puts()
` [RFC PATCH 02/32] function_graph: Convert ret_stack to a series of longs
` [RFC PATCH 03/32] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [RFC PATCH 04/32] function_graph: Add an array structure that will allow multiple callbacks
` [RFC PATCH 05/32] function_graph: Allow multiple users to attach to function graph
` [RFC PATCH 06/32] function_graph: Remove logic around ftrace_graph_entry and return
` [RFC PATCH 07/32] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [RFC PATCH 08/32] ftrace: Allow function_graph tracer to be enabled in instances
` [RFC PATCH 09/32] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [RFC PATCH 10/32] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH 11/32] function_graph: Add "task variables" per task for fgraph_ops
` [RFC PATCH 12/32] function_graph: Move set_graph_function tests to shadow stack global var
` [RFC PATCH 13/32] function_graph: Move graph depth stored data "
` [RFC PATCH 14/32] function_graph: Move graph notrace bit "
` [RFC PATCH 15/32] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH 16/32] function_graph: Add selftest for passing local variables
` [RFC PATCH 17/32] function_graph: Fix to update curr_ret_stack with ARRAY entry size
` [RFC PATCH 18/32] function_graph: Fix to initalize ftrace_ops for fgraph with ftrace_graph_func
` [RFC PATCH 19/32] function_graph: Fix to check the return value of ftrace_pop_return_trace()
` [RFC PATCH 20/32] function_graph: Pass the size of reserved data when retrieving it
` [RFC PATCH 21/32] function_graph: Expand the max reserved data size
` [RFC PATCH 22/32] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [RFC PATCH 23/32] function_graph: Add a new exit "
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [RFC PATCH 25/32] fprobe: Use ftrace_regs in fprobe entry handler
` [RFC PATCH 26/32] fprobe: Use ftrace_regs in fprobe exit handler
` [RFC PATCH 27/32] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH 28/32] tracing: Add ftrace_fill_perf_regs() for perf event
` [RFC PATCH 29/32] fprobe: Rewrite fprobe on function-graph tracer
` [RFC PATCH 30/32] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH 31/32] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [RFC PATCH 32/32] Documentation: probes: Update fprobe on function-graph tracer

[v6.6][PATCH 0/5] tracing: Backport of eventfs fixes for v6.6
 2023-11-05 15:56 UTC  (6+ messages)
` [v6.6][PATCH 1/5] tracing: Have trace_event_file have ref counters
` [v6.6][PATCH 2/5] eventfs: Remove "is_freed" union with rcu head
` [v6.6][PATCH 3/5] eventfs: Save ownership and mode
` [v6.6][PATCH 4/5] eventfs: Delete eventfs_inode when the last dentry is freed
` [v6.6][PATCH 5/5] eventfs: Use simple_recursive_removal() to clean up dentries

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in btrfs_qgroup_account_extent
 2023-11-05 16:00 UTC  (3+ messages)

❌ FAIL (MISSED 187 of 230): Test report for master (6.6.0, mainline.kernel.org-clang, aea6bf90)
 2023-11-05 16:01 UTC 

[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups
 2023-11-05 15:58 UTC  (2+ messages)

Redirect doesn't do the job as dnat does
 2023-11-05 15:55 UTC  (3+ messages)

[PATCH][Dovetail 6.1] arm64: dovetail: Fix undefinstr/break trap handling
 2023-11-05 15:52 UTC  (2+ messages)

drivers/watchdog/mlx_wdt.c:53: warning: Function parameter or member 'wdt_type' not described in 'mlxreg_wdt'
 2023-11-05 15:50 UTC 

drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:1420 cxgb4_port_mirror_alloc_queues() warn: 'mirror_rxq->msix->vec' from request_irq() not released on lines: 1420
 2023-11-05 15:50 UTC 

[PATCH v2 0/6] i3c: master: some improvment for i3c master
 2023-11-05 15:36 UTC  (10+ messages)
` [PATCH v2 1/6] i3c: master: add enable(disable) hot join in sys entry


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.