All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-17 15:10:02 to 2021-08-17 15:56:20 UTC [more...]

[PATCH v2 00/61] Introducing the Maple Tree
 2021-08-17 15:47 UTC  (58+ messages)
` [PATCH v2 01/61] radix tree test suite: Add pr_err define
` [PATCH v2 04/61] radix tree test suite: Add support for slab bulk APIs
` [PATCH v2 02/61] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v2 03/61] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v2 05/61] Maple Tree: Add new data structure
` [PATCH v2 06/61] mm: Start tracking VMAs with maple tree
` [PATCH v2 07/61] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v2 09/61] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v2 08/61] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v2 10/61] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v2 12/61] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup()
` [PATCH v2 13/61] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v2 11/61] mm: Remove rb tree
` [PATCH v2 16/61] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v2 15/61] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v2 17/61] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v2 14/61] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v2 18/61] mm: Remove vmacache
` [PATCH v2 19/61] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v2 21/61] mm/mmap: Reorganize munmap to use maple states
` [PATCH v2 20/61] mm/mmap: Convert count_vma_pages_range() to use ma_state
` [PATCH v2 22/61] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v2 24/61] arch/arm64: Remove mmap linked list from vdso
` [PATCH v2 23/61] mm: Introduce vma_next() and vma_prev()
` [PATCH v2 26/61] arch/powerpc: Remove mmap linked list from mm/book3s32/tlb
` [PATCH v2 25/61] arch/parisc: Remove mmap linked list from kernel/cache
` [PATCH v2 28/61] arch/s390: Use maple tree iterators instead of linked list
` [PATCH v2 27/61] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot
` [PATCH v2 31/61] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma()
` [PATCH v2 30/61] arch/xtensa: Use maple tree iterators for unmapped area
` [PATCH v2 29/61] arch/x86: Use maple tree iterators for vdso/vma
` [PATCH v2 33/61] fs/binfmt_elf: Use maple tree iterators for fill_files_note()
` [PATCH v2 32/61] drivers/tee/optee: Use maple tree iterators for __check_mem_type()
` [PATCH v2 34/61] fs/coredump: Use maple tree iterators in place of linked list
` [PATCH v2 37/61] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v2 36/61] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v2 35/61] fs/exec: Use vma_next() instead "
` [PATCH v2 39/61] ipc/shm: Stop using the vma "
` [PATCH v2 41/61] kernel/events/core: Use maple tree iterators instead of "
` [PATCH v2 40/61] kernel/acct: "
` [PATCH v2 45/61] arch/um/kernel/tlb: Stop using "
` [PATCH v2 42/61] kernel/events/uprobes: Use maple tree iterators instead of "
` [PATCH v2 44/61] kernel/sys: "
` [PATCH v2 43/61] kernel/sched/fair: "
` [PATCH v2 46/61] bpf: Remove VMA "
` [PATCH v2 48/61] mm/khugepaged: Use maple tree iterators instead of vma "
` [PATCH v2 47/61] mm/gup: Use maple tree navigation instead of "
` [PATCH v2 51/61] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v2 49/61] mm/ksm: Use maple tree iterators instead of vma linked list
` [PATCH v2 52/61] mm/mempolicy: "
` [PATCH v2 50/61] mm/madvise: Use vma_next "
` [PATCH v2 54/61] mm/mprotect: Use maple tree navigation "
` [PATCH v2 56/61] mm/msync: Use vma_next() "
` [PATCH v2 57/61] mm/oom_kill: Use maple tree iterators "
` [PATCH v2 58/61] mm/pagewalk: Use vma_next() "
` [PATCH v2 60/61] mm: Remove the "
` [PATCH v2 61/61] mm/mmap: Drop range_has_overlap() function

[PATCHSET 0/3] fstests: exercise code refactored in 5.14
 2021-08-17 15:54 UTC  (7+ messages)
` [PATCH 2/3] generic: test shutdowns of a nested filesystem

