All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-07 14:44:33 to 2021-07-07 15:26:35 UTC [more...]

[XEN PATCH v6 00/31] xen: Build system improvements
 2021-07-07 15:26 UTC  (13+ messages)
` [XEN PATCH v6 06/31] x86/mm: avoid building multiple .o from a single .c file
` [XEN PATCH v6 07/31] build,include: rework compat-build-source.py
` [XEN PATCH v6 09/31] build: clean "lib.a"
` [XEN PATCH v6 10/31] build: use $(kconfig) shortcut in clean rule
` [XEN PATCH v6 11/31] build: fix clean targets when subdir-y is used
` [XEN PATCH v6 12/31] build: use subdir-y in test/Makefile

[igt-dev] [PATCH i-g-t 00/81] Stop depending on context mutation (v4)
 2021-07-07 15:26 UTC  (63+ messages)
` [igt-dev] [PATCH i-g-t 21/81] tests/i915/gem_ctx_exec: Stop cloning contexts in close_race
` [igt-dev] [PATCH i-g-t 22/81] tests/i915/gem_ctx_exec: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 23/81] tests/i915/gem_exec_suspend: Convert to intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 24/81] tests/i915/gem_sync: "
` [igt-dev] [PATCH i-g-t 25/81] tests/i915/gem_userptr_blits: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 26/81] tests/i915/gem_wait: Convert to intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 27/81] tests/i915/gem_request_retire: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 28/81] tests/i915/gem_ctx_shared: Convert to intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 29/81] tests/i915/gem_ctx_shared: Stop cloning contexts
` [igt-dev] [PATCH i-g-t 30/81] tests/i915/gem_create: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 31/81] tests/i915/gem_ctx_switch: Convert to intel_ctx_t (v3)
` [igt-dev] [PATCH i-g-t 32/81] tests/i915/gem_exec_parallel: Convert to intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 33/81] tests/i915/gem_exec_latency: Convert to intel_ctx_t (v3)
` [igt-dev] [PATCH i-g-t 34/81] tests/i915/gem_watchdog: Convert to intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 35/81] tests/i915/gem_shrink: Convert to intel_ctx_t (v5)
` [igt-dev] [PATCH i-g-t 36/81] tests/i915/gem_exec_params: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 37/81] tests/i915/gem_exec_gttfill: Convert to intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 38/81] tests/i915/gem_exec_capture: "
` [igt-dev] [PATCH i-g-t 39/81] tests/i915/gem_exec_create: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 40/81] tests/i915/gem_exec_await: Convert to intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 41/81] tests/i915/gem_ctx_persistence: Drop the clone subtest
` [igt-dev] [PATCH i-g-t 42/81] tests/i915/gem_ctx_persistence: Drop the engine replace subtests
` [igt-dev] [PATCH i-g-t 43/81] tests/i915/gem_ctx_persistence: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 44/81] tests/i915/module_load: "
` [igt-dev] [PATCH i-g-t 45/81] tests/i915/pm_rc6_residency: "
` [igt-dev] [PATCH i-g-t 46/81] tests/i915/gem_cs_tlb: "
` [igt-dev] [PATCH i-g-t 47/81] tests/core_hotplug: "
` [igt-dev] [PATCH i-g-t 48/81] tests/i915/gem_exec_balancer: Stop cloning engines
` [igt-dev] [PATCH i-g-t 49/81] tests/i915/gem_exec_balancer: Don't reset engines on a context (v2)
` [igt-dev] [PATCH i-g-t 50/81] tests/i915/gem_exec_balancer: Stop munging ctx0 engines
` [igt-dev] [PATCH i-g-t 51/81] tests/i915/gem_exec_balancer: Drop bonded tests
` [igt-dev] [PATCH i-g-t 52/81] lib/intel_ctx: Add load balancing support (v2)
` [igt-dev] [PATCH i-g-t 53/81] tests/i915/gem_exec_balancer: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 54/81] tests/i915/gem_exec_endless: Stop munging ctx0 engines
` [igt-dev] [PATCH i-g-t 55/81] lib/i915/submission: Rework gem_test_all_engines to use intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 56/81] lib/i915: Require a context config in gem_submission_measure
` [igt-dev] [PATCH i-g-t 57/81] tests/i915/gem_ctx_engines: Rework execute-one*
` [igt-dev] [PATCH i-g-t 58/81] tests/i915/gem_ctx_engines: Use better engine iteration
` [igt-dev] [PATCH i-g-t 59/81] tests/i915/gem_ctx_engines: Drop the idempotent subtest
` [igt-dev] [PATCH i-g-t 60/81] tests/i915/gem_ctx_create: Don't re-open the device in maximum()
` [igt-dev] [PATCH i-g-t 61/81] tests/i915/gem_ctx_create: Convert benchmarks to intel_ctx_t
` [igt-dev] [PATCH i-g-t 62/81] tests/i915/gem_vm_create: Delete destroy racing tests
` [igt-dev] [PATCH i-g-t 63/81] tests/i915/gem_vm_create: Use intel_ctx_t in the execbuf test
` [igt-dev] [PATCH i-g-t 64/81] tests/i915/sysfs: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 65/81] tests/i915/gem_workarounds: "
` [igt-dev] [PATCH i-g-t 66/81] lib/i915/gem_context: Delete all the context clone/copy stuff
` [igt-dev] [PATCH i-g-t 67/81] tests/i915/gem_ctx_engines: Delete the libapi subtest
` [igt-dev] [PATCH i-g-t 68/81] lib/igt_dummyload: Stop supporting ALL_ENGINES without an intel_ctx_t
` [igt-dev] [PATCH i-g-t 69/81] lib/i915/gem_engine_topology: Delete the old physical engine iterators
` [igt-dev] [PATCH i-g-t 70/81] tests/i915/gem_mmap_gtt: Convert to intel_ctx_t (v2)
` [igt-dev] [PATCH i-g-t 71/81] tests/i915/i915_query: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 72/81] igt/dummyload: Require an intel_ctx_t for POLL_RUN and !ALL_ENGINES
` [igt-dev] [PATCH i-g-t 73/81] lib/i915: Rework engine API availability checks (v4)
` [igt-dev] [PATCH i-g-t 74/81] lib/intel_bb: Remove intel_bb_assign_vm and tests (v2)
` [igt-dev] [PATCH i-g-t 75/81] tests/i915/gem_ctx_param: Stop setting VMs on old contexts
` [igt-dev] [PATCH i-g-t 76/81] tests/i915/gen9_exec_parse: Convert to intel_ctx_t
` [igt-dev] [PATCH i-g-t 77/81] tests/i915/gem_ctx_param: Add tests for recently removed params
` [igt-dev] [PATCH i-g-t 78/81] tests/i915/gem_ctx_param: Add a couple invalid PARAM_VM cases
` [igt-dev] [PATCH i-g-t 79/81] tests/i915/gem_ctx_engines: Fix the invalid subtest for the new rules
` [igt-dev] [PATCH i-g-t 80/81] tests/i915/gem_exec_balancer: Fix invalid-balancer for the set-once rule
` [igt-dev] [PATCH i-g-t 81/81] tests/i915/gem_exec_balancer: Add a test for combined balancing and bonding (v2)
` [igt-dev] ✓ Fi.CI.BAT: success for Stop depending on context mutation (rev14)

