linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-01 14:18:04 to 2022-11-01 16:32:45 UTC [more...]

[RFC PATCH 00/12] smb3: Add iter helpers and use iov_iters down to the network transport
 2022-11-01 16:30 UTC 

[PATCH v5 00/14] coresight: Add new API to allocate trace source ID values
 2022-11-01 16:31 UTC  (15+ messages)
` [PATCH v5 01/14] coresight: trace-id: Add API to dynamically assign Trace "
` [PATCH v5 02/14] coresight: Remove obsolete Trace ID unniqueness checks
` [PATCH v5 03/14] coresight: perf: traceid: Add perf ID allocation and notifiers
` [PATCH v5 04/14] coresight: stm: Update STM driver to use Trace ID API
` [PATCH v5 05/14] coresight: etm4x: Update ETM4 "
` [PATCH v5 06/14] coresight: etm3x: Update ETM3 "
` [PATCH v5 07/14] coresight: etmX.X: stm: Remove trace_id() callback
` [PATCH v5 08/14] coresight: trace id: Remove legacy get trace ID function
` [PATCH v5 09/14] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
` [PATCH v5 10/14] perf: cs-etm: Update record event to use new Trace ID protocol
` [PATCH v5 11/14] kernel: events: Export perf_report_aux_output_id()
` [PATCH v5 12/14] perf: cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packet
` [PATCH v5 13/14] coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace ID
` [PATCH v5 14/14] coresight: trace-id: Add debug & test macros to Trace ID allocation

[PATCH v4 0/4] Enhance definition of DFH and use enhancements for uart driver
 2022-11-01 16:30 UTC  (7+ messages)
` [PATCH v4 4/4] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH] sfc: Fix an error handling path in efx_pci_probe()
 2022-11-01 16:30 UTC  (2+ messages)

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

[PATCH v3 10/17] ufs: core: mcq: Use shared tags for MCQ mode
 2022-11-01 16:29 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc comment
 2022-11-01 16:29 UTC 

[PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
 2022-11-01 15:46 UTC  (3+ messages)

[PATCH] bpftool: Support use full prog name in prog subcommand
 2022-11-01 16:02 UTC  (3+ messages)

[PATCH v6 00/21] Drivers for gunyah hypervisor
 2022-11-01 16:23 UTC  (5+ messages)
` [PATCH v6 02/21] dt-bindings: Add binding "

[PATCH v2 0/2] x86/boot: fix relying on link order
 2022-11-01 16:15 UTC  (3+ messages)
` [PATCH v2 1/2] x86/boot: robustify calling startup_{32,64}() from the decompressor code
` [PATCH v2 2/2] scripts/head-object-list: remove x86 from the list

[PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
 2022-11-01 16:18 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: Add configuration for PMI8950 peripheral

[net-next PATCH v2] octeon_ep: support Octeon device CNF95N
 2022-11-01 16:14 UTC 

[PATCH] bitmap: Fix a typo ("identify map")
 2022-11-01 16:12 UTC 

[PATCH 5.4 086/255] once: add DO_ONCE_SLOW() for sleepable contexts
 2022-11-01 16:12 UTC  (6+ messages)

[ANNOUNCE] 5.15.76-rt53
 2022-11-01 16:08 UTC 

[PATCH v14 0/7] pci-epf-vntb clean up
 2022-11-01 16:08 UTC  (4+ messages)
` [PATCH v14 2/7] PCI: endpoint: pci-epf-vntb: Fix indentation of the struct epf_ntb_ctrl
    ` [EXT] "

[PATCH net-next v2 1/2] net: hinic: Convert the cmd code from decimal to hex to be more readable
 2022-11-01 16:06 UTC  (7+ messages)
` [PATCH net-next v2 2/2] net: hinic: Add control command support for VF PMD driver in DPDK

[PATCH] drm/amd/display: add parameter backlight_min
 2022-11-01 16:06 UTC  (6+ messages)

[PATCH] docs: ia64: Fix a typo ("identify mappings")
 2022-11-01 16:06 UTC 

[PATCH] docs: admin-guide: hw_random: Make document title more generic and concise
 2022-11-01 16:01 UTC 

[PATCH net v2 0/3] net: lan966x: Fixes for when MTU is changed
 2022-11-01 16:04 UTC  (7+ messages)

[PATCH] comedi: Fix potential memory leak in comedi_init()
 2022-11-01 15:59 UTC  (6+ messages)

[PATCH v1 0/6] pinctrl: intel: Enable PWM optional feature
 2022-11-01 15:56 UTC  (7+ messages)
` [PATCH v1 1/6] pwm: Add a stub for devm_pwmchip_add()
` [PATCH v1 2/6] pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMS
` [PATCH v1 3/6] pwm: lpss: Include headers we are direct user of
` [PATCH v1 4/6] pwm: lpss: Allow other drivers to enable PWM LPSS
` [PATCH v1 5/6] pwm: lpss: Add pwm_lpss_probe() stub
` [PATCH v1 6/6] pinctrl: intel: Enumerate PWM device when community has a capabilitty

[RFD] resctrl: reassigning a running container's CTRL_MON group
 2022-11-01 15:53 UTC  (18+ messages)

[PATCH net-next] gro: avoid checking for a failed search
 2022-11-01 15:51 UTC  (2+ messages)

[PATCH v2 tty-next 0/3] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-11-01 15:49 UTC  (13+ messages)
` [PATCH v2 tty-next 1/3] 8250: microchip: pci1xxxx: Add driver for quad-uart support
` [PATCH v2 tty-next 2/3] 8250: microchip: pci1xxxx: Add rs485 support to quad-uart driver

[PATCH net-next v2 0/5] Extend TC key support for Sparx5 IS2 VCAP
 2022-11-01 15:49 UTC  (7+ messages)
` [PATCH net-next v2 2/5] net: microchip: sparx5: Adding more tc flower keys for the "

[PATCH] Input: edt-ft5x06 - replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2022-11-01 15:47 UTC  (2+ messages)

[PATCH 0/2] x86/boot: fix relying on link order
 2022-11-01 15:44 UTC  (7+ messages)
` [PATCH 1/2] x86/boot: robustify calling startup_{32,64}() from the decompressor code

[PATCH v13 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-11-01 15:45 UTC  (4+ messages)
` [PATCH v13 7/7] x86/crash: add x86 crash hotplug support

[PATCH] f2fs: use sysfs_emit instead of sprintf
 2022-11-01 15:39 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] f2fs: replace ternary operator with max()
 2022-11-01 15:38 UTC  (2+ messages)

[PATCH] octeon_ep: support Octeon device CNF95N
 2022-11-01 15:35 UTC 

[PATCHv6 1/6] dt-bindings: mmc: synopsys-dw-mshc: document "altr,sysmgr-syscon"
 2022-11-01 15:34 UTC  (4+ messages)
