All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-27 17:46:10 to 2023-10-27 18:22:09 UTC [more...]

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

[igt-dev] [PATCH i-g-t v2] lib/igt_kms: Fix memory corruption
 2023-10-27 18:21 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for lib/igt_kms: Fix memory corruption (rev2)

[PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
 2023-10-27 18:21 UTC  (3+ messages)

[PATCH v3 0/1] Introduce CONFIG_DEBUG_INFO_IKCONFIG
 2023-10-27 18:20 UTC  (3+ messages)
` [PATCH v3 1/1] kernel/config: "

[Intel-wired-lan] [PATCH iwl-next] ice: remove unnecessary discarding of timestamps
 2023-10-27 18:20 UTC  (3+ messages)

[PATCH] Accept program in priv mode when returning from subprog with r10 marked as precise
 2023-10-27 18:20 UTC  (4+ messages)

[PATCHv2 0/4] block integrity: directly map user space addresses
 2023-10-27 18:19 UTC  (5+ messages)
` [PATCHv2 1/4] block: bio-integrity: directly map user buffers
` [PATCHv2 2/4] nvme: use bio_integrity_map_user
` [PATCHv2 3/4] iouring: remove IORING_URING_CMD_POLLED
` [PATCHv2 4/4] io_uring: remove uring_cmd cookie

[GIT PULL] arm64 updates for 6.7
 2023-10-27 18:19 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] intel/xe_exec_store.c: Fix the check for num of placements in store_all
 2023-10-27 18:18 UTC  (2+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "

[PATCH v2 00/13] Introduce support for multiqueue (MQ) in fnic
 2023-10-27 18:03 UTC  (14+ messages)
` [PATCH v2 01/13] scsi: fnic: Modify definitions to sync with VIC firmware
` [PATCH v2 02/13] scsi: fnic: Add and use fnic number
` [PATCH v2 03/13] scsi: fnic: Add and improve log messages
` [PATCH v2 04/13] scsi: fnic: Rename wq_copy to hw_copy_wq
` [PATCH v2 05/13] scsi: fnic: Get copy workqueue count and interrupt mode from config
` [PATCH v2 06/13] scsi: fnic: Refactor and redefine fnic.h for multiqueue
` [PATCH v2 07/13] scsi: fnic: Modify ISRs to support multiqueue(MQ)
` [PATCH v2 08/13] scsi: fnic: Define stats to track multiqueue (MQ) IOs
` [PATCH v2 09/13] scsi: fnic: Remove usage of host_lock
` [PATCH v2 10/13] scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c
` [PATCH v2 11/13] scsi: fnic: Use fnic_lock to protect fnic structures in queuecommand
` [PATCH v2 12/13] scsi: fnic: Add support for multiqueue (MQ) in fnic driver
` [PATCH v2 13/13] scsi: fnic: Improve logs and add support for multiqueue (MQ)

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-10-27 18:13 UTC  (24+ messages)
` [PATCH v5 bpf-next 01/23] selftests/bpf: fix RELEASE=1 build for tc_opts
` [PATCH v5 bpf-next 02/23] selftests/bpf: satisfy compiler by having explicit return in btf test
` [PATCH v5 bpf-next 03/23] bpf: derive smin/smax from umin/max bounds
` [PATCH v5 bpf-next 04/23] bpf: derive smin32/smax32 from umin32/umax32 bounds
` [PATCH v5 bpf-next 05/23] bpf: derive subreg bounds from full bounds when upper 32 bits are constant
` [PATCH v5 bpf-next 06/23] bpf: add special smin32/smax32 derivation from 64-bit bounds
` [PATCH v5 bpf-next 07/23] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v5 bpf-next 08/23] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v5 bpf-next 09/23] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v5 bpf-next 10/23] selftests/bpf: BPF register range bounds tester
` [PATCH v5 bpf-next 11/23] bpf: rename is_branch_taken reg arguments to prepare for the second one
` [PATCH v5 bpf-next 12/23] bpf: generalize is_branch_taken() to work with two registers
` [PATCH v5 bpf-next 13/23] bpf: move is_branch_taken() down
` [PATCH v5 bpf-next 14/23] bpf: generalize is_branch_taken to handle all conditional jumps in one place
` [PATCH v5 bpf-next 15/23] bpf: unify 32-bit and 64-bit is_branch_taken logic
` [PATCH v5 bpf-next 16/23] bpf: prepare reg_set_min_max for second set of registers
` [PATCH v5 bpf-next 17/23] bpf: generalize reg_set_min_max() to handle two sets of two registers
` [PATCH v5 bpf-next 18/23] bpf: generalize reg_set_min_max() to handle non-const register comparisons
` [PATCH v5 bpf-next 19/23] bpf: generalize is_scalar_branch_taken() logic
` [PATCH v5 bpf-next 20/23] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
` [PATCH v5 bpf-next 21/23] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
` [PATCH v5 bpf-next 22/23] selftests/bpf: add range x range test to reg_bounds
` [PATCH v5 bpf-next 23/23] selftests/bpf: add iter test requiring range x range logic

[kvalo-ath:master-pending] BUILD SUCCESS c1ec235b8e81f283e1c0aa2824dcb43c4c628d56
 2023-10-27 18:16 UTC 

[kvalo-ath:pending] BUILD SUCCESS 3ca28692ed8a911f6fcd8151ca706ac5d38077d4
 2023-10-27 18:16 UTC 

[PATCH] eal/unix: allow creating thread with real-time priority
 2023-10-27 18:15 UTC  (4+ messages)
` [PATCH v6 1/1] "

[PATCH] ppc64: add mmu information to vmcoreinfo
 2023-10-27 18:11 UTC  (4+ messages)

[PATCH] soc: xilinx: fix quoted string split across lines
 2023-10-27 18:11 UTC  (2+ messages)

[PATCH] x86/barrier: Do not serialize MSR accesses on AMD
 2023-10-27 18:11 UTC  (6+ messages)
            ` [PATCH 1/2] x86/alternative: Add per-vendor patching

[PATCH v2 00/20] Permission Overlay Extension
 2023-10-27 18:08 UTC  (50+ messages)
` [PATCH v2 01/24] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v2 02/24] arm64/sysreg: update CPACR_EL1 register
` [PATCH v2 03/24] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v2 04/24] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v2 05/24] arm64: context switch POR_EL0 register
` [PATCH v2 06/24] KVM: arm64: Save/restore POE registers
` [PATCH v2 07/24] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v2 08/24] arm64: add POIndex defines
` [PATCH v2 09/24] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v2 10/24] arm64: mask out POIndex when modifying a PTE
` [PATCH v2 11/24] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v2 12/24] arm64: handle PKEY/POE faults
` [PATCH v2 13/24] arm64: stop using generic mm_hooks.h
` [PATCH v2 14/24] arm64: implement PKEYS support
` [PATCH v2 15/24] arm64: add POE signal support
` [PATCH v2 16/24] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v2 17/24] arm64: enable POE and PIE to coexist
` [PATCH v2 18/24] kselftest/arm64: move get_header()
` [PATCH v2 19/24] selftests: mm: move fpregs printing
` [PATCH v2 20/24] selftests: mm: make protection_keys test work on arm64
` [PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v2 22/24] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v2 23/24] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v2 24/24] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH] nvme: ensure reset state check ordering
 2023-10-27 18:07 UTC 