[PATCH] drm/panel-simple: Add Vivax TPC-9150 panel v2
 2021-08-17 15:53 UTC  (2+ messages)

[PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
 2021-08-17 15:47 UTC  (3+ messages)

[PATCH v7 0/2] make hvc pass dma capable memory to its backend
 2021-08-17 15:48 UTC  (5+ messages)
` [PATCH v7 1/2] tty: hvc: pass DMA capable memory to put_chars()

[PATCHv2 00/51] SCSI EH argument reshuffle part II
 2021-08-17 15:53 UTC  (3+ messages)
` [PATCH 36/51] scsi: Use scsi_target as argument for eh_target_reset_handler()

[PATCH v4 0/3] Add support for Fujitsu A64FX processor
 2021-08-17 15:53 UTC  (9+ messages)
` [PATCH v4 1/3] target-arm: Add support for Fujitsu A64FX

[hare-scsi-devel:eh-rework.v2 38/51] drivers/scsi/fnic/fnic_scsi.c:2209:21: warning: variable 'fnic_stats' set but not used
 2021-08-17 15:49 UTC  (2+ messages)

[PATCH v2 7/8] um: add PCI over virtio emulation driver
 2021-08-17 15:51 UTC  (4+ messages)

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-17 15:49 UTC  (5+ messages)
` [PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-17 15:53 UTC  (9+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 22/34] spi: tegra20-slink: Add OPP support

[PATCH v1 0/2] AUXADC: Mediatek auxadc driver
 2021-08-17 15:54 UTC  (6+ messages)
` [PATCH v1 1/2] iio: mtk-auxadc: add support IIO_CHAN_INFO_RAW case

[PATCH] um: virt-pci: fix uapi documentation
 2021-08-17 15:53 UTC 

[PATCH v2] drm: avoid races with modesetting rights
 2021-08-17 15:06 UTC  (7+ messages)
          ` [Intel-gfx] "

[PATCH-for-6.1 v2] softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
 2021-08-17 15:51 UTC  (4+ messages)

ZFS/ZoL on Yocto
 2021-08-17 15:52 UTC 

[PATCH] dt-bindings: remoteproc: k3-dsp: Update example to remove board specific
 2021-08-17 15:20 UTC 

[PATCH] input/gscps2: Prefer strscpy over strlcpy
 2021-08-17 15:47 UTC 

[PATCH 0/2] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-08-17 15:49 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iio: chemical: Document senseair,sunrise "
` [PATCH 2/2] iio: chemical: Add Senseair Sunrise 006-0-007 driver

[dpdk-dev] 1/6] eal: introduce oops handling API
 2021-08-17 15:52 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/6] support oops handling
  ` [dpdk-dev] [PATCH v2 1/6] eal: introduce oops handling API

[RFC 0/5] media: i2c: Add MAX9271 subdevice driver
 2021-08-17 15:49 UTC  (3+ messages)
` [RFC 2/5] media: i2c: Add MAX9271 I2C driver

[igt-dev] [PATCH i-g-t 0/2] tests/kms_plane_*: Reset display before execution tests
 2021-08-17 15:53 UTC  (4+ messages)

[PATCH] qapi/machine.json: Remove zero value reference from SMPConfiguration documentation
 2021-08-17 15:48 UTC  (2+ messages)

[PATCH 00/22] Clean up GuC CI failures, simplify locking, and kernel DOC
 2021-08-17 15:49 UTC  (14+ messages)
` [PATCH 06/22] drm/i915/execlists: Do not propagate errors to dependent fences
      ` [Intel-gfx] "
` [PATCH 18/22] drm/i915/guc: Rework and simplify locking
      ` [Intel-gfx] "
` [PATCH 19/22] drm/i915/guc: Proper xarray usage for contexts_lookup
  ` [Intel-gfx] "

[PATCH] platform/x86: gigabyte-wmi: add support for X570 GAMING X
 2021-08-17 15:46 UTC 

[PATCH v2] net: hso: do not call unregister if not registered
 2021-08-17 15:19 UTC  (5+ messages)

[PATCH net-next v2 0/8] Add Gigabit Ethernet driver support
 2021-08-17 15:47 UTC  (4+ messages)
` [PATCH net-next v2 8/8] ravb: Add tx_drop_cntrs to struct ravb_hw_info

[PATCH] drm/panel-simple: Add Vivax TPC-9150 panel
 2021-08-17 15:45 UTC  (3+ messages)

[PATCHSET 0/2] dax: fix broken pmem poison narrative
 2021-08-17 15:46 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] bpf: use kvmalloc for map values in syscall
 2021-08-17 15:45 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] bpf: use kvmalloc for map keys in syscalls

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-17 15:44 UTC  (6+ messages)
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[PATCH v2 00/87] Trace file version 7
 2021-08-17 15:44 UTC  (5+ messages)
