All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-23 16:01:00 to 2023-05-23 16:42:36 UTC [more...]

[PATCH] usb: host: xhci: Do not re-initialize the XHCI HC if being removed
 2023-05-23 16:42 UTC  (4+ messages)

[PATCH v2 0/4] Update thread safety markers
 2023-05-23 16:41 UTC  (9+ messages)
` [PATCH v2 1/4] rust: sync: reword the `Arc` safety comment for `Send`
` [PATCH v2 2/4] rust: sync: reword the `Arc` safety comment for `Sync`
` [PATCH v2 3/4] rust: specify when `ARef` is thread safe
` [PATCH v2 4/4] rust: task: add `Send` marker to `Task`

[PATCH v2 00/27] accel/tcg: Improvements to atomic128.h
 2023-05-23 16:40 UTC  (33+ messages)
` [PATCH v2 01/27] util: Introduce host-specific cpuinfo.h
` [PATCH v2 02/27] util: Add cpuinfo-i386.c
` [PATCH v2 03/27] util: Add i386 CPUINFO_ATOMIC_VMOVDQU
` [PATCH v2 04/27] tcg/i386: Use host/cpuinfo.h
` [PATCH v2 05/27] util/bufferiszero: Use i386 host/cpuinfo.h
` [PATCH v2 06/27] migration/xbzrle: Shuffle function order
` [PATCH v2 07/27] migration/xbzrle: Use i386 host/cpuinfo.h
` [PATCH v2 08/27] migration: Build migration_files once
` [PATCH v2 09/27] util: Add cpuinfo-aarch64.c
` [PATCH v2 10/27] include/host: Split out atomic128-cas.h
` [PATCH v2 11/27] include/host: Split out atomic128-ldst.h
` [PATCH v2 12/27] meson: Fix detect atomic128 support with optimization
` [PATCH v2 13/27] include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h
` [PATCH v2 14/27] target/ppc: Use tcg_gen_qemu_{ld, st}_i128 for LQARX, LQ, STQ
` [PATCH v2 16/27] accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu
` [PATCH v2 18/27] target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csst

[syzbot] [wireguard?] KASAN: slab-use-after-free Write in enqueue_timer
 2023-05-23 16:41 UTC  (6+ messages)

[patch 0/6] mm/vmalloc: Assorted fixes and improvements
 2023-05-23 16:40 UTC  (11+ messages)
` [patch 1/6] mm/vmalloc: Prevent stale TLBs in fully utilized blocks
` [patch 3/6] mm/vmalloc: Prevent flushing dirty space over and over
` [patch 4/6] mm/vmalloc: Check free space in vmap_block lockless

[PATCH v2 0/4] ufs: Do not requeue while ungating the clock
 2023-05-23 16:39 UTC  (3+ messages)
` [PATCH v2 3/4] scsi: ufs: Enable the BLK_MQ_F_BLOCKING flag

[XEN PATCH 00/15] build: cleanup build log, avoid user's CFLAGS, avoid too many include of Config.mk
 2023-05-23 16:38 UTC  (13+ messages)
` [XEN PATCH 01/15] build: hide that we are updating xen/lib/x86
` [XEN PATCH 02/15] build: rework asm-offsets.* build step to use kbuild
` [XEN PATCH 03/15] build, x86: clean build log for boot/ targets
` [XEN PATCH 04/15] build: hide policy.bin commands
` [XEN PATCH 05/15] build: introduce a generic command for gzip
` [XEN PATCH 06/15] build: quiet for .allconfig.tmp target
` [XEN PATCH 07/15] build: move XEN_HAS_BUILD_ID out of Config.mk
` [XEN PATCH 08/15] build: use $(filechk, ) for all compat/.xlat/%.lst
` [XEN PATCH 09/15] build: hide commands run for kconfig
` [XEN PATCH 11/15] build: rename CFLAGS to XEN_CFLAGS in xen/Makefile
` [XEN PATCH 13/15] build: fix compile.h compiler version command line
` [XEN PATCH 14/15] Config.mk: move $(cc-option, ) to config/compiler-testing.mk

