All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-20 11:27:12 to 2020-11-20 12:08:34 UTC [more...]

Linux 5.10-rc4; graphics alignment
 2020-11-20 11:45 UTC  (5+ messages)

[dpdk-dev] [PATCH v12 00/14] Arm build options rework
 2020-11-20 12:08 UTC  (2+ messages)
` [dpdk-dev] [PATCH v13 00/12] "

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-20 12:08 UTC  (8+ messages)
` [PATCH v6 09/17] media/videbuf1|2: Mark follow_pfn usage as unsafe

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-11-20 12:08 UTC  (33+ messages)
` [PATCH v2 01/12] x86/xen: use specific Xen pv interrupt entry for MCE
` [PATCH v2 02/12] x86/xen: use specific Xen pv interrupt entry for DF
` [PATCH v2 03/12] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH v2 04/12] x86/xen: drop USERGS_SYSRET64 paravirt call
` [PATCH v2 05/12] x86: rework arch_local_irq_restore() to not use popf
` [PATCH v2 06/12] x86/paravirt: switch time pvops functions to use static_call()
` [PATCH v2 07/12] x86: add new features for paravirt patching
` [PATCH v2 08/12] x86/paravirt: remove no longer needed 32-bit pvops cruft
` [PATCH v2 09/12] x86/paravirt: switch iret pvops to ALTERNATIVE
` [PATCH v2 10/12] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs
` [PATCH v2 11/12] x86/paravirt: switch functions with custom code to ALTERNATIVE
` [PATCH v2 12/12] x86/paravirt: have only one paravirt patch function

[PATCH v3 0/7] UFFD write-tracking migration/snapshots
 2020-11-20 12:06 UTC  (12+ messages)
` [PATCH v3 1/7] introduce 'track-writes-ram' migration capability
` [PATCH v3 4/7] implementation of write-tracking migration thread
` [PATCH v3 7/7] introduce simple linear scan rate limiting mechanism

[dpdk-dev] [PATCH] app/testpmd: revert setting MTU explicitly after configure
 2020-11-20 12:07 UTC  (3+ messages)

[PATCH] Fix `make -jN trace-cmd gui`
 2020-11-20 12:06 UTC  (3+ messages)

[PATCH v3 0/4] Thunderbolt3/USB4 cable rounded and active cable plug link training support
 2020-11-20 12:07 UTC  (5+ messages)
` [PATCH v3 2/4] platform/chrome: cros_ec_typec: Use Thunderbolt 3 cable discover mode VDO in USB4 mode

[net] can: gs_usb: fix endianess problem with candleLight firmware
 2020-11-20 12:07 UTC  (5+ messages)

[PATCH] rcu: kasan: record and print kvfree_call_rcu call stack
 2020-11-20 12:06 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v10 00/31] Introduce IGT allocator
 2020-11-20 12:06 UTC  (33+ messages)
` [igt-dev] [PATCH i-g-t v10 01/31] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v10 02/31] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v10 03/31] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v10 04/31] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v10 05/31] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v10 06/31] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v10 07/31] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v10 08/31] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v10 09/31] lib/intel_bufops: Removes handle from allocator, change size
` [igt-dev] [PATCH i-g-t v10 10/31] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v10 11/31] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v10 12/31] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v10 13/31] lib/intel_aux_pgtable: Get addresses for aux table from an allocator
` [igt-dev] [PATCH i-g-t v10 14/31] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v10 15/31] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v10 16/31] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v10 17/31] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v10 18/31] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v10 19/31] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v10 20/31] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v10 21/31] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v10 22/31] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v10 23/31] tests/gem_linear_blits: Use intel allocator
` [igt-dev] [PATCH i-g-t v10 24/31] lib/ioctl_wrappers: Add gem_has_relocations() check
` [igt-dev] [PATCH i-g-t v10 25/31] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v10 26/31] tests/api_intel_*: Adopt to use relocations as default "
` [igt-dev] [PATCH i-g-t v10 27/31] tests/gem_ppgtt: Migrate memory check out of render blits
` [igt-dev] [PATCH i-g-t v10 28/31] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v10 29/31] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v10 30/31] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v10 31/31] tests/api_intel_allocator: Prepare to run with sanitizer

[dpdk-dev] [PATCH] doc: fix typing error in example/l3_forward_access_ctrl
 2020-11-20 12:04 UTC  (3+ messages)

