All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-28 15:17:02 to 2021-04-28 15:45:17 UTC [more...]

[PATCH] drivers: parisc: ccio-dma.c: Added tab insead of spaces
 2021-04-28 15:39 UTC 

[PATCH v4 00/36] block: update graph permissions update
 2021-04-28 15:18 UTC  (22+ messages)
` [PATCH v4 01/36] tests/test-bdrv-graph-mod: add test_parallel_exclusive_write
` [PATCH v4 02/36] tests/test-bdrv-graph-mod: add test_parallel_perm_update
` [PATCH v4 03/36] tests/test-bdrv-graph-mod: add test_append_greedy_filter
` [PATCH v4 04/36] block: bdrv_append(): don't consume reference
` [PATCH v4 05/36] block: BdrvChildClass: add .get_parent_aio_context handler
` [PATCH v4 06/36] block: drop ctx argument from bdrv_root_attach_child
` [PATCH v4 09/36] block: bdrv_refresh_perms: check for parents permissions conflict
` [PATCH v4 10/36] block: refactor bdrv_child* permission functions
` [PATCH v4 12/36] block: inline bdrv_child_*() permission functions calls
` [PATCH v4 13/36] block: use topological sort for permission update
` [PATCH v4 14/36] block: add bdrv_drv_set_perm transaction action
` [PATCH v4 15/36] block: add bdrv_list_* permission update functions
` [PATCH v4 16/36] block: add bdrv_replace_child_safe() transaction action
` [PATCH v4 18/36] block: add bdrv_attach_child_common() "
` [PATCH v4 19/36] block: add bdrv_attach_child_noperm() "
` [PATCH v4 20/36] block: split out bdrv_replace_node_noperm()
` [PATCH v4 21/36] block: adapt bdrv_append() for inserting filters
` [PATCH v4 23/36] block: introduce bdrv_drop_filter()
` [PATCH v4 25/36] block: drop ignore_children for permission update functions
` [PATCH v4 31/36] block: drop unused "
` [PATCH v4 32/36] block: inline bdrv_check_perm_common()

[PATCH 1/3] docker: add CVE_PRODUCT to recipes
 2021-04-28 15:44 UTC  (3+ messages)
` [PATCH 2/3] containerd: add CVE_PRODUCT to recipe
` [PATCH 3/3] runc: add CVE_PRODUCT to recipes

[PATCH 1/3] mtd: spi-nor: Export SFDP access to sysfs
 2021-04-28 15:37 UTC  (4+ messages)

[PATCH 00/94] Introducing the Maple Tree
 2021-04-28 15:36 UTC  (95+ messages)
` [PATCH 01/94] mm: Add vma_lookup()
` [PATCH 02/94] drm/i915/selftests: Use vma_lookup() in __igt_mmap()
` [PATCH 03/94] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma_intersection()
` [PATCH 04/94] arch/arm64/kvm: Use "
` [PATCH 05/94] arch/powerpc/kvm/book3s_hv_uvmem: "
` [PATCH 06/94] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [PATCH 08/94] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH 07/94] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 09/94] virt/kvm: "
` [PATCH 10/94] vfio: "
` [PATCH 12/94] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH 11/94] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH 15/94] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH 14/94] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH 13/94] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH 16/94] lib/test_hmm: Use vma_lookup() in dmirror_migrate()
` [PATCH 18/94] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH 17/94] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH 19/94] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH 20/94] mm/memory.c: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 21/94] radix tree test suite: Enhancements for Maple Tree
` [PATCH 23/94] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH 22/94] radix tree test suite: Add support for fallthrough attribute
` [PATCH 24/94] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH 25/94] radix tree test suite: Add __must_be_array() support
` [PATCH 26/94] Maple Tree: Add new data structure
` [PATCH 28/94] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH 27/94] mm: Start tracking VMAs with maple tree
` [PATCH 30/94] mm/mmap: Change find_vma_prev() to use "
` [PATCH 29/94] mm/mmap: Change find_vma() to use the "
` [PATCH 32/94] kernel/fork: Convert dup_mmap to use "
` [PATCH 31/94] mm/mmap: Change unmapped_area and unmapped_area_topdown "
` [PATCH 33/94] mm: Remove rb tree
` [PATCH 35/94] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup()
` [PATCH 34/94] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH 37/94] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH 36/94] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH 38/94] mm/gup: Add mm_populate_vma() for use when the vma is known
` [PATCH 39/94] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH 40/94] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH 41/94] mm: Change find_vma_intersection() to maple tree and make find_vma() to inline
` [PATCH 44/94] mm: Remove vmacache
` [PATCH 43/94] mm/mmap: Drop munmap_vma_range()
` [PATCH 42/94] mm/mmap: Change mmap_region() to use maple tree state
` [PATCH 45/94] mm/mmap: Change __do_munmap() to avoid unnecessary lookups
` [PATCH 46/94] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH 47/94] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
` [PATCH 48/94] mmap: Use find_vma_intersection in do_mmap() for overlap
` [PATCH 49/94] mmap: Remove __do_munmap() in favour of do_mas_munmap()
` [PATCH 50/94] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH 51/94] mmap: make remove_vma_list() inline
` [PATCH 52/94] mm: Introduce vma_next() and vma_prev()
` [PATCH 53/94] arch/arm64: Remove mmap linked list from vdso
` [PATCH 54/94] arch/parisc: Remove mmap linked list from kernel/cache
` [PATCH 55/94] arch/powerpc: Remove mmap linked list from mm/book3s32/tlb
` [PATCH 56/94] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot
` [PATCH 57/94] arch/s390: Use maple tree iterators instead of linked list
` [PATCH 58/94] arch/x86: Use maple tree iterators for vdso/vma
` [PATCH 59/94] arch/xtensa: Use maple tree iterators for unmapped area
` [PATCH 60/94] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma()
` [PATCH 61/94] drivers/tee/optee: Use maple tree iterators for __check_mem_type()
` [PATCH 63/94] fs/coredump: Use maple tree iterators in place of linked list
` [PATCH 64/94] fs/exec: Use vma_next() instead "
` [PATCH 62/94] fs/binfmt_elf: Use maple tree iterators for fill_files_note()
` [PATCH 65/94] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH 66/94] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH 67/94] fs/userfaultfd: Stop using vma linked list
` [PATCH 68/94] ipc/shm: Stop using the "
` [PATCH 69/94] kernel/acct: Use maple tree iterators instead of "
` [PATCH 70/94] kernel/events/core: "
` [PATCH 71/94] kernel/events/uprobes: "
` [PATCH 73/94] kernel/sys: "
` [PATCH 72/94] kernel/sched/fair: "
` [PATCH 75/94] mm/huge_memory: Use vma_next() instead of vma "
` [PATCH 76/94] mm/khugepaged: Use maple tree iterators "
` [PATCH 74/94] mm/gup: Use maple tree navigation instead of "
` [PATCH 77/94] mm/ksm: Use maple tree iterators instead of vma "
` [PATCH 78/94] mm/madvise: Use vma_next "
` [PATCH 79/94] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH 81/94] mm/mlock: Use maple tree iterators instead of vma linked list
` [PATCH 80/94] mm/mempolicy: "
` [PATCH 82/94] mm/mprotect: Use maple tree navigation "
` [PATCH 84/94] mm/msync: Use vma_next() "
` [PATCH 83/94] mm/mremap: "
` [PATCH 86/94] mm/pagewalk: "
` [PATCH 85/94] mm/oom_kill: Use maple tree iterators "
` [PATCH 87/94] mm/swapfile: Use maple tree iterator "
` [PATCH 88/94] mm/util: Remove __vma_link_list() and __vma_unlink_list()
` [PATCH 89/94] arch/um/kernel/tlb: Stop using linked list
` [PATCH 90/94] bpf: Remove VMA "
` [PATCH 91/94] mm: Remove vma "
` [PATCH 92/94] mm: Return a bool from anon_vma_interval_tree_verify()
` [PATCH 94/94] mm: Move mas locking outside of munmap() path
` [PATCH 93/94] mm/mmap: Add mas_split_vma() and use it for munmap()

