All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-23 14:05:17 to 2023-08-23 14:36:38 UTC [more...]

[PATCH] KVM: s390: fix gisa destroy operation might lead to cpu stalls
 2023-08-23 14:09 UTC  (3+ messages)

[PATCH RESEND v2 0/3] MM8013 fg driver
 2023-08-23 14:36 UTC 

[OE-core][kirkstone 00/36] Patch review
 2023-08-23 14:35 UTC  (9+ messages)
` [OE-core][kirkstone 01/36] glib-2.0: Fix CVE-2023-32665
` [OE-core][kirkstone 02/36] glib-2.0: Fix CVE-2023-29499 and CVE-2023-32611
` [OE-core][kirkstone 03/36] glib-2.0: Fix CVE-2023-32643 and CVE-2023-32636
` [OE-core][kirkstone 04/36] librsvg: 2.52.7 -> 2.52.10
` [OE-core][kirkstone 05/36] gstreamer1.0: upgrade 1.20.6 -> 1.20.7
` [OE-core][kirkstone 06/36] bind: 9.18.11 -> 9.18.17
` [OE-core][kirkstone 07/36] libnss-nis: upgrade 3.1 -> 3.2
` [OE-core][kirkstone 08/36] linux-firmware: upgrade 20230515 -> 20230625

[PATCH] erofs: refine warning messages for data I/Os
 2023-08-23 14:36 UTC  (2+ messages)

[RESEND PATCH V3] NUMA:Improve the efficiency of calculating pages loss
 2023-08-23 14:35 UTC  (4+ messages)