[Intel-xe] [RFC] drm/xe: A minimal assert for some forcewake domain on xe_mmio
 2023-05-23 16:38 UTC  (4+ messages)

[PATCH] gpiolib: Avoid side effects in gpio_is_visible()
 2023-05-23 16:38 UTC  (10+ messages)

[PATCH v2 00/52] tcg: Build once for system, once for user
 2023-05-23 16:37 UTC  (15+ messages)
` [PATCH v2 05/52] tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
` [PATCH v2 08/52] tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS
` [PATCH v2 11/52] *: Add missing includes of tcg/tcg.h
` [PATCH v2 14/52] tcg: Split out tcg/oversized-guest.h
` [PATCH v2 32/52] exec-all: Widen TranslationBlock pc and cs_base to 64-bits
` [PATCH v2 33/52] tcg: Remove DEBUG_DISAS
` [PATCH v2 34/52] tcg: Remove USE_TCG_OPTIMIZATIONS

[PATCH 00/11] hw/virtio: Build various target-agnostic objects just once
 2023-05-23 16:36 UTC  (12+ messages)
` [PATCH 01/11] softmmu: Introduce qemu_target_page_mask/qemu_target_page_align helpers
` [PATCH 02/11] hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig
` [PATCH 03/11] hw/scsi: Rearrange meson.build
` [PATCH 04/11] hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'
` [PATCH 05/11] hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in Kconfig
` [PATCH 06/11] hw/virtio/virtio-mem: Use qemu_ram_get_fd() helper
` [PATCH 07/11] hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' header
` [PATCH 08/11] hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()
` [PATCH 09/11] hw/virtio: Remove unnecessary 'virtio-access.h' header
` [PATCH 10/11] hw/virtio: Build various target-agnostic objects just once
` [RFC PATCH 11/11] hw/virtio: Make vhost-vdpa.c target-agnostic to build it once

[PATCH 6.3 000/364] 6.3.4-rc1 review
 2023-05-23 16:36 UTC  (3+ messages)
` [LTP] "

[PATCH 0/2][next] vfio/ccw: Replace one-element array with flexible-array member
 2023-05-23 16:36 UTC  (6+ messages)
` [PATCH 1/2][next] "
` [PATCH 2/2][next] vfio/ccw: Use struct_size() helper

[PATCH 1/1] vfio: Make buildable with MUSL runtime
 2023-05-23 16:36 UTC  (4+ messages)

[PATCH 00/24] Metadump v2
 2023-05-23 16:36 UTC  (9+ messages)
` [PATCH 01/24] metadump: Use boolean values true/false instead of 1/0
` [PATCH 02/24] mdrestore: Fix logic used to check if target device is large enough
` [PATCH 03/24] metadump: Define and use struct metadump
` [PATCH 04/24] metadump: Add initialization and release functions

[PATCH] media: verisilicon: Additional fix for the crash when opening the driver
 2023-05-23 16:36 UTC  (7+ messages)

[PATCH v2 0/5] MDWE without inheritance
 2023-05-23 16:36 UTC  (3+ messages)
` [PATCH v2 4/5] mm: Add a NO_INHERIT flag to the PR_SET_MDWE prctl

[dtor-input:next] BUILD SUCCESS 9284d3b9a3609db30a528947ec4e5178055cd268
 2023-05-23 16:33 UTC 

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-23 16:35 UTC  (9+ messages)
` [PATCH 06/32] sched: Add task_struct->faults_disabled_mapping
      ` [Cluster-devel] "

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-23 16:34 UTC  (7+ messages)
` [PATCH v5 10/18] watchdog/hardlockup: Add a "cpu" param to watchdog_hardlockup_check()

mlx5 XDP redirect leaking memory on kernel 6.3
 2023-05-23 16:35 UTC  (2+ messages)

[PATCH iproute2-next 0/9] Introduce new dcb-rewr subcommand
 2023-05-23 16:29 UTC  (3+ messages)
` [PATCH iproute2-next 5/9] dcb: app: modify dcb_app_parse_mapping_cb for dcb-rewr reuse

