linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-21 13:04:15 to 2022-09-21 15:47:16 UTC [more...]

[PATCH 5.19 00/38] 5.19.11-rc1 review
 2022-09-21 15:45 UTC  (8+ messages)
` [PATCH 5.19 01/38] of: fdt: fix off-by-one error in unflatten_dt_nodes()
` [PATCH 5.19 10/38] Revert "SUNRPC: Remove unreachable error condition"
` [PATCH 5.19 11/38] drm/panel-edp: Fix delays for Innolux N116BCA-EA1
` [PATCH 5.19 12/38] drm/meson: Correct OSD1 global alpha value
` [PATCH 5.19 13/38] drm/meson: Fix OSD1 RGB to YCbCr coefficient
` [PATCH 5.19 14/38] drm/rockchip: vop2: Fix eDP/HDMI sync polarities
` [PATCH 5.19 15/38] drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC

KASAN: use-after-free Write in keyspan_close
 2022-09-21 15:45 UTC  (3+ messages)

[PATCH 0/2] Fix some hotplug event issues
 2022-09-21 15:45 UTC  (4+ messages)
` [PATCH 1/2] thunderbolt: Explicitly reset plug events delay back to USB4 spec value
` [PATCH 2/2] thunderbolt: Explicitly enable lane adapter hotplug events at startup

[PATCH 0/2] ACPI: PCC: add waiting timeout and fix Tx done interface
 2022-09-21 15:43 UTC  (3+ messages)
` [PATCH 2/2] ACPI: PCC: fix Tx done interface in handler

possible deadlock in snd_rawmidi_free
 2022-09-21 15:42 UTC  (4+ messages)

[PATCH v4 0/4] lib: optimize find_bit() functions
 2022-09-21 15:40 UTC  (2+ messages)

[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
 2022-09-21 15:41 UTC  (5+ messages)
` [PATCH v4 1/9] KVM: x86/mmu: Bug the VM if KVM attempts to double count an NX huge page

[PATCH RFC 0/8] Introduce provisioning primitives for thinly provisioned storage
 2022-09-21 15:39 UTC  (13+ messages)
` [PATCH RFC 4/8] fs: Introduce FALLOC_FL_PROVISION

linux-next: Tree for Sep 21
 2022-09-21 15:37 UTC  (3+ messages)

[PATCH v2 00/10] Encrypted Hibernation
 2022-09-21 15:35 UTC  (5+ messages)
` [PATCH v2 02/10] tpm: Allow PCR 23 to be restricted to kernel-only use

[PATCH v4 00/13] acpi: i2c: Use SharedAndWake and ExclusiveAndWake to enable wake irq
 2022-09-21 15:33 UTC  (6+ messages)
` [PATCH v4 07/13] i2c: acpi: Use ACPI wake capability bit to set wake_irq

[PATCH 1/2] ASoC: wcd9335: fix order of Slimbus unprepare/disable
 2022-09-21 15:28 UTC  (9+ messages)
` [PATCH 2/2] ASoC: wcd934x: "

[PATCH v2 2/3] Added Xilinx XDMA IP core driver
 2022-09-21 15:35 UTC  (4+ messages)

[PATCH] dt-bindings: clocks: qcom,gcc-sc8280xp: Fix typos
 2022-09-21 15:31 UTC 

[PATCH v4 0/8] kallsyms: Optimizes the performance of lookup symbols
 2022-09-21 15:30 UTC  (8+ messages)
` [PATCH v4 3/8] scripts/kallsyms: don't compress symbol types
` [PATCH v4 4/8] kallsyms: Improve the performance of kallsyms_lookup_name()
` [PATCH v4 5/8] kallsyms: Add helper kallsyms_on_each_match_symbol()

[PATCH 0/1] arm64: defconfig: Add Coresight as module
 2022-09-21 15:26 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-09-21 15:24 UTC  (40+ messages)
` [PATCH v10 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v10 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v10 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v10 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v10 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v10 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v10 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v10 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v10 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v10 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v10 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v10 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v10 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v10 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v10 17/39] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v10 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v10 19/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v10 21/39] KVM: nSVM: "
` [PATCH v10 22/39] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v10 23/39] KVM: selftests: Better XMM read/write helpers
` [PATCH v10 24/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v10 25/39] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v10 26/39] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v10 27/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v10 28/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v10 29/39] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v10 30/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v10 31/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v10 32/39] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v10 33/39] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v10 34/39] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v10 35/39] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v10 36/39] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v10 37/39] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v10 38/39] KVM: selftests: hyperv_svm_test: "
` [PATCH v10 39/39] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[jcmvbkbc-xtensa:xtensa-6.0-esp32 7/12] drivers/tty/serial/esp32_uart.c:33:6: warning: no previous prototype for function 'dbg_echo'
 2022-09-21 15:26 UTC 