[PATCH -next 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
 2023-08-23 14:35 UTC  (22+ messages)
` [PATCH -next v2 "
  ` [PATCH -next v2 11/25] spi: dw-bt1: Use helper function devm_clk_get_enabled()
  ` [PATCH -next v2 12/25] spi: dw-mmio: Use helper function devm_clk_get_*()

[PATCH] drm/bridge/analogix/anx78xx: Extend match data support for ID table
 2023-08-23 14:36 UTC  (5+ messages)

[PATCH v2 00/22] nvmem: patches for v6.6
 2023-08-23 14:35 UTC  (2+ messages)

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-08-23 14:33 UTC  (11+ messages)

[PATCH nft] tests: shell: use minutes granularity in sets/0036add_set_element_expiration_0
 2023-08-23 14:35 UTC  (2+ messages)

[PATCH 00/11] btrfs: ctree.[ch] cleanups
 2023-08-23 14:34 UTC  (9+ messages)
` [PATCH 01/11] btrfs: move btrfs_crc32c_final into free-space-cache.c
` [PATCH 02/11] btrfs: remove btrfs_crc32c wrapper
` [PATCH 03/11] btrfs: move btrfs_extref_hash into inode-item.h
` [PATCH 04/11] btrfs: move btrfs_name_hash to dir-item.h

[PATCH v7 0/9] gfxstream + rutabaga_gfx
 2023-08-23 14:32 UTC  (3+ messages)
` [PATCH v7 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options

[PATCH 00/38] btrfs-progs: sync ctree.c into btrfs-progs
 2023-08-23 14:33 UTC  (39+ messages)
` [PATCH 01/38] btrfs-progs: stop using add_root_to_dirty_list in check
` [PATCH 02/38] btrfs-progs: remove useless add_root_to_dirty_list call in mkfs
` [PATCH 03/38] btrfs-progs: remove add_root_to_dirty_list call when creating free space tree
` [PATCH 04/38] btrfs-progs: make add_root_to_dirty_list static and unexport it
` [PATCH 05/38] btrfs-progs: pass btrfs_trans_handle through btrfs_clear_buffer_dirty
` [PATCH 06/38] btrfs-progs: update read_node_slot to match the kernel definition
` [PATCH 07/38] btrfs-progs: update btrfs_bin_search "
` [PATCH 08/38] btrfs-progs: update btrfs_set_item_key_safe to match "
` [PATCH 09/38] btrfs-progs: update btrfs_print_leaf to match the "
` [PATCH 10/38] btrfs-progs: update btrfs_truncate_item "
` [PATCH 11/38] btrfs-progs: update btrfs_extend_item "
` [PATCH 12/38] btrfs-progs: sync memcpy_extent_buffer from the kernel
` [PATCH 13/38] btrfs-progs: drop btrfs_init_path
` [PATCH 14/38] btrfs-progs: move btrfs_set_item_key_unsafe to check/
` [PATCH 15/38] btrfs-progs: move btrfs_record_file_extent and code into a new file
` [PATCH 16/38] btrfs-progs: make a local copy of btrfs_next_sibling_block in print-tree.c
` [PATCH 17/38] btrfs-progs: don't set the ->commit_root in btrfs_create_tree
` [PATCH 18/38] btrfs-progs: remove btrfs_create_root
` [PATCH 19/38] btrfs-progs: move btrfs_uuid_tree_add into mkfs/main.c
` [PATCH 20/38] btrfs-progs: make btrfs_del_ptr a void
` [PATCH 21/38] btrfs-progs: replace blocksize with parent argument for btrfs_alloc_tree_block
` [PATCH 22/38] btrfs-progs: use path->search_for_extension
` [PATCH 23/38] btrfs-progs: init new tree blocks in btrfs_alloc_tree_block
` [PATCH 24/38] btrfs-progs: add dwarves to the package list for ci
` [PATCH 25/38] btrfs-progs: add kerncompat helpers for ctree.c sync
` [PATCH 26/38] btrfs-progs: add trans_lock to fs_info
` [PATCH 27/38] btrfs-progs: add commit_root_sem to btrfs_fs_info
` [PATCH 28/38] btrfs-progs: update btrfs_cow_block to match the in-kernel definition
` [PATCH 29/38] btrfs-progs: update btrfs_insert_empty_items to match the kernel
` [PATCH 30/38] btrfs-progs: update btrfs_insert_empty_item "
` [PATCH 31/38] btrfs-progs: update btrfs_del_ptr "
` [PATCH 32/38] btrfs-progs: update btrfs_insert_item "
` [PATCH 33/38] btrfs-progs: update btrfs_leaf_free_space "
` [PATCH 34/38] btrfs-progs: use btrfs_tree_parent_check for btrfs_read_extent_buffer
` [PATCH 35/38] btrfs-progs: update read_tree_block to take a btrfs_parent_tree_check
` [PATCH 36/38] btrfs-progs: inline btrfs_name_hash and btrfs_extref_hash
` [PATCH 37/38] btrfs-progs: update btrfs_split_item to match the in-kernel definition
` [PATCH 38/38] btrfs-progs: sync ctree.c from kernel

Repo for tests which fail currently?
 2023-08-23 14:33 UTC  (2+ messages)

[Nouveau] [PATCH drm-misc-next] drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
 2023-08-23 12:36 UTC  (5+ messages)
  `  "

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_send_acl
 2023-08-23 14:32 UTC 

[RFC] wifi: mwifiex: Asking for some light on this, please :)
 2023-08-23 14:31 UTC  (4+ messages)

[PATCH] kvm: x86: emulate MSR_PLATFORM_INFO msr bits
 2023-08-23 14:31 UTC  (8+ messages)

[RFC PATCH] mm: use nth_page() for all memmap (struct page) position operations
 2023-08-23 14:31 UTC  (3+ messages)

[PATCH v3 00/18] phy: qcom-qmp-pcie: convert to newer style of bindings
 2023-08-23 14:30 UTC  (4+ messages)
` [PATCH v3 01/18] dt-bindings: phy: migrate QMP PCIe PHY bindings to qcom,sc8280xp-qmp-pcie-phy.yaml

[meta-multimedia][PATCH] pipewire: upgrade 0.3.77 -> 0.3.78
 2023-08-23 14:29 UTC 

[PATCH v2 0/6] blk-mq-tag: remove bt_for_each()
 2023-08-23 14:29 UTC  (5+ messages)
` [PATCH v2 1/6] blk-mq-tag: support queue filter in bt_tags_iter()
` [PATCH v2 2/6] blk-mq-tag: introduce __blk_mq_tagset_busy_iter()

[PATCH] KEYS: trusted: tee: Refactor register SHM usage
 2023-08-23 14:28 UTC  (6+ messages)

[PATCH RESEND 00/10] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2023-08-23 14:28 UTC  (12+ messages)
` [PATCH RESEND 01/10] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_sva_supported()
` [PATCH RESEND 02/10] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH RESEND 03/10] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH RESEND 04/10] iommu/amd: Add support to enable/disable SVA feature
` [PATCH RESEND 05/10] iommu/amd: Move PPR-related functions into ppr.c
` [PATCH RESEND 06/10] iommu/amd: Define per-IOMMU iopf_queue
` [PATCH RESEND 07/10] iommu/amd: Add support for page response
` [PATCH RESEND 08/10] iommu/amd: Add support for add/remove device for IOPF
` [PATCH RESEND 09/10] iommu/amd: Add IO page fault notifier handler
` [PATCH RESEND 10/10] iommu/amd: Introduce logic to enable/disable IOPF

