linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-11 09:59:42 to 2022-05-11 12:17:59 UTC [more...]

[PATCH v2] hex2bin: make the function hex_to_bin constant-time
 2022-05-11 12:17 UTC  (11+ messages)

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-05-11 12:17 UTC  (56+ messages)
` [PATCH v3 01/34] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v3 02/34] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH v3 03/34] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v3 04/34] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v3 05/34] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v3 06/34] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v3 07/34] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v3 08/34] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v3 09/34] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v3 10/34] KVM: x86: hyper-v: Create a separate ring for L2 TLB flush
` [PATCH v3 11/34] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v3 12/34] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v3 13/34] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v3 14/34] KVM: x86: Introduce .post_hv_l2_tlb_flush() nested hook
` [PATCH v3 15/34] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v3 16/34] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v3 17/34] KVM: x86: hyper-v: Introduce fast kvm_hv_l2_tlb_flush_exposed() check
` [PATCH v3 18/34] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v3 19/34] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v3 20/34] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too
` [PATCH v3 21/34] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v3 22/34] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v3 23/34] KVM: selftests: Better XMM read/write helpers
` [PATCH v3 24/34] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v3 25/34] KVM: selftests: Make it possible to replace PTEs with __virt_pg_map()
` [PATCH v3 26/34] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v3 27/34] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h

[PATCH v2 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees
 2022-05-11 12:06 UTC  (7+ messages)
` [PATCH v2 1/4] ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity
` [PATCH v2 2/4] ARM: dts: imx6qdl-colibri: Mux mclk for sgtl5000 with the codec node
` [PATCH v2 3/4] ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight
` [PATCH v2 4/4] ARM: dts: imx6qdl-colibri: backlight pwm: Adapt brightness steps

[PATCH] selftests: kvm: replace ternary operator with min()
 2022-05-11 12:05 UTC 

[PATCH] rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge
 2022-05-11 12:07 UTC 

[PATCH 0/8] s390: allow to build with llvm's integrated assembler
 2022-05-11 12:05 UTC  (9+ messages)
` [PATCH 1/8] s390/alternatives: provide identical sized orginal/alternative sequences
` [PATCH 2/8] s390/alternatives: remove padding generation code
` [PATCH 3/8] s390/entry: shorten OUTSIDE macro
` [PATCH 4/8] s390/entry: workaround llvm's IAS limitations
` [PATCH 5/8] s390/purgatory: "
` [PATCH 6/8] s390/boot: workaround llvm IAS bug
` [PATCH 7/8] s390/boot: do not emit debug info for assembly with llvm's IAS
` [PATCH 8/8] scripts/min-tool-version.sh: raise minimum clang version to 14.0.0 for s390

[PATCH -next 0/2] ASoC: codecs: Fix build error
 2022-05-11 12:06 UTC  (3+ messages)
` [PATCH -next 1/2] ASoC: max98396: Fix build error for implicit function declaration

[PATCH v5 0/6] RZN1 USB Host support
 2022-05-11 12:05 UTC  (4+ messages)
` [PATCH v5 3/6] PCI: rcar-gen2: Add RZ/N1 SOCs family compatible string

[PATCH v5 0/7] Fix some races between sysfb device registration and drivers probe
 2022-05-11 12:05 UTC  (15+ messages)
` [PATCH v5 1/7] firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer
` [PATCH v5 2/7] firmware: sysfb: Add helpers to unregister a pdev and disable registration
` [PATCH v5 3/7] fbdev: Restart conflicting fb removal loop when unregistering devices
` [PATCH v5 4/7] fbdev: Make sysfb to unregister its own registered devices
` [PATCH v5 5/7] fbdev: Disable sysfb device registration when removing conflicting FBs
` [PATCH v5 6/7] Revert "fbdev: Prevent probing generic drivers if a FB is already registered"
` [PATCH v5 7/7] fbdev: Make registered_fb[] private to fbmem.c