[dm-devel] fix the name_to_dev_t mess
 2023-05-23 16:34 UTC  (4+ messages)
` [dm-devel] [PATCH 01/24] driver core: return bool from driver_probe_done
  `  "

[PATCH v1 net] udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated()
 2023-05-23 16:33 UTC 

[PATCH v6] kobject: Fix global-out-of-bounds in kobject_action_type()
 2023-05-23 16:32 UTC  (5+ messages)

[RFC PATCH 0/4] Extend rseq with sched_state field
 2023-05-23 16:32 UTC  (5+ messages)
` [RFC PATCH 1/4] rseq: Add sched_state field to struct rseq

[PATCH v2] media: verisilicon: Fix crash when probing encoder
 2023-05-23 16:32 UTC  (7+ messages)

[PATCH v2] gpio: tegra186: Check GPIO pin permission before access
 2023-05-23 16:32 UTC  (7+ messages)
` [PATCH v3] "

[PATCH] fs: use UB-safe check for signed addition overflow in remap_verify_area
 2023-05-23 16:26 UTC 

[PATCH v2] ui/cursor: make width/height unsigned 16-bit integer
 2023-05-23 16:30 UTC 

[Bpf] IETF BPF working group draft charter
 2023-05-23 16:32 UTC  (6+ messages)

[PATCH 0/9] btrfs: metadata_uuid refactors part1
 2023-05-23 16:31 UTC  (7+ messages)
` [PATCH 1/9] btrfs: reduce struct btrfs_fs_devices size relocate fsid_change
` [PATCH 2/9] btrfs: streamline fsid checks in alloc_fs_devices
` [PATCH 7/9] btrfs: refactor with memcmp_fsid_changed helper

[PATCH BlueZ 0/6] Add initial support for BAP broadcast source
 2023-05-23 16:31 UTC  (3+ messages)
` [PATCH BlueZ 5/6] client/player: Update bluetoothctl with support for "

[PATCH v2] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
 2023-05-23 16:30 UTC  (2+ messages)

[ASoC: da7219: Add Jack insertion detection polarity selection 1/2] ASoC: dt-bindings: dialog,da7219: convert to dtschema
 2023-05-23 16:28 UTC  (4+ messages)
` [ASoC: da7219: Add Jack insertion detection polarity selection 2/2] ASoC: dt-bindings: da7219: Add jack-ins-det-pty property

[OE-core][PATCH] b4: add recipe
 2023-05-23 16:30 UTC  (3+ messages)

[PATCH 1/2] ARM: dts: BCM5301X: Relicense Hauke's code to the GPL 2.0+ / MIT
 2023-05-23 16:30 UTC  (5+ messages)

[PATCH] cifs: Close deferred files that may be open via hard links
 2023-05-23 16:30 UTC  (7+ messages)

[PATCH] btrfs: fix uninitialized variable warnings
 2023-05-23 16:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libmnl: fix build failure
 2023-05-23 16:29 UTC  (7+ messages)

[Buildroot] [PATCH/next 1/2] package/intel-mediadriver: bump version to 23.2.2
 2023-05-23 16:28 UTC  (2+ messages)
` [Buildroot] [PATCH/next 2/2] package/intel-mediasdk: "

Realtek RTL8832CU compatibility
 2023-05-23 16:28 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/libwebsockets: added option to (re-)enable external poll loop support
 2023-05-23 16:27 UTC  (4+ messages)
  ` [Buildroot] R: "

[PATCH 0/3] AT91 PIO4 push-pull enable
 2023-05-23 16:27 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: at91-pio4: Enable Push-Pull configuration

[PATCH v2 0/7] ASoC: mt8188: add new board support
 2023-05-23 16:26 UTC  (3+ messages)
` [PATCH v2 2/7] ASoC: dt-bindings: mediatek,mt8188-mt6359: remove ADDA_BE from link-name

[PATCH 0/2] qemu-img: fix getting stuck in infinite loop on
 2023-05-23 16:24 UTC  (3+ messages)