[dpdk-dev] [PATCH v11 00/15] Arm build options rework
 2020-11-20 12:04 UTC  (13+ messages)
` [dpdk-dev] [PATCH v12 09/14] build: optional NUMA and cpu counts detection

[PATCH v2 0/6] drm/panel: mantix and st7703 fixes and additions
 2020-11-20 12:04 UTC  (4+ messages)

[PATCH v3 23/23] mtd: devices: powernv_flash: Add function names to headers and fix 'dev'
 2020-11-20 11:42 UTC  (6+ messages)

[PATCH 1/3] drm/panel: s6e63m0: Fix and extend MCS table
 2020-11-20 12:02 UTC  (2+ messages)

[PATCH tip/core/rcu 0/5] Provide SRCU polling grace-period interfaces
 2020-11-20 12:01 UTC  (9+ messages)
` [PATCH RFC tip/core/rcu 2/5] srcu: Provide internal interface to start a Tiny SRCU grace period
` [PATCH RFC tip/core/rcu 3/5] srcu: Provide internal interface to start a Tree "
` [PATCH RFC tip/core/rcu 4/5] srcu: Provide polling interfaces for Tiny SRCU grace periods
` [PATCH RFC tip/core/rcu 5/5] srcu: Provide polling interfaces for Tree "

linux-next: build warning after merge of the nand tree
 2020-11-20 12:01 UTC  (3+ messages)

[kvm-unit-tests] its-migration segmentation fault
 2020-11-20 12:02 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v6 1/3] lib/igt_device_scan: Remember vendor/device for pci devices
 2020-11-20 12:01 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,v6,1/3] "

Proposal for a new checkpatch check; matching _set_drvdata() & _get_drvdata()
 2020-11-20 11:58 UTC  (10+ messages)
  ` [Cocci] "

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-20 11:58 UTC  (6+ messages)

linux-next: Tree for Nov 20
 2020-11-20 11:57 UTC  (2+ messages)

[PATCH] wcn36xx: Don't run scan_init multiple times
 2020-11-20 11:58 UTC  (6+ messages)
` [PATCH] wcn36xx: Send NULL data packet when exiting BMPS

[PATCH v5 00/21] Free some vmemmap pages of hugetlb page
 2020-11-20 11:56 UTC  (8+ messages)
` [PATCH v5 11/21] mm/hugetlb: Allocate the vmemmap pages associated with each "
    ` [External] "

[LTP] [PATCH] syscalls/getdents: don't mix libc and kernel types
 2020-11-20 11:56 UTC  (5+ messages)
  ` [LTP] [PATCH v2] getdents: update to new api, "
      ` [LTP] [PATCH v3] getdents: update to the "

[igt-dev] [PATCH i-g-t v10 0/4] tests/kms_ccs: CCS Clear Color test
 2020-11-20 11:56 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t v10 2/4] lib/rendercopy: Enable fast clear
` [igt-dev] [PATCH i-g-t v10 3/4] lib/intel_aux_pgtable: Initialize aux pagetable for "
` [igt-dev] [PATCH i-g-t v10 4/4] tests/kms_ccs: CCS Clear Color test

gc docs: git gc --keep-base-pack ?
 2020-11-20 11:55 UTC  (3+ messages)
` [PATCH 1/2] gc docs: change --keep-base-pack to --keep-largest-pack
` [PATCH 2/2] gc: rename keep_base_pack variable for --keep-largest-pack

[Intel-gfx] [PATCH] drm/i915/gt: Plug IPS into intel_rps_set
 2020-11-20 11:52 UTC  (3+ messages)

[PATCH bpf] xsk: fix umem cleanup bug at socket destruct
 2020-11-20 11:53 UTC 

stable-rc/linux-4.19.y baseline: 155 runs, 5 regressions (v4.19.158)
 2020-11-20 11:53 UTC 

[PATCH v2 1/3] genirq/affinity: Add irq_update_affinity_desc()
 2020-11-20 11:52 UTC  (8+ messages)

drivers/crypto/picoxcell_crypto.c:1200:8-16: WARNING: use scnprintf or sprintf
 2020-11-20 11:52 UTC  (2+ messages)
` [PATCH] coccinelle: api: fix device_attr_show.cocci warnings

[PATCH] x86/mm: drop superfluous initialization
 2020-11-20 11:51 UTC  (2+ messages)