[PATCH] sched/fair: optimize and simplify rq leaf_cfs_rq_list
 2022-05-11 12:05 UTC  (2+ messages)

[PATCH v4 0/3] Add LTRF216A Driver
 2022-05-11 12:04 UTC  (3+ messages)
` [PATCH v4 3/3] iio: light: Add support for ltrf216a sensor

[PATCH v4 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-11 12:04 UTC  (4+ messages)
` [PATCH v4 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v4 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v4 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH v6 00/12] iommu: SVA and IOPF refactoring
 2022-05-11 12:02 UTC  (12+ messages)
` [PATCH v6 02/12] iommu: Add pasid_bits field in struct dev_iommu
` [PATCH v6 03/12] iommu: Add attach/detach_dev_pasid domain ops

[PATCH] m68k: math-emu: Fix dependencies of math emulation support
 2022-05-11 12:02 UTC  (3+ messages)

[PATCH 1/2] locking/qrwlock: Change "queue rwlock" to "queued rwlock"
 2022-05-11 12:01 UTC  (4+ messages)
` [PATCH 2/2] locking/qrwlock: Reduce cacheline contention for rwlocks used in interrupt context

[Bug][5.18-rc0] Between commits ed4643521e6a and 34af78c4e616, appears warning "WARNING: CPU: 31 PID: 51848 at drivers/dma-buf/dma-fence-array.c:191 dma_fence_array_create+0x101/0x120" and some games stopped working
 2022-05-11 12:01 UTC  (12+ messages)

[PATCH] fsi: master-ast-cf: Fix refcount leak in fsi_master_acf_probe
 2022-05-11 11:57 UTC 

[PATCH] drivers: spi: cadence-quadspi: Handle spi_unregister_master() in remove()
 2022-05-11 11:55 UTC 

[RT][PATCH 1/2] rcutorture: Also force sched priority to timersd on boosting test
 2022-05-11 11:54 UTC  (3+ messages)
` [RT][PATCH 2/2] tick: Fix timer storm since introduction of timersd

