All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-30 23:10:37 to 2022-11-30 23:43:32 UTC [more...]

[PATCH mptcp-next v21 0/7] BPF redundant scheduler
 2022-11-30 23:43 UTC  (5+ messages)
` [PATCH mptcp-next v21 2/7] mptcp: use get_send wrapper
` [PATCH mptcp-next v21 5/7] mptcp: add mptcp_update_dfrags

[folded-merged] mmhugetlb-use-folio-fields-in-second-tail-page-fix.patch removed from -mm tree
 2022-11-30 23:43 UTC 

[PATCH 0/4] Don't lazy-fetch commits when parsing them
 2022-11-30 23:42 UTC  (4+ messages)
` [PATCH 2/4] object-file: refactor corrupt object diagnosis

[folded-merged] mm-damon-sysfs-schemes-implement-damos-tried-regions-clear-command-fix.patch removed from -mm tree
 2022-11-30 23:42 UTC 

[PATCH 0/5] remove label = "cpu" from DSA dt-binding
 2022-11-30 14:10 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: net: qca,ar71xx: remove label = "cpu" from examples
` [PATCH 2/5] arm: dts: remove label = "cpu" from DSA dt-binding
` [PATCH 3/5] arm64: "
` [PATCH 5/5] powerpc: "

"WARNING: inconsistent lock state, inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage." with netconsole on (kernel 6.1.0-rc7)
 2022-11-30 23:36 UTC 

[PATCH 0/4] KVM: arm64: Parallel access faults
 2022-11-30 23:21 UTC  (9+ messages)
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set

[PATCH v1 0/3] Putting some basic order on isa extension lists
 2022-11-30 23:41 UTC  (4+ messages)