` [tip: x86/cleanups] x86/mm: Declare 'start' variable where it is used

[PATCH 0/2] More RCU vs idle fixes
 2020-11-20 11:41 UTC  (3+ messages)
` [PATCH 1/2] sched/idle: Fix arch_cpu_idle() vs tracing
` [PATCH 2/2] intel_idle: Fix intel_idle() "

[GIT PULL] IOMMU fixes for -rc5
 2020-11-20 11:50 UTC  (2+ messages)

[dpdk-dev] [RFC V2 1/2] app/testpmd: fix queue stats mapping configuration
 2020-11-20 11:50 UTC  (2+ messages)
` [dpdk-dev] [RFC V4] "

[PATCH 1/2] rcu: introduce kfree_rcu() single argument macro
 2020-11-20 11:49 UTC  (2+ messages)
` [PATCH 2/2] rcu: eliminate the __kvfree_rcu() macro

Using WireGuard on Windows as non-admin - proper solution?
 2020-11-20 11:49 UTC  (5+ messages)

non-synchronous propagation of soft-dirty bits on kernels v5.6+
 2020-11-20 11:45 UTC 

[PATCH 1/5] arm-autonomy/xenguest-mkimage: fix DISK_DEVICE setting
 2020-11-20 11:44 UTC  (5+ messages)
` [PATCH 2/5] arm-autonomy/xenguest-tools: set guest disk and partition sizes in MB or GB
` [PATCH 3/5] arm-autonomy/xenguest-mkimage: check if partition fits disk size
` [PATCH 4/5] arm-autonomy/xenguest-manager: keep user defined partition order
` [PATCH 5/5] arm-autonomy/xenguest-mkimage: improve xenguest image checks

[RFC] Documentation/scheduler/schedutil.txt
 2020-11-20 11:45 UTC  (2+ messages)

[mm/memcg] bd0b230fe1: will-it-scale.per_process_ops -22.7% regression
 2020-11-20 11:44 UTC  (10+ messages)
  ` [LKP] "

[PATCH v2 3/3] ath10k: allow dynamic SAR power limits via common API
 2020-11-20 11:43 UTC  (4+ messages)

[PATCH 4.4 00/15] 4.4.245-rc1 review
 2020-11-20 11:40 UTC  (2+ messages)

stable-rc/queue/4.19 build: 206 builds: 3 failed, 203 passed, 3 errors, 76 warnings (v4.19.158-15-gc12ebe354432)
 2020-11-20 11:40 UTC 

[PATCH v7 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-11-20 11:39 UTC  (5+ messages)

[PATCH v2] arm64: Ignore any DMA offsets in the max_zone_phys() calculation
 2020-11-20 11:39 UTC  (2+ messages)

[PATCH net] MAINTAINERS: Change Solarflare maintainers
 2020-11-20 11:32 UTC 

How to disable NEON in kernel5.4.55 for ARM64
 2020-11-20 11:38 UTC  (3+ messages)

[PATCH] arm64: Include missing <grub/types.h> header
 2020-11-20 11:39 UTC  (2+ messages)

[mkp-scsi:for-next 148/162] drivers/scsi/ibmvscsi/ibmvfc.c:1696:32: sparse: sparse: incorrect type in argument 1 (different base types)
 2020-11-20 11:39 UTC 

[RFC PATCH 0/2] vfio-ccw: Implement request notifier
 2020-11-20 11:38 UTC  (4+ messages)
` [RFC PATCH 2/2] vfio-ccw: Connect the device "
    ` Availability of physical devices and migration (was: Re: [RFC PATCH 2/2] vfio-ccw: Connect the device request notifier)

[PATCH] arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is required
 2020-11-20 11:38 UTC  (2+ messages)

[PATCH] media: i2c: rdacm20: Constify static structs
 2020-11-20 11:39 UTC  (2+ messages)

stable-rc/queue/4.19 baseline: 155 runs, 7 regressions (v4.19.158-7-geea4baa48b58)
 2020-11-20 11:38 UTC 

[dpdk-dev] [PATCH v2] usertools/devbind: fix binding for built-in 1kernel drivers
 2020-11-20 11:38 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] usertools/devbind: fix binding for built-in kernel drivers

[PATCH] mls_mcs.md: Convert section to markdown
 2020-11-20 11:38 UTC 

