All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-10 12:40:39 to 2022-08-10 13:25:50 UTC [more...]

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-08-10 12:54 UTC  (7+ messages)
` [PATCH v2 03/13] firmware: google: Test spinlock on panic path to avoid lockups

[PATCH v2 0/3] Fix hugepages with memfd on s390x and clean up related code
 2022-08-10 13:00 UTC  (6+ messages)
` [PATCH v2 1/3] backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()
` [PATCH v2 2/3] softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions
` [PATCH v2 3/3] util/mmap-alloc: Remove qemu_mempath_getpagesize()

[PATCH 5.15 00/30] 5.15.60-rc1 review
 2022-08-10 13:24 UTC  (2+ messages)

[PATCH] migration/multifd: Remove redundant copy of page offsets during send
 2022-08-10 10:39 UTC 

Validating MAINTAINERS entries?
 2022-08-10 13:25 UTC  (8+ messages)

[PATCH v2 1/3] drm/dp_mst: add passthrough_aux to struct drm_dp_mst_port
 2022-08-10 13:23 UTC  (7+ messages)

[PATCH 0/3] KVM: x86: Intel PERF_CAPABILITIES fix and cleanups
 2022-08-10 13:24 UTC  (2+ messages)

[PATCH v2] crypto: ccp: Add a quirk to firmware update
 2022-08-10 13:24 UTC  (2+ messages)

[PATCH 0/8] Perf stack unwinding with pointer authentication
 2022-08-10 13:23 UTC  (4+ messages)
` [PATCH 1/8] perf arm64: Send pointer auth masks to ring buffer

[PATCH v2 0/2] spi: stm32_qspi: use QSPI bus as 8 lines communication channel
 2022-08-10 13:23 UTC  (8+ messages)
` [PATCH v2 1/2] spi: stm32_qspi: Add transfer_one_message() spi callback

[PATCH] drivers/mtd: fix repeated words in comments
 2022-08-10 13:15 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/23] drm/i915: Read graphics/media/display arch version from hw
 2022-08-10 13:23 UTC  (4+ messages)
` [Intel-gfx] [v1.1 "

[PATCH v3 0/7] mm: Remember a/d bits for migration entries
 2022-08-10 13:23 UTC  (7+ messages)
` [PATCH v3 3/7] mm/swap: Add swp_offset_pfn() to fetch PFN from swap entry
` [PATCH v3 6/7] mm/swap: Cache maximum swapfile size when init swap

[PATCH] dt-bindings: mfd: sprd: Add bindings for ums512 global registers
 2022-08-10 13:23 UTC  (2+ messages)

[PATCH 5.10 00/23] 5.10.136-rc1 review
 2022-08-10 13:22 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 00/15] drm/i915: stop modifying "const" device info
 2022-08-10 13:18 UTC  (16+ messages)
` [Intel-gfx] [PATCH v2 01/15] drm/i915: combine device info printing into one
` [Intel-gfx] [PATCH v2 02/15] drm/i915: add initial runtime info into device info
` [Intel-gfx] [PATCH v2 03/15] drm/i915: move graphics.ver and graphics.rel to runtime info
` [Intel-gfx] [PATCH v2 04/15] drm/i915: move fbc_mask "
` [Intel-gfx] [PATCH v2 05/15] drm/i915: move page_sizes "
` [Intel-gfx] [PATCH v2 06/15] drm/i915: move ppgtt_type and ppgtt_size "
` [Intel-gfx] [PATCH v2 07/15] drm/i915: move has_pooled_eu "
` [Intel-gfx] [PATCH v2 08/15] drm/i915: move memory_regions "
` [Intel-gfx] [PATCH v2 09/15] drm/i915: move platform_engine_mask "
` [Intel-gfx] [PATCH v2 10/15] drm/i915: move pipe_mask and cpu_transcoder_mask "
` [Intel-gfx] [PATCH v2 11/15] drm/i915: move has_hdcp "
` [Intel-gfx] [PATCH v2 12/15] drm/i915: move has_dmc "
` [Intel-gfx] [PATCH v2 13/15] drm/i915: move has_dsc "
` [Intel-gfx] [PATCH v2 14/15] drm/i915: stop resetting display info to zero for no display
` [Intel-gfx] [PATCH v2 15/15] drm/i915: make device info a pointer to static const data