[PATCH v2] tests/acceptance: allow control over tags during check-acceptance
 2021-07-07 15:24 UTC 

[PATCH v4 00/20] NVMeTCP Offload ULP
 2021-07-07 15:25 UTC  (5+ messages)

[PATCH v3 00/18] Folio conversion of memcg
 2021-07-07 15:25 UTC  (13+ messages)
` [PATCH v3 13/18] mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()
` [PATCH v3 14/18] mm/memcg: Convert mem_cgroup_move_account() to use a folio

[sched/fair] 1c35b07e6d: RIP:native_queued_spin_lock_slowpath
 2021-07-07 15:23 UTC  (6+ messages)
      ` [LTP] "

[PATCH v5 1/2] net: phy: add API to read 802.3-c45 IDs
 2021-07-07 15:22 UTC  (5+ messages)
` [PATCH v5 2/2] net: phy: add Maxlinear GPY115/21x/24x driver

[PULL] u-boot-riscv/master
 2021-07-07 15:21 UTC 

[PATCH v3] btrfs: make btrfs_finish_chunk_alloc private to block-group.c
 2021-07-07 15:18 UTC  (2+ messages)

Access to a BPF map from a module
 2021-07-07 15:21 UTC  (4+ messages)

[PATCH v2 0/2] fcntl: fix potential deadlocks
 2021-07-07 15:19 UTC  (11+ messages)