` [PATCHv6 5/6] clk: socfpga: remove the setting of clk-phase for sdmmc_clk

[RFC 0/9] KVM perf support
 2022-11-01 15:32 UTC  (9+ messages)
` [RFC 3/9] RISC-V: KVM: Define a probe function for SBI extension data structures
` [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
` [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [RFC 8/9] RISC-V: KVM: Implement perf support

[PATCH] video: fbdev: omapfb: remove redundant variable checksum
 2022-11-01 15:31 UTC  (2+ messages)

[PATCH v1 1/2] fbdev: ssd1307fb: Drop optional dependency
 2022-11-01 15:30 UTC  (3+ messages)
` [PATCH v1 2/2] fbdev: ssd1307fb: Drop duplicate NULL checks for PWM APIs

[PATCH net-next v6 3/5] net: dsa: add out-of-band tagging protocol
 2022-11-01 15:29 UTC  (2+ messages)

[PATCH] riscv: vdso: fix build with llvm
 2022-11-01 15:24 UTC  (3+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-01 15:19 UTC  (5+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3289 pvr2_hdw_get_tuner_status() warn: inconsistent indenting
 2022-11-01 15:19 UTC 

[PATCH v2] f2fs: stop discard thread if has fsck tag
 2022-11-01 15:17 UTC  (2+ messages)

[PATCH v3 0/5] Apple SoC cpufreq driver
 2022-11-01 15:16 UTC  (3+ messages)
` [PATCH v3 4/5] cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states

[PATCH] f2fs: separate IPU policy for fdatasync from F2FS_IPU_FSYNC
 2022-11-01 15:14 UTC  (2+ messages)

[PATCH v2 00/15] ufs: qcom: Add HS-G4 support
 2022-11-01 15:12 UTC  (3+ messages)
` [PATCH v2 12/15] scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0

[PATCH V3] x86/split_lock: Add sysctl to control the misery mode
 2022-11-01 15:12 UTC  (2+ messages)

[PATCH 0/4] some random cleanups for blk-mq.c
 2022-11-01 15:11 UTC  (5+ messages)
` [PATCH 1/4] blk-mq: update comment for blk_mq_quiesce_queue_nowait()
` [PATCH 2/4] blk-mq: improve error handling in blk_mq_alloc_rq_map()
` [PATCH 3/4] blk-mq: use if-else instead of goto in blk_mq_alloc_cached_request()
` [PATCH 4/4] blk-mq: improve readability of blk_mq_alloc_request()

[PATCH] io_uring: fix two assignments in if conditions
 2022-11-01 15:09 UTC  (2+ messages)

[PATCH 00/11] ARM: at91: fixes and enhancement
 2022-11-01 15:09 UTC  (2+ messages)

[PATCH 00/11] Enable USB host and device functions on Jetson
 2022-11-01 15:07 UTC  (6+ messages)
` [PATCH 07/11] i2c: nvidia-gpu: Replace ccgx to well-known regex
` [PATCH 10/11] usb: host: xhci-tegra: Add Tegra234 XHCI support

[PATCH 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions
 2022-11-01 15:07 UTC  (7+ messages)
` [PATCH 1/6] x86: KVM: Enable CMPccXADD CPUID and expose it to guest

[PATCH -next] pinctrl: qcom: Include bitfield.h in pinctrl-lpass-lpi.c
 2022-11-01 15:02 UTC  (3+ messages)

[PATCH v1 1/1] pinctrl: qcom: lpass-lpi: Add missed bitfield.h
 2022-11-01 15:01 UTC  (2+ messages)

[PATCH] bitfield: Use argument type for size comparison on Bitfield access macros
 2022-11-01 14:59 UTC  (3+ messages)

[PATCH v10 0/4] Add support for the Cypress cyttsp5
 2022-11-01 15:00 UTC  (5+ messages)
` [PATCH v10 2/4] dt-bindings: input: Add Cypress TT21000 touchscreen controller

[PATCH] sched: Clear ttwu_pending after enqueue_task
 2022-11-01 14:59 UTC  (4+ messages)

[RFC PATCH 0/2] i2c: core: Introduce i2c_client_get_device_id helper
 2022-11-01 14:58 UTC  (4+ messages)
` [RFC PATCH 1/2] i2c: core: Introduce i2c_client_get_device_id helper function

[PATCH next v10 1/2] i2c: hisi: Add initial device tree support
 2022-11-01 14:56 UTC  (2+ messages)

[PATCH v2 0/2] some checkpatch fixes in the file rxtx.c
 2022-11-01 14:55 UTC  (4+ messages)
` [PATCH v2 1/2] change the function name s_vFillRTSHead

[PATCH v12 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-11-01 14:54 UTC  (5+ messages)

[RFC 0/2] migrate: convert migrate_pages()/unmap_and_move() to use folios
 2022-11-01 14:54 UTC  (3+ messages)
` [RFC 1/2] migrate: convert unmap_and_move() "

[PATCH] ath11k (gcc13): synchronize ath11k_mac_he_gi_to_nl80211_he_gi()'s return type
 2022-11-01 14:54 UTC  (5+ messages)

[PATCH] scsi: lpfc: remove redundant pointer lp
 2022-11-01 14:49 UTC  (2+ messages)

[RFC 0/6] migrate_pages(): batch TLB flushing
 2022-11-01 14:49 UTC  (3+ messages)

16-bit _SEG vs 8 bit PCIe Flit mode Segment
 2022-11-01 14:49 UTC 

[PATCH next v9 1/4] i2c: hisi: Add initial device tree support
 2022-11-01 14:43 UTC  (6+ messages)

[syzbot] linux-next boot error: BUG: unable to handle kernel paging request in corrupted
 2022-11-01 14:47 UTC  (2+ messages)

[PATCH v1 1/1] test_printf: Refactor fwnode_pointer() to make it more readable
 2022-11-01 14:40 UTC  (4+ messages)

[PATCH] ath11k: Fix QCN9074 firmware boot on x86
 2022-11-01 14:46 UTC  (2+ messages)

[PATCH] [next] drm/radeon: Replace one-element array with flexible-array member
 2022-11-01 14:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/15] ufs: qcom: Add HS-G4 support
 2022-11-01 14:41 UTC  (6+ messages)
