All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-14 09:32:03 to 2020-12-14 10:13:14 UTC [more...]

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2020-12-14 10:11 UTC  (3+ messages)
` [PATCH v2 1/2] mm: memblock: enforce overlap of memory.memblock and memory.reserved

[v2] drm/amdgpu: skip vram operation for BAMACO runtime
 2020-12-14 10:13 UTC  (2+ messages)

[PATCH 0/5] btrfs: fix transaction leaks and crashes during unmount
 2020-12-14 10:10 UTC  (6+ messages)
` [PATCH 1/5] btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan
` [PATCH 2/5] btrfs: fix transaction leak and crash after cleaning up orphans on RO mount
` [PATCH 3/5] btrfs: fix race between RO remount and the cleaner task
` [PATCH 4/5] btrfs: add assertion for empty list of transactions at late stage of umount
` [PATCH 5/5] btrfs: run delayed iputs when remounting RO to avoid leaking them

[RFC] m_can: cleanups
 2020-12-14 10:10 UTC  (6+ messages)
` [can-next-rfc 1/7] can: m_can: update link to M_CAN user manual

[PATCH 0/9] drm: rcar-du: Fix LVDS-related crash
 2020-12-14 10:11 UTC  (10+ messages)
` [PATCH 1/9] drm: rcar-du: Fix crash when using LVDS1 clock for CRTC
` [PATCH 2/9] drm: rcar-du: Release vsp device reference in all error paths
` [PATCH 3/9] drm: rcar-du: Drop unneeded encoder cleanup in error path