[PATCH] drivers/mtd: fix repeated words in comments
 2022-08-10 13:20 UTC 

[PATCH] hwmon: (lm90) Fix error return value from detect function
 2022-08-10 13:20 UTC  (4+ messages)

[PATCH] perf tools: Fix missing free of machine->kallsyms_filename
 2022-08-10 13:20 UTC  (3+ messages)

[PATCH 5.4 00/15] 5.4.210-rc1 review
 2022-08-10 13:20 UTC  (2+ messages)

[PATCH] perf script: Fix reference to perf insert instead of perf inject
 2022-08-10 13:18 UTC  (3+ messages)

[PATCH 00/62] target/arm: Implement FEAT_HAFDBS
 2022-08-10 13:18 UTC  (39+ messages)
` [PATCH 08/62] target/arm: Create GetPhysAddrResult
` [PATCH 10/62] target/arm: Use GetPhysAddrResult in get_phys_addr_lpae
` [PATCH 11/62] target/arm: Use GetPhysAddrResult in get_phys_addr_v6
` [PATCH 12/62] target/arm: Use GetPhysAddrResult in get_phys_addr_v5
` [PATCH 13/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5
` [PATCH 14/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7
` [PATCH 15/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8
` [PATCH 16/62] target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
` [PATCH 17/62] target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
` [PATCH 18/62] target/arm: Add is_secure parameter to v8m_security_lookup
` [PATCH 19/62] target/arm: Add is_secure parameter to pmsav8_mpu_lookup
` [PATCH 20/62] target/arm: Add is_secure parameter to get_phys_addr_v5
` [PATCH 21/62] target/arm: Add is_secure parameter to get_phys_addr_v6
` [PATCH 22/62] target/arm: Add secure parameter to get_phys_addr_pmsav8
` [PATCH 23/62] target/arm: Add is_secure parameter to pmsav7_use_background_region
` [PATCH 24/62] target/arm: Add is_secure parameter to get_phys_addr_lpae
` [PATCH 25/62] target/arm: Add is_secure parameter to get_phys_addr_pmsav7
` [PATCH 26/62] target/arm: Add is_secure parameter to regime_translation_disabled
` [PATCH 27/62] target/arm: Add is_secure parameter to get_phys_addr_pmsav5

[PATCH 4.19 00/32] 4.19.255-rc1 review
 2022-08-10 13:18 UTC  (2+ messages)

[PATCH v6] block: sed-opal: Add ioctl to return device status
 2022-08-10 12:54 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net] ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter
 2022-08-10 13:16 UTC  (2+ messages)

[PATCH v3 00/16] Preliminary patches for subproject split
 2022-08-10 12:48 UTC  (17+ messages)
` [PATCH v3 01/16] error-report: misc comment fix
` [PATCH v3 02/16] error-report: introduce "detailed" variable
` [PATCH v3 03/16] error-report: simplify print_loc()
` [PATCH v3 04/16] error-report: introduce overridable error_is_detailed()
` [PATCH v3 05/16] stubs: remove needless error_vprintf_unless_qmp()
` [PATCH v3 06/16] qapi: move QEMU-specific dispatch code in monitor
` [PATCH v3 07/16] qapi: remove QEMU-specific monitor dependency from dispatch
` [PATCH v3 08/16] scripts/qapi-gen: add -i option
` [PATCH v3 09/16] scripts/qapi: add required system includes to visitor
` [PATCH v3 10/16] util: move 256-by-128 division helpers to int128
` [PATCH v3 11/16] qemu-common: introduce a common subproject
` [PATCH v3 12/16] qemu-common: move scripts/qapi
` [PATCH v3 13/16] qemu-common: move glib-compat.h
` [PATCH v3 14/16] qemu-common: move error-report
` [PATCH v3 15/16] mtest2make.py: teach suite name that are just "PROJECT"
` [PATCH v3 16/16] qemu-common: add error-report test

[PATCH 3/3] LoongArch: Add stacktrace support
 2022-08-10 13:16 UTC  (2+ messages)

XSK + ZC, shared UMEM and multiple Fill/Completion queues - broken?
 2022-08-10 13:16 UTC  (6+ messages)

[PATCH 0/2] perf kvm/sched: Use strstarts instead of strncmp to match subcommands
 2022-08-10 13:16 UTC  (3+ messages)

[PATCH v2] ASoC: amd: acp: Add TDM support for acp i2s stream
 2022-08-10 13:15 UTC  (3+ messages)

[PATCH v7 00/15] Rewrite the remaining merge strategies from shell to C
 2022-08-10 13:14 UTC  (5+ messages)
` [PATCH v8 00/14] "
  ` [PATCH v8 05/14] merge-index: add a new way to invoke `git-merge-one-file'

[PATCH] spi/panel: dt-bindings: drop 3-wire from common properties
 2022-08-10 13:13 UTC 

[kvm-unit-tests PATCH v3 0/4] Add panic test support
 2022-08-10 13:13 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 3/4] s390x: add extint loop test