[PATCH net-next v6 0/2] Add Realtek automotive PCIe driver
 2023-08-23 14:28 UTC  (8+ messages)
` [PATCH net-next v6 1/2] net/ethernet/realtek: Add Realtek automotive PCIe driver code

[LTP] [PATCH v2 1/2] syscalls/faccessat01: Convert to new API
 2023-08-23 14:28 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: a couple fixes
 2023-08-23 14:27 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: take a ref in the root locking code
` [PATCH 2/3] btrfs-progs: clear root dirty when we update the root
` [PATCH 3/3] btrfs-progs: fix improper error handling in btrfs filesystem usage

[XEN PATCH] arm64/vfp: address MISRA C:2012 Dir 4.3
 2023-08-23 14:27 UTC 

[Intel-gfx] [CI 1/2] drm: Add an HPD poll helper to reschedule the poll work
 2023-08-23 14:27 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/2] drm: Add an HPD poll helper to reschedule the poll work (rev2)

[PATCH v7 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-08-23 14:26 UTC  (5+ messages)

[PATCH net-next v7 0/6] introduce page_pool_alloc() related API
 2023-08-23 14:25 UTC  (14+ messages)
` [PATCH net-next v7 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA

[Intel-wired-lan] [PATCH iwl-next v2 3/3] ice: enable Protocol Agnostic Flow Offloading FDIR
 2023-08-23 14:25 UTC  (3+ messages)

[PATCH net-next 5/6] sfc: introduce pedit add actions on the ipv4 ttl field
 2023-08-23 14:25 UTC  (2+ messages)

[android-common:android14-6.1 6542/11209] arch/arm64/kvm/hyp/nvhe/trace.c:190:15: warning: no previous prototype for 'rb_event_size'
 2023-08-23 14:25 UTC 

[Printing-architecture] OpenPrinting Roadmap Sprint 2023 on the Opportunity Open Source in the IIT Mandi in India
 2023-08-23 14:25 UTC  (3+ messages)
` [Printing-architecture] REMINDER: "

NVMe ZNS last zone size
 2023-08-23 14:23 UTC  (2+ messages)

[PATCH v4 0/5] s390: Enable AP instructions for pv-guests
 2023-08-23 14:22 UTC  (6+ messages)
` [PATCH v4 1/5] s390x/ap: fix missing subsystem reset registration
` [PATCH v4 2/5] s390x: switch pv and subsystem reset ordering on reboot
` [PATCH v4 3/5] NOTFORMERGE update linux-headers/asm-s390/kvm.h
` [PATCH v4 4/5] target/s390x/kvm: Refactor AP functionalities
` [PATCH v4 5/5] target/s390x: AP-passthrough for PV guests

[RFC PATCH 0/3] Split up v4l2-mem2mem.c into a core and codec part
 2023-08-23 14:23 UTC  (4+ messages)
` [RFC PATCH 1/3] media: split "
` [RFC PATCH 2/3] media: include v4l2-mem2mem-codec.h in codec drivers
` [RFC PATCH 3/3] media: v4l2-mem2mem.h: move codec bits to v4l2-mem2mem-codec.h

[PATCH v3 1/2] schemas: Add a schema for memory map
 2023-08-23 14:23 UTC  (3+ messages)

[net-next v2 1/5] net: wwan: t7xx: Infrastructure for early port configuration
 2023-08-23 14:21 UTC  (5+ messages)
` [net-next v2 2/5] net: wwan: t7xx: Register with devlink and implement firmware flashing
` [net-next v2 3/5] net: wwan: t7xx: Creates region & snapshot for coredump log collection
` [net-next v2 4/5] net: wwan: t7xx: Adds sysfs attribute of modem event
` [net-next v2 5/5] net: wwan: t7xx: Devlink documentation

[PATCH] partitions/ibm: refactor deprecated strncpy
 2023-08-23 14:22 UTC  (5+ messages)

[PATCH] usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST
 2023-08-23 14:22 UTC 

[net-next v2 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-08-23 14:21 UTC 

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-23 14:21 UTC  (5+ messages)
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs

[PATCH V4 0/8] board: ti: Add support for BeaglePlay
 2023-08-23 14:21 UTC  (7+ messages)
` [PATCH V4 4/8] drivers: mmc: am654_sdhci: Update OTAP/ITAP delay

[PATCH] audit: add task history record
 2023-08-23 14:18 UTC  (10+ messages)

[PATCH 1/3] event/cnxk: fix return values for capability API
 2023-08-23 14:20 UTC  (6+ messages)
` [PATCH 3/3] test/event_crypto_adapter: fix crypto null dev creation

[PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section
 2023-08-23 14:17 UTC 

[PATCH] wifi: ath12k: Fix memory leak in rx_desc and tx_desc
 2023-08-23 14:18 UTC  (3+ messages)

[PATCH 0/1] Reduce cost of accessing tg->load_avg
 2023-08-23 14:17 UTC  (4+ messages)
` [PATCH 1/1] sched/fair: ratelimit update to tg->load_avg

[PATCH] regulator: userspace-consumer: Use atomic operation
 2023-08-23 14:15 UTC 

[PATCH v2] ath5k: fix WARNING opportunity for swap
 2023-08-23 14:16 UTC  (3+ messages)

[v16 0/4] Add support for Maxim MAX735x/MAX736x variants
 2023-08-23 14:16 UTC  (9+ messages)
` [v16 1/4] dt-bindings: i2c: pca954x: Correct interrupt support
` [v16 2/4] dt-bindings: i2c: Add Maxim MAX735x/MAX736x variants
` [v16 3/4] i2c: muxes: pca954x: Add MAX735x/MAX736x support
` [v16 4/4] i2c: muxes: pca954x: Add regulator support

[PATCH v12 0/3] dwc general suspend/resume functionality
 2023-08-23 14:15 UTC  (7+ messages)
` [PATCH v12 3/3] PCI: layerscape: Add power management support for ls1028a

[PATCH] PCI: Allocate maximum available buses to help extending the daisy chain
 2023-08-23 14:15 UTC  (2+ messages)

Subject: [PATCH] pci/msi: remove redundant calculation in msi_setup_msi_desc
 2023-08-23 14:15 UTC  (2+ messages)

[PATCH v1 1/2] extcon: add Realtek DHC RTD SoC Type-C driver
 2023-08-23 14:15 UTC  (2+ messages)

[android-common:android-4.14-stable 16585/29969] kernel/bpf/core.c:1532:34: sparse: sparse: incorrect type in initializer (different address spaces)
 2023-08-23 14:14 UTC 

[PATCH v2 00/24] tree-wide spelling fixes
 2023-08-23 14:13 UTC  (5+ messages)
` [PATCH 20/24] include/: "
` [PATCH 21/24] scripts/: "

[PATCH 6.1 110/181] ALSA: ymfpci: Create card with device-managed snd_devm_card_new()
 2023-08-23 14:15 UTC  (3+ messages)

[XEN PATCH v2 0/3] xen: fix inclusions and static storage duration
 2023-08-23 14:14 UTC  (4+ messages)
` [XEN PATCH v2 2/3] vpci/msix: make 'get_slot' static

[PATCH] wireless: ath: remove unused-but-set parameter
 2023-08-23 14:12 UTC  (3+ messages)

ss: support for BPF sk local storage
 2023-08-23 13:55 UTC 

[PATCH] wifi: ath11k: Remove unused declarations
 2023-08-23 14:10 UTC  (3+ messages)

[PATCH net-next 1/2] wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning
 2023-08-23 14:10 UTC  (4+ messages)

[PATCH] x86/vmx: Revert "x86/VMX: sanitize rIP before re-entering guest"
 2023-08-23 14:09 UTC  (5+ messages)

[PATCH 1/1] Stop mdcheck_continue timer when mdcheck_start service can finish check
 2023-08-23 14:09 UTC  (2+ messages)

[PATCH -next] wifi: ath11k: simplify the code with module_platform_driver
 2023-08-23 14:08 UTC  (3+ messages)

[PATCH] libxc: remove / adjust xc_get_cpufreq_para()'s BUILD_BUG_ON()s
 2023-08-23 14:08 UTC  (4+ messages)

[Intel-gfx] [PATCH v6 0/4] drm: Use full allocated minor range for DRM
 2023-08-23 14:06 UTC  (11+ messages)
` [Intel-gfx] [PATCH v6 3/4] drm: Expand max DRM device number to full MINORBITS
              `  "

[PATCH 1/3] wifi: ath10k: Fix a few spelling errors
 2023-08-23 14:06 UTC  (5+ messages)

[cip-dev][isar-cip-core][PATCH] initramfs-abrootfs-hook: Ensure sync on rebuild
 2023-08-23 14:05 UTC 

[Buildroot] [PATCH] package/lua-silva: bump to version 0.2.0
 2023-08-23 14:05 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.