Two issues with mark_reachable_objects
 2021-04-28 15:42 UTC  (7+ messages)
` [PATCH] prune: save reachable-from-recent objects with bitmaps
      ` [PATCH v2 0/2] "
        ` [PATCH v2 1/2] pack-bitmap: clean up include_check after use
        ` [PATCH v2 2/2] prune: save reachable-from-recent objects with bitmaps

[PATCH net-next] Reduce IP_FRAG_TIME fragment-reassembly timeout to 1s, from 30s
 2021-04-28 15:38 UTC  (6+ messages)

[dpdk-dev] [PATCH v1 1/1] power: do not skip saving original acpi governor
 2021-04-28 15:41 UTC  (2+ messages)

[PATCH iproute2-next 0/3] Add context and SRQ information to rdmatool
 2021-04-28 15:38 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: core: remove unneeded variable
 2021-04-28 15:40 UTC 

[MPTCP][PATCH v2 mptcp-next 0/4] add MP_CAPABLE 'C' flag
 2021-04-28 15:40 UTC  (8+ messages)
` [MPTCP][PATCH v2 mptcp-next 1/4] mptcp: add sysctl allow_join_initial_addr_port
  ` [MPTCP][PATCH v2 mptcp-next 2/4] mptcp: add allow_join_id0 in mptcp_out_options
    ` [MPTCP][PATCH v2 mptcp-next 3/4] mptcp: add deny_join_id0 in mptcp_options_received

stable-rc/queue/4.19 baseline: 113 runs, 3 regressions (v4.19.188-59-g4ef990805bc64)
 2021-04-28 15:37 UTC 

[clocksource] 8c30ace35d: WARNING:at_kernel/time/clocksource.c:#clocksource_watchdog
 2021-04-28 15:39 UTC  (2+ messages)

[PATCH] samples/landlock: fix path_list memory leak
 2021-04-28 15:36 UTC  (4+ messages)

[PATCH 0/1] sched/fair: Fix unfairness caused by missing load decay
 2021-04-28 15:35 UTC  (6+ messages)
` [PATCH 1/1] "

