All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-11 10:41:41 to 2022-05-11 11:43:07 UTC [more...]

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

[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 RFC v1] random: use static branch for crng_ready()
 2022-05-11 11:41 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/go: Bump to v1.18.2
 2022-05-11 11:40 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/go: Fix link failure on ppc64

[PATCH] Makefile: Avoid installing files in /etc
 2022-05-11 11:40 UTC  (3+ messages)

[PATCH net 0/3] s390/net: Cleanup some code checker findings
 2022-05-11 11:40 UTC  (2+ messages)

[PATCH v2 net-next 0/2] *nfp: VF rate limit support
 2022-05-11 11:39 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] rtnetlink: verify rate parameters for calls to ndo_set_vf_rate
` [PATCH v2 net-next 2/2] nfp: VF rate limit support

[PATCH 1/1] examples/l3fwd: fix scalar LPM compilation
 2022-05-11 11:38 UTC  (2+ messages)

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

[igt-dev] [PATCH i-g-t v2 0/4] RPM Test on HEADLESS
 2022-05-11 11:37 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v2 1/4] test: i915_pm_rpm: init devid in setup_envirnoment
` [igt-dev] [PATCH i-g-t v2 2/4] i915_pm_rpm: %s/display_disabled/display_enabled
` [igt-dev] [PATCH i-g-t v2 3/4] test: i915_pm_rpm: conditional initialization of igt_display_t
` [igt-dev] [PATCH i-g-t v2 4/4] i915_pm_rpm: rpm resume by user forcewake

