All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-13 17:16:58 to 2022-05-13 18:21:45 UTC [more...]

[PATCH v3 00/15] Misc cleanups
 2022-05-13 18:08 UTC  (13+ messages)
` [PATCH v3 01/15] include: move qemu_*_exec_dir() to cutils
` [PATCH v3 02/15] util/win32: simplify qemu_get_local_state_dir()
` [PATCH v3 03/15] tests: make libqmp buildable for win32
` [PATCH v3 04/15] qga: flatten safe_open_or_create()
` [PATCH v3 05/15] osdep: export qemu_open_cloexec()
` [PATCH v3 06/15] qga: use qemu_open_cloexec() for safe_open_or_create()
` [PATCH v3 07/15] qga: throw an Error in ga_channel_open()
` [PATCH v3 08/15] qga: replace qemu_open_old() with qemu_open_cloexec()
` [PATCH v3 09/15] qga: make build_fs_mount_list() return a bool
` [PATCH v3 10/15] test/qga: use G_TEST_DIR to locate os-release test file
` [PATCH v3 11/15] qga/wixl: prefer variables over environment
` [PATCH v3 14/15] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir

[PATCH v3 0/7] KVM: x86: Add CMCI and UCNA emulation
 2022-05-13 18:20 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: x86: Make APIC_VERSION capture only the magic 0x14UL
` [PATCH v3 2/7] KVM: x86: Fill apic_lvt_mask with enums / explicit entries
` [PATCH v3 3/7] KVM: x86: Add APIC_LVTx() macro
` [PATCH v3 4/7] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic
` [PATCH v3 5/7] KVM: x86: Use kcalloc to allocate the mce_banks array
` [PATCH v3 6/7] KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs
` [PATCH v3 7/7] KVM: x86: Enable MCG_CMCI_P and handle injected UCNAs

[PATCH 0/2] pack-objects: fix a pair of MIDX bitmap-related races
 2022-05-13 18:19 UTC  (3+ messages)
` [PATCH 1/2] pack-bitmap: check preferred pack validity when opening MIDX bitmap

[PATCH v5 00/12] mm: userspace hugepage collapse
 2022-05-13 18:17 UTC  (4+ messages)
` [PATCH v5 07/13] mm/khugepaged: add flag to ignore page young/referenced requirement

[ANNOUNCE] 5.15.39-rt42
 2022-05-13 18:15 UTC 

[PATCH] NFSv4: Restore nfs4_label into copied nfs_fattr for referrals
 2022-05-13 18:16 UTC  (3+ messages)

Request to cherry-pick f00432063db1 to 5.10
 2022-05-13 18:14 UTC  (7+ messages)
      ` [PATCH] SUNRPC: Don't call connect() more than once on a TCP socket

RTT-PROBE: lore-subspace-rtt
 2022-05-13 18:15 UTC 

[PATCH v3 0/5] Renesas RZ/G2L IRQC support
 2022-05-13 18:13 UTC  (8+ messages)
` [PATCH v3 5/5] pinctrl: renesas: pinctrl-rzg2l: Add IRQ domain to handle GPIO interrupt

[PATCH 0/6] perf intel-pt: Add support for tracing KVM test programs
 2022-05-13 18:13 UTC  (5+ messages)
` [PATCH 6/6] perf intel-pt: Add guest_code support

squashfs performance regression and readahea
 2022-05-13 18:12 UTC  (11+ messages)

[nvdimm:libnvdimm-for-next 8/11] fs/fuse/virtio_fs.c:775:58: error: incompatible type for argument 4 of 'dax_direct_access'
 2022-05-13 18:11 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915: Enable Tile4 tiling mode
 2022-05-13 18:11 UTC  (2+ messages)

[PATCH] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-13 18:11 UTC  (4+ messages)

[PATCH v2] kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
 2022-05-13 18:10 UTC 

[PATCH v4 0/6] TPM irq fixes
 2022-05-13 18:08 UTC  (9+ 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

[syzbot] WARNING in follow_hugetlb_page
 2022-05-13 18:09 UTC  (4+ messages)

Issue with 252c651a4c85 ("blk-cgroup: stop using seq_get_buf")
 2022-05-13 18:06 UTC  (4+ messages)
` [RESEND][RFC PATCH] blkcg: rewind seq_file if no stats