[xen-4.12-testing test] 161489: regressions - FAIL
 2021-04-28 15:35 UTC 

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-04-28 15:35 UTC  (3+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[PATCH 0/1] spelling fixes
 2021-04-28 15:35 UTC  (2+ messages)
` [PATCH 1/1] s390: dasd: Mundane "

[PATCH 1/2] usb: dwc3: gadget: Enable suspend events
 2021-04-28 15:34 UTC  (3+ messages)

[MPTCP][PATCH v3 mptcp-next 0/4] add MP_CAPABLE 'C' flag
 2021-04-28 15:34 UTC  (5+ messages)
` [MPTCP][PATCH v3 mptcp-next 1/4] mptcp: add sysctl allow_join_initial_addr_port
  ` [MPTCP][PATCH v3 mptcp-next 2/4] mptcp: add allow_join_id0 in mptcp_out_options
    ` [MPTCP][PATCH v3 mptcp-next 3/4] mptcp: add deny_join_id0 in mptcp_options_received
      ` [MPTCP][PATCH v3 mptcp-next 4/4] selftests: mptcp: add deny_join_id0 testcases

[PATCH 0/2] virtiofsd: Meson build fixes
 2021-04-28 15:34 UTC  (5+ messages)
` [PATCH 1/2] meson: Check for seccomp/cap-ng libraries if virtiofsd is enabled
    ` [Virtio-fs] "

[PATCH] cifs: when out of credits on one channel, retry on another
 2021-04-28 15:33 UTC  (3+ messages)

[PATCH] tools/iio: iio_event_monitor: Fix ioctl error check
 2021-04-28 15:33 UTC  (3+ messages)

[PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-28 15:33 UTC  (6+ messages)

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-28 15:32 UTC  (3+ messages)

[PATCH] drm: bridge: add missing word in Analogix help text
 2021-04-28 15:32 UTC  (6+ messages)

[PATCH net-next v1 1/1] net: selftest: fix build issue if INET is disabled
 2021-04-28 15:31 UTC  (3+ messages)

[PATCH iproute2] iptoken: Add doc on the conditions of iptoken
 2021-04-28 15:32 UTC  (4+ messages)
` [RFC] add extack errors for iptoken

[PATCH v4 00/79] Address some issues with PM runtime at media subsystem
 2021-04-28 15:31 UTC  (6+ messages)
  ` [PATCH v4 07/79] media: exynos-gsc: don't resume at remove time
  ` [PATCH v4 02/79] media: s6p_cec: decrement usage count if disabled

[PATCH] arm64: entry: always set GIC_PRIO_PSR_I_SET during entry
 2021-04-28 15:29 UTC  (4+ messages)

[PATCH RESEND net-next] icmp: standardize naming of RFC 8335 PROBE constants
 2021-04-28 15:30 UTC  (2+ messages)

[PATCH v4 0/3] xfs: set aside allocation btree blocks from block reservation
 2021-04-28 15:29 UTC  (5+ messages)
` [PATCH v4 2/3] xfs: introduce in-core global counter of allocbt blocks

[kvm-unit-tests PATCH v1 0/4] enable LPI and ITS for TCG
 2021-04-28 15:26 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants

[genirq] cbe16f35be: will-it-scale.per_thread_ops -5.2% regression
 2021-04-28 15:23 UTC  (8+ messages)
          ` [LKP] "

Looking for a new opportunity
 2021-04-28 15:27 UTC 

[PATCH net-next 0/3] Marvell Prestera Switchdev initial updates for
 2021-04-28 15:25 UTC  (9+ messages)
` [PATCH net-next 1/3] net: marvell: prestera: bump supported firmware version to 3.0

[RFC 0/8] Add Synopsys DesignWare HDMI RX Controller and PHY drivers
 2021-04-28 15:25 UTC  (9+ messages)
` [RFC 1/8] dt-bindings: media: Document Synopsys DesignWare HDMI RX
` [RFC 2/8] MAINTAINERS: Add entry for Synopsys DesignWare HDMI drivers
` [RFC 3/8] phy: Add PHY standard HDMI opts to the PHY API
` [RFC 4/8] phy: dwc: Add Synopsys DesignWare HDMI RX PHYs e405 and e406 Driver
` [RFC 5/8] media: platform: Add Synopsys DesignWare HDMI RX Controller Driver
` [RFC 6/8] media: v4l2-dv-timings: Add more CEA/CTA-861 video format timings
` [RFC 7/8] media: dwc: dw-hdmi-rx: Add support for Aspect Ratio
` [RFC 8/8] media: dwc: dw-hdmi-rx: Add support for CEC

[PATCH bpf-next] selftests/bpf: Fix the snprintf test
 2021-04-28 15:25 UTC 

[PATCH V3 0/3] blk-mq: fix request UAF related with iterating over tagset requests
 2021-04-28 15:24 UTC  (4+ messages)
` [PATCH V3 3/3] blk-mq: clear stale request in tags->rq[] before freeing one request pool

[dpdk-dev] [PATCH RFC V2 2/2] Allow the flow_classify example to add an ACL table for tcp
 2021-04-28 15:22 UTC  (2+ messages)

[PATCH 1/9] drm/doc/rfc: i915 DG1 uAPI
 2021-04-28 15:16 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] sunxi: clock: H6/H616: Fix PLL6 clock calculation
 2021-04-28 15:21 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-04-28 15:20 UTC  (5+ messages)
