All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-12 15:54:38 to 2021-01-12 16:25:02 UTC [more...]

[Intel-gfx] [PATCH 0/2] Use TGL stepping info and add ADLS platform changes
 2021-01-12 16:24 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/tgl: Use TGL stepping info for applying WAs

patch "USB: ehci: fix an interrupt calltrace error" added to usb-linus
 2021-01-12 16:25 UTC 

[PATCH net 0/2] net/smc: fix out of bound access in netlink interface
 2021-01-12 16:21 UTC  (3+ messages)
` [PATCH net 1/2] smc: fix out of bound access in smc_nl_get_sys_info()
` [PATCH net 2/2] net/smc: use memcpy instead of snprintf to avoid out of bounds read

Check pahole availibity and BPF support of toolchain before starting a Linux kernel build
 2021-01-12 16:21 UTC  (10+ messages)

stable-rc/linux-4.19.y baseline: 177 runs, 6 regressions (v4.19.166-78-g7f0a1a1d4ba9)
 2021-01-12 16:22 UTC 

[PATCH v2 00/48] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2021-01-12 16:22 UTC  (4+ messages)
` [PATCH v2 29/48] soc/tegra: pmc: Link domains to the parent Core domain

DWC3 controller Runtime PM
 2021-01-12 16:21 UTC  (2+ messages)

[PATCH v14 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
 2021-01-12 16:20 UTC  (2+ messages)

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2021-01-12 16:20 UTC  (11+ messages)

[PATCH v2 00/70] RFC mm: Introducing the Maple Tree
 2021-01-12 16:12 UTC  (71+ messages)
` [PATCH v2 01/70] radix tree test suite: Enhancements for "
` [PATCH v2 02/70] radix tree test suite: Add support for fallthrough attribute
` [PATCH v2 03/70] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH v2 04/70] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH v2 05/70] Maple Tree: Add new data structure
` [PATCH v2 06/70] mm: Start tracking VMAs with maple tree
` [PATCH v2 07/70] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH v2 08/70] mm/mmap: Change find_vma() to use the maple tree
` [PATCH v2 09/70] mm/mmap: Change find_vma_prev() to use "
` [PATCH v2 10/70] mm/mmap: Change unmapped_area and unmapped_area_topdown "
` [PATCH v2 11/70] kernel/fork: Convert dup_mmap "
` [PATCH v2 12/70] mm: Remove rb tree
` [PATCH v2 13/70] mm/gup: Add mm_populate_vma() for use when the vma is known
` [PATCH v2 14/70] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v2 15/70] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH v2 16/70] mm: Move find_vma_intersection to mmap.c and change implementation to maple tree
` [PATCH v2 17/70] mm/mmap: Change mmap_region to use maple tree state
` [PATCH v2 18/70] mm/mmap: Drop munmap_vma_range()
` [PATCH v2 19/70] mm: Remove vmacache
` [PATCH v2 20/70] mm/mmap: Change __do_munmap() to avoid unnecessary lookups
` [PATCH v2 21/70] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v2 22/70] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
` [PATCH v2 23/70] mmap: Use find_vma_intersection in do_mmap() for overlap
` [PATCH v2 24/70] mmap: Remove __do_munmap() in favour of do_mas_munmap()
` [PATCH v2 25/70] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v2 26/70] mmap: make remove_vma_list() inline
` [PATCH v2 27/70] mm: Introduce vma_next() and vma_prev()
` [PATCH v2 28/70] arch/arm64: Remove mmap linked list from vdso
` [PATCH v2 29/70] arch/parsic: Remove mmap linked list from kernel/cache
` [PATCH v2 30/70] arch/powerpc: Remove mmap linked list from mm/book2s32/tlb
` [PATCH v2 31/70] arch/powerpc: Remove mmap linked list from mm/book2s32/subpage_prot
` [PATCH v2 32/70] arch/powerpc: Optimize cell spu task sync
` [PATCH v2 33/70] arch/s390: Use maple tree iterators instead of linked list
` [PATCH v2 34/70] arch/um: "
` [PATCH v2 35/70] arch/x86: Use maple tree iterators for vdso/vma
` [PATCH v2 36/70] arch/xtensa: Use maple tree iterators for unmapped area
` [PATCH v2 37/70] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma()
` [PATCH v2 38/70] drivers/oprofile: Lookup address in tree instead of linked list
` [PATCH v2 39/70] drivers/tee/optee: Use maple tree iterators for __check_mem_type()
` [PATCH v2 40/70] fs/binfmt_elf: Use maple tree iterators for fill_files_note()
` [PATCH v2 41/70] fs/coredump: Use maple tree iterators in place of linked list
` [PATCH v2 42/70] fs/exec: Use vma_next() instead "
` [PATCH v2 43/70] fs/proc/base: Use maple tree iterators in place "
` [PATCH v2 44/70] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v2 45/70] fs/userfaultfd: Stop using vma linked list
` [PATCH v2 46/70] ipc/shm: Stop using the "
` [PATCH v2 47/70] kernel/acct: Use maple tree iterators instead of "
` [PATCH v2 48/70] kernel/events/core: "
` [PATCH v2 49/70] kernel/events/uprobes: "
` [PATCH v2 50/70] kernel/sched/fair: "
` [PATCH v2 51/70] kernel/sys: "
` [PATCH v2 52/70] mm/gup: Use maple tree navigation "
` [PATCH v2 53/70] mm/huge_memory: Use vma_next() instead of vma "
` [PATCH v2 54/70] mm/khugepaged: Use maple tree iterators "
` [PATCH v2 55/70] mm/ksm: "
` [PATCH v2 56/70] mm/madvise: Use vma_next "
` [PATCH v2 57/70] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v2 58/70] mm/mempolicy: Use maple tree iterators instead of vma linked list
` [PATCH v2 59/70] mm/mlock: "
` [PATCH v2 60/70] mm/mprotect: Use maple tree navigation "
` [PATCH v2 61/70] mm/mremap: Use vma_next() "
` [PATCH v2 62/70] mm/msync: "
` [PATCH v2 63/70] mm/nommu: Use maple tree iterators "
` [PATCH v2 64/70] mm/oom_kill: "
` [PATCH v2 65/70] mm/pagewalk: Use vma_next() "
` [PATCH v2 66/70] mm/swapfile: Use maple tree iterator "
` [PATCH v2 67/70] mm/nommu: Stop inserting into the "
` [PATCH v2 68/70] mm/util: Remove __vma_link_list() and __vma_unlink_list()
` [PATCH v2 69/70] mm: Remove vma linked list
` [PATCH v2 70/70] mm/mmap: Convert __insert_vm_struct to use mas, convert vma_link to use vma_mas_link()