` [PATCH v2 28/87] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace "
` [PATCH v2 31/87] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format

[PATCH v11 00/16] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-08-17 15:41 UTC  (9+ messages)
` [PATCH v11 07/16] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v11 08/16] sched: Allow task CPU affinity to be restricted on asymmetric systems

[meta-ti] Correct MACHINE for
 2021-08-17 15:43 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Your daily results for 2021-08-15
 2021-08-17 15:42 UTC  (5+ messages)

[PATCH] fuse: Use kmap_local_page()
 2021-08-17 15:41 UTC 

[PATCH v4 0/5] hwrng: add support for i.MX6 rngb
 2021-08-17 15:39 UTC  (4+ messages)
` [PATCH v4 4/5] ARM: dts: imx6ull: add rng

[PATCH v8 6/8] PCI: cadence: Add support to configure virtual functions
 2021-08-17 15:38 UTC  (4+ messages)

[PULL 00/27] tcg patch queue for rc0
 2021-08-17 15:39 UTC  (4+ messages)
` [PULL 24/27] accel/tcg: Move breakpoint recognition outside translation

ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup
 2021-08-17 15:39 UTC  (2+ messages)

[PATCH v3 0/4] rcu, arm64: PREEMPT_RT fixlets
 2021-08-17 15:36 UTC  (4+ messages)
` [PATCH v3 3/4] rcu/nocb: Protect NOCB state via local_lock() under PREEMPT_RT

Getting bitbake error after 54% recipes are baked. #dunfell #yocto
 2021-08-17 15:38 UTC 

[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-17 15:36 UTC  (5+ messages)
` [PATCH V3 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-17 15:30 UTC  (25+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() with prot_guest_has()
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function

[PATCH] net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32
 2021-08-17 15:30 UTC  (2+ messages)

[PATCH iproute2-next v2 0/3] bridge: fixes regarding the colorized output
 2021-08-17 15:27 UTC  (5+ messages)
` [PATCH iproute2-next v2 1/3] bridge: reorder cmd line arg parsing to let "-c" detected as "color" option
` [PATCH iproute2-next v2 2/3] bridge: fdb: don't colorize the "dev" & "dst" keywords in "bridge -c fdb"

[PATCH 0/4] linux-yocto-dev: dev and supporting recipes updates
 2021-08-17 15:27 UTC  (5+ messages)
` [PATCH 1/4] linux-yocto-dev: bump to v5.14+
` [PATCH 2/4] lttng-modules: update to 2.13.0
` [PATCH 3/4] kernel-devsrc: 5.14+ updates
` [PATCH 4/4] kernel-devsrc: fix 5.14+ objtool compilation

[PATCH v2] virtio-mmio: Specify wait needed in driver during reset
 2021-08-17 15:26 UTC  (2+ messages)
` [virtio-dev] "

[PATCH v2] virtio-pmem: PMEM device spec
 2021-08-17 15:26 UTC  (2+ messages)

[PATCH v8 5/8] PCI: cadence: Simplify code to get register base address for configuring BAR
 2021-08-17 15:24 UTC  (4+ messages)

[dpdk-dev] [PATCH v4 0/2] Use macro to print MAC address
 2021-08-17 15:25 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 2/2] net: added macro to extract MAC address bytes

