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

[meta-ti] Correct MACHINE for
 2021-08-17 16:05 UTC  (3+ messages)

[PATCH net] net: mscc: ocelot: allow forwarding from bridge ports to the tag_8021q CPU port
 2021-08-17 16:04 UTC 

[PATCH 0/7] drm/gud: Add some more pixel formats
 2021-08-17 16:03 UTC  (4+ messages)
` [PATCH 2/7] drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()

[PATCH 0/5] efi_loader: user EfiBootServicesData for device path
 2021-08-17 16:02 UTC  (6+ messages)
` [PATCH 1/5] efi_loader: use an enum for the memory allocation types
` [PATCH 2/5] efi_loader rename enum efi_mem_type to efi_memory_type
` [PATCH 3/5] efi_loader: use correct type for AllocatePages, AllocatePool
` [PATCH 4/5] efi_loader: use EfiBootServicesData for device path
` [PATCH 5/5] efi_loader: use EfiBootServicesData for DP to text

[dpdk-dev] [PATCH] version: 21.11-rc0
 2021-08-17 16:02 UTC  (5+ messages)
  ` [dpdk-dev] [dpdk-ci] "

[Intel-gfx] [PATCH] drm/i915/adl_p: Also disable underrun recovery with MSO
 2021-08-17 16:02 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH] drm/amdgpu: increase max xgmi physical node for aldebaran
 2021-08-17 16:02 UTC  (2+ messages)

[PATCH for-6.2 00/25] arm: Get rid of system_clock_scale global
 2021-08-17 15:59 UTC  (4+ messages)
` [PATCH for-6.2 21/25] hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale

[meta-mingw] [PATCH v3 1/5] protobuf: static link tools when generating sdk
 2021-08-17 16:01 UTC  (2+ messages)

[PATCH] powerpc/ptrace: Make user_mode() common to PPC32 and PPC64
 2021-08-17 16:00 UTC  (2+ messages)

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

[PATCH v1 0/5] KVM/x86/nVMX: Add field existence support in VMCS12
 2021-08-17 15:54 UTC  (3+ messages)
` [PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap

Bootloading within QEMU?
 2021-08-17 15:56 UTC  (2+ messages)

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

[PATCH 5.10 00/19] 5.10.59-rc1 review
 2021-08-17 15:52 UTC  (5+ messages)
` [PATCH 5.10 12/19] vboxsf: Make vboxsf_dir_create() return the handle for the created file

[igt-dev] [PATCH i-g-t 1/2] tests/kms_cursor_crc: Separate hw and sw runs on tests
 2021-08-17 15:59 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] tests/kms_cursor_crc: Separate hw and sw runs on tests (rev2)

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

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

[PATCHi, man-pages] mount_namespaces.7: More clearly explain "locked mounts"
 2021-08-17 15:51 UTC  (4+ messages)

[PATCH v2 00/61] Introducing the Maple Tree
 2021-08-17 15:47 UTC  (62+ 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 38/61] fs/userfaultfd: Stop using vma "
` [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 53/61] mm/mlock: Use maple tree iterators "
` [PATCH v2 55/61] mm/mremap: Use vma_next() "
` [PATCH v2 57/61] mm/oom_kill: Use maple tree iterators "
` [PATCH v2 59/61] mm/swapfile: Use maple tree iterator "
` [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 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] 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  (13+ 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  (7+ 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

[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  (3+ messages)
` [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  (8+ messages)
  ` [Virtio-fs] "


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.