` [PATCH v5 19/27] drm/amdgpu: Finilise device fences on device remove

[PATCH 1/2] drm/ttm: Don't evict SG BOs
 2021-04-28 15:19 UTC  (6+ messages)

[PATCH] drivers: ssb: driver_pcicore.c: Fix indentation of comment
 2021-04-28 14:46 UTC  (2+ messages)

[PATCH] drivers: ssb: main.c: Fix indentation of comment
 2021-04-28 14:41 UTC  (2+ messages)

[PATCH] drivers: ssb: driver_gpio.c: Fix alignment of comment
 2021-04-28 14:46 UTC  (2+ messages)

[PATCH 1/2] ASoC: dwc: add a quirk DW_I2S_QUIRK_STOP_ON_SHUTDOWN to dwc driver
 2021-04-28 15:35 UTC  (7+ messages)

[dpdk-dev] [PATCH v3 1/8] baseband: introduce NXP LA12xx driver
 2021-04-28 15:19 UTC  (6+ messages)
` [dpdk-dev] [PATCH v4 0/8] baseband: add "
  ` [dpdk-dev] [PATCH v4 1/8] bbdev: add network order data capability

[PATCH 0/2] ASoC: Revert clk_hw_get_clk() cleanup
 2021-04-28 15:17 UTC  (3+ messages)
` [PATCH 2/2] ASoC: da7219: do not request a new clock consummer reference

[PATCH] usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY
 2021-04-28 15:17 UTC  (3+ messages)


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.