All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-20 02:01:14 to 2022-07-20 03:05:13 UTC [more...]

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-20  3:04 UTC  (29+ messages)
` [PATCH v12 01/40] virtio: record the maximum queue num supported by the device
` [PATCH v12 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v12 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v12 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v12 05/40] virtio_ring: split vring_virtqueue
` [PATCH v12 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v12 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v12 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v12 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v12 12/40] virtio_ring: split: introduce virtqueue_reinit_split()

[PATCH] random: handle archrandom in plural words
 2022-07-20  3:03 UTC  (7+ messages)
` [PATCH v2] "

[GIT PULL] md-next 20220719
 2022-07-20  3:03 UTC  (4+ messages)

[PATCH] fs: drop_caches: skip dropping pagecache which is always dirty
 2022-07-20  3:02 UTC  (2+ messages)

iwd fails to connect when passphrase > 40 characters on 5Ghz; times out on 2.4Ghz
 2022-07-20  3:02 UTC 

linux-next: manual merge of the block tree with the vfs tree
 2022-07-20  3:00 UTC  (9+ messages)

[PATCH] cpuidle: Move cpuidle driver forward before acpi driver in Makefile
 2022-07-20  3:00 UTC  (4+ messages)

[PATCH v10 0/8] mm/demotion: Memory tiers and demotion
 2022-07-20  2:59 UTC  (9+ messages)
` [PATCH v10 1/8] mm/demotion: Add support for explicit memory tiers
` [PATCH v10 2/8] mm/demotion: Move memory demotion related code
` [PATCH v10 3/8] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v10 4/8] mm/demotion/dax/kmem: Set node's performance level to MEMTIER_PERF_LEVEL_PMEM
` [PATCH v10 5/8] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v10 6/8] mm/demotion: Add pg_data_t member to track node memory tier details
` [PATCH v10 7/8] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v10 8/8] mm/demotion: Update node_is_toptier to work with memory tiers

[PATCH v2 3/3] media: i2c: ak7375: Add regulator management
 2022-07-20  2:58 UTC  (2+ messages)

[soc:mvebu/soc] BUILD SUCCESS fdaa3725831972284ef2779ddba00491d9dbbfca
 2022-07-20  2:56 UTC 

[soc:nuvoton/newsoc] BUILD SUCCESS 45472f1e5348c7b755b4912f2f529ec81cea044b
 2022-07-20  2:55 UTC 

[PATCH v12 00/69] Introducing the Maple Tree
 2022-07-20  2:18 UTC  (65+ messages)
` [PATCH v12 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v12 01/69] Maple Tree: add new data structure
` [PATCH v12 02/69] radix tree test suite: add pr_err define
` [PATCH v12 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v12 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v12 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v12 07/69] lib/test_maple_tree: add testing for maple tree
` [PATCH v12 08/69] mm: start tracking VMAs with "
` [PATCH v12 09/69] mm: add VMA iterator
` [PATCH v12 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v12 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v12 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v12 12/69] mm/mmap: use the maple tree for find_vma_prev() "
` [PATCH v12 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v12 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v12 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v12 17/69] mm: remove rb tree
` [PATCH v12 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v12 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v12 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v12 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v12 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v12 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v12 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v12 25/69] mm: remove vmacache
` [PATCH v12 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v12 30/69] arm64: remove mmap linked list from vdso
` [PATCH v12 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v12 33/69] powerpc: remove mmap linked list walks
` [PATCH v12 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v12 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v12 35/69] x86: remove vma linked list walks
` [PATCH v12 34/69] s390: "
` [PATCH v12 36/69] xtensa: "
` [PATCH v12 37/69] cxl: remove vma linked list walk
` [PATCH v12 39/69] um: "
` [PATCH v12 38/69] optee: "
` [PATCH v12 41/69] exec: use VMA iterator instead of linked list
` [PATCH v12 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v12 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v12 46/69] acct: use VMA iterator instead of linked list
` [PATCH v12 45/69] ipc/shm: "
` [PATCH v12 47/69] perf: use VMA iterator
` [PATCH v12 49/69] fork: "
` [PATCH v12 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v12 51/69] mm/gup: use maple tree navigation instead of linked list
` [PATCH v12 50/69] bpf: remove VMA "
` [PATCH v12 54/69] mm/madvise: use vma_find() instead of vma "
` [PATCH v12 53/69] mm/ksm: use vma iterators "
` [PATCH v12 52/69] mm/khugepaged: stop using "
` [PATCH v12 57/69] mm/mlock: use vma iterator and maple state instead of "
` [PATCH v12 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v12 56/69] mm/mempolicy: use vma iterator & maple state instead of vma linked list
` [PATCH v12 62/69] mm/pagewalk: use vma_find() "
` [PATCH v12 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v12 60/69] mm/msync: use vma_find() "
` [PATCH v12 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v12 64/69] i915: use the VMA iterator
` [PATCH v12 65/69] nommu: remove uses of VMA linked list
` [PATCH v12 63/69] mm/swapfile: use vma iterator instead of vma "
` [PATCH v12 66/69] riscv: use vma iterator for vdso
` [PATCH v12 68/69] mm/mmap: drop range_has_overlap() function
` [PATCH v12 67/69] mm: remove the vma linked list
` [PATCH v12 69/69] mm/mmap.c: pass in mapping to __vma_link_file()