` [PATCH 1/2] qemu-img: rebase: stop when reaching EOF of old backing file
` [PATCH 2/2] qemu-iotests: 024: add rebasing test case for overlay_size > backing_size

Displaying streams as xattrs
 2023-05-23 16:25 UTC  (6+ messages)

[iwlwifi-next:pendifng 10/15] drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c:137:38: error: 'struct ieee80211_vif_cfg' has no member named 'eml_cap'
 2023-05-23 16:25 UTC 

[android-common:mirror-chromeos-5.10-arcvm 24047/27646] drivers/firmware/smccc/smccc.c:11:10: fatal error: asm/archrandom.h: No such file or directory
 2023-05-23 16:25 UTC 

[Buildroot] [PATCH 1/1] package/kodi-skin-confluence: bump version to Nexus branch
 2023-05-23 16:25 UTC 

[libvirt test] 180910: tolerable all pass - PUSHED
 2023-05-23 16:23 UTC 

[PATCH] usb: typec: ucsi: correctly access opcode
 2023-05-23 16:23 UTC 

[PATCH 1/3] ip_frag: optimize key compare and hash generation
 2023-05-23 16:22 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] ip_frag: improve reassembly lookup performance

Deadlock due to EPT_VIOLATION
 2023-05-23 16:22 UTC  (2+ messages)

[PATCH] xfs: fix the problem of mount failure caused by not refreshing mp->m_sb
 2023-05-23 16:22 UTC  (2+ messages)

[PATCH v2 1/4] include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume
 2023-05-23 16:21 UTC  (4+ messages)
` [PATCH v2 4/4] platform/x86/amd: pmc: Use pm_pr_dbg() for suspend related messages

[PATCH v3 bpf-next 0/4] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-23 16:21 UTC  (4+ messages)
` [PATCH v3 bpf-next 3/4] libbpf: add opts-based bpf_obj_pin() API and add support for path_fd

[PATCH 0/3] ASoC: da7219: Add jack insertion detection polarity
 2023-05-23 16:18 UTC  (4+ messages)
` [PATCH 1/3] ASoC: dt-bindings: dialog,da7219: convert to dtschema
` [PATCH 2/3] ASoC: dt-bindings: da7219: Add jack-ins-det-pty property
` [PATCH 3/3] ASoC: da7219: Add Jack insertion detection polarity

[PATCH 1/4] platform/x86: think-lmi: Enable opcode support on BIOS settings
 2023-05-23 16:19 UTC  (6+ messages)
` [PATCH 2/4] platform/x86: think-lmi: Correct System password interface

[PATCH RFC net-next/mm V4 0/2] page_pool: new approach for leak detection and shutdown phase
 2023-05-23 16:16 UTC  (3+ messages)
` [PATCH RFC net-next/mm V4 2/2] page_pool: Remove workqueue in new shutdown scheme

[PATCH] acpi: Replace struct acpi_table_slit 1-element array with flex-array
 2023-05-23 16:18 UTC  (2+ messages)
` [Acpica-devel] "

[PATCH] libbpf: kprobe.multi: Filter with blacklist and available_filter_functions
 2023-05-23 16:17 UTC  (2+ messages)

[PATCH] go: Upgrade 1.20.1 -> 1.20.4
 2023-05-23 16:17 UTC 

[OE-core][RFC] tests artifacts retriever
 2023-05-23 16:16 UTC  (4+ messages)

[PATCH 1/4] rust: macros: fix usage of `#[allow]` in `quote!`
 2023-05-23 16:15 UTC  (8+ messages)
` [PATCH 2/4] rust: macros: refactor generics parsing of `#[pin_data]` into its own function
` [PATCH 3/4] rust: macros: replace Self with the concrete type in #[pin_data]
` [PATCH 4/4] rust: init: update macro expansion example in docs

[Buildroot] [PATCH/next 1/1] package/kodi-pvr-waipu: bump version to 20.9.0-Nexus
 2023-05-23 16:15 UTC 