[nvdimm:libnvdimm-for-next 6/7] arch/x86/mm/pat/set_memory.c:1943 set_mce_nospec() warn: should 'pfn << 12' be a 64 bit type?
 2022-05-13 18:06 UTC 

[PATCH v6 00/29] x86: Implement an HPET-based hardlockup detector
 2022-05-13 18:07 UTC  (11+ messages)
` [PATCH v6 05/29] x86/apic/vector: Do not allocate vectors for NMIs
` [PATCH v6 10/29] iommu/vt-d: Implement minor tweaks for NMI irqs

RTT-PROBE: lore-subspace-rtt
 2022-05-13 18:04 UTC 

[PATCH 0/6] QOM'ify PIIX southbridge creation
 2022-05-13 17:54 UTC  (7+ messages)
` [PATCH 1/6] include/hw: Move TYPE_PIIX4_PCI_DEVICE to southbridge/piix.h
` [PATCH 2/6] hw/isa/piix{3, 4}: Move pci_map_irq_fn's near pci_set_irq_fn's
` [PATCH 3/6] hw/isa/piix{3,4}: QOM'ify PCI device creation and wiring
` [PATCH 4/6] hw/isa/piix{3, 4}: Factor out ISABus retrieval from create() functions
` [PATCH 5/6] hw/isa/piix4: Factor out SM bus initialization from create() function
` [PATCH 6/6] hw/isa/piix{3,4}: Inline and remove create() functions

[igt-dev] [PATCH i-g-t v5 0/3] Extend system-suspend-without-i915
 2022-05-13 18:04 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Extend system-suspend-without-i915 (rev7)

[PULL 00/15] Pull migration patches
 2022-05-13 17:56 UTC  (4+ messages)
` [PULL 03/15] multifd: Make no compression operations into its own structure

[PATCH 1/3 v2] eventdev: add function to quiesce an event port
 2022-05-13 17:58 UTC  (4+ messages)
` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] eventdev: update examples to use port quiesce
  ` [PATCH v3 3/3] event/cnxk: implement event port quiesce function

imx6ull: NAND boot fails when block 0x00000000 is bad
 2022-05-13 18:00 UTC  (3+ messages)

[PATCH v3] soc: qcom: Fix the id of SA8540P SoC
 2022-05-13 17:58 UTC 

[PATCH v4 0/3] Add LTRF216A Driver
 2022-05-13 17:59 UTC  (5+ messages)
` [PATCH v4 3/3] iio: light: Add support for ltrf216a sensor

[PATCH] f2fs: separate NOCoW and pinfile semantics
 2022-05-13 17:58 UTC  (5+ messages)
    ` [f2fs-dev] "

[OE-core] [RFC PATCH] cve-check: ensure database is closed on error
 2022-05-13 17:58 UTC 

[PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory
 2022-05-13 17:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net] net: lan966x: Fix assignment of the MAC address
 2022-05-13 18:00 UTC 

[PATCH v2 00/14] thermal OF rework
 2022-05-13 17:56 UTC  (3+ messages)

[PATCH] kunit: tool: Use qemu-system-i386 for i386 runs
 2022-05-13 17:56 UTC  (2+ messages)

[Fuego] [PATCH 0/8] Python 2 & 3 compatible work
 2022-05-13 17:56 UTC  (3+ messages)
` [Fuego] [PATCH 3/8] Use file descriptor instead of file.write()

[Buildroot] [PATCH v2 1/2] package/linux-headers: drop 5.16.x option
 2022-05-13 17:55 UTC  (2+ messages)