[Intel-gfx] [PATCH] drm/i915: Try to guess PCH type even without ISA bridge
 2020-12-14 10:10 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH] drm/i915: intel_detect_pch_virt() can be static
  `  "

[Intel-gfx] [PATCH 01/69] drm/i915: Use cmpxchg64 for 32b compatilibity
 2020-12-14 10:09 UTC  (69+ messages)
` [Intel-gfx] [PATCH 02/69] drm/i915/uc: Squelch load failure error message
` [Intel-gfx] [PATCH 03/69] drm/i915: Encode fence specific waitqueue behaviour into the wait.flags
` [Intel-gfx] [PATCH 04/69] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 05/69] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 06/69] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 07/69] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 08/69] drm/i915/gt: Remove virtual breadcrumb before transfer
` [Intel-gfx] [PATCH 09/69] drm/i915/gt: Shrink the critical section for irq signaling
` [Intel-gfx] [PATCH 10/69] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 11/69] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] [PATCH 12/69] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 13/69] drm/i915/gem: Drop free_work for GEM contexts
` [Intel-gfx] [PATCH 14/69] drm/i915/gt: Track the overall awake/busy time
` [Intel-gfx] [PATCH 15/69] drm/i915/gt: Track all timelines created using the HWSP
` [Intel-gfx] [PATCH 16/69] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
` [Intel-gfx] [PATCH 17/69] drm/i915/gt: Track timeline GGTT offset separately from subpage offset
` [Intel-gfx] [PATCH 18/69] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [PATCH 19/69] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [PATCH 20/69] drm/i915/selftests: Exercise relative timeline modes
` [Intel-gfx] [PATCH 21/69] drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
` [Intel-gfx] [PATCH 22/69] drm/i915/selftests: Confirm RING_TIMESTAMP / CTX_TIMESTAMP share a clock
` [Intel-gfx] [PATCH 23/69] drm/i915/gt: Consolidate the CS timestamp clocks
` [Intel-gfx] [PATCH 24/69] drm/i915/gt: Prefer recycling an idle fence
` [Intel-gfx] [PATCH 25/69] drm/i915/gem: Optimistically prune dma-resv from the shrinker
` [Intel-gfx] [PATCH 26/69] drm/i915: Drop i915_request.lock serialisation around await_start
` [Intel-gfx] [PATCH 27/69] drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
` [Intel-gfx] [PATCH 28/69] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
` [Intel-gfx] [PATCH 29/69] drm/i915/gem: Reduce ctx->engines_mutex for get_engines()
` [Intel-gfx] [PATCH 30/69] drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()
` [Intel-gfx] [PATCH 31/69] drm/i915/gt: Drop atomic for engine->fw_active tracking
` [Intel-gfx] [PATCH 32/69] drm/i915/gt: Extract busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 33/69] drm/i915/gt: Convert stats.active to plain unsigned int
` [Intel-gfx] [PATCH 34/69] drm/i915/gt: Refactor heartbeat request construction and submission
` [Intel-gfx] [PATCH 35/69] drm/i915: Strip out internal priorities
` [Intel-gfx] [PATCH 36/69] drm/i915: Remove I915_USER_PRIORITY_SHIFT
` [Intel-gfx] [PATCH 37/69] drm/i915/gt: Defer the kmem_cache_free() until after the HW submit
` [Intel-gfx] [PATCH 38/69] drm/i915: Prune empty priolists
` [Intel-gfx] [PATCH 39/69] drm/i915: Replace engine->schedule() with a known request operation
` [Intel-gfx] [PATCH 40/69] drm/i915/gt: Do not suspend bonded requests if one hangs
` [Intel-gfx] [PATCH 41/69] drm/i915: Teach the i915_dependency to use a double-lock
` [Intel-gfx] [PATCH 42/69] drm/i915: Restructure priority inheritance
` [Intel-gfx] [PATCH 43/69] drm/i915/selftests: Measure set-priority duration
` [Intel-gfx] [PATCH 44/69] drm/i915/selftests: Exercise priority inheritance around an engine loop
` [Intel-gfx] [PATCH 45/69] drm/i915: Improve DFS for priority inheritance
` [Intel-gfx] [PATCH 46/69] drm/i915/gt: Remove timeslice suppression
` [Intel-gfx] [PATCH 47/69] drm/i915: Extract request submission from execlists
` [Intel-gfx] [PATCH 48/69] drm/i915: Extract request suspension from the execlists backend
` [Intel-gfx] [PATCH 49/69] drm/i915: Extract the ability to defer and rerun a request later
` [Intel-gfx] [PATCH 50/69] drm/i915: Fix the iterative dfs for defering requests
` [Intel-gfx] [PATCH 51/69] drm/i915: Wrap cmpxchg64 with try_cmpxchg64() helper
` [Intel-gfx] [PATCH 52/69] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH 53/69] drm/i915/gt: Specify a deadline for the heartbeat
` [Intel-gfx] [PATCH 54/69] drm/i915: Extend the priority boosting for the display with a deadline
` [Intel-gfx] [PATCH 55/69] drm/i915: Move common active lists from engine to i915_scheduler
` [Intel-gfx] [PATCH 56/69] drm/i915: Move scheduler queue
` [Intel-gfx] [PATCH 57/69] drm/i915: Move tasklet from execlists to sched
` [Intel-gfx] [PATCH 58/69] drm/i915/gt: Another tweak for flushing the tasklets
` [Intel-gfx] [PATCH 59/69] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 60/69] drm/i915/gt: Couple tasklet scheduling for all CS interrupts
` [Intel-gfx] [PATCH 61/69] drm/i915/gt: Support creation of 'internal' rings
` [Intel-gfx] [PATCH 62/69] drm/i915/gt: Use client timeline address for seqno writes
` [Intel-gfx] [PATCH 63/69] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 64/69] drm/i915/gt: Enable busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 65/69] drm/i915/gt: Implement ring scheduler for gen6/7
` [Intel-gfx] [PATCH 66/69] drm/i915/gt: Enable ring scheduling "
` [Intel-gfx] [PATCH 67/69] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 68/69] drm/i915/gt: Skip over completed active execlists, again
` [Intel-gfx] [PATCH 69/69] drm/i915/gt: Support virtual engine queues

WARNING in sk_stream_kill_queues (5)
 2020-12-14 10:09 UTC  (13+ messages)

