All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-20 01:26:00 to 2022-07-20 02:39:15 UTC [more...]

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-07-20  1:43 UTC  (3+ messages)
` [PATCH v2 07/13] parisc: Replace regular spinlock with spin_trylock on panic path

[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  (12+ messages)

[PATCH] drm/amdgpu: use native mode for dp aux transfer
 2022-07-20  2:16 UTC  (2+ 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

[PATCH v12 00/69] Introducing the Maple Tree
 2022-07-20  2:18 UTC  (64+ messages)
` [PATCH v12 02/69] radix tree test suite: add pr_err define
` [PATCH v12 01/69] Maple Tree: add new data structure
` [PATCH v12 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [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 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [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 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 17/69] mm: remove rb tree
` [PATCH v12 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v12 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v12 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v12 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v12 20/69] mm: optimize find_exact_vma() to use 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 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v12 30/69] arm64: remove mmap linked list from vdso
` [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 34/69] s390: remove vma linked list walks
` [PATCH v12 36/69] xtensa: "
` [PATCH v12 39/69] um: remove vma linked list walk
` [PATCH v12 37/69] cxl: "
` [PATCH v12 38/69] optee: "
` [PATCH v12 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v12 41/69] exec: use VMA iterator instead of linked list
` [PATCH v12 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v12 45/69] ipc/shm: use VMA iterator instead of linked list
` [PATCH v12 47/69] perf: use VMA iterator
` [PATCH v12 46/69] acct: use VMA iterator instead of linked list
` [PATCH v12 50/69] bpf: remove VMA "
` [PATCH v12 51/69] mm/gup: use maple tree navigation instead of "
` [PATCH v12 49/69] fork: use VMA iterator
` [PATCH v12 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v12 53/69] mm/ksm: use vma iterators instead of vma linked list
` [PATCH v12 54/69] mm/madvise: use vma_find() "
` [PATCH v12 52/69] mm/khugepaged: stop using "
` [PATCH v12 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v12 57/69] mm/mlock: use vma iterator and maple state instead of vma linked list
` [PATCH v12 56/69] mm/mempolicy: use vma iterator & "
` [PATCH v12 62/69] mm/pagewalk: use vma_find() "
` [PATCH v12 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v12 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v12 60/69] mm/msync: use vma_find() "
` [PATCH v12 63/69] mm/swapfile: use vma iterator "
` [PATCH v12 65/69] nommu: remove uses of VMA "
` [PATCH v12 64/69] i915: use the VMA iterator
` [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()

[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  (8+ 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] iio: adc: imx8qxp-adc: propagate regulator_get_voltage error
 2022-07-20  2:30 UTC  (3+ messages)

[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)

[PATCH] fs: drop_caches: skip dropping pagecache which is always dirty
 2022-07-20  2:21 UTC 

[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] "

[PATCH] doc: Add "wep" to network type list
 2022-07-20  2:12 UTC 

[ndctl PATCH 0/8] cxl: add region management
 2022-07-20  2:15 UTC  (9+ messages)
` [ndctl PATCH 5/8] libcxl: add low level APIs for region creation
` [ndctl PATCH 6/8] cxl: add a 'create-region' command
` [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  (14+ 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 05/13] LoongArch: Use ACPI_GENERIC_GSI for gsi handling
` [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 09/13] irqchip/loongson-pch-msi: "
` [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  (11+ messages)
` [PATCH 2/3] ocfs2: Remove a useless spinlock
      ` [Ocfs2-devel] "
` [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  (11+ 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)

linux-next: build failure after merge of the bpf-next tree
 2022-07-20  1:59 UTC 

[PATCH AUTOSEL 5.4 01/16] Revert "evm: Fix memleak in init_desc"
 2022-07-20  1:58 UTC  (13+ messages)
` [PATCH AUTOSEL 5.4 05/16] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 5.4 06/16] wifi: mac80211: do not wake queues on a vif that is being stopped
` [PATCH AUTOSEL 5.4 07/16] wifi: cfg80211: Allow P2P client interface to indicate port authorization
` [PATCH AUTOSEL 5.4 08/16] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Tablet 2 830
` [PATCH AUTOSEL 5.4 10/16] ASoC: ti: omap-mcbsp: duplicate sysfs error
` [PATCH AUTOSEL 5.4 11/16] ASoC: wm8998: Fix event generation for input mux
` [PATCH AUTOSEL 5.4 12/16] ASoC: cs47l92: Fix event generation for OUT1 demux
` [PATCH AUTOSEL 5.4 13/16] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 5.4 14/16] platform/x86: asus-wmi: Add key mappings
` [PATCH AUTOSEL 5.4 15/16] scsi: pm80xx: Fix 'Unknown' max/min linkrate
` [PATCH AUTOSEL 5.4 16/16] scsi: pm80xx: Set stopped phy's linkrate to Disabled

[PATCH 1/2] RDMA/erdma: Use the bitmap API to allocate bitmaps
 2022-07-20  1:58 UTC  (7+ messages)

[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-20  1:57 UTC  (4+ messages)
` [PATCH V2 vfio 05/11] vfio: Add an IOVA bitmap support

[PATCH v2 0/4] btrfs: output more info for -ENOSPC caused transaction abort and other enhancement
 2022-07-20  1:57 UTC  (6+ messages)
` [PATCH v2 4/4] btrfs: dump all space infos if we abort transaction due to ENOSPC

[PATCH] nvme: Define compat_ioctl again to unbreak 32-bit userspace
 2022-07-20  1:55 UTC 

[meta-virtualization][master][kirkstone][PATCH] containerd: upgrade to 1.6.6
 2022-07-20  1:52 UTC  (3+ messages)

[PATCH 00/10] leak test: add "check" test mode, mark leak-free tests
 2022-07-20  1:50 UTC  (9+ messages)
` [PATCH 05/10] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description
` [PATCH 07/10] test-lib.sh: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode
` [PATCH 08/10] test-lib: have the "check" mode for SANITIZE=leak consider leak logs
` [PATCH 09/10] leak tests: mark passing SANITIZE=leak tests as leak-free

[Intel-wired-lan] Fw: [Bug 216261] New: Ethernet adapter i225_LM probe fail, return -1
 2022-07-20  1:48 UTC 

[PATCH] scsi: fix WARNING in scsi_alloc_sgtables
 2022-07-20  1:47 UTC  (3+ messages)

[PATCH] ALSA: hda: Skip creating captures in SOF context
 2022-07-20  1:45 UTC  (4+ messages)

[PATCH 1/2] drm/amdgpu: modify mcbp implement for gfx9
 2022-07-20  1:46 UTC  (3+ messages)

[RFC 1/2] PCI: imx6: Make sure the DBI register can be changed
 2022-07-20  1:43 UTC  (5+ messages)
` [RFC 2/2] PCI: imx6: Support more than Gen2 speed link mode

Race condition between repack and loose-objects maintenance task
 2022-07-20  1:41 UTC  (9+ messages)

[PATCH v1 0/3] drivers/perf: add DDR Sub-System Driveway PMU driver for Yitian 710 SoC
 2022-07-20  1:41 UTC  (5+ messages)
` [RESEND PATCH v2 1/3] docs: perf: Add description for Alibaba's T-Head PMU driver

[PATCH] x86/sgx: Allow enclaves to use Asynchrounous Exit Notification
 2022-07-20  1:38 UTC  (4+ messages)

[PATCH v2 0/4] Introduce security_create_user_ns()
 2022-07-20  1:32 UTC  (7+ messages)
` [PATCH v2 4/4] selinux: Implement create_user_ns hook

[PATCH] dt-bindings: PCI: fsl,imx6q-pcie: Add missing type for 'reset-gpio-active-high'
 2022-07-20  1:31 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v1] tests/kms_cursor_legacy: Add check for overlay planes
 2022-07-20  1:14 UTC  (3+ messages)

warning: stable kernel rule is not satisfied
 2022-07-20  1:29 UTC 

[PATCH v4 00/34] Printbufs - new data structure for building strings
 2022-07-20  1:37 UTC  (8+ messages)

[PATCH v2] xfs/018: fix LARP testing for small block sizes
 2022-07-20  1:23 UTC  (2+ messages)

What's cooking in git.git (Jul 2022, #06; Tue, 19)
 2022-07-20  1:20 UTC 

[PATCH] net: llc: Fix comment typo
 2022-07-20  1:20 UTC  (2+ messages)

[PATCH 0/7] platform/chrome: cros_ec_proto: add Kunit tests
 2022-07-20  1:30 UTC  (2+ messages)

[PATCH v2 00/10] platform/chrome: Kunit tests and refactor for cros_ec_cmd_xfer()
 2022-07-20  1:30 UTC  (2+ messages)

[PATCH v2] platform/chrome: cros_kbd_led_backlight: fix build warning
 2022-07-20  1:30 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 1/6] ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()
 2022-07-20  1:18 UTC  (6+ messages)
` [PATCH AUTOSEL 4.9 2/6] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH AUTOSEL 4.9 3/6] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 4.9 4/6] nilfs2: fix incorrect masking of permission flags for symlinks
` [PATCH AUTOSEL 4.9 5/6] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 4.9 6/6] platform/x86: asus-wmi: Add key mappings

[PATCH AUTOSEL 4.14 1/6] ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()
 2022-07-20  1:18 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 2/6] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH AUTOSEL 4.14 3/6] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 4.14 5/6] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 4.14 6/6] platform/x86: asus-wmi: Add key mappings

[dpdk-dev] [PATCH] net/bonding:fix balance-xor link down stack overflow
 2022-07-20  1:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH] net/bonding: fix array overflow in Rx burst
  ` 答复: "

[PATCH AUTOSEL 4.19 1/8] ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()
 2022-07-20  1:18 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 2/8] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH AUTOSEL 4.19 3/8] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 4.19 4/8] wifi: cfg80211: Allow P2P client interface to indicate port authorization
` [PATCH AUTOSEL 4.19 6/8] ASoC: wm8998: Fix event generation for input mux
` [PATCH AUTOSEL 4.19 7/8] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 4.19 8/8] platform/x86: asus-wmi: Add key mappings

[RFC] [PATCH 0/8] xfs: byte-base grant head reservation tracking
 2022-07-20  1:18 UTC  (3+ messages)
` [PATCH 4/8] xfs: l_last_sync_lsn is really tracking AIL state


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.