` [PATCH 01/15] phy: qcom-qmp-ufs: Move register settings to qmp_phy_cfg_tables struct

[PATCH v2 0/2] PCI: qcom: Add basic interconnect support
 2022-11-01 14:37 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects
` [PATCH v2 2/2] PCI: qcom: Add basic interconnect support

[PATCH] drm/msm/dp: remove limitation of link rate at 5.4G to support HBR3
 2022-11-01 14:37 UTC  (6+ messages)

[PATCH v10 0/7] RISC-V IPI Improvements
 2022-11-01 14:34 UTC  (8+ messages)
` [PATCH v10 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v10 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v10 3/7] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v10 4/7] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v10 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v10 6/7] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v10 7/7] RISC-V: Use IPIs for remote icache "

[RFC] memory tiering: use small chunk size and more tiers
 2022-11-01 14:34 UTC  (10+ messages)

[PATCH 0/3] Add support for MICFIL on i.MX93 platform
 2022-11-01 14:33 UTC  (2+ messages)

[PATCH] CHROMIUM: ASoC: amd: acp: Add tdm support for codecs in machine driver
 2022-11-01 14:31 UTC  (3+ messages)

[PATCH v4 0/8] i2c-atr and FPDLink
 2022-11-01 14:30 UTC  (3+ messages)
` [PATCH v4 2/8] i2c: add I2C Address Translator (ATR) support

[PATCH v2] samples/bpf: fix typo in README
 2022-11-01 14:30 UTC  (2+ messages)

[PATCH] drm/radeon: Use a local mutex for bind/unbind protection
 2022-11-01 14:29 UTC  (2+ messages)

[PATCH] drm/amd/display (gcc13): fix enum mismatch
 2022-11-01 14:28 UTC  (3+ messages)

[GIT PULL] KVM changes for 6.1-rc4
 2022-11-01 14:24 UTC 

[PATCH] hwmon: (jc42) Consistently use bit and bitfield macros in the driver
 2022-11-01 14:24 UTC  (2+ messages)

drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-11-01 14:18 UTC 

[PATCH v2] proc: add byteorder file
 2022-11-01 14:18 UTC  (3+ messages)

[PATCH v2 0/3] A few cleanup patches for blk-iolatency.c
 2022-11-01 14:17 UTC  (2+ messages)


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).