[PATCH net-next v2 0/3] net: tcp: make txhash use consistent for IPv4
 2023-05-23 16:14 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 too
` [PATCH net-next v2 2/3] net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
` [PATCH net-next v2 3/3] Documentation: net: net.core.txrehash is not specific to listening sockets

[PATCH v14 00/13] hp-bioscfg driver
 2023-05-23 16:14 UTC  (7+ messages)
` [PATCH v14 01/13] hp-bioscfg: Documentation

[PATCH] MAINTAINERS: Add Carl/Pranjal as QAIC reviewers
 2023-05-23 16:14 UTC  (2+ messages)

[patch V4 33/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
 2023-05-23 16:13 UTC  (2+ messages)
` [tip: smp/core] cpu/hotplug: Fix off by one in cpuhp_bringup_mask()

[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
 2023-05-23 16:13 UTC  (3+ messages)

[PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
 2023-05-23 16:12 UTC  (3+ messages)

[PATCH] arm64: Remove the ARCH_FORCE_MAX_ORDER config input prompt
 2023-05-23 16:12 UTC  (2+ messages)

[PATCH v1 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
 2023-05-23 16:11 UTC  (4+ messages)
` [PATCH v1 1/2] exec/ram_addr: add dirty arg to cpu_physical_memory_set_dirty_lebitmap()

[PATCH iproute2-next v6] ip-link: add support for nolocalbypass in vxlan
 2023-05-23 16:11 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/2] drm/i915/pmu: couple of cleanups
 2023-05-23 16:11 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "

[PATCH 1/2] Revert "drm/amd/display: Block optimize on consecutive FAMS enables"
 2023-05-23 16:09 UTC  (2+ messages)

[RFC PATCH v2 1/3] runfvp: make fvp runner to hold the config
 2023-05-23 16:06 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm: bcm: unify version notation of Northstar devices
 2023-05-23 16:07 UTC  (5+ messages)

[PATCH v4] memblock: Add flags and nid info in memblock debugfs
 2023-05-23 16:05 UTC  (2+ messages)

[PATCH v4] iommu: Optimise PCI SAC address trick
 2023-05-23 16:06 UTC  (4+ messages)

[lttng-dev] [PATCH 00/11] Add support for TSAN to liburcu
 2023-05-23 16:05 UTC  (7+ messages)

[PATCH 00/27] accel/tcg: Improvements to atomic128.h
 2023-05-23 16:01 UTC  (5+ messages)
` [PATCH 02/27] util: Add cpuinfo-i386.c

[igt-dev] [i-g-t V3 00/82] Document KMS tests
 2023-05-23 16:04 UTC  (3+ messages)
` [igt-dev] [i-g-t V3 01/82] tests/chamelium: Move chamelium helpers to lib

[Buildroot] [PATCH 1/1] package/mesa3d: fix build error with the i915 Gallium driver
 2023-05-23 16:03 UTC 

cleanup the filemap / direct I/O interaction
 2023-05-23 16:03 UTC  (22+ messages)
` [PATCH 06/13] filemap: add a kiocb_invalidate_post_write helper
    ` [f2fs-dev] "
      ` [Cluster-devel] "
` [PATCH 07/13] iomap: update ki_pos in iomap_file_buffered_write
    ` [f2fs-dev] "
      ` [Cluster-devel] "
` [PATCH 08/13] iomap: assign current->backing_dev_info "
      ` [f2fs-dev] "
        ` [Cluster-devel] "
` [PATCH 10/13] fs: factor out a direct_write_fallback helper
    ` [f2fs-dev] "
      ` [Cluster-devel] "

[PATCH] cherry-pick: refuse cherry-pick sequence if index is dirty
 2023-05-23 16:01 UTC  (2+ messages)

[PATCH v2 0/3] Fix pca954x i2c-mux node names
 2023-05-23 15:50 UTC 

[PATCH v1 1/2] rust: sync: add `Arc::ptr_eq`
 2023-05-23 16:01 UTC  (4+ messages)
` [PATCH v1 2/2] rust: sync: implement `AsRef<T>` for `Arc<T>`


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.