` [PATCH v2 1/2] fcntl: fix potential deadlocks for &fown_struct.lock

[RFCv3 00/19] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-07-07 15:19 UTC  (6+ messages)

[PATCH v2 0/4] media: Introduce post_register() subdev operation
 2021-07-07 15:20 UTC  (5+ messages)
` [PATCH v2 1/4] media: v4l2-subdev: Introduce post_register() core op
` [PATCH v2 2/4] media: v4l2-async: Add notifier flags
` [PATCH v2 3/4] media: v4l2-async: Call post_register() subdev op
` [PATCH v2 4/4] media: i2c: gmsl: Defer camera initialization

[PATCH v2] tracing: Add linear buckets to histogram logic
 2021-07-07 15:18 UTC  (5+ messages)

[RFC] virtio-mem: Add support of memory_hotplug.memmap_on_memory
 2021-07-07 15:17 UTC  (3+ messages)

[TECH TOPIC] Rust for Linux
 2021-07-07 15:17 UTC  (14+ messages)

[PATCH for 6.1 v2 0/5] custom device configs
 2021-07-07 15:16 UTC  (5+ messages)
` [PATCH v2 4/5] configs: rename default-configs to configs and reorganise
` [PATCH v2 5/5] configure: allow the selection of alternate config in the build

[PATCH 1/2] xserver-xorg: exclude development snapshots from upstream version checks
 2021-07-07 15:17 UTC  (2+ messages)
` [PATCH 2/2] xwayland: "

SCSI layer RPM deadlock debug suggestion
 2021-07-07 15:08 UTC  (7+ messages)

[PATCH v3 0/2] qemu-img: Make unallocated part of backing chain obvious in map
 2021-07-07 15:10 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH] drm/dp: follow DP link CTS spec to read link status back
 2021-07-07 15:14 UTC  (3+ messages)

[PATCH v2 0/2] media: rc: add support for Amlogic Meson IR blaster
 2021-07-07 15:11 UTC  (6+ messages)
` [PATCH v2 2/2] media: rc: introduce Meson IR blaster driver

[PULL 00/13] pc,pci,virtio: bugfixes, improvements
 2021-07-07 15:03 UTC  (14+ messages)
` [PULL 01/13] virtio: disable ioeventfd for record/replay
` [PULL 02/13] virtio: Clarify MR transaction optimization
` [PULL 03/13] hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH field
` [PULL 04/13] virtio-pci: Added check for virtio device presence in mm callbacks
` [PULL 05/13] virtio-pci: Added check for virtio device in PCI config cbs
` [PULL 06/13] virtio-pci: Changed return values for "notify", "device" and "isr" read
` [PULL 07/13] migration: failover: reset partially_hotplugged
` [PULL 08/13] tests: acpi: prepare for changing DSDT tables
` [PULL 09/13] acpi: pc: revert back to v5.2 PCI slot enumeration
` [PULL 10/13] tests: acpi: pc: update expected DSDT blobs
` [PULL 11/13] acpi/ged: fix reset cause
` [PULL 12/13] docs: add slot when adding new PCIe root port
` [PULL 13/13] MAINTAINERS: Add maintainer for vhost-user RNG implementation

[PATCH] btrfs: check-integrity.c: drop unnecessary function prototype
 2021-07-07 15:09 UTC  (2+ messages)

[PATCH V2] blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs
 2021-07-07 15:11 UTC  (3+ messages)

[PULL 00/16] pc,pci,virtio: bugfixes, improvements
 2021-07-07 15:02 UTC  (3+ messages)
` [PULL 08/16] virtio-blk: Fix rollback path in virtio_blk_data_plane_start()

Weak hash algorithms allowed with DIGEST_NG
 2021-07-07 15:10 UTC  (3+ messages)

dead code in ceph
 2021-07-07 15:09 UTC 

[PULL] drm-intel-next-fixes
 2021-07-07 15:09 UTC  (2+ messages)
` [Intel-gfx] "

[dpdk-dev] [PATCH v1] lib/vhost: enable IOMMU for async vhost
 2021-07-07 15:09 UTC  (14+ messages)