[PATCH] accel/qaic: Quiet array bounds check on DMA abort message
 2023-10-27 18:08 UTC  (2+ messages)

[XEN v3] xen/arm32: head: Replace load_paddr with adr_l when they are equivalent
 2023-10-27 18:07 UTC 

[PATCH net-next] Use xdp_set_features_flag instead of direct assignment
 2023-10-27 18:06 UTC 

[PATCH 00/11] qdev: Make array properties user accessible again
 2023-10-27 18:06 UTC  (3+ messages)
` [PATCH 01/11] qdev: Add qdev_prop_set_array()

[Buildroot] [PATCH 1/1] package/kodi-pvr-iptvsimple: bump version to 20.11.1-Nexus
 2023-10-27 18:07 UTC 

[PATCH 0/7] irqchip/renesas-rzg2l: add support for RZ/G3S SoC
 2023-10-27 18:02 UTC  (9+ messages)
` [PATCH 3/7] irqchip/renesas-rzg2l: add macros to retrieve TITSR index and associated selector
` [PATCH 4/7] irqchip/renesas-rzg2l: implement restriction when writing ISCR register
` [PATCH 5/7] irqchip/renesas-rzg2l: cache registers on suspend/resume
` [PATCH 6/7] irqchip/renesas-rzg2l: use tabs instead of spaces

[PATCH v2 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2023-10-27 17:59 UTC  (3+ messages)

[PATCH net-next v2 0/8] Intel Wired LAN Driver Updates for 2023-10-23 (iavf)
 2023-10-27 17:59 UTC  (9+ messages)
` [PATCH net-next v2 1/8] iavf: fix comments about old bit locks
` [PATCH net-next v2 2/8] iavf: simplify mutex_trylock+sleep loops
` [PATCH net-next v2 3/8] iavf: in iavf_down, don't queue watchdog_task if comms failed
` [PATCH net-next v2 4/8] iavf: fix the waiting time for initial reset
` [PATCH net-next v2 5/8] iavf: rely on netdev's own registered state
` [PATCH net-next v2 6/8] iavf: use unregister_netdev
` [PATCH net-next v2 7/8] iavf: add a common function for undoing the interrupt scheme
` [PATCH net-next v2 8/8] iavf: delete the iavf client interface

[RFC PATCH v3 0/7] slub: Delay freezing of CPU partial slabs
 2023-10-27 17:57 UTC  (2+ messages)

[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-10-27 17:55 UTC  (12+ messages)
` [PATCH v5 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v5 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v5 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v5 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module
` [PATCH v5 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH v5 08/11] hw/net: General GMAC Implementation
` [PATCH v5 09/11] hw/net: GMAC Rx Implementation
` [PATCH v5 10/11] hw/net: GMAC Tx Implementation
` [PATCH v5 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest

[PATCH] drm/radeon: replace 1-element arrays with flexible-array members
 2023-10-27 17:55 UTC  (5+ messages)

[PATCH] USB: serial: option: add Fibocom L7xx modules
 2023-10-27 17:55 UTC  (5+ messages)

PM QoS performance aggregator
 2023-10-27 17:54 UTC  (3+ messages)

[PATCH v3 0/6] riscv: RVA22U64 profile support
 2023-10-27 17:52 UTC  (9+ messages)
` [PATCH v3 3/6] target/riscv/tcg: add user flag for "

bpf: shift-out-of-bounds in tnum_rshift()
 2023-10-27 17:51 UTC  (3+ messages)

Apply a1e2c031ec39 and e32683c6f7d2 to 5.15 and earlier
 2023-10-27 17:47 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Remove prohibited space after opening parenthesis
 2023-10-27 17:47 UTC 

[PATCH] manuals: improve description of CVE_STATUS and CVE_STATUS_GROUPS
 2023-10-27 17:48 UTC 

[Intel-xe] [PATCH 0/4] drm/xe: Implement snapshot support
 2023-10-27 17:47 UTC  (4+ messages)
` [Intel-xe] [PATCH 4/4] drm/xe: Implement VM "

[PATCH v3] mtd: rawnand: meson: check return value of devm_kasprintf()
 2023-10-27 17:47 UTC  (4+ messages)

[PATCH] mtd: rawnand: sh_flctl: Convert to module_platform_driver()
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH 0/5] ci: add GitLab CI definition
 2023-10-27 17:47 UTC  (8+ messages)
` [PATCH 5/5] ci: add support for GitLab CI

[PATCH v3] mtd: rawnand: intel: check return value of devm_kasprintf()
 2023-10-27 17:47 UTC  (2+ messages)

[lttng-dev] Need help: Kernel tracer not available and can't find the lttng-probe-latency_tracker
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH v4] mtd: cfi_cmdset_0001: Byte swap OTP info
 2023-10-27 17:47 UTC  (3+ messages)

[PATCH] mtd: block2mtd: Add a valid holder to blkdev_put()
 2023-10-27 17:47 UTC  (3+ messages)

[PATCH v5 0/1] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-10-27 17:45 UTC  (2+ messages)
` [PATCH v5 1/1] CI: add test/usage_of_is_enabled_check.sh

[RFC PATCH v2 13/21] irqchip: riscv-intc: Add ACPI support for AIA
 2023-10-27 17:45 UTC  (2+ messages)


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.