[PATCH] drm/amd/display: Fix deadlock during gpu reset v2
 2021-01-12 16:20 UTC  (6+ messages)
      ` [PATCH] drm/amd/display: Fix deadlock during gpu reset v3

[RFC PATCH v3 00/16] CXL 2.0 Support
 2021-01-12 16:19 UTC 

Xenomai on Jetson TX2
 2021-01-12 16:20 UTC  (4+ messages)

[PATCH 0/3] Improve comments in Adaptec AHA-154x driver
 2021-01-12 16:09 UTC  (2+ messages)

[GIT PULL] Thunderbolt/USB4 fix for v5.11-rc4
 2021-01-12 16:15 UTC  (2+ messages)

[GIT PULL] usb: fixes for v5.11-rc3
 2021-01-12 16:16 UTC  (2+ messages)

Reading and Decoding Data From ETB Buffer
 2021-01-12 16:17 UTC  (2+ messages)

[PATCH 2/2] selftests/bpf: add verifier test for PTR_TO_MEM spill
 2021-01-12 16:17 UTC  (5+ messages)

patch "ehci: fix EHCI host controller initialization sequence" added to usb-linus
 2021-01-12 16:16 UTC 

[dpdk-dev] [PATCH v12 00/11] Add PMD power management
 2021-01-12 16:18 UTC  (13+ messages)
` [dpdk-dev] [PATCH v13 "
  ` [dpdk-dev] [PATCH v13 01/11] eal: uninline power intrinsics
  ` [dpdk-dev] [PATCH v13 02/11] eal: avoid invalid API usage in "
  ` [dpdk-dev] [PATCH v13 03/11] eal: change API of "
  ` [dpdk-dev] [PATCH v13 04/11] eal: remove sync version of power monitor
  ` [dpdk-dev] [PATCH v13 05/11] eal: add monitor wakeup function

[PATCH] arm64: PCI: Enable SMC conduit
 2021-01-12 16:16 UTC  (3+ messages)

[PATCH] hw/display/vmware_vga: Remove dependency on VNC header
 2021-01-12 16:16 UTC 

[RFC] perf/x86: Only expose userspace rdpmc for events on current CPU
 2021-01-12 16:16 UTC  (3+ messages)

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-01-12 16:15 UTC  (11+ messages)
` [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-12 16:16 UTC  (6+ messages)
` [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]

[PATCH] crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_HCU should depend on ARCH_KEEMBAY
 2021-01-12 16:15 UTC 

[meta-python][PATCH 01/10] python3-pillow: Upgrade 7.2.0 -> 8.1.0
 2021-01-12 16:16 UTC  (20+ messages)
` [meta-python][PATCH 02/10] python3-croniter: Upgrade 0.3.37 -> 1.0.1
  ` [oe] "
` [meta-python][PATCH 03/10] python3-pychromecast: Upgrade 7.7.1 -> 7.7.2
  ` [oe] "
` [meta-python][PATCH 04/10] python3-hyperlink: Upgrade 20.0.1 -> 21.0.0
  ` [oe] "
` [meta-python][PATCH 05/10] python3-dnspython: Upgrade 2.0.0 -> 2.1.0
  ` [oe] "
` [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.9 -> 3.0.10
  ` [oe] "
` [meta-python][PATCH 07/10] python3-ptyprocess: Upgrade 0.6.0 -> 0.7.0
  ` [oe] "
` [meta-python][PATCH 08/10] python3-certifi: Upgrade 2020.11.8 -> 2020.12.5
  ` [oe] "
` [meta-python][PATCH 09/10] python3-jedi: Upgrade 0.17.2 -> 0.18.0
  ` [oe] "
` [meta-python][PATCH 10/10] python3-mock: Upgrade 4.0.2 -> 4.0.3
  ` [oe] "
` [oe] [meta-python][PATCH 01/10] python3-pillow: Upgrade 7.2.0 -> 8.1.0

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-12 16:13 UTC  (8+ messages)
` [PATCH RFC 6/7] block: track cookies of split bios for bio-based device
    ` [dm-devel] "

[Intel-gfx] [PATCH v2] drm/i915/debugfs : PM_REQ and PM_RES registers
 2021-01-12 16:14 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/debugfs : PM_REQ and PM_RES registers (rev2)

NFULNL_CFG_F_CONNTRACK and IPv6
 2021-01-12 16:14 UTC 

[dpdk-dev] [PATCH v14 00/11] Add PMD power management
 2021-01-12 16:14 UTC  (5+ messages)
` [dpdk-dev] [PATCH v15 "
  ` [dpdk-dev] [PATCH v15 01/11] eal: uninline power intrinsics

[Cocci] How to match switch cases and their absence with coccinelle?
 2021-01-12 16:13 UTC  (2+ messages)

[PATCH v8 1/2] Serial: silabs si4455 serial driver
 2021-01-12 16:13 UTC  (4+ messages)

[PATCH] dt-bindings: Remove plain text OF graph binding
 2021-01-12 16:11 UTC  (2+ messages)

[PATCH] crypto: public_key: check that pkey_algo is non-NULL before passing it to strcmp()
 2021-01-12 16:10 UTC 

[PATCH] soc: qcom: socinfo: Open read access to all for debugfs
 2021-01-12 16:11 UTC  (4+ messages)

[git:media_tree/master] media: v4l: ioctl: Fix memory leak in video_usercopy
 2021-01-12 16:06 UTC 

[git:media_tree/master] media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt()
 2021-01-12 16:09 UTC 

fbcon: remove soft scrollback code (missing Doc. patch)
 2021-01-12 16:11 UTC  (7+ messages)

Wrong BMP colours on i.MX after updating 2018.11 => 2020.10
 2021-01-12 16:11 UTC 

[PATCH bpf-next 0/2] add xdp_build_skb_from_frame utility routine
 2021-01-12 16:08 UTC  (2+ messages)

[meta-python][PATCH 1/5] python3-aiohttp: Upgrade 3.7.2 -> 3.7.3
 2021-01-12 16:09 UTC  (10+ messages)
` [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 14.0 -> 15.0
  ` [oe] "
` [meta-python][PATCH 3/5] python3-jsonrpcserver: Upgrade 4.1.3 -> 4.2.0
  ` [oe] "
` [meta-python][PATCH 4/5] python3-pymisp: Upgrade 2.4.133 -> 2.4.135.3
  ` [oe] "
` [meta-python][PATCH 5/5] python3-parso: Upgrade 0.8.0 -> 0.8.1
  ` [oe] "
` [oe] [meta-python][PATCH 1/5] python3-aiohttp: Upgrade 3.7.2 -> 3.7.3

[PATCH 0/4] drm: rcar-du: Add cubic LUT support
 2021-01-12 16:06 UTC  (4+ messages)
` [PATCH 3/4] drm: Extend color correction to support 3D-CLU

[PATCH] iov_iter: optimise iter type checking
 2021-01-12 16:04 UTC  (8+ messages)

[dpdk-dev] [PATCH] build rte_reciprocal.c on windows and export rte_reciprocal_value_u64
 2021-01-12 16:08 UTC  (4+ messages)

[PATCH v1 0/2] Add 100 base-x mode
 2021-01-12 16:05 UTC  (4+ messages)

Habv4 on imx8m
 2021-01-12 16:06 UTC  (3+ messages)

[PATCH 0/2] iwlwifi: Fix a crash at loading
 2021-01-12 16:05 UTC  (7+ messages)
` [PATCH 1/2] iwlwifi: dbg: Don't touch the tlv data
` [PATCH 2/2] iwlwifi: dbg: Mark ucode tlv data as const

patch "usb: cdns3: imx: fix can't create core device the second time issue" added to usb-linus
 2021-01-12 16:06 UTC 

patch "usb: cdns3: imx: fix writing read-only memory issue" added to usb-linus
 2021-01-12 16:06 UTC 

[Bug 1911216] [NEW] abort issue locates in hw/usb/hcd-ohci.c:1297:ohci_frame_boundary
 2021-01-12 15:53 UTC 

[RFC PATCH] rtl8139: fix stack overflow if RxBuf overlaps MMIO
 2021-01-12 16:02 UTC  (2+ messages)

[PATCH net-next 0/4] Fix receive window restriction
 2021-01-12 16:02 UTC  (4+ messages)
` [PATCH net-next 4/4] tcp: remove limit on initial receive window

[PATCH net-next v14 0/6] Add support for mv88e6393x family of Marvell
 2021-01-12 16:02 UTC  (4+ messages)
` [PATCH net-next v14 5/6] net: dsa: mv88e6xxx: "

[PATCH v2 00/19] scsi: libsas: Remove in_interrupt() check
 2021-01-12 16:00 UTC  (4+ messages)

[PATCH] modprobe.d: load from /usr/lib
 2021-01-12 16:02 UTC 

[PATCHv4 0/2] arm-virt: add secure pl061 for reset/power down
 2021-01-12 16:00 UTC  (4+ messages)
` [PATCHv4 2/2] "

[PATCH v2 0/5] Optimize iommu_map_sg() performance
 2021-01-12 16:00 UTC  (4+ messages)

[PATCH v11 01/40] block: add bio_add_zone_append_page
 2021-01-12 16:01 UTC  (11+ messages)
` [PATCH v11 18/40] btrfs: reset zones of unused block groups
` [PATCH v11 20/40] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v11 22/40] btrfs: split ordered extent when bio is sent
` [PATCH v11 23/40] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v11 24/40] btrfs: cache if block-group is on a sequential zone

[PATCH 00/20] Create generic software ECC engines
 2021-01-12 16:01 UTC  (7+ messages)
` [PATCH 04/20] mtd: nand: ecc-bch: Stop exporting the private structure

[PATCH net] rxrpc: Call state should be read with READ_ONCE() under some circumstances
 2021-01-12 15:59 UTC 

regression in iwlwifi: page fault in iwl_dbg_tlv_alloc_region() (commit ba8f6f4ae254)
 2021-01-12 15:59 UTC  (7+ messages)

[PATCH v3 01/12] drm: Add dummy page per device or GEM object
 2021-01-12 15:59 UTC  (16+ messages)

[net-next PATCH v3 00/15] ACPI support for dpaa2 driver
 2021-01-12 15:57 UTC  (7+ messages)
` [net-next PATCH v3 13/15] phylink: introduce phylink_fwnode_phy_connect()
` [net-next PATCH v3 14/15] net: phylink: Refactor phylink_of_phy_connect()

[PATCH 0/4] dmaengine: rcar-dmac: Add support for R-Car V3U
 2021-01-12 15:55 UTC  (5+ messages)
` [PATCH 4/4] "

[PATCH v3 00/25] backup performance: block_status + async
 2021-01-12 15:55 UTC  (5+ messages)
` [PATCH v3 20/25] qapi: backup: disable copy_range by default

[PATCH] blk: avoid divide-by-zero with zero granularity
 2021-01-12 15:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/6] sched/deadline: cpuset task acceptance review
 2021-01-12 15:53 UTC  (7+ messages)
` [PATCH 1/6] sched/deadline: Consolidate the SCHED_DL task_can_attach() check on its own function
` [PATCH 2/6] sched/deadline: Inform dl_task_can_attach() if the cpuset is exclusive
` [PATCH 3/6] sched/deadline: Allow DL tasks on empty (cgroup v2) cpusets
` [PATCH 4/6] sched/deadline: Block DL tasks on non-exclusive cpuset if bandwitdh control is enable
` [PATCH 5/6] sched/deadline: Add helpers to get the correct root domain/span/dl_bw
` [PATCH 6/6] sched/deadline: Fixes cpu/rd/dl_bw references for suspended tasks

[PATCH v5] modules: introduce the MODULE_SCMVERSION config
 2021-01-12 15:54 UTC  (2+ 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.