All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-28 00:55:33 to 2024-11-28 01:57:57 UTC [more...]

What's cooking in git.git (Nov 2024, #09; Mon, 25)
 2024-11-28  1:57 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] Fixes for stack with allow_ptr_leaks
 2024-11-28  1:57 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf: Don't relax STACK_INVALID to STACK_MISC when not allow_ptr_leaks
` [PATCH bpf-next v2 2/4] bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
` [PATCH bpf-next v2 3/4] selftests/bpf: Add test for reading from STACK_INVALID slots
` [PATCH bpf-next v2 4/4] selftests/bpf: Add test for narrow spill into 64-bit spilled scalar

[syzbot] [udf?] WARNING in udf_rmdir (2)
 2024-11-28  1:57 UTC 

+ ocfs2-replace-deprecated-simple_strtol-with-kstrtol.patch added to mm-nonmm-unstable branch
 2024-11-28  1:57 UTC 

[PATCH] sparc/pci: Make pci_poke_lock a raw_spinlock_t
 2024-11-28  1:55 UTC  (17+ messages)

[ANNOUNCE] Git v2.47.1
 2024-11-28  1:55 UTC  (2+ messages)

+ ocfs2-miscellaneous-spelling-fixes.patch added to mm-nonmm-unstable branch
 2024-11-28  1:54 UTC 

[PATCH 1/2] lib/cryptodev: avoid implicit conversion to 64 bit number
 2024-11-28  1:53 UTC  (2+ messages)
` [PATCH 2/2] lib/hash: "

+ ocfs2-heartbeat-replace-simple_strtoul-with-kstrtoul.patch added to mm-nonmm-unstable branch
 2024-11-28  1:53 UTC 

+ ocfs2-fix-directory-entry-check-in-ocfs2_search_dirblock.patch added to mm-hotfixes-unstable branch
 2024-11-28  1:52 UTC 

+ ocfs2-update-seq_file-index-in-ocfs2_dlm_seq_next-v2.patch added to mm-hotfixes-unstable branch
 2024-11-28  1:51 UTC 

+ mm-memory-fix-a-comment-typo-in-lock_mm_and_find_vma.patch added to mm-unstable branch
 2024-11-28  1:49 UTC 

linux-next: manual merge of the rust tree with the char-misc tree
 2024-11-28  1:48 UTC  (2+ messages)

[PATCH ipsec-rc] xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO
 2024-11-28  1:48 UTC  (2+ messages)

+ mm-change-type-of-cma_area_count-to-unsigned-int.patch added to mm-unstable branch
 2024-11-28  1:47 UTC 

[RFC PATCH 00/16] sched/fair/schedutil: Better manage system response time
 2024-11-28  1:47 UTC  (3+ messages)
` [RFC PATCH 10/16] sched/qos: Add a new sched-qos interface

[kirkstone][PATCH V2] libsoup: fix CVE-2024-52531
 2024-11-28  1:46 UTC 

+ kernel-sys-optimize-do_prlimit-lock-scope-to-reduce-contention.patch added to mm-nonmm-unstable branch
 2024-11-28  1:46 UTC 

[PATCH] kernel/sys: Optimize do_prlimit lock scope to reduce contention
 2024-11-28  1:45 UTC  (2+ messages)

+ mm-page-writeback-consolidate-wb_thresh-bumping-logic-into-__wb_calc_thresh.patch added to mm-unstable branch
 2024-11-28  1:39 UTC 

[PATCH 0/1] scripts/package/builddeb: allow hooks also in /usr/share/kernel
 2024-11-28  1:38 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v5 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
 2024-11-28  1:37 UTC  (7+ messages)
` [PATCH v5 1/9] target/riscv: fix henvcfg potentially containing stale bits

[PATCH] tests/functional: Fix the running test case causes loongarch64 to hang
 2024-11-28  1:35 UTC  (2+ messages)

+ mm-pgtable-make-ptep_clear-non-atomic.patch added to mm-unstable branch
 2024-11-28  1:37 UTC 