[PATCH] spi: dt-bindings: nvidia,tegra210-quad-peripheral-props: correct additional properties
 2022-08-10 13:12 UTC 

Using QEMU for VRChat
 2022-08-10 11:06 UTC 

[PATCH 0/4] update the xen config fragments
 2022-08-10 11:32 UTC  (3+ messages)
` [PATCH 3/4] xen: move XEN_BALLOON_MEMORY_HOTPLUG to generic config

[PATCH v2] perf probe: Fix an error handling path in 'parse_perf_probe_command()'
 2022-08-10 13:10 UTC  (2+ messages)

[PATCH net] genetlink: correct uAPI defines
 2022-08-10 13:10 UTC  (2+ messages)

[PATCH 0/3] refs-advertise: add hook to filter advertised refs
 2022-08-10 13:09 UTC  (3+ messages)

[PATCH bpf-next v4] selftests: xsk: Update poll test cases
 2022-08-10 13:08 UTC  (2+ messages)

[PATCH] nvme-target tcp: fix unhandled tcp states in nvmet_tcp_state_change()
 2022-08-10 13:07 UTC  (2+ messages)

[PATCH 1/4] content: Introduce driver/device auxiliary notifications
 2022-08-10 13:07 UTC  (4+ messages)
    ` [virtio-dev] "

[PATCH] mmc: sd: Remove the patch that fix signal voltage when there is no power cycle
 2022-08-10 13:06 UTC  (7+ messages)

[PATCH] Documentation/git-reflog: remove unneeded \ from \{
 2022-08-10 13:06 UTC  (2+ messages)

[PATCH v2] perf inject jit: Ignore memfd and anonymous mmap events if jitdump present
 2022-08-10 13:05 UTC  (2+ messages)

[PATCH] nvme-host tcp: check if the queue is allocated before stopping it
 2022-08-10 13:05 UTC  (3+ messages)

WARNING: kbuild-all@lists.01.org unusual sign-in activity detected !
 2022-08-10 13:04 UTC 

[PATCH v3] ASoC: codecs: add support for the TI SRC4392 codec
 2022-08-10 13:03 UTC  (2+ messages)

[PATCH liburing v1 00/10] liburing test fixes
 2022-08-10 13:03 UTC  (2+ messages)

[PATCH 0/1] ci: upload tagged AppVeyor installers as GitHub releases
 2022-08-10 13:03 UTC  (2+ messages)

[PATCH] perf inject jit: Ignore memfd mmap events if jitdump present
 2022-08-10 13:03 UTC  (4+ messages)

[PATCH] ARM: dts: am335x: drop panel endpoint unit address
 2022-08-10 13:02 UTC 

[PATCH 0/6] Remove/replace incorrect references to videobuf
 2022-08-10 13:01 UTC  (7+ messages)
` [PATCH 1/6] media/pci/ngene/ngene.h: remove #ifdef NGENE_V4L
` [PATCH 2/6] vb2: videobuf -> videobuf2
` [PATCH 3/6] media/v4l2-mem2mem.h: rename 'videobuf' to 'vb2'
` [PATCH 4/6] media: platform: ti: avoid using 'videobuf' or 'video-buf'
` [PATCH 5/6] staging/media/omap4iss/iss_video.c: videobuf -> vb2
` [PATCH 6/6] media: avoid use of 'videobuf'

[PATCH] ASoC: codec: tlv320aic32x4: fix mono playback via I2S
 2022-08-10 10:41 UTC 

[PATCH v2 0/5] KVM: Fix oneshot interrupts forwarding
 2022-08-10 13:01 UTC  (8+ messages)

[RFC][PATCH] uapi: Remove the inclusion of linux/mount.h from uapi/linux/fs.h
 2022-08-10 13:01 UTC  (3+ messages)

[GIT PULL] GitHub bot update
 2022-08-10 13:01 UTC  (2+ messages)

[PATCH] ASoC: codecs: dt bind. doc for the new TI SRC4392 codec
 2022-08-10 13:01 UTC  (2+ messages)

[PATCH] rds: add missing barrier to release_refill
 2022-08-10 13:00 UTC 

[PATCH v6] amba: Remove deferred device addition
 2022-08-10 12:58 UTC  (6+ messages)

[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-08-10 12:59 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 0/1] Skip enforce S3 based on mem_sleep state
 2022-08-10 12:59 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v1 1/1] mmc: sdhci-of-dwcmshc: add ACPI match data for BlueField-3 SoC
 2022-08-10 12:58 UTC  (3+ messages)