[PATCH v4 00/30] Rework the trip points creation
 2022-09-21 15:24 UTC  (3+ messages)
` [PATCH v4 10/30] thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_get_trip()

[PATCH net-next] net: phy: micrel: Fix double spaces inside lan8814_config_intr
 2022-09-21 15:22 UTC  (2+ messages)

[PATCH] arm64/mm: fold check for KFENCE into can_set_direct_map()
 2022-09-21 15:19 UTC  (5+ messages)

[PATCH] ARM: dts: turris-omnia: Add label for wan port
 2022-09-21 15:18 UTC  (2+ messages)

[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-09-21 15:15 UTC  (4+ messages)

[PATCH v5 0/2] spmi: pmic-arb: Add support for PMIC v7
 2022-09-21 15:15 UTC  (2+ messages)

[PATCH V4] HID: HID-rmi - ignore to rmi_hid_read_block after system resumes
 2022-09-21 15:11 UTC  (2+ messages)

[PATCH v2 0/3] KVM: EFER.LMSLE cleanup
 2022-09-21 15:11 UTC  (7+ messages)

[PATCH v2 00/41] drm: Analog TV Improvements
 2022-09-21 15:05 UTC  (19+ messages)
` [PATCH v2 10/41] drm/modes: Add a function to generate analog display modes

[PATCH 1/2] cfg80211: fix dead lock for nl80211_new_interface()
 2022-09-21 15:03 UTC  (2+ messages)

[PATCH] ACPI: processor_idle: Skip dummy wait for processors based on the Zen microarchitecture
 2022-09-21 15:00 UTC  (6+ messages)

[PATCH v3 1/1] serial: 8250: Toggle IER bits on only after irq has been set up
 2022-09-21 15:00 UTC  (3+ messages)

kernel v5.19 warn in usb_ep_queue
 2022-09-21 15:00 UTC  (3+ messages)