[PATCH] iio: adc: imx8qxp-adc: propagate regulator_get_voltage error
 2022-07-20  2:54 UTC  (5+ messages)

[PATCH] doc: Add "wep" to network type list
 2022-07-20  2:37 UTC  (2+ messages)

There are not enough CPU0 APIC IRQs while doing IRQ migration during S3
 2022-07-20  2:53 UTC  (3+ messages)

[PATCH V4 0/3] Enable TDX measurement to RTMR register
 2022-07-20  2:52 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: Add SKU6 for sc7180-trogdor-pazquel-lte-parade
 2022-07-20  2:51 UTC 

[PATCH v2 1/2] band: add band_estimate_he_rx_rate
 2022-07-20  2:36 UTC  (2+ messages)

[PATCH] drm/amdgpu: use native mode for dp aux transfer
 2022-07-20  2:16 UTC  (3+ messages)

[PATCH] drm/pm/swsmu: add ras eeprom i2c function for smu13 v13_0_0
 2022-07-20  2:49 UTC 

[PATCH] hw/nvme: add trace events for ioeventfd
 2022-07-20  2:47 UTC  (3+ messages)

[Intel-gfx] [Intel-gfx 0/6] Update GuC relay logging debugfs
 2022-07-20  2:49 UTC  (3+ messages)
` [Intel-gfx] [Intel-gfx 3/6] drm/i915/guc: Add a helper for log buffer size

[soc:for-next] BUILD SUCCESS 9d08a6c65b5d35ad5a8035c7ff69b72d728fec71
 2022-07-20  2:47 UTC 

linux-next: build failure after merge of the amdgpu tree
 2022-07-20  2:47 UTC  (2+ messages)

[soc:arm/newsoc] BUILD SUCCESS 2d0f3f13a959b075f63cd67d0cccb600c58ddc72
 2022-07-20  2:46 UTC 

[Buildroot] [PATCH v4 0/7] Fix RV64 NOMMU and add Canaan K210 SoC support
 2022-07-20  2:45 UTC  (8+ messages)
` [Buildroot] [PATCH v4 1/7] package/elf2flt: Remove Config.in.host
` [Buildroot] [PATCH v4 2/7] board: Add common support for Canaan K210 SoC-based boards
` [Buildroot] [PATCH v4 3/7] board: Add Sipeed MAIX-Bit board support
` [Buildroot] [PATCH v4 4/7] board: Add Sipeed MAIXDUINO "
` [Buildroot] [PATCH v4 5/7] board: Add Sipeed MAIX-Dock "
` [Buildroot] [PATCH v4 6/7] board: Add Sipeed MAIX-Go "
` [Buildroot] [PATCH v4 7/7] board: Add Canaan KD233 "

[geert-renesas-drivers:master] BUILD SUCCESS 0fa31daeb976a5969ea4be78a9462d26f7c3b8f1
 2022-07-20  2:45 UTC 

[soc:arm/soc] BUILD SUCCESS 7e0b0cc16ba1ee0d3076bd5f06dee6fe88479092
 2022-07-20  2:44 UTC 

[PATCH] tracing: use free_trace_buffer in allocate_trace_buffers
 2022-07-20  2:46 UTC 

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-20  2:44 UTC  (4+ messages)
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE

drivers/iio/adc/ad7949.c:80:8: warning: Excessive padding in 'struct ad7949_adc_chip' (37 padding bytes, where 5 is optimal). Optimal fields order: buffer, cfg, vref, indio_dev, spi, refsel, current_channel, lock, buf8b, resolution, consider reordering th
 2022-07-20  2:44 UTC 

[soc:arm/drivers] BUILD SUCCESS 64f89dfaa4f155e3797191286aac6e60f404725f
 2022-07-20  2:42 UTC 

tracing: use free_trace_buffer in allocate_trace_buffers
 2022-07-20  2:44 UTC 

[soc:mvebu/dt] BUILD SUCCESS 40624346b7ae0c2b1209fc9993ea30699e512c50
 2022-07-20  2:42 UTC 

simplify the mdev interface v6
 2022-07-20  2:41 UTC  (8+ messages)

[soc:mvebu/dt64] BUILD SUCCESS 8225663e0cd47a049267b9ef627d0b10f6bfc056
 2022-07-20  2:40 UTC 

[PATCH v2] scsi: fix WARNING in scsi_alloc_sgtables
 2022-07-20  2:51 UTC 