` [PATCH v3] "

linux version v5.18 warn in alloc_ep_req
 2022-08-10 12:58 UTC  (2+ messages)

[PATCH net-next V4 1/3] sched/topology: Add NUMA-based CPUs spread API
 2022-08-10 12:57 UTC  (6+ messages)
` [PATCH 1/2] sched/topology: Introduce sched_numa_hop_mask()
  ` [PATCH 2/2] net/mlx5e: Leverage sched_numa_hop_mask()

[PATCH v2 0/5] iio/hwmon/mfd/leds/net/power/ASoC: dt-bindings: few stale maintainers cleanup
 2022-08-10 12:57 UTC  (4+ messages)
` [PATCH v2 5/5] dt-bindings: Drop Dan Murphy and Ricardo Rivera-Matos

[PATCH 0/2] rpi: Copy properties from firmware DT to loaded DT
 2022-08-10 12:39 UTC  (3+ messages)
` [PATCH 1/2] rpi: Copy properties from firmware dtb to the loaded dtb
` [PATCH 2/2] rpi: Copy eth PHY address from fw DT to loaded DT

[XEN v1] xen: arm: Check if timer is enabled for timer irq
 2022-08-10 12:58 UTC  (4+ messages)

[virtio-comment] [PATCH V3 RESEND 0/4] Introduce virtio transport virtqueue
 2022-08-10 12:58 UTC  (7+ messages)
` [virtio-comment] [PATCH V3 RESEND 2/4] Introduce the commands set of the transport vq

[PATCH v13 0/6] KVM: s390: pv: implement lazy destroy for reboot
 2022-08-10 12:56 UTC  (7+ messages)
` [PATCH v13 1/6] KVM: s390: pv: asynchronous "
` [PATCH v13 2/6] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v13 3/6] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v13 4/6] KVM: s390: pv: avoid export before import if possible
` [PATCH v13 5/6] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v13 6/6] KVM: s390: pv: module parameter to fence asynchronous destroy

[PATCH] pci: Sort resources before assignment
 2022-08-10  6:56 UTC 

[ogabbay:accel 1/2] drivers/accelerators/accel_sysfs.c:66:5: warning: no previous prototype for 'accel_sysfs_init'
 2022-08-10 12:56 UTC 

IPMI Sensors
 2022-08-10 12:56 UTC 

[PATCH v2] perf list: Add PMU pai_crypto event description for IBM z16
 2022-08-10 12:55 UTC  (2+ messages)

[PATCH] virtio-blk: Avoid use-after-free on suspend/resume
 2022-08-10 12:55 UTC  (5+ messages)

[PATCH 5.18 00/35] 5.18.17-rc1 review
 2022-08-10 12:54 UTC  (2+ messages)

Der Preisverfall von Bitcoin macht Sie zum Millionar
 2022-08-10 12:53 UTC 

[PATCH v5 00/20] Add driver nodes for MT8195 SoC
 2022-08-10 12:52 UTC  (5+ messages)