[PATCH v3] drm: document drm_mode_get_connector
 2020-11-20 11:37 UTC  (2+ messages)

[PATCH v3 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2020-11-20 11:36 UTC  (7+ messages)
` [PATCH v3 4/5] arm64: Add support for SMCCC TRNG entropy source

[PATCH 1/2] arm-autonomy/firmware-image-juno: update offset addresses for NOR flash images
 2020-11-20 11:37 UTC  (2+ messages)
` [PATCH 2/2] arm-autonomy/xen-devicetree: check if kernel Image size is correct

[PATCH 1/3] perf/core: Flush PMU internal buffers for per-CPU events
 2020-11-20 11:24 UTC  (8+ messages)

[PATCH 00/28] Use main as default branch name
 2020-11-20 11:36 UTC  (8+ messages)
` [RFC/PATCH] tests: support testing with an arbitrary default branch (sort of)

[linux-next:master 4152/7280] clk-axi-clkgen.c:undefined reference to `devm_ioremap_resource'
 2020-11-20 11:35 UTC  (2+ messages)

[chrome-os:chromeos-5.4 8/110] drivers/clk/qcom/camcc-sc7180.c:1672:8: error: implicit declaration of function 'pm_clk_runtime_resume'; did you mean
 2020-11-20 11:32 UTC 

[PATCH v9 0/2] Add Intel LGM SoC DMA support
 2020-11-20 11:30 UTC  (7+ messages)
` [PATCH v9 1/2] dt-bindings: dma: Add bindings for Intel LGM SoC
` [PATCH v9 2/2] Add Intel LGM SoC DMA support

next/master baseline: 742 runs, 109 regressions (next-20201120)
 2020-11-20 11:29 UTC 

[dpdk-dev] [PATCH 0/4] hns3 fixes
 2020-11-20 11:27 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] net/hns3: fix segment fault with the multi-TC
` [dpdk-dev] [PATCH 2/4] net/hns3: fix unused queues with not disabled
` [dpdk-dev] [PATCH 3/4] net/hns3: adjust printing MAC addresses in log
` [dpdk-dev] [PATCH 4/4] net/hns3: fix FEC state query

[RFC] ASoC: max98373: don't access volatile registers in bias level off
 2020-11-20 11:26 UTC  (4+ messages)

[PATCH net-next 0/4] dt-bindings: net: dsa: microchip: convert KSZ bindings to yaml
 2020-11-20 11:21 UTC  (2+ messages)
` [PATCH net-next 4/4] net: dsa: microchip: ksz8795: setup SPI mode

[PATCH v4 00/21] Host1x/TegraDRM UAPI
 2020-11-20 11:26 UTC  (15+ messages)
` [PATCH v4 02/21] gpu: host1x: Allow syncpoints without associated client
` [PATCH v4 03/21] gpu: host1x: Show number of pending waiters in debugfs
` [PATCH v4 06/21] gpu: host1x: Cleanup and refcounting for syncpoints
` [PATCH v4 07/21] gpu: host1x: Introduce UAPI header
` [PATCH v4 08/21] gpu: host1x: Implement /dev/host1x device node
` [PATCH v4 09/21] gpu: host1x: DMA fences and userspace fence creation
` [PATCH v4 10/21] gpu: host1x: Add no-recovery mode
` [PATCH v4 11/21] gpu: host1x: Add job release callback
` [PATCH v4 12/21] gpu: host1x: Add support for syncpoint waits in CDMA pushbuffer
` [PATCH v4 14/21] gpu: host1x: Reserve VBLANK syncpoints at initialization
` [PATCH v4 15/21] drm/tegra: Add new UAPI to header
` [PATCH v4 19/21] drm/tegra: Implement new UAPI
` [PATCH v4 20/21] drm/tegra: Implement job submission part of "
` [PATCH v4 21/21] drm/tegra: Add job firewall

[Patch V8 0/3] iommu: Add support to change default domain of an iommu group
 2020-11-20 11:27 UTC  (3+ messages)
` [Patch V8 1/3] "

[PATCH v2 0/9] spl: atf: add support for LOAD_IMAGE_V2
 2020-11-20 11:27 UTC  (5+ messages)

[PATCH 0/4] [RfC] try fix tracing for modules
 2020-11-20 11:25 UTC  (7+ messages)
` [PATCH 4/4] [broken] meson: try link tracepoints to module


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.