[PATCH 0/3] autofs: fix may_umount_tree()
 2022-07-20  2:39 UTC  (8+ messages)
` [PATCH 1/3] vfs: track count of child mounts
` [PATCH 2/3] vfs: add propagate_mount_tree_busy() helper

[RESEND PATCH v3] arm64: enable THP_SWAP for arm64
 2022-07-20  2:36 UTC  (11+ messages)

[PATCH] i386: Disable BTS and PEBS
 2022-07-20  2:35 UTC  (6+ messages)

[PATCH v3 0/6] NFSD: Improvements for the NFSv4.2 READ_PLUS operation
 2022-07-20  2:36 UTC  (8+ messages)
` [PATCH v3 6/6] NFSD: Repeal and replace the READ_PLUS implementation

[OE-core][kirkstone 00/23] Pull request (cover letter only)
 2022-07-20  2:35 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Cleanup intel_phy_is_combo()
 2022-07-20  2:34 UTC  (4+ messages)

WARNING: CPU: 1 PID: 14735 at fs/dcache.c:365 dentry_free+0x100/0x128
 2022-07-20  2:33 UTC  (5+ messages)

[PATCH v4 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-07-20  2:32 UTC  (6+ messages)
` [PATCH v4 2/5] "

[PATCH] target: iscsi: handle abort for WRITE_PENDING cmds
 2022-07-20  2:31 UTC  (6+ messages)

[PATCH -next] apparmor: Fix some kernel-doc comments
 2022-07-20  2:28 UTC  (2+ messages)

[PATCH] apparmor: Mark alloc_unconfined() as static
 2022-07-20  2:29 UTC  (2+ messages)

blktests failures with v5.19-rc1
 2022-07-20  2:27 UTC  (3+ messages)

[PATCH v20 2/2] usb: typec: anx7411: Add Analogix PD ANX7411 support
 2022-07-20  2:25 UTC  (2+ messages)

[yocto] Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v" #bitbake #dunfell #distro #yocto #qemu #linux #qemu #warning #toolchain
 2022-07-20  2:22 UTC  (3+ messages)
` Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v" #linux #warning #toolchain #dunfell
  ` [yocto] "

QA notification for completed autobuilder build (yocto-4.1_M2.rc1)
 2022-07-20  2:20 UTC  (2+ messages)
` [qa-build-notification] "

[ndctl PATCH 0/8] cxl: add region management
 2022-07-20  2:15 UTC  (5+ messages)
` [ndctl PATCH 7/8] cxl: add commands to {enable,disable,destroy}-region
` [ndctl PATCH 8/8] cxl/list: make memdevs and regions the default listing

[PATCH -next] docs/zh_CN: add vm transhuge translation
 2022-07-20  2:12 UTC  (4+ messages)
` [PATCH -next v2] docs/zh_CN: add mm "

[PATCH 1/1] clocksource/drivers/sun4i: remove unnecessary (void*) conversions
 2022-07-20  2:07 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: add the IP discovery IP versions for HW INFO data
 2022-07-20  2:08 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Enable speaker and mute LEDs for HP laptops
 2022-07-20  2:07 UTC  (3+ messages)

[PATCH V17 00/13] irqchip: Add LoongArch-related irqchip drivers
 2022-07-20  2:01 UTC  (12+ messages)
` [PATCH V17 01/13] LoongArch: Provisionally add ACPICA data structures
` [PATCH V17 02/13] APCI: irq: Add support for multiple GSI domains
` [PATCH V17 03/13] ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallback
` [PATCH V17 04/13] genirq/generic_chip: export irq_unmap_generic_chip
` [PATCH V17 06/13] LoongArch: Prepare to support multiple pch-pic and pch-msi irqdomain
` [PATCH V17 07/13] irqchip: Add Loongson PCH LPC controller support
` [PATCH V17 08/13] irqchip/loongson-pch-pic: Add ACPI init support
` [PATCH V17 10/13] irqchip/loongson-liointc: "
` [PATCH V17 11/13] irqchip: Add Loongson Extended I/O interrupt controller support
` [PATCH V17 12/13] irqchip: Add LoongArch CPU "
` [PATCH V17 13/13] irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArch

[PATCH 1/3] ocfs2: Remove some useless functions
 2022-07-20  2:06 UTC  (6+ messages)
` [PATCH 3/3] ocfs2: use the bitmap API to simplify code
    ` [Ocfs2-devel] "
  ` [Ocfs2-devel] [PATCH 1/3] ocfs2: Remove some useless functions

[rdma:hmm] BUILD SUCCESS bea86a8116f60c40d3d49cfef02e0e8d82c4c4d1
 2022-07-20  2:04 UTC 

[PATCH 4.19] ext4: fix race condition between ext4_ioctl_setflags and ext4_fiemap
 2022-07-20  2:04 UTC  (9+ messages)

[RFC] net/ice: support represented port flow action
 2022-07-20  2:02 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 0/7] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-07-20  2:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev6)


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.