[PATCH v9 0/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-11 11:54 UTC  (17+ messages)
` [PATCH v9 3/7] crypto: caam - determine whether CAAM supports blob encap/decap
  ` [EXT] "
` [PATCH v9 7/7] MAINTAINERS: add KEYS-TRUSTED-CAAM

[PATCH v3 0/4] Enable PASID for DMA API users
 2022-05-11 11:54 UTC  (5+ messages)
` [PATCH v3 1/4] iommu/vt-d: Implement domain ops for attach_dev_pasid

[RFC] drm/msm: Add initial ci/ subdirectory
 2022-05-11 11:50 UTC  (6+ messages)
` [RFC v2] "
  ` Adding CI results to the kernel tree was "

[PATCH 0/4] perf cs_etm: Basic support for virtual/kernel timestamps
 2022-05-11 11:49 UTC  (4+ messages)
` [PATCH 1/4] perf pmu: Add function to check if a pmu file exists

[PATCH RESEND 0/2] j1939: make sure that sent DAT/CTL frames are marked as TX
 2022-05-11 11:48 UTC  (4+ messages)

[PATCH v11 0/3] Microchip Polarfire FPGA manager
 2022-05-11 11:46 UTC  (9+ messages)
` [PATCH v11 2/3] fpga: microchip-spi: add Microchip MPF "

[PATCH] ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe
 2022-05-11 11:46 UTC  (2+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-05-11 11:45 UTC  (10+ messages)
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 17/30] tracing: Improve panic/die notifiers

[PATCH] staging/rtl8712: fix potential memory leak
 2022-05-11 11:43 UTC  (2+ messages)

[PATCH] watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probe
 2022-05-11 11:42 UTC 

[PATCH] test_firmware: fix end of loop test in upload_read_show()
 2022-05-11 11:41 UTC  (5+ messages)

[PATCH v7 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-05-11 11:42 UTC  (3+ messages)
` [PATCH v7 1/7] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity

[PATCH RFC v1] random: use static branch for crng_ready()
 2022-05-11 11:41 UTC  (2+ messages)

[PATCH 0/2] Prevent re-use of FUSE superblock after force unmount
 2022-05-11 11:38 UTC  (8+ messages)

[PATCH v2 0/3] add Pine64 touch panel support to rockpro64
 2022-05-11 11:35 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: panel: feiyang, fy07024di26a30d: make reset gpio optional
` [PATCH v2 2/3] drm/panel: feiyang-fy07024di26a30d: "
` [PATCH v2 3/3] arm64: dts: rockchip: add pine64 touch panel display to rockpro64

[mtd:spi-nor/next 16/18] drivers/mtd/spi-nor/debugfs.c:84 spi_nor_params_show() warn: '%ph' cannot be followed by 'n'
 2022-05-11 11:35 UTC  (2+ messages)

[PATCH] regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt
 2022-05-11 11:35 UTC 

[PATCH] RISC-V: Remove IORESOURCE_BUSY flag for no-map reserved memory
 2022-05-11 11:32 UTC  (2+ messages)

[PATCH 0/4 V2] net: atlantic: more fuzzing fixes
 2022-05-11 11:30 UTC  (2+ messages)

[PATCH v4 0/6] TPM irq fixes
 2022-05-11 11:27 UTC  (5+ messages)
` [PATCH v4 1/6] tpm, tpm_tis_spi: Request threaded irq
` [PATCH v4 2/6] tpm, tpm_tis: Claim and release locality only once

[REPOST PATCH] locking/lockdep: Remove lockdep_init_map_crosslock
 2022-05-11 11:26 UTC 

[PATCH 1/4] drm/i915: add gen6 ppgtt dummy creation function
 2022-05-11 11:24 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: setup ggtt scratch page after memory regions

[PATCH] sched/rt: fix the case where sched_rt_period_us is non-positive
 2022-05-11 11:21 UTC 

[PATCH] RISC-V: Remove IORESOURCE_BUSY flag for no-map reserved memory
 2022-05-11 11:18 UTC 

[PATCH 4.9 00/66] 4.9.313-rc1 review
 2022-05-11 11:15 UTC  (2+ messages)

[PATCH 0/7] Rewrite jevents program in python
 2022-05-11 11:13 UTC  (2+ messages)

[PATCH] arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs
 2022-05-11 11:13 UTC  (2+ messages)

[PATCH] genirq/irq_sim: Make the irq_work always run in hard irq context
 2022-05-11 11:07 UTC 

[PATCH v7 0/2] thermal: k3_j72xx_bandgap: Add the bandgap driver support
 2022-05-11 11:06 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: thermal: k3-j72xx: Add VTM bindings documentation
` [PATCH v7 2/2] thermal: k3_j72xx_bandgap: Add the bandgap driver support

[uclinux-h8:h8300-next 10/15] drivers/irqchip/irq-renesas-h8s.c:104:18: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-05-11 11:06 UTC 

[mm/page_alloc] f26b3fa046: netperf.Throughput_Mbps -18.0% regression
 2022-05-11 11:04 UTC  (11+ messages)

[PATCH 4.14 00/78] 4.14.278-rc1 review
 2022-05-11 11:03 UTC  (2+ messages)

[PATCH 00/21] add coccinelle scripts for {bitmap,cpumask,nodes}_empty()
 2022-05-11 10:59 UTC  (6+ messages)
` [PATCH 08/22] bitops: introduce MANY_BITS() macro

[PATCH v10 0/4] add hugetlb_optimize_vmemmap sysctl
 2022-05-11 10:57 UTC  (6+ messages)
` [PATCH v10 4/4] mm: hugetlb_vmemmap: "

[PATCH v6 0/4] thermal: k3_j72xx_bandgap: Add the bandgap driver support
 2022-05-11 10:57 UTC  (7+ messages)
` [PATCH v6 1/4] dt-bindings: thermal: k3-j72xx: Add VTM bindings documentation

[PATCH v1] vdpa: Warn if MTU configured is too low
 2022-05-11 10:56 UTC 

[ammarfaizi2-block:axboe/linux-block/fastpoll-mshot 89/98] fs/io_uring.c:6075:2: error: call to undeclared function '__io_poll_clean'; ISO C99 and later do not support implicit function declarations
 2022-05-11 10:56 UTC 

[PATCH] vdpa: Warn if MTU configured is too low
 2022-05-11 10:53 UTC  (7+ messages)

[PATCH] serial: Revert RS485 polarity change on UART open
 2022-05-11 10:22 UTC  (7+ messages)

[PATCH net-next] docs: ctucanfd: Use 'kernel-figure' directive instead of 'figure'
 2022-05-11 10:52 UTC  (3+ messages)

[PATCH v3 0/2] Introduce MediaTek CCI devfreq driver
 2022-05-11 10:48 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: interconnect: Add MediaTek CCI dt-bindings

[PATCH v2 net] net: phy: mscc: Add error check when __phy_read() failed
 2022-05-11 10:45 UTC  (2+ messages)

[PATCH v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-11 10:44 UTC  (3+ messages)

[PATCH][next] net: ethernet: SP7021: Fix spelling mistake "Interrput" -> "Interrupt"
 2022-05-11 10:44 UTC 

[PATCH -next] ext4: fix bug_on in ext4_writepages
 2022-05-11 10:40 UTC  (3+ messages)

[RFC Patch net-next 0/9] net: dsa: microchip: refactor the ksz switch init function
 2022-05-11 10:37 UTC  (10+ messages)
` [RFC Patch net-next 1/9] net: dsa: microchip: ksz8795: update the port_cnt value in ksz_chip_data
` [RFC Patch net-next 2/9] net: dsa: microchip: move ksz_chip_data to ksz_common
` [RFC Patch net-next 3/9] net: dsa: microchip: perform the compatibility check for dev probed
` [RFC Patch net-next 4/9] net: dsa: microchip: move port memory allocation to ksz_common
` [RFC Patch net-next 5/9] net: dsa: microchip: move struct mib_names to ksz_chip_data
` [RFC Patch net-next 6/9] net: dsa: microchip: move get_strings to ksz_common
` [RFC Patch net-next 7/9] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [RFC Patch net-next 8/9] net: dsa: microchip: remove unused members in ksz_device
` [RFC Patch net-next 9/9] net: dsa: microchip: add the phylink get_caps

[PATCH] drivers: gpio: zevio: drop of_gpio.h header
 2022-05-11 10:37 UTC  (2+ messages)

linux-next: Tree for May 11
 2022-05-11 10:38 UTC 

[PATCH] ext4: Fix journal_ioprio mount option handling
 2022-05-11 10:37 UTC  (3+ messages)

[PATCH 00/18] AMD64 EDAC Cleanup and Refactor
 2022-05-11 10:34 UTC  (5+ messages)
` [PATCH 02/18] EDAC/amd64: Remove scrub rate control for Family 17h and later
` [PATCH 04/18] EDAC/amd64: Remove PCI Function 0

[PATCH] ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe
 2022-05-11 10:32 UTC  (2+ messages)

[PATCH] random: do not pretend to handle premature next security model
 2022-05-11 10:32 UTC  (3+ messages)

[PATCH 0/7] x86/entry: Convert error_entry() to C code
 2022-05-11 10:25 UTC  (3+ messages)
` [PATCH 2/7] x86/entry: Move PTI_USER_* to arch/x86/include/asm/processor-flags.h

linux-next: build warnings after merge of the mm tree
 2022-05-11 10:20 UTC 

[PATCH v2 0/3] MSM8996 Coherent Bus Fabric clock support
 2022-05-11 10:17 UTC  (3+ messages)
` [PATCH v2 2/3] clk: qcom: msm8996-cpu: Add CBF support

[PATCH v8 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-05-11 10:13 UTC  (9+ messages)
` [PATCH v8 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v8 4/7] kexec: exclude elfcorehdr from the segment digest
` [PATCH v8 5/7] kexec: exclude hot remove cpu from elfcorehdr notes

[PATCH 5.15 000/135] 5.15.39-rc1 review
 2022-05-11 10:12 UTC  (2+ messages)

[GIT PULL] virtio: last minute fixup
 2022-05-11 10:12 UTC  (3+ messages)

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-11 10:12 UTC  (4+ messages)
` [PATCH v8 01/27] notifier: Add atomic_notifier_call_chain_is_empty()

[PATCH 1/5] tty/termbits: remove #ifdef CMSPAR that is always defined
 2022-05-11 10:11 UTC  (5+ messages)
` [PATCH 2/5] tty/termbits: remove #ifdef BOTHER "
` [PATCH 3/5] tty/termbits: remove #ifdef IBSHIFT "
` [PATCH 4/5] serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTS
` [PATCH 5/5] serial: jsm: Use B0 instead of 0

linux-next: Tree for May 3
 2022-05-11 10:10 UTC  (10+ messages)

[PATCH] drivers:uio: Fix system crashes during driver switchover
 2022-05-11 10:09 UTC  (4+ messages)

5.4.188 and later: massive performance regression with nfsd
 2022-05-11 10:03 UTC 

[PATCH v4 0/3] FUSE: Implement atomic lookup + open/create
 2022-05-11 10:08 UTC  (21+ messages)
` [PATCH v4 1/3] FUSE: Implement atomic lookup + create

[PATCH 4.19 00/88] 4.19.242-rc1 review
 2022-05-11 10:08 UTC  (2+ messages)

[PATCH v3 0/2] Show statistics for a vdpa device
 2022-05-11 10:07 UTC  (6+ messages)
` [PATCH v3 1/2] vdpa: Add support for querying vendor statistics

[PATCH] arm64: kdump: Do not allocate crash low memory if not needed
 2022-05-11 10:06 UTC  (4+ messages)

[PATCH -next] drivers: w1: use kfree_sensitive()
 2022-05-11 10:05 UTC  (4+ messages)

[PATCH 5.10 00/70] 5.10.115-rc1 review
 2022-05-11 10:05 UTC  (2+ messages)

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-11 10:04 UTC  (7+ messages)

[PATCH 0/2] perf: ARM CoreSight PMU support
 2022-05-11 10:03 UTC  (5+ messages)
` [PATCH 1/2] perf: coresight_pmu: Add support for ARM CoreSight PMU driver

[PATCH] drm/todo: Add entry for converting kselftests to kunit
 2022-05-11 10:03 UTC  (2+ messages)

[PATCH v2 0/3] ALSA: hda/cs8409: Add support for Odin Laptop Variants
 2022-05-11 10:02 UTC  (4+ messages)
` [PATCH v2 1/3] ALSA: hda/cs8409: Support new Odin Variants
` [PATCH v2 2/3] ALSA: hda/cs8409: Add Speaker Playback Switch for Cyborg
` [PATCH v2 3/3] ALSA: hda/cs8409: Add Speaker Playback Switch for Warlock

[PATCH] MAINTAINERS: Add simpledrm driver co-maintainer
 2022-05-11 10:02 UTC  (2+ messages)

[PATCH 0/5] genirq/irqchip: RISC-V PLIC cleanup and optimization
 2022-05-11 10:00 UTC  (4+ messages)
` [PATCH 5/5] irqchip/sifive-plic: Separate the enable and mask operations

[PATCH] Carry forward IMA measurement log on kexec on x86_64
 2022-05-11  9:59 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] x86/kexec: Carry forward IMA measurement log on kexec

[PATCH v3 1/2] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2022-05-11  9:59 UTC  (10+ messages)

[PATCH 5.4 00/52] 5.4.193-rc1 review
 2022-05-11  9:59 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).