` [PATCH v5 06/20] dt-bindings: power: mediatek: Add bindings for MediaTek SCPSYS

[igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup
 2022-08-10 12:53 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/i915/kms_draw_crc: Test Cleanup (rev6)

[RFC PATCH 0/7] Devm helpers for regulator get and enable
 2022-08-10 12:52 UTC  (3+ messages)
` [RFC PATCH 6/7] hwmon: lm90: simplify using devm_regulator_get_enable()

[RFC PATCH 0/3] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2022-08-10 12:52 UTC  (4+ messages)
` [RFC PATCH 2/3] KVM: x86: Generate set of VMX feature MSRs using first/last definitions

[PATCH 0/7] Generalize 'scalar diagnose' into 'git bugreport --diagnose'
 2022-08-10 12:52 UTC  (6+ messages)
` [PATCH v2 00/10] Generalize 'scalar diagnose' into 'git diagnose' and "
  ` [PATCH v2 08/10] builtin/bugreport.c: create '--diagnose' option

linux v5.18 warn in imon_probe
 2022-08-10 12:51 UTC 

Bug: luksClose search LUKS header but it is detached
 2022-08-10 12:51 UTC  (3+ messages)

[Devel] [PATCH v2 0/1] Disable FIE on machines with slow counters
 2022-08-10 12:51 UTC  (4+ messages)
` [Devel] [PATCH v2 1/1] ACPI: CPPC: Disable FIE if registers in PCC regions
  `  "

warn in mceusb_dev_probe in linux v5.18
 2022-08-10 12:50 UTC 

[PATCH net] macsec: Fix traffic counters/statistics
 2022-08-10 12:50 UTC  (2+ messages)

[PATCH v2] net:bonding:support balance-alb interface with vlan to bridge
 2022-08-10 12:50 UTC  (2+ messages)

[PATCH net] devlink: Fix use-after-free after a failed reload
 2022-08-10 12:50 UTC  (2+ messages)

warn in usb_stor_pre_reset in linux v5.18
 2022-08-10 12:49 UTC 

PIC RFQ
 2022-08-10 12:48 UTC 

[PATCH v1 0/4] rm: integrate with sparse-index
 2022-08-10 12:47 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] t1092: add tests for `git-rm`

[PATCH] arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocation
 2022-08-10 12:46 UTC 

[PATCH 0/4] TAS2770 fixes
 2022-08-10 12:44 UTC  (3+ messages)

[PATCH v4 00/24] ppc: QOM'ify 405 board
 2022-08-10 12:38 UTC  (4+ messages)
` [PATCH v4 08/24] ppc/ppc4xx: Introduce a DCR device model

[PATCH v2] tcp: adjust rcvbuff according copied rate of user space
 2022-08-10 12:43 UTC  (2+ messages)

[Buildroot] [PATCH] package/python-pillow: fix host package build
 2022-08-10 12:43 UTC  (6+ messages)

[PATCH v4 0/4] fanotify: Allow user space to pass back additional audit info
 2022-08-10  6:22 UTC  (4+ messages)
` [PATCH v4 2/4] fanotify: define struct members to hold response decision context

[PATCH V2] dt-bindings: gpio: gpio-xilinx: Convert Xilinx axi gpio binding to YAML
 2022-08-10 12:41 UTC  (2+ messages)

[Intel-wired-lan] [net-next v2 0/6] ice: detect and report PTP timestamp issues
 2022-08-10 12:41 UTC  (3+ messages)
` [Intel-wired-lan] [net-next v2 6/6] ice: introduce ice_ptp_reset_cached_phctime function

[PATCH v5 00/33] New thermal OF code
 2022-08-10 12:41 UTC  (5+ messages)
` [PATCH v5 26/33] hwmon/drivers/pm_bus: Switch to new of thermal API

add qemu_fdt_setprop_strings() and use it in most places
 2022-08-10 12:41 UTC  (3+ messages)
` [PATCH v4 6/6] hw/arm: change to use qemu_fdt_setprop_strings()

[Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx: bump version to 8.14
 2022-08-10 12:40 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.05.x] package/uclibc: prevent config with unsupported RISC-V float ABI
 2022-08-10 12:34 UTC 


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.