[RFC v2 0/1]Add user space interaction for FPGA programming
 2024-11-28  1:34 UTC  (5+ messages)
` [RFC v2 1/1] fpga-region: Add generic IOCTL interface for runtime "

[PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching
 2024-11-28  1:34 UTC  (58+ messages)
` [PATCH v3 01/57] KVM: x86: Use feature_bit() to clear CONSTANT_TSC when emulating CPUID
` [PATCH v3 02/57] KVM: x86: Limit use of F() and SF() to kvm_cpu_cap_{mask,init_kvm_defined}()
` [PATCH v3 03/57] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v3 04/57] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
` [PATCH v3 05/57] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
` [PATCH v3 06/57] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
` [PATCH v3 07/57] KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entries
` [PATCH v3 08/57] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
` [PATCH v3 09/57] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
` [PATCH v3 10/57] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
` [PATCH v3 11/57] KVM: x86/pmu: Drop now-redundant refresh() during init()
` [PATCH v3 12/57] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
` [PATCH v3 13/57] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after "
` [PATCH v3 14/57] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed
` [PATCH v3 15/57] KVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITS
` [PATCH v3 16/57] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
` [PATCH v3 17/57] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
` [PATCH v3 18/57] KVM: x86: Zero out PV features cache when the CPUID leaf is not present
` [PATCH v3 19/57] KVM: x86: Don't update PV features caches when enabling enforcement capability
` [PATCH v3 20/57] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
` [PATCH v3 21/57] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
` [PATCH v3 22/57] KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of code
` [PATCH v3 23/57] KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
` [PATCH v3 24/57] KVM: x86: Add a macro to init CPUID features that are 64-bit only
` [PATCH v3 25/57] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
` [PATCH v3 26/57] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
` [PATCH v3 27/57] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
` [PATCH v3 28/57] KVM: x86: Harden CPU capabilities processing against out-of-scope features
` [PATCH v3 29/57] KVM: x86: Add a macro to init CPUID features that ignore host kernel support
` [PATCH v3 30/57] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v3 31/57] KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
` [PATCH v3 32/57] KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
` [PATCH v3 33/57] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
` [PATCH v3 34/57] KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
` [PATCH v3 35/57] KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
` [PATCH v3 36/57] KVM: x86: Remove all direct usage of cpuid_entry2_find()
` [PATCH v3 37/57] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
` [PATCH v3 38/57] KVM: x86: Advertise HYPERVISOR "
` [PATCH v3 39/57] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
` [PATCH v3 40/57] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
` [PATCH v3 41/57] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH v3 42/57] KVM: x86: Extract code for generating per-entry emulated CPUID information
` [PATCH v3 43/57] KVM: x86: Treat MONTIOR/MWAIT as a "partially emulated" feature
` [PATCH v3 44/57] KVM: x86: Initialize guest cpu_caps based on KVM support
` [PATCH v3 45/57] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
` [PATCH v3 46/57] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
` [PATCH v3 47/57] KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support
` [PATCH v3 48/57] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
` [PATCH v3 49/57] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
` [PATCH v3 50/57] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
` [PATCH v3 51/57] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps
` [PATCH v3 52/57] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data
` [PATCH v3 53/57] KVM: x86: Pull CPUID capabilities from boot_cpu_data only as needed
` [PATCH v3 54/57] KVM: x86: Rename "SF" macro to "SCATTERED_F"
` [PATCH v3 55/57] KVM: x86: Explicitly track feature flags that require vendor enabling
` [PATCH v3 56/57] KVM: x86: Explicitly track feature flags that are enabled at runtime
` [PATCH v3 57/57] KVM: x86: Use only local variables (no bitmask) to init kvm_cpu_caps

+ selftests-mm-add-a-few-missing-gitignore-files.patch added to mm-unstable branch
 2024-11-28  1:35 UTC 

[PATCH v2 0/3] objtool: noinstr validation for static branches/calls
 2024-11-28  1:35 UTC  (2+ messages)

[PATCH 1/3] tests/amdgpu: refactor multimedia tests for improved modularity
 2024-11-28  1:34 UTC  (3+ messages)
` [PATCH 3/3] tests/amd_uvd: Introduce additional test instance for UVD dec.& enc