` [dpdk-dev] [PATCH v5 0/2] vhost: add IOMMU support in async data path
  ` [dpdk-dev] [PATCH v5 1/2] vhost: enable IOMMU for async vhost

[PATCH 0/2] misc cleanup patches
 2021-07-07 15:06 UTC  (9+ messages)
` [PATCH 1/2] btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs
` [PATCH 2/2] btrfs: change btrfs_io_bio_init inline function to macro

[PATCH 0/4] TSX force abort
 2021-07-07 15:08 UTC  (7+ messages)
` [PATCH 4/4] x86/tsx: Add cmdline tsx=fake to not clear CPUID bits RTM and HLE

[tisdk-setup-scripts] [master] [PATCH-V3 0/3] create-sdcard: Fix rootfs tarball search and selection
 2021-07-07 15:08 UTC  (3+ messages)
` [tisdk-setup-scripts] [master] [PATCH-V3 3/3] create-sdcard.sh: Stop using cylinder as unit for partition size

[PATCH] tracing/histograms: Fix parsing of "sym-offset" modifier
 2021-07-07 15:08 UTC 

[PATCH v5 0/7] arm64: dts: renesas: Enable GMSL on R8A77970 V3M Eagle
 2021-07-07 14:59 UTC  (5+ messages)
` [PATCH v5 3/7] media: i2c: max9286: Use "maxim,gpio-poc" property

[PATCH 1/2] drm: add crtc background color property
 2021-07-07 15:07 UTC  (2+ messages)

[PATCH] btrfs: zoned: fix wrong mutex unlock on failure to allocate log root tree
 2021-07-07 15:07 UTC  (2+ messages)

[PATCH v4 0/3] mm: sparse: remove __section_nr() function
 2021-07-07 15:02 UTC  (4+ messages)
    ` [PATCH v4 1/3] mm: sparse: pass section_nr to section_mark_present
    ` [PATCH v4 2/3] mm: sparse: pass section_nr to find_memory_block
    ` [PATCH v4 3/3] mm: sparse: remove __section_nr() function

[PATCH net-next 0/4] selftests: forwarding: Tests redirects between L3 and L2 devices
 2021-07-07 15:05 UTC  (7+ messages)
` [PATCH net-next 1/4] selftests: forwarding: Test redirecting gre or ipip packets to Ethernet

[GIT PULL] nfsd changes for 5.14
 2021-07-07 15:04 UTC 

[RFC 0/4] open/accept directly into io_uring fixed file table
 2021-07-07 15:04 UTC  (5+ messages)

BUG: MTK DRM/HDMI broken on 5.13 (mt7623/bpi-r2)
 2021-07-07 15:03 UTC  (9+ messages)
  ` Aw: "
    `  "

[PATCH 0/3] linux-aio: limit the batch size to reduce queue latency
 2021-07-07 15:00 UTC  (4+ messages)
` [PATCH 1/3] iothread: generalize iothread_set_param/iothread_get_param
` [PATCH 2/3] iothread: add aio-max-batch parameter
` [PATCH 3/3] linux-aio: limit the batch size using `aio-max-batch` parameter

[PATCH 0/4] selftests/sgx: Trigger the page reclaimer and #PF handler
 2021-07-07 15:02 UTC  (7+ messages)
` [PATCH 4/4] selftests/sgx: Trigger the "

[dpdk-dev] [PATCH 0/2] Support compressed firmwares
 2021-07-07 15:03 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 "

[PATCH 00/17] Rust support
 2021-07-07 15:02 UTC  (6+ messages)

[PATCH] btrfs-progs: default to SINGLE profile on zoned devices
 2021-07-07 15:01 UTC  (3+ messages)

[PATCH net-next RFC 0/2] add elevated refcnt support for page pool
 2021-07-07 15:01 UTC  (5+ messages)
` [PATCH net-next RFC 1/2] page_pool: add page recycling support based on elevated refcnt

[PATCH 0/3] thermal: rcar_gen3_thermal: Add support for trip points
 2021-07-07 14:58 UTC  (3+ messages)
` [PATCH 2/3] thermal: rcar_gen3_thermal: Add support for hardware "

[dpdk-dev] [PATCH] eal: create runtime dir even when shared data is not used
 2021-07-07 15:00 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 1/2] "

[PATCH v0] vhost: make SET_VRING_ADDR, SET_[PROTOCOL_]FEATEURES send replies
 2021-07-07 14:58 UTC  (5+ messages)

[PATCH] sched: Initialize the idle task with preemption disabled
 2021-07-07 14:57 UTC  (9+ messages)
` [tip: sched/core] sched/core: "