[PATCH] cmd: mmc: update the mmc command's usage about argument
 2020-12-14 10:09 UTC 

[PATCH REPOST] spapr: Allow memory unplug to always succeed
 2020-12-14 10:05 UTC 

[PATCH 0/8] hw/ppc: Convert UIC device to QOM
 2020-12-14 10:04 UTC  (3+ messages)

BUG: KASAN: slab-out-of-bounds in swiotlb_tbl_sync_single
 2020-12-14 10:05 UTC 

[RFC] ravb: Add support for optional txc_refclk
 2020-12-14 10:05 UTC  (2+ messages)

[PATCH v7 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller
 2020-12-15 11:09 UTC  (5+ messages)
` [PATCH v7 1/4] dt-bindings: Document the hi3559a clock bindings
` [PATCH v7 2/4] clk: hisilicon: Add clock driver for hi3559A SoC
` [PATCH v7 3/4] dt: bindings: dma: Add DT bindings for HiSilicon Hiedma Controller
` [PATCH v7 4/4] dmaengine: dma: Add Hiedma Controller v310 Device Driver

[PATCH v4 0/2] hwspinlock: add sun8i hardware spinlock support
 2020-12-14 10:04 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: hwlock: add sun8i_hwspinlock

[GIT PULL] keys: Collected minor fixes and cleanups
 2020-12-14 10:03 UTC 

[igt-dev] [PATCH i-g-t] intel-ci: Include the small concurrent tests
 2020-12-14 10:05 UTC  (4+ messages)

[PATCH 1/5] systemd: update 246 -> 247
 2020-12-14 10:05 UTC  (4+ messages)
` [PATCH 5/5] systemd: add RRECOMMENDS for weak dependencies, if enabled
  ` [OE-core] "

[PATCH] net: korina: remove busy skb free
 2020-12-14 10:03 UTC  (2+ messages)

[PATCH] thermal: da9062/61: fix platform_get_irq.cocci warnings
 2020-12-14 10:03 UTC  (2+ messages)

[PATCH v3] hw/block/nand: Decommission the NAND museum
 2020-12-14 10:02 UTC  (2+ messages)

[PATCH v5 0/3] BPi M2 Zero poweroff support via new regulator-poweroff driver
 2020-12-14 10:02 UTC  (8+ messages)
` [PATCH v5 1/3] power: reset: new driver regulator-poweroff
` [PATCH v5 3/3] ARM: dts: sun8i-h2-plus-bananapi-m2-zero: add poweroff node

[PATCH] ARM: dts: ux500: Reserve memory carveouts
 2020-12-14 10:02 UTC  (6+ messages)

[PATCH 0/2] Fix the incorrect memmap init defer handling
 2020-12-14 10:00 UTC  (3+ messages)
` [PATCH 2/2] mm: rename memmap_init() and memmap_init_zone()

[RFC 00/11] arm64: coresight: Enable ETE and TRBE
 2020-12-14 10:00 UTC  (6+ messages)
` [RFC 09/11] coresight: etm-perf: Disable the path before capturing the trace data

[PATCH v3 1/1] ASoC: dpcm: acquire dpcm_lock in dpcm_do_trigger()
 2020-12-14  8:38 UTC 

[PATCH v2 00/21] arm64: sunxi: Initial Allwinner H616 SoC support
 2020-12-14  9:59 UTC  (16+ messages)
` [PATCH v2 02/21] dt-bindings: pinctrl: Add Allwinner H616 compatible strings
` [PATCH v2 03/21] pinctrl: sunxi: Add support for the Allwinner H616 pin controller
` [PATCH v2 15/21] phy: sun4i-usb: Add support for the H616 USB PHY
` [PATCH v2 19/21] arm64: dts: allwinner: Add Allwinner H616 .dtsi file
` [PATCH v2 21/21] arm64: dts: allwinner: Add OrangePi Zero 2 .dts

[PATCH RESEND v6 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller
 2020-12-14  9:59 UTC  (4+ messages)
` [PATCH RESEND v6 3/4] dt: bindings: dma: Add DT bindings for "

[PATCH v3 0/1] ASoC: dpcm: acquire dpcm_lock in dpcm_do_trigger()
 2020-12-14  8:38 UTC 

[PATCH v4 1/3] mfd: rt4831: Adds support for Richtek RT4831 MFD core
 2020-12-14  9:59 UTC  (3+ messages)
` [PATCH v4 2/3] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight

[Intel-gfx] [CI 1/3] drm/i915/pmu: Don't grab wakeref when enabling events
 2020-12-14 10:00 UTC  (5+ messages)
` [Intel-gfx] [CI 2/3] drm/i915/pmu: Use raw clock for rc6 estimation
` [Intel-gfx] [CI 3/3] drm/i915/pmu: Remove !CONFIG_PM code
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/pmu: Don't grab wakeref when enabling events
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[PATCH] cmd: mmc: modify partconf to be used in script
 2020-12-14  9:59 UTC  (2+ messages)

[PATCH v2 00/18] btrfs: add read-only support for subpage sector size
 2020-12-14  9:57 UTC  (3+ messages)
` [PATCH v2 14/18] btrfs: extent_io: make endio_readpage_update_page_status() to handle subpage case

[PATCH 0/2] btrfs: fix races between clone, fallocate and memory mapped writes
 2020-12-14  9:56 UTC  (3+ messages)
` [PATCH 1/2] btrfs: fix race between cloning and memory mapped writes leading to deadlock
` [PATCH 2/2] btrfs: fix race between fallocate "

[dpdk-dev] [PATCH v1 0/2] armada: introduce musdk pkg-config
 2020-12-14  9:57 UTC  (5+ messages)
` [dpdk-dev] [PATCH v1 1/2] meson: update meson build for armada drivers
    ` [dpdk-dev] [EXT] "

ath11k-qca6390-bringup-202012140938: rebate to v5.10 and MHI M2 workaround
 2020-12-14  9:56 UTC 

[XEN PATCH v1 1/1] Invalidate cache for cpus affinitized to the domain
 2020-12-14  9:55 UTC  (4+ messages)

[PATCH v2] scsi: sd: remove obsolete variable in sd_remove()
 2020-12-14  9:54 UTC  (2+ messages)

[PATCH v5 1/6] drm/damage_helper: Check if damage clips has valid values
 2020-12-14  9:55 UTC  (7+ messages)
` [Intel-gfx] [PATCH v5 2/6] drm/i915/display: Check plane damage clips
    ` [Intel-gfx] [PATCH v5 1/6] drm/damage_helper: Check if damage clips has valid values

[OE-core] [PATCH] systemd: update from 244.3 to 244.5 stable release
 2020-12-14  9:54 UTC 

[PATCH v2][dunfell] systemd: update from 244.3 to 244.5 stable release
 2020-12-14  9:53 UTC 

Fence wait in mmu_interval_notifier_ops::invalidate
 2020-12-14  9:52 UTC  (8+ messages)

[PATCH v5 0/3] Add support for MaxLinear/Exar USB to serial converters
 2020-12-14  9:51 UTC  (3+ messages)

[PATCH 0/9] Xilinx AI engine kernel driver
 2020-12-14  9:50 UTC  (9+ messages)
` [PATCH 2/9] misc: Add Xilinx AI engine device driver

[PATCH] drm/amdkfd: correct amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu log
 2020-12-14  9:52 UTC 

[PATCH v2] tpm: ignore failed selftest in probe
 2020-12-14  9:50 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 1/8] kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
 2020-12-14  9:49 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 2/8] drm/nouveau: make sure ret is initialized in nouveau_ttm_io_mem_reserve

[PATCH] systemd: update from 244.3 to 244.5 stable release
 2020-12-14  9:51 UTC 

[PATCH] staging: greybus: audio: Fix possible leak free widgets in gbaudio_dapm_free_controls
 2020-12-14  9:48 UTC  (4+ messages)

[LTP] [PATCH v2] pty04: Limit the number of packets sent to avoid timeout
 2020-12-14  9:49 UTC  (2+ messages)
` [LTP] [PATCH v3] "

[PATCH] arm64/irq: use NMI to send stop IPI
 2020-12-14  9:46 UTC  (4+ messages)

btrfs send -p failing: chown o257-1571-0 failed: No such file or directory
 2020-12-14  9:46 UTC  (10+ messages)

[PATCH bpf] xsk: fix memory leak for failed bind
 2020-12-14  9:45 UTC  (2+ messages)

[cip-dev][isar-cip-core][PATCH v2] initramfs-config: use correct syntax for FILESPATH
 2020-12-14  9:46 UTC  (3+ messages)
` [cip-dev][isar-cip-core][PATCH v3] initramfs-config: remove FILESPATH

[PATCH 1/4] documentation: Simplify oe_wiki and oe_home links
 2020-12-14  9:45 UTC  (5+ messages)
` [PATCH 3/4] documentation: Simplify remaining yocto_home links
  ` [docs] "
` [PATCH 4/4] documentation: Use https links where possible
  ` [docs] "

[PATCH] bitbake: fetch/git: Fix usehead for non-default names
 2020-12-14  9:44 UTC 

[PATCH][RFC] btrfs: fix race between dedupe and mmap
 2020-12-14  9:44 UTC  (2+ messages)

Issue with mkenvimage loading environ variables
 2020-12-14  9:44 UTC 

[PATCH v3 net-next 0/4] net: dsa: Link aggregation support
 2020-12-14  9:41 UTC  (7+ messages)
` [PATCH v3 net-next 2/4] "

[PATCH] mm/vmalloc: Fix unlock order in s_stop()
 2020-12-14  9:39 UTC  (2+ messages)

[PATCH 0/8] pinctrl: ralink: rt2880: Some minimal clean ups
 2020-12-14  9:39 UTC  (4+ messages)

[PATCH v3 0/5] evtchn: (not so) recent XSAs follow-on
 2020-12-14  9:40 UTC  (6+ messages)
` [PATCH v3 4/5] evtchn: convert domain event lock to an r/w one

[dm-devel] uxsock_timeout default value in man page
 2020-12-14  9:39 UTC  (2+ messages)

[PATCH v12 00/31] Speculative page faults
 2020-12-14  9:36 UTC  (11+ messages)

[PATCH] hugetlb: Fix an error code in hugetlb_reserve_pages()
 2020-12-14  9:37 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] {linux, linux-headers}: add version 5.10
 2020-12-14  9:37 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] configs/kontron_smarc_sal28: use kernel 5.10

Amended and retested for 32 bit "borrow ops" series
 2020-12-14  9:36 UTC  (8+ messages)
` [PATCH v4 2/7] um: enable the use of optimized xor routines in UML

[PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE
 2020-12-14  9:34 UTC  (6+ messages)

[RFC PATCH] .cirrus.yml: bump timeout period for MacOS builds
 2020-12-14  9:33 UTC  (6+ messages)

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-12-14  9:32 UTC  (9+ messages)
` [PATCH v10 10/13] iommu/arm-smmu-v3: Check for SVA features

[PATCH v5 2/3] usb: serial: xr_serial: Add gpiochip support
 2020-12-14  9:31 UTC  (11+ messages)

[RFC PATCH v7] sched/fair: select idle cpu from idle cpumask for task wakeup
 2020-12-14  9:32 UTC  (13+ messages)

[GIT PULL] m68k updates for 5.11
 2020-12-14  9:32 UTC 

[LTP] [PATCH] pty04: Limit the number of packets sent to avoid timeout
 2020-12-14  9:32 UTC  (4+ messages)
` [LTP] [PATCH v2] "

[PATCH] kconfig: Support building mconf with vendor sysroot ncurses
 2020-12-14  9:30 UTC 


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.