[net-next v6 0/9] Add support for per-NAPI config via netlink
 2024-11-28  1:34 UTC  (7+ messages)
` [net-next v6 5/9] net: napi: Add napi_config

[PATCH v5 0/1] riscv: dts: starfive: jh7110-milkv-mars: enable usb0 host function
 2024-11-28  1:31 UTC  (6+ messages)

[PATCH] gpio: gpio-pca953x: do not enable regmap cache when there is no regulator
 2024-11-28  1:31 UTC  (3+ messages)

[PATCH v2 00/10] Change midx.c and midx-write.c to not use global variables
 2024-11-28  1:27 UTC  (3+ messages)
` [PATCH v3 0/8] "

[kirkstone][PATCH] libsoup: fix CVE-2024-52530/CVE-2024-52531/CVE-2024-52532
 2024-11-28  1:27 UTC  (3+ messages)
` [OE-core] "

+ mm-hugetlb_cgroup-avoid-useless-return-in-void-function.patch added to mm-unstable branch
 2024-11-28  1:27 UTC 

+ stackdepot-fix-stack_depot_save_flags-in-nmi-context.patch added to mm-hotfixes-unstable branch
 2024-11-28  1:26 UTC 

[PATCH v5] sched/psi: fix memory barrier without comment warnings
 2024-11-28  1:25 UTC  (4+ messages)

[PATCH] stackdepot: fix stack_depot_save_flags() in NMI context
 2024-11-28  1:25 UTC  (2+ messages)

[RFC PATCH 0/9] pahole: shared ELF and faster reproducible BTF encoding
 2024-11-28  1:24 UTC  (10+ messages)
` [RFC PATCH 1/9] btf_encoder: simplify function encoding
` [RFC PATCH 2/9] btf_encoder: store,use section-relative addresses in ELF function representation
` [RFC PATCH 3/9] btf_encoder: separate elf function, saved function representations
` [RFC PATCH 4/9] dwarf_loader: introduce pre_load_module hook to conf_load
` [RFC PATCH 5/9] btf_encoder: introduce elf_functions struct type
` [RFC PATCH 6/9] btf_encoder: collect elf_functions in btf_encoder__pre_load_module
` [RFC PATCH 7/9] btf_encoder: switch to shared elf_functions table
` [RFC PATCH 8/9] btf_encoder: introduce btf_encoding_context
` [RFC PATCH 9/9] pahole: faster reproducible BTF encoding

[GIT PULL] arm64 updates for 6.13-rc1
 2024-11-28  1:21 UTC  (6+ messages)

[Buildroot] [PATCH v1 1/1] package/go: bump version to go1.23.3
 2024-11-28  1:22 UTC 

+ mm-mmap_lock-optimize-mmap_lock-tracepoints.patch added to mm-unstable branch
 2024-11-28  1:20 UTC 

[PATCH] nfsd: set acl_access/acl_default after getting successful
 2024-11-28  1:17 UTC  (2+ messages)

+ mm-damon-core-remove-duplicate-list_empty-quota-goals-check.patch added to mm-unstable branch
 2024-11-28  1:17 UTC 

[GIT PULL] exfat update for 6.13-rc1
 2024-11-28  1:15 UTC 

Request for Technical Guidance on Custom RISC-V64 Architecture with Linux OS
 2024-11-28  1:13 UTC  (2+ messages)

+ mm-open-code-page_folio-in-dump_page.patch added to mm-hotfixes-unstable branch
 2024-11-28  1:12 UTC 

+ mm-open-code-pagetail-in-folio_flags-and-const_folio_flags.patch added to mm-hotfixes-unstable branch
 2024-11-28  1:12 UTC 

[PATCH 0/7] spanning write related cleanup
 2024-11-28  1:11 UTC  (3+ messages)

[PATCH] mm/vma: next is already retrieved
 2024-11-28  1:10 UTC  (3+ messages)