` [Buildroot] [PATCH v2 2/2] {linux, linux-headers}: default to 5.17.x

RTT-PROBE: lore-subspace-rtt
 2022-05-13 17:54 UTC 

[PATCH v2 0/2] Add efitextmode command
 2022-05-13 17:54 UTC  (3+ messages)
` [PATCH v2 1/2] efi: Add efitextmode command for getting/setting the text mode resolution
` [PATCH v2 2/2] docs: Document efitextmode command

About restoring the state in vhost-vdpa device
 2022-05-13 17:48 UTC  (3+ messages)

[PATCH v6 0/5] PCI: qcom: Rework pipe_clk/pipe_clk_src handling
 2022-05-13 17:53 UTC  (6+ messages)
` [PATCH v6 1/5] PCI: qcom: Remove unnecessary pipe_clk handling
` [PATCH v6 2/5] clk: qcom: regmap: add PHY clock source implementation
` [PATCH v6 3/5] clk: qcom: gcc-sm8450: use new clk_regmap_pipe_src_ops for PCIe pipe clocks
` [PATCH v6 4/5] clk: qcom: gcc-sc7280: "
` [PATCH v6 5/5] PCI: qcom: Drop manual pipe_clk_src handling

[f2fs-dev] [PATCH 1/2] f2fs-tools: build silently
 2022-05-13 17:52 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs-tools: upgrade version 1.15.0

[PATCH v2 1/3] npm.bbclass: Fix file permissions before opening it for writing
 2022-05-13 17:50 UTC  (5+ messages)
  ` [meta-oe][PATCH v2 3/3] nodejs: Add /usr/lib/node -> node_modules symlink
    ` [OE-core] "

kernfs memcg accounting
 2022-05-13 17:49 UTC  (4+ messages)
` [PATCH 0/4] memcg: accounting for objects allocated by mkdir cgroup

[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
 2022-05-13 17:47 UTC  (11+ messages)
` [PATCH 1/8] qmp: Support for querying stats

[PATCH v3] arm64: paravirt: Use RCU read locks to guard stolen_time
 2022-05-13 17:46 UTC  (2+ messages)

[ovmf test] 170396: regressions - FAIL
 2022-05-13 17:47 UTC 

[Intel-gfx] [PATCH v6] drm/i915/display: disable HPD workers before display driver unregister
 2022-05-13 17:46 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: disable HPD workers before display driver unregister (rev6)

RTT-PROBE: lore-subspace-rtt
 2022-05-13 17:44 UTC 

Erroneous text about POSIX in tmpfile(3) man page
 2022-05-13 17:29 UTC 

[PATCH iproute2 next v3] bond: add mac_filter option
 2022-05-13 17:43 UTC 

[PATCH net-next v3] bond: add mac filter option for balance-xor
 2022-05-13 17:43 UTC 

[PATCH for-rc] RDMA/rxe: Fix rnr retry behavior
 2022-05-13 17:43 UTC  (4+ messages)

[PATCH 0/2] arm64/sysreg: minor cleanusp for sysreg header generation
 2022-05-13 17:41 UTC  (3+ messages)
` [PATCH 1/2] arm64/sysreg: improve comment for regs without fields
` [PATCH 2/2] arm64/sysreg: fix odd line spacing