[PATCH] glibc: Fix CVE-2021-33574
 2021-08-17 15:24 UTC  (7+ messages)
        ` [OE-core] "

[PATCH v2] drm/i915: Ditch the i915_gem_ww_ctx loop member
 2021-08-17 15:23 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Ditch the i915_gem_ww_ctx loop member (rev2)

[PATCH net-next v2] net: net_namespace: Optimize the code
 2021-08-17 15:23 UTC 

[PATCH] libs/guest: Move the guest ABI check earlier into xc_dom_parse_image()
 2021-08-17 15:19 UTC 

[PATCH v4 0/8] fuse,virtiofs: support per-file DAX
 2021-08-17 15:19 UTC  (9+ messages)
  ` [Virtio-fs] "

[PATCH v1 bpf-next] selftests/bpf: Add exponential backoff to map_delete_retriable in test_maps
 2021-08-17 15:20 UTC  (3+ messages)

[dpdk-dev] [PATCH] version: 21.11-rc0
 2021-08-17 15:19 UTC  (4+ messages)
  ` [dpdk-dev] [dpdk-ci] "

[xen-unstable test] 164219: regressions - trouble: blocked/broken/fail/pass
 2021-08-17 15:19 UTC 

[PATCH mptcp-next v3] mptcp: full fully established support after ADD_ADDR
 2021-08-17 15:18 UTC 

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2021-08-17 15:17 UTC  (2+ messages)

[SPLAT 0/3] Sleeping spinlocks in troublesome contexts on v5.14-rc4-rt6
 2021-08-17 15:16 UTC  (4+ messages)
` [SPLAT 2/3] irqchip/gic-v3-its: Sleeping spinlocks down gic_reserve_range()

[PATCH 00/19] sched: Core Scheduling
 2021-08-17 15:15 UTC  (3+ messages)
` [PATCH 18/19] sched: prctl() core-scheduling interface

[PATCH] ci: add job for gcc-4.8 to GitHub Actions
 2021-08-17 15:15 UTC  (5+ messages)

S3 resume issue in cpufreq -> get_cpu_idle_time->vcpu_runstate_get
 2021-08-17 15:15 UTC  (2+ messages)

[PATCH 0/2] Implement connmand state monitoring to vpnd
 2021-08-17 15:14 UTC  (3+ messages)
` [PATCH 1/2] vpn-provider: Implement connmand online state checking
` [PATCH 2/2] vpn: Handle ENOLINK error in connect callback

[poky][dunfell][PATCH] python3: Remove unused python3 recipe
 2021-08-17 15:13 UTC  (5+ messages)
` [OE-core] "

[PATCH] usb: typec: tcpm: always rediscover when swapping DR
 2021-08-17 15:13 UTC  (3+ messages)

Plan for meta-arago-distro (master)
 2021-08-17 15:13 UTC 

[dpdk-dev] [RFC] ethdev: introduce shared Rx queue
 2021-08-17 15:11 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 01/15] "

[PATCH] mt76: add a bound check in mt76_calculate_default_rate()
 2021-08-17 15:11 UTC  (2+ messages)

SK hynix BC511: warning: nvme nvme0: missing or invalid SUBNQN field
 2021-08-17 15:10 UTC  (2+ messages)

[meta-mingw] [PATCH v3 1/5] protobuf: static link tools when generating sdk
 2021-08-17 15:09 UTC  (5+ messages)
` [meta-mingw] [PATCH v3 2/5] protobuf-c: static link "
` [meta-mingw] [PATCH v3 3/5] grpc: static link tools when generating SDK
` [meta-mingw] [PATCH v3 4/5] abseil-cpp: disable shared build as it is broken
` [meta-mingw] [PATCH v3 5/5] conf/layer.conf: use BBFILES_DYNAMIC for dynamic layers


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.