` [PATCH v1 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH v1 2/3] RISC-V: resort all extensions in consistent orders
` [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[folded-merged] mm-damon-sysfs-implement-damos-tried-regions-update-command-fix.patch removed from -mm tree
 2022-11-30 23:41 UTC 

[folded-merged] mm-hugetlb-convert-move_hugetlb_state-to-folios-fix.patch removed from -mm tree
 2022-11-30 23:41 UTC 

[v2] kbuild: Port silent mode detection to future gnu make
 2022-11-30 23:40 UTC  (3+ messages)

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-11-30 23:09 UTC  (118+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

[PATCH v2 bpf-next] bpf: Tighten ptr_to_btf_id checks
 2022-11-30 23:40 UTC  (2+ messages)

[PATCH v4] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
 2022-11-30 23:45 UTC 

[Intel-gfx] [PATCH] drm/i915/mtl: Add support for 32 bit OAG formats in MTL
 2022-11-30 23:39 UTC  (5+ messages)

[folded-merged] mempool-do-not-use-ksize-for-poisoning-fix.patch removed from -mm tree
 2022-11-30 23:39 UTC 

[PATCH-for-8.0 0/2] hw: Reduce "qemu/accel.h" inclusion
 2022-11-30 23:38 UTC  (3+ messages)
` [PATCH-for-8.0 2/2] "

[PATCH v4 0/4] x86/crash: Fix double NMI shootdown bug
 2022-11-30 23:38 UTC  (6+ messages)
` [PATCH v4 1/4] x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
` [PATCH v4 2/4] x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)
` [PATCH v4 3/4] x86/reboot: Disable virtualization in an emergency if SVM is supported
` [PATCH v4 4/4] x86/reboot: Disable SVM, not just VMX, when stopping CPUs

[folded-merged] mm-hwpoison-try-to-recover-from-copy-on-write-faults-v4.patch removed from -mm tree
 2022-11-30 23:38 UTC 

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2022-11-30 23:32 UTC  (7+ messages)
` [PATCH v3 13/13] dma: arm64: Add CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC and enable it for arm64

[PATCH v2 0/3] printk: introduce new macros pr_<level>_cont()
 2022-11-30 23:37 UTC  (10+ messages)
` [PATCH v2 1/3] "

OBJTOOL Build error
 2022-11-30 23:36 UTC  (4+ messages)

[PATCH for-next v2 01/18] RDMA/rxe: Isolate code to fill request roce headers
 2022-11-30 23:36 UTC  (5+ messages)
` [PATCH for-next v2 06/18] RDMA/rxe: Add rxe_add_frag() to rxe_mr.c

[dm-devel] [PATCH v2] dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
 2022-11-30 23:07 UTC  (3+ messages)

[PATCH 0/4] Static analyser finding deviation
 2022-11-30 23:34 UTC  (5+ messages)
` [PATCH 3/4] tools/misra: fix skipped rule numbers

[PATCH v3 0/2] pinctrl: add ACPI support to pin controller
 2022-11-30 23:30 UTC  (5+ messages)
` [PATCH v3 1/2] pinctrl: add support for ACPI pin function and config resources

[PATCH bpf-next] bpf: Restrict attachment of bpf program to some tracepoints
 2022-11-30 23:29 UTC  (6+ messages)

[PATCH V4 0/7] null_blk: allow REQ_OP_WRITE_ZEROES and cleanup
 2022-11-30 23:29 UTC  (4+ messages)
` [PATCH V4 1/8] null_blk: allow REQ_OP_WRITE_ZEROES

[PATCH] virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]
 2022-11-30 23:21 UTC  (3+ messages)

[android-common:android13-5.15-arcvm 94/132] kernel/time/timekeeping.c:1658:2: error: use of undeclared identifier 'boot_delta'
 2022-11-30 23:30 UTC 

[android-common:android13-5.15-arcvm 115/132] drivers/media/virtio/virtio_video_device.c:801:37: warning: variable 'out_prev_min_buffs' set but not used
 2022-11-30 23:30 UTC 

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-11-30 23:29 UTC  (7+ messages)
` [RFC PATCH v2 06/47] hugetlb: extend vma lock for shared vmas
` [RFC PATCH v2 25/47] hugetlb: add HGM support for copy_hugetlb_page_range

[PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-11-30 23:29 UTC  (2+ messages)

fsmonitor: t7527 racy on OSX?
 2022-11-30 23:18 UTC  (5+ messages)

[PATCH v9 0/8] Add MV88E6xxx DSA driver and use on gwventana
 2022-11-30 23:27 UTC  (3+ messages)

New CVE entries this week
 2022-11-30 23:26 UTC 

[PATCH RESEND] Input: msg2638 - only read linux,keycodes array if necessary
 2022-11-30 23:15 UTC  (2+ messages)

[PATCH] input/misc: wistron_btns: disable on UML
 2022-11-30 23:16 UTC  (3+ messages)

[PATCH v3 rcu 0/16] Lazy call_rcu() updates for v6.2
 2022-11-30 23:15 UTC  (7+ messages)
` [PATCH rcu 14/16] rxrpc: Use call_rcu_hurry() instead of call_rcu()

[Question] Should we reuse target when damon's operation changed?
 2022-11-30 23:24 UTC  (2+ messages)

[PATCH 1/2] perf/arm-cmn: Cope with spurious IRQs better
 2022-11-30 23:13 UTC  (5+ messages)

[RFC PATCH 0/8] cxl: Introduce HDM decoder emulation from DVSEC range registers
 2022-11-30 23:13 UTC  (9+ messages)
` [RFC PATCH 1/8] cxl: break out range register decoding from cxl_hdm_decode_init()
` [RFC PATCH 2/8] cxl: export cxl_dvsec_rr_decode() to cxl_port
` [RFC PATCH 3/8] cxl: refactor cxl_hdm_decode_init()
` [RFC PATCH 4/8] cxl: emulate HDM decoder from DVSEC range registers
` [RFC PATCH 5/8] cxl: create emulated cxl_hdm for devices that do not have HDM decoders
` [RFC PATCH 6/8] cxl: create emulated decoders for devices without "
` [RFC PATCH 7/8] cxl: suppress component register discovery failure warning for RCD
` [RFC PATCH 8/8] cxl: remove locked check for dvsec_range_allowed()

Question about CPUTLBEntry
 2022-11-30 23:19 UTC  (2+ messages)

[PATCH] net: atlantic: fix check for invalid ethernet addresses
 2022-11-30 23:12 UTC  (5+ messages)

Bad padding with bpftool btf dump .. format c
 2022-11-30 23:11 UTC  (11+ messages)
  ` Sv: "

[PATCH] platform/chrome: Create new USB driver for RGB keyboard in ChromeOS devices
 2022-11-30 23:19 UTC 

FAILED: patch "[PATCH] x86/pm: Add enumeration check before spec MSRs save/restore" failed to apply to 5.10-stable tree
 2022-11-30 23:11 UTC  (2+ messages)

[PATCH] mm/madvise: fix madvise_pageout for private file mappings
 2022-11-30 23:17 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/mtl: Initial display workarounds
 2022-11-30 23:17 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/mtl: Add initial gt workarounds

[meta-ti][dunfell][PATCH] linux-ti-staging-rt: RC Auto-Merger: 08.05.00.006
 2022-11-30 23:16 UTC 

[ammarfaizi2-block:kvalo/ath/pending 18/27] drivers/net/wireless/ath/ath12k/dp_rx.c:2690:34: warning: variable 'i' is uninitialized when used here
 2022-11-30 23:10 UTC 

[rmk-arm:net-queue 54/113] drivers/net/phy/sfp.c:2643:36: error: use of undeclared identifier 'args'
 2022-11-30 23:10 UTC 


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.