[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
 2022-05-13 17:42 UTC  (15+ messages)
` [PATCH 0/4] memcontrol selftests fixups
  ` [PATCH 1/4] selftests: memcg: Fix compilation
  ` [PATCH 2/4] selftests: memcg: Expect no low events in unprotected sibling
  ` [PATCH 3/4] selftests: memcg: Adjust expected reclaim values of protected cgroups
  ` [PATCH 4/4] selftests: memcg: Remove protection from top level memcg

[PATCH v2] btrfs: zoned: introduce a minimal zone size and reject mount
 2022-05-13 17:37 UTC  (2+ messages)

[PATCH 00/36] Arm cache coloring
 2022-05-13 17:41 UTC  (5+ messages)
` [PATCH 04/36] xen/arm: add parsing function for cache coloring configuration

[PATCH] evm: Clean up some variables
 2022-05-13 17:41 UTC 

[PATCH v3 0/7] ufs: set power domain performance state when scaling gears
 2022-05-13 17:40 UTC  (5+ messages)
` [PATCH v3 2/7] dt-bindings: opp: accept array of frequencies
` [PATCH v3 3/7] dt-bindings: ufs: common: add OPP table

[PATCH 0/2] can: drop tx skb if the device is in listen only mode
 2022-05-13 17:40 UTC  (3+ messages)
` [PATCH v2 "

next/pending-fixes build: 207 builds: 2 failed, 205 passed, 6 errors, 4 warnings (v5.18-rc6-269-g2619e2a210cc)
 2022-05-13 17:39 UTC 

[PATCH bpf-next] selftests/bpf: fix usdt_400 test case
 2022-05-13 17:37 UTC 

[RFCv2 00/10] Linear Address Masking enabling
 2022-05-13 17:34 UTC  (4+ messages)
` [RFCv2 03/10] x86: Introduce userspace API to handle per-thread features

[PATCH net-next v2] bond: add mac filter option for balance-xor
 2022-05-13 17:35 UTC  (6+ messages)

[PATCH net-next 0/2] net: skb: Remove skb_data_area_size()
 2022-05-13 17:34 UTC  (3+ messages)
` [PATCH net-next 1/2] net: wwan: t7xx: Avoid calls to skb_data_area_size()
` [PATCH net-next 2/2] net: skb: Remove skb_data_area_size()

RTT-PROBE: lore-subspace-rtt
 2022-05-13 17:34 UTC 

[Intel-gfx] [PATCH v5 0/2] Fixes for selective fetch area calculation
 2022-05-13 17:34 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Fixes for selective fetch area calculation (rev5)

[PATCH V2 00/23] perf intel-pt: Better support for perf record --cpu
 2022-05-13 17:32 UTC  (12+ messages)
` [PATCH V2 22/23] perf tools: Allow system-wide events to keep their own CPUs

[PATCH 0/3] Cryptomount detached headers
 2022-05-13 17:31 UTC  (3+ messages)

[GIT PULL] arm64 fixes for -rc7
 2022-05-13 17:30 UTC  (3+ messages)

[PATCH v2] media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y
 2022-05-13 17:30 UTC 

[PATCH -next] sfc: siena: Fix Kconfig dependencies
 2022-05-13 17:30 UTC  (2+ messages)

[git pull] drm fixes for 5.18-rc7
 2022-05-13 17:29 UTC  (3+ messages)

[GIT PULL] hwmon fixes for v5.18-rc7
 2022-05-13 17:30 UTC  (2+ messages)

[GIT PULL] hotfixes for 5.18-rc7
 2022-05-13 17:29 UTC  (3+ messages)

[PATCH 0/4] Several perf metrics topdown related fixes
 2022-05-13 17:29 UTC  (9+ messages)
` [PATCH 1/4] perf evsel: Fixes topdown events in a weak group for the hybrid platform
` [PATCH 2/4] perf stat: Always keep perf metrics topdown events in a group

[PATCH] mapletree-vs-khugepaged
 2022-05-13 17:28 UTC  (4+ messages)

[PATCH v2 0/4] Dirty ring and auto converge optimization
 2022-05-13 17:25 UTC  (5+ messages)
` [PATCH v2 3/4] kvm: Introduce a dirty rate calculation method based on dirty ring

[PATCH v10 00/10] PCI: qcom: Fix higher MSI vectors handling
 2022-05-13 17:26 UTC  (11+ messages)
` [PATCH v10 01/10] PCI: qcom: Revert "PCI: qcom: Add support for handling MSIs from 8 endpoints"
` [PATCH v10 02/10] PCI: dwc: Propagate error from dma_mapping_error()
` [PATCH v10 03/10] PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()
` [PATCH v10 04/10] PCI: dwc: Convert msi_irq to the array
` [PATCH v10 05/10] PCI: dwc: split MSI IRQ parsing/allocation to a separate function
` [PATCH v10 06/10] PCI: dwc: Handle MSIs routed to multiple GIC interrupts
` [PATCH v10 07/10] PCI: dwc: Implement special ISR handler for split MSI IRQ setup
` [PATCH v10 08/10] PCI: qcom: Handle MSIs routed to multiple GIC interrupts
` [PATCH v10 09/10] dt-bindings: PCI: qcom: Support additional MSI interrupts
` [PATCH v10 10/10] arm64: dts: qcom: sm8250: provide "

[PATCH v1] driver core: Extend deferred probe timeout on driver registration
 2022-05-13 17:25 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-13 17:24 UTC 

[PATCH] net: tulip: convert to devres
 2022-05-13 17:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/8] Remove vfio_group from the struct file facing VFIO API
 2022-05-13 17:23 UTC  (2+ messages)