[PATCH v2 0/3] add Pine64 touch panel support to rockpro64
 2022-05-11 11:35 UTC  (16+ 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

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

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-05-11 11:35 UTC  (52+ 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()

[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  (3+ messages)

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

RTT-PROBE: lore-subspace-rtt
 2022-05-11 11:32 UTC 

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

[PATCH v5 0/7] Fix some races between sysfb device registration and drivers probe
 2022-05-11 11:32 UTC  (16+ 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

[Intel-gfx] [RFC PATCH] drm/i915: don't treat small BAR as an error with CSS
 2022-05-11 11:31 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] s390x: add migration test for CMM
 2022-05-11 11:32 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/2] lib: s390x: add header for CMM related defines
` [kvm-unit-tests PATCH v2 2/2] s390x: add cmm migration test

Adjusting the default ROM option for SEV guests
 2022-05-11 11:30 UTC 

[PATCH v7 0/2] Adds starting the idle domain privileged
 2022-05-11 11:30 UTC  (3+ messages)
` [PATCH v7 1/2] xsm: create idle domain privileged and demote after setup
` [PATCH v7 2/2] flask: implement xsm_set_system_active

[PATCH] meson.build: Bump minimum supported version of pixman to 0.34.0
 2022-05-11 11:22 UTC  (4+ messages)

[net-next 01/15] net/mlx5: Add exit route when waiting for FW
 2022-05-11 11:30 UTC  (2+ messages)

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

[PATCH v9 0/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-11 11:29 UTC  (8+ messages)
` [PATCH v9 7/7] MAINTAINERS: add KEYS-TRUSTED-CAAM

[PATCH] Additions to the list of devices that can be used for Lenovo Pass-thru feature
 2022-05-11 11:28 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

problems with MP_FAIL timer
 2022-05-11 11:28 UTC 

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

[PATCH 0/4] ttm for internal
 2022-05-11 11:24 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: setup ggtt scratch page after memory regions
    ` [Intel-gfx] "

[PATCH] kni_net.c: use netif_rx() instead of netif_rx_ni()
 2022-05-11 11:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-11 11:22 UTC 

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

[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
 2022-05-11 11:18 UTC  (4+ messages)
` [PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows

Question about pre-merge and git merge octopus strategy
 2022-05-11 11:21 UTC  (6+ messages)

[PATCH] Remove Ubuntu 18.04 support from the repository
 2022-05-11 11:15 UTC  (6+ messages)

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

[ovmf test] 170323: regressions - FAIL
 2022-05-11 11:17 UTC 

Connecting to 802.1X ethernet?
 2022-05-11 11:17 UTC 

[PATCH] util: NUMA aware memory preallocation
 2022-05-11 11:07 UTC  (7+ messages)

[PATCH V2 0/5] SGX shmem backing store issue
 2022-05-11 11:13 UTC  (5+ messages)
` [PATCH V2 2/5] x86/sgx: Mark PCMD page as dirty when modifying contents
` [PATCH V2 3/5] x86/sgx: Obtain backing storage page with enclave mutex held

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

[PATCH] local.conf.sample: add comments for missing machines
 2022-05-11 11:14 UTC  (3+ messages)
` [OE-core] "

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

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

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

RTT-PROBE: lore-subspace-rtt
 2022-05-11 11:12 UTC 

[RFC] media: renesas: vsp1: Add VSPD underrun detection & tracing
 2022-05-11 11:12 UTC  (2+ messages)

is there an actual "Getting Started" guide?
 2022-05-11 11:11 UTC  (5+ messages)
` [docs] "

[Buildroot] [PATCH 1/2] manual: add _TARGET_FINALIZE_HOOKS in the list of hooks
 2022-05-11 11:06 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] manual: add LIBFOO_ROOTFS_PRE_CMD_HOOKS docs

[PATCH] btrfs-progs: check/lowmem: fix path leakage when dev extents are invalid
 2022-05-11 11:09 UTC 

[PATCH v2] drm/tegra: Stop using iommu_present()
 2022-05-11 11:08 UTC  (6+ messages)

[PATCH v4 00/21] IOMMU: superpage support when not sharing pagetables
 2022-05-11 11:08 UTC  (3+ messages)
` [PATCH v4 18/21] VT-d: replace all-contiguous page tables by superpage mappings

[OE-core] [PATCH v2] gnutls: Added fips support option
 2022-05-11 11:08 UTC  (10+ messages)

[PATCH v6 0/2] Adds starting the idle domain privileged
 2022-05-11 11:06 UTC  (8+ messages)
` [PATCH v6 1/2] xsm: create idle domain privileged and demote after setup

[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

[Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: transition to tarballs
 2022-05-11 11:06 UTC  (5+ messages)
` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: "

[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 

[Intel-gfx] [PATCH 1/2] drm/i915/display: Add smem fallback allocation for dpt
 2022-05-11 11:06 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Fix i915_vma_pin_iomap()

[PATCH 00/11] Introduce support for RISC-V architecture
 2022-05-11 11:06 UTC  (4+ messages)

[PATCH] iio: adc: stm32-adc: Use generic_handle_domain_irq()
 2022-05-11 11:06 UTC 

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

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

RTT-PROBE: lore-subspace-rtt
 2022-05-11 11:02 UTC 

[PATCH] arm64: defconfig: Enable modules for arm displays
 2022-05-11 11:00 UTC  (9+ messages)

[SPDK] Can blobstore and blobfs be used together ?
 2022-05-11 11:01 UTC 

[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] net: fix phy_string_for_interface
 2022-05-11 10:58 UTC  (2+ messages)

[PATCH] drm/amd/pm: update smartshift powerboost calc for smu12
 2022-05-11 10:57 UTC 

[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 v2 net-next 0/8] DSA changes for multiple CPU ports (part 1)
 2022-05-11 10:57 UTC  (3+ messages)
` [PATCH v2 net-next 1/8] net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q too

[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 

[wireless-next:mld 9/9] drivers/net/wireless/rsi/rsi_91x_mac80211.c:581:36: warning: variable 'bss' set but not used
 2022-05-11 10:56 UTC 

[PATCH 0/3] doc: build on Windows
 2022-05-11 10:56 UTC  (4+ messages)
` [PATCH v2 "

[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 v3 0/6] Implement byteswap and update references
 2022-05-11 10:55 UTC  (9+ messages)
` [PATCH v3 4/6] xen: Switch to byteswap

[PATCH v6 0/7] dom0less PV drivers
 2022-05-11 10:53 UTC  (10+ messages)
` [PATCH v6 4/7] xen/arm: configure dom0less domain for enabling xenstore after boot

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

DHCP renewal stops after disconnect
 2022-05-11 10:53 UTC 

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

RTT-PROBE: lore-subspace-rtt
 2022-05-11 10:52 UTC 

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

XDP-ZC RSS - Mellanox
 2022-05-11 10:49 UTC 

[PATCH v3 0/2] Introduce MediaTek CCI devfreq driver
 2022-05-11 10:48 UTC  (7+ 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)

RTT-PROBE: lore-subspace-rtt
 2022-05-11 10:42 UTC 

[PATCH v2 00/25] drm/edid: introduce struct drm_edid
 2022-05-11 10:42 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/edid: introduce struct drm_edid (rev6)

[RFC Patch net-next 0/9] net: dsa: microchip: refactor the ksz switch init function
 2022-05-11 10:37 UTC  (5+ messages)
` [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


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.