[PATCH v2 0/4] SMB cached directory fixes around reconnection/unmounting
 2024-11-28  1:10 UTC  (7+ messages)
` [PATCH v2 4/4] smb: During unmount, ensure all cached dir instances drop their dentry

[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
 2024-11-28  0:55 UTC  (44+ messages)
` [PATCH v4 01/16] KVM: Move KVM_REG_SIZE() definition to common uAPI header
` [PATCH v4 02/16] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
` [PATCH v4 03/16] KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
` [PATCH v4 04/16] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
` [PATCH v4 05/16] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
` [PATCH v4 06/16] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
` [PATCH v4 07/16] KVM: selftests: Compute number of extra pages needed "
` [PATCH v4 08/16] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
` [PATCH v4 09/16] KVM: selftests: Enable mmu_stress_test on arm64
` [PATCH v4 10/16] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
` [PATCH v4 11/16] KVM: selftests: Precisely limit the number of guest loops "
` [PATCH v4 12/16] KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
` [PATCH v4 13/16] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
` [PATCH v4 14/16] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH v4 15/16] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH v4 16/16] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR

[PATCH v4 0/6] KVM: x86: Prep KVM hypercall handling for TDX
 2024-11-28  1:06 UTC  (2+ messages)

[PATCH v5] hw/riscv: Add Microblaze V generic board
 2024-11-28  1:05 UTC  (3+ messages)

+ slab-allocate-frozen-pages.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-mempolicy-add-alloc_frozen_pages.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-add-__alloc_frozen_pages.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-move-set_page_refcounted-to-end-of-__alloc_pages.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_slowpath.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_direct_reclaim.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_direct_compact.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_may_oom.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

[PATCH v2 1/3] arm64: dts: rockchip: add "dcin" regulator for Radxa ROCK 5C
 2024-11-28  1:03 UTC  (3+ messages)

+ mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_cpuset_fallback.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-move-set_page_refcounted-to-callers-of-get_page_from_freelist.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-move-set_page_refcounted-to-callers-of-prep_new_page.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-move-set_page_refcounted-to-callers-of-post_alloc_hook.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-export-free_frozen_pages-instead-of-free_unref_page.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-make-alloc_pages_mpol-static.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

+ mm-page_alloc-cache-page_zone-result-in-free_unref_page.patch added to mm-unstable branch
 2024-11-28  1:04 UTC 

[PATCH v2] ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()
 2024-11-28  1:03 UTC 

[PATCH v2] perf tools: Avoid unaligned pointer operations
 2024-11-28  1:03 UTC 

[PATCH v2] riscv: module: use a plain variable for list_head instead of a pointer
 2024-11-28  1:01 UTC  (2+ messages)

[PATCH v2 0/3] Enable clang build on Windows
 2024-11-28  1:01 UTC  (11+ messages)
` [PATCH v2 1/3] win32: remove usage of attribute gcc_struct
` [PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures

[meta-rockchip PATCH 0/2] bsp: rkbin: bump to latest commit in master
 2024-11-28  1:01 UTC  (5+ messages)
` [meta-rockchip PATCH 1/2] bsp: rkbin: rkbin-ddr: use glob pattern for finding DDR init
  ` [yocto-patches] "
` [meta-rockchip PATCH 2/2] bsp: rkbin: bump to latest commit in master branch
  ` [yocto-patches] "

[PATCH v4 00/10] Add jump table support for objtool on LoongArch
 2024-11-28  1:00 UTC  (8+ messages)
` [PATCH v4 06/10] objtool: Handle unsorted table offset of rodata

+ mm-fix-vreallocs-kasan-poisoning-logic.patch added to mm-hotfixes-unstable branch
 2024-11-28  0:59 UTC 

[PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
 2024-11-28  0:58 UTC  (2+ messages)

[PATCH v2 0/5] Add jump table support for objtool on LoongArch
 2024-11-28  0:56 UTC  (10+ messages)
` [PATCH v2 5/5] LoongArch: Enable jump table with GCC for objtool
          ` annotating jump tables (Re: [PATCH v2 5/5] LoongArch: Enable jump table with GCC for objtool)


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.