[PATCH] vfio: Delete container_q
 2022-05-13 17:23 UTC  (2+ messages)

[PATCH v2 0/6] zswap: accounting & cgroup control
 2022-05-13 17:23 UTC  (4+ messages)
` [PATCH v2 6/6] zswap: memcg accounting

Status on hid xppen patch
 2022-05-13 17:22 UTC  (6+ messages)

[PATCH] mtd: spi-nor: Support Dual and Quad Read on Macronix mx25u25635f
 2022-05-13 17:21 UTC  (5+ messages)

[PATCH net 0/2] pull-request: can 2022-05-13
 2022-05-13 17:21 UTC  (3+ messages)
` [PATCH net 1/2] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"

[PATCH] Carry forward IMA measurement log on kexec on x86_64
 2022-05-13 17:19 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] x86/kexec: Carry forward IMA measurement log on kexec
    ` [PATCH v4] "

[PATCH] Fix a minor typo
 2022-05-13 17:19 UTC 

[PATCH 0/7] MediaTek Helio X10 MT6795 - Devicetree, part 1
 2022-05-13 17:16 UTC  (15+ messages)
` [PATCH 1/7] arm64: dts: mediatek: mt6795: Create soc bus node and move mmio devices
` [PATCH 2/7] arm64: dts: mediatek: mt6795: Add cpu-map and L2 cache
` [PATCH 3/7] arm64: dts: mediatek: mt6795: Add Cortex A53 PMU nodes
` [PATCH 4/7] arm64: dts: mediatek: mt6795: Add watchdog node to avoid timeouts
` [PATCH 5/7] arm64: dts: mediatek: mt6795: Add fixed clocks for 32kHz and 26MHz XOs
` [PATCH 6/7] arm64: dts: mediatek: mt6795: Add general purpose timer node
` [PATCH 7/7] arm64: dts: mediatek: mt6795: Add ARM CCI-400 node and assign to CPUs

[PATCH v2 net-next] inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
 2022-05-13 17:18 UTC  (4+ messages)

[PATCH 1/4] wilc1000: use correct sequence of RESET for chip Power-UP/Down
 2022-05-13 17:17 UTC  (4+ messages)
` [PATCH 2/4] wilc1000: remove WEP security support
` [PATCH 3/4] wilc1000: add WPA3 SAE support
` [PATCH 4/4] wilc1000: add IGTK support

[PATCH v3] usb: dwc3: gadget: Move null pinter check after window closed
 2022-05-13 17:16 UTC  (3+ messages)

[PATCH v4 0/2] mtd: rawnand: renesas: Runtime PM use
 2022-05-13 17:16 UTC  (3+ messages)
` [PATCH v4 2/2] mtd: rawnand: renesas: Use runtime PM instead of the raw clock API


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.