[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
 2022-09-21 15:00 UTC  (5+ messages)

regression caused by block: freeze the queue earlier in del_gendisk
 2022-09-21 14:56 UTC  (15+ messages)

[ammarfaizi2-block:paulmck/linux-rcu/dev 35/35] ERROR: modpost: "__srcu_read_lock_nmisafe" [kernel/rcu/rcutorture.ko] undefined!
 2022-09-21 14:55 UTC  (2+ messages)

[PATCH v2 00/16] x86: head_64.S spring cleaning
 2022-09-21 14:54 UTC  (17+ messages)
` [PATCH v2 01/16] x86/compressed: efi-mixed: rename efi_thunk_64.S to efi-mixed.S
` [PATCH v2 02/16] x86/compressed: efi-mixed: move 32-bit entrypoint code into .text section
` [PATCH v2 03/16] x86/compressed: efi-mixed: move bootargs parsing out of 32-bit startup code
` [PATCH v2 04/16] x86/compressed: efi-mixed: move efi32_pe_entry into .text section
` [PATCH v2 05/16] x86/compressed: efi-mixed: move efi32_entry out of head_64.S
` [PATCH v2 06/16] x86/compressed: efi-mixed: move efi32_pe_entry() "
` [PATCH v2 07/16] x86/compressed: efi: merge multiple definitions of image_offset into one
` [PATCH v2 08/16] x86/compressed: efi-mixed: simplify IDT/GDT preserve/restore
` [PATCH v2 09/16] x86/compressed: avoid touching ECX in startup32_set_idt_entry()
` [PATCH v2 10/16] x86/compressed: pull global variable ref up into startup32_load_idt()
` [PATCH v2 11/16] x86/compressed: move startup32_load_idt() into .text section
` [PATCH v2 12/16] x86/compressed: move startup32_load_idt() out of head_64.S
` [PATCH v2 13/16] x86/compressed: move startup32_check_sev_cbit() into .text
` [PATCH v2 14/16] x86/compressed: move startup32_check_sev_cbit() out of head_64.S
` [PATCH v2 15/16] x86/compressed: adhere to calling convention in get_sev_encryption_bit()
` [PATCH v2 16/16] x86/compressed: only build mem_encrypt.S if AMD_MEM_ENCRYPT=y

[PATCH rcu/next 0/3] Preparatory patches borrowed from lazy rcu v5
 2022-09-21 14:54 UTC  (3+ messages)
` [PATCH rcu/next 2/3] rcu: Fix late wakeup when flush of bypass cblist happens (v6)

[PATCH v2] ACPI: amba: Add Arm DMA-330 controller to the supported list
 2022-09-21 14:48 UTC  (2+ messages)

[mtd:nand/next 11/31] drivers/mtd/nand/raw/cadence-nand-controller.c:1893:4: error: implicit declaration of function 'ioread64_rep' is invalid in C99
 2022-09-21 14:47 UTC  (4+ messages)

[PATCH rcu 0/4] NMI-safe SRCU reader API
 2022-09-21 14:46 UTC  (5+ messages)
` [PATCH RFC rcu 1/4] srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic
` [PATCH RFC rcu 2/4] srcu: Create and srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()
` [PATCH RFC rcu 3/4] srcu: Check for consistent per-CPU per-srcu_struct NMI safety
` [PATCH RFC rcu 4/4] srcu: Check for consistent global "

Cutiepi, serdevs, and right way to handle its power button
 2022-09-21 14:45 UTC  (2+ messages)

[PATCH memcg v5] net: set proper memcg for net_init hooks allocations
 2022-09-21 14:44 UTC  (4+ messages)
` [PATCH memcg v6] "
  ` [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations)

[PATCH] gpiolib: cdev: add fdinfo output for line request file descriptors
 2022-09-21 14:44 UTC  (4+ messages)

[PATCH net-next 1/2] net: enetc: cache accesses to &priv->si->hw
 2022-09-21 14:43 UTC  (2+ messages)
` [PATCH net-next 2/2] net: enetc: use common naming scheme for PTGCR and PTGCAPR registers

[PATCH] coresight: acpi: add support for amba dma-330 controller
 2022-09-21 14:42 UTC  (3+ messages)

Unable to handle kernel NULL pointer dereference at virtual address 00000010 - PC is at mempool_alloc
 2022-09-21 14:41 UTC 

[PATCH] libfs: fix negative value support in simple_attr_write()
 2022-09-21 14:40 UTC  (4+ messages)

[PATCH -next] blk-wbt: call rq_qos_add() after wb_normal is initialized
 2022-09-21 14:37 UTC  (2+ messages)

[PATCH v4] dt-bindings: firmware: imx: sync with SCFW kit v1.13.0
 2022-09-21 14:36 UTC 

[PATCH v3 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-21 14:32 UTC  (5+ messages)
` [PATCH v3 3/6] KVM: x86: Hyper-V invariant TSC control

[git pull] habanalabs pull request for kernel 6.1
 2022-09-21 14:22 UTC  (2+ messages)

[PATCH v7] checkpatch: warn for non-standard fixes tag style
 2022-09-21 14:25 UTC  (4+ messages)

[GIT PULL] Coresight changes for v6.1
 2022-09-21 14:18 UTC  (2+ messages)

[PATCH net-next 00/13] Add tc-taprio support for queueMaxSDU
 2022-09-21 14:21 UTC  (11+ messages)
` [PATCH net-next 08/13] net: dsa: hellcreek: deny tc-taprio changes to per-tc max SDU

[PATCH 0/3] arm64: dts: mediatek: asurada: Enable internal display
 2022-09-21 14:20 UTC  (6+ messages)
` [PATCH 1/3] arm64: dts: mediatek: asurada: Add display regulators

[PATCH v9 12/27] rust: add `kernel` crate
 2022-09-21 14:19 UTC  (11+ messages)

[GIT PULL] TI K3 device tree updates for v6.1
 2022-09-21 14:17 UTC 

[PATCH 0/6] rtc: isl12022: cleanups and hwmon support
 2022-09-21 14:13 UTC  (4+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 9/9] rtc: isl12022: add support for temperature sensor

[PATCH v10 0/9] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-09-21 14:10 UTC  (4+ messages)
` [PATCH v10 3/9] compiler_types.h: Add assert_type to catch type mis-match while compiling

[PATCH] KVM: x86/pmu: Add PEBS support for Intel Sapphire Rapids
 2022-09-21 14:10 UTC  (2+ messages)

[PATCH v1 1/1] ptp_ocp: use device_find_any_child() instead of custom approach
 2022-09-21 14:10 UTC 

[PATCH 0/4] perf lock contention: Improve call stack handling (v1)
 2022-09-21 14:09 UTC  (6+ messages)

[PATCH v8 0/4] remoteproc: restructure the remoteproc VirtIO device
 2022-09-21 14:07 UTC  (8+ messages)

[PATCH for-next v2 0/4] riscv: Improvments for stacktrace
 2022-09-21 14:02 UTC  (2+ messages)

[PATCH] hwmon: (mr75203) fix undefined reference to `__divdi3'
 2022-09-21 14:02 UTC  (2+ messages)

[PATCH v2] scsi: ufs: Remove redundant function definitions from ufshcd.h
 2022-09-21 13:59 UTC  (2+ messages)

[PATCH bpf v2] xsk: inherit need_wakeup flag for shared sockets
 2022-09-21 13:57 UTC  (2+ messages)
` [PATCH bpf v3] "

[tip:sched/psi 8/11] kernel/sched/core.c:711:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-09-21 13:53 UTC 

[PATCH v9 0/4] remoteproc: restructure the remoteproc VirtIO device
 2022-09-21 13:50 UTC  (5+ messages)
` [PATCH v9 1/4] remoteproc: core: Introduce rproc_rvdev_add_device function
` [PATCH v9 2/4] remoteproc: core: Introduce rproc_add_rvdev function
` [PATCH v9 3/4] remoteproc: Move rproc_vdev management to remoteproc_virtio.c
` [PATCH v9 4/4] remoteproc: virtio: Create platform device for the remoteproc_virtio

[PATCH v2 1/2] perf tools: Honor namespace when synthesizing build-id
 2022-09-21 13:50 UTC  (4+ messages)
` [PATCH v2 2/2] perf record: Save DSO build-ID for synthesizing

[PATCH v18 00/13] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-21 13:43 UTC  (3+ messages)
` [PATCH v18 02/13] btf: Export bpf_dynptr definition

[PATCH 0/3] Check content after reading from quota file
 2022-09-21 13:37 UTC  (3+ messages)
` [PATCH 1/3] quota: Check next/prev free block number "

[PATCH net] net: macb: Fix ZynqMP SGMII non-wakeup source resume failure
 2022-09-21 13:36 UTC 

[PATCH 1/1] tools headers cpufeatures: Sync with the kernel sources
 2022-09-21 13:36 UTC 

[GIT PULL] MIPS fixes for v6.0
 2022-09-21 13:35 UTC 

[PATCH] ext4: fix use-after-free in ext4_ext_shift_extents
 2022-09-21 13:42 UTC 

[GIT PULL]: dmaengine fixes for v6.0
 2022-09-21 13:26 UTC 

[PATCH v5 0/8] i2c: i2c-mlxbf.c: bug fixes and new feature support
 2022-09-21 13:24 UTC  (6+ messages)
` [PATCH v5 8/8] i2c: i2c-mlxbf.c: Update binding devicetree

[PATCH 0/2] locking, tracing: Fix incorrect use of arch_spin_lock()
 2022-09-21 13:21 UTC  (3+ messages)
` [PATCH 1/2] locking: Provide a low overhead do_arch_spin_lock() API
` [PATCH 2/2] tracing: Use proper "

[PATCH v5 0/5] iommu: M1 Pro/Max DART support
 2022-09-21 13:20 UTC  (2+ messages)

[PATCH v3] xsk: inherit need_wakeup flag for shared sockets
 2022-09-21 13:17 UTC 

[PATCH v2 0/2] Add Omnivision OV4689 image sensor driver
 2022-09-21 13:16 UTC  (9+ messages)

[RESEND] devfreq: governor: Save void *data in the governor userspace
 2022-09-21 13:15 UTC  (5+ messages)
    `  "

[PATCH] phy: qcom-qmp-pcie: Fix the SM8450 PCS registers
 2022-09-21 13:06 UTC  (2+ messages)

[PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules
 2022-09-21 13:03 UTC  (4+ messages)
` [PATCH v1 2/3] powerpc/prom_init: drop PROM_BUG()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).