[RFC PATCH v7 00/24] ceph+fscrypt: context, filename and symlink support
 2021-07-07 14:56 UTC  (7+ messages)
` [RFC PATCH v7 06/24] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces

[PATCH v2] kallsyms: new /proc/kallmodsyms with builtin modules and symbol sizes
 2021-07-07 14:56 UTC  (3+ messages)
` [PATCH v2 PING] "

[PATCH] net: Allow any address multicast join for IP sockets
 2021-07-07 14:56 UTC  (4+ messages)

[RFCv2 0/7] libperf: Add leader/group info to perf_evsel
 2021-07-07 14:53 UTC  (7+ messages)
` [PATCH 2/7] libperf: Move idx to perf_evsel::idx
` [PATCH 3/7] libperf: Move leader to perf_evsel::leader

[syzbot] memory leak in ext4_mb_new_blocks
 2021-07-07 14:53 UTC 

[PATCH] block/replication.c: Properly attach children
 2021-07-07 14:53 UTC  (3+ messages)

[PATCH] cobalt/rtdm: fix memory leak in rtdm_irq_free()
 2021-07-07 14:54 UTC 

[LTP] [PATCH 0/2 v2] syscalls/fork: Rewrite fork{07, 08} to a proper synchronization
 2021-07-07 14:53 UTC  (5+ messages)
` [LTP] [PATCH 1/2 v2] fork07: Rewrite the test "
` [LTP] [PATCH 2/2 v2] fork08: "

[PATCH 00/20] python: introduce Asynchronous QMP package
 2021-07-07 14:52 UTC  (3+ messages)
` [PATCH 12/20] python/aqmp: add QMP Message format

[PATCH 0/1]: generic/453: Do NOT run for FSs restricting names
 2021-07-07 14:51 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH net 0/2] Fix selftests icmp_redirect.sh failures
 2021-07-07 14:51 UTC  (5+ messages)
` [PATCH net 1/2] selftests: icmp_redirect: remove from checking for IPv6 route get
` [PATCH net 2/2] selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirect

[PATCH v2 1/2] mm/vmalloc: Use batched page requests in bulk-allocator
 2021-07-07 14:49 UTC  (5+ messages)

[PATCHv5 iproute2] ip route: ignore ENOENT during save if RT_TABLE_MAIN is being dumped
 2021-07-07 14:50 UTC  (2+ messages)

[PATCH] ieee802154: hwsim: fix GPF in hwsim_set_edge_lqi
 2021-07-07 14:48 UTC  (3+ messages)

[PATCH v1 00/39] final pre-PR for 6.1 (testing and plugins)
 2021-07-07 14:49 UTC  (4+ messages)
` [PATCH v1 17/39] tests/docker: fix mistakes in ubuntu package lists

[PATCH] vhost-user: Fix backends without multiqueue support
 2021-07-07 14:48 UTC  (2+ messages)

[PATCH v5 0/4] xen/arm: Properly disable M2P on Arm
 2021-07-07 14:48 UTC  (7+ messages)
` [PATCH v5 1/4] xen: XENMEM_exchange should only be used/compiled for arch supporting PV guest

[RFC PATCH 00/28] cli: Add a new shell
 2021-07-07 14:48 UTC  (11+ messages)
` [RFC PATCH 02/28] cli: Add LIL shell

[dpdk-dev] [PATCH v1 0/2] Use WFE for spinlock and ring
 2021-07-07 14:47 UTC  (3+ messages)
` [dpdk-dev] "

[bug report] PM / devfreq: Remove redundant governor_name from struct devfreq
 2021-07-07 14:46 UTC  (2+ messages)

CH341 driver and the 5.4 kernel
 2021-07-07 14:45 UTC  (2+ messages)

[PATCH IPV6 1/1] ipv6: allocate enough headroom in ip6_finish_output2()
 2021-07-07 14:45 UTC  (2+ messages)

[PATCH v2 1/5] drm/vc4: hdmi: Make sure the controller is powered up during bind
 2021-07-07 14:44 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.