All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-28 16:21:55 to 2021-01-28 16:49:54 UTC [more...]

[PATCH v4 net-next 00/19] net: mvpp2: Add TX Flow Control support
 2021-01-28 16:47 UTC  (7+ messages)
` [PATCH v4 net-next 10/19] net: mvpp2: add FCA RXQ non occupied descriptor threshold
    ` [EXT] "

[Buildroot] [git commit branch/2020.11.x] package/syslog-ng: fix build if net-snmp is installed on the host (again)
 2021-01-28 16:49 UTC 

[PATCH] xen-release-management doc: More info on schedule
 2021-01-28 16:49 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 00/63] drm/i915: Remove obj->mm.lock!
 2021-01-28 16:49 UTC  (67+ messages)
` [Intel-gfx] [PATCH v7 01/63] drm/i915: Do not share hwsp across contexts any more, v7
` [Intel-gfx] [PATCH v7 02/63] drm/i915: Pin timeline map after first timeline pin, v3
` [Intel-gfx] [PATCH v7 03/63] drm/i915: Move cmd parser pinning to execbuffer
` [Intel-gfx] [PATCH v7 04/63] drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2
` [Intel-gfx] [PATCH v7 05/63] drm/i915: Ensure we hold the object mutex in pin correctly
` [Intel-gfx] [PATCH v7 06/63] drm/i915: Add gem object locking to madvise
` [Intel-gfx] [PATCH v7 07/63] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [Intel-gfx] [PATCH v7 08/63] drm/i915: Rework struct phys attachment handling
` [Intel-gfx] [PATCH v7 09/63] drm/i915: Convert i915_gem_object_attach_phys() to ww locking, v2
` [Intel-gfx] [PATCH v7 10/63] drm/i915: make lockdep slightly happier about execbuf
` [Intel-gfx] [PATCH v7 11/63] drm/i915: Disable userptr pread/pwrite support
` [Intel-gfx] [PATCH v7 12/63] drm/i915: No longer allow exporting userptr through dma-buf
` [Intel-gfx] [PATCH v7 13/63] drm/i915: Reject more ioctls for userptr
` [Intel-gfx] [PATCH v7 14/63] drm/i915: Reject UNSYNCHRONIZED for userptr, v2
` [Intel-gfx] [PATCH v7 15/63] drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER
` [Intel-gfx] [PATCH v7 16/63] drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v6
` [Intel-gfx] [PATCH v7 17/63] drm/i915: Flatten obj->mm.lock
` [Intel-gfx] [PATCH v7 18/63] drm/i915: Populate logical context during first pin
` [Intel-gfx] [PATCH v7 19/63] drm/i915: Make ring submission compatible with obj->mm.lock removal, v2
` [Intel-gfx] [PATCH v7 20/63] drm/i915: Handle ww locking in init_status_page
` [Intel-gfx] [PATCH v7 21/63] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [Intel-gfx] [PATCH v7 22/63] drm/i915: Pass ww ctx to intel_pin_to_display_plane
` [Intel-gfx] [PATCH v7 23/63] drm/i915: Add object locking to vm_fault_cpu
` [Intel-gfx] [PATCH v7 24/63] drm/i915: Move pinning to inside engine_wa_list_verify()
` [Intel-gfx] [PATCH v7 25/63] drm/i915: Take reservation lock around i915_vma_pin
` [Intel-gfx] [PATCH v7 26/63] drm/i915: Make lrc_init_wa_ctx compatible with ww locking, v2
` [Intel-gfx] [PATCH v7 27/63] drm/i915: Make __engine_unpark() compatible with ww locking
` [Intel-gfx] [PATCH v7 28/63] drm/i915: Take obj lock around set_domain ioctl
` [Intel-gfx] [PATCH v7 29/63] drm/i915: Defer pin calls in buffer pool until first use by caller
` [Intel-gfx] [PATCH v7 30/63] drm/i915: Fix pread/pwrite to work with new locking rules
` [Intel-gfx] [PATCH v7 31/63] drm/i915: Fix workarounds selftest, part 1
` [Intel-gfx] [PATCH v7 32/63] drm/i915: Prepare for obj->mm.lock removal, v2
` [Intel-gfx] [PATCH v7 33/63] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
` [Intel-gfx] [PATCH v7 34/63] drm/i915: Add ww locking around vm_access()
` [Intel-gfx] [PATCH v7 35/63] drm/i915: Increase ww locking for perf
` [Intel-gfx] [PATCH v7 36/63] drm/i915: Lock ww in ucode objects correctly
` [Intel-gfx] [PATCH v7 37/63] drm/i915: Add ww locking to dma-buf ops
` [Intel-gfx] [PATCH v7 38/63] drm/i915: Add missing ww lock in intel_dsb_prepare
` [Intel-gfx] [PATCH v7 39/63] drm/i915: Fix ww locking in shmem_create_from_object
` [Intel-gfx] [PATCH v7 40/63] drm/i915: Use a single page table lock for each gtt
` [Intel-gfx] [PATCH v7 41/63] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
` [Intel-gfx] [PATCH v7 42/63] drm/i915/selftests: Prepare client blit "
` [Intel-gfx] [PATCH v7 43/63] drm/i915/selftests: Prepare coherency tests "
` [Intel-gfx] [PATCH v7 44/63] drm/i915/selftests: Prepare context "
` [Intel-gfx] [PATCH v7 45/63] drm/i915/selftests: Prepare dma-buf "
` [Intel-gfx] [PATCH v7 46/63] drm/i915/selftests: Prepare execbuf "
` [Intel-gfx] [PATCH v7 47/63] drm/i915/selftests: Prepare mman testcases "
` [Intel-gfx] [PATCH v7 48/63] drm/i915/selftests: Prepare object tests "
` [Intel-gfx] [PATCH v7 49/63] drm/i915/selftests: Prepare object blit "
` [Intel-gfx] [PATCH v7 50/63] drm/i915/selftests: Prepare igt_gem_utils "
` [Intel-gfx] [PATCH v7 51/63] drm/i915/selftests: Prepare context selftest "
` [Intel-gfx] [PATCH v7 52/63] drm/i915/selftests: Prepare hangcheck "
` [Intel-gfx] [PATCH v7 53/63] drm/i915/selftests: Prepare execlists and lrc selftests "
` [Intel-gfx] [PATCH v7 54/63] drm/i915/selftests: Prepare mocs tests "
` [Intel-gfx] [PATCH v7 55/63] drm/i915/selftests: Prepare ring submission "
` [Intel-gfx] [PATCH v7 56/63] drm/i915/selftests: Prepare timeline tests "
` [Intel-gfx] [PATCH v7 57/63] drm/i915/selftests: Prepare i915_request "
` [Intel-gfx] [PATCH v7 58/63] drm/i915/selftests: Prepare memory region "
` [Intel-gfx] [PATCH v7 59/63] drm/i915/selftests: Prepare cs engine "
` [Intel-gfx] [PATCH v7 60/63] drm/i915/selftests: Prepare gtt "
` [Intel-gfx] [PATCH v7 61/63] drm/i915: Finally remove obj->mm.lock
` [Intel-gfx] [PATCH v7 62/63] drm/i915: Keep userpointer bindings if seqcount is unchanged, v2
` [Intel-gfx] [PATCH v7 63/63] drm/i915: Move gt_revoke() slightly

kprobes broken since 0d00449c7a28 ("x86: Replace ist_enter() with nmi_enter()")
 2021-01-28 16:45 UTC  (8+ messages)

[PATCH v1 2/2] mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo
 2021-01-28 16:45 UTC  (2+ messages)
` [PATCH v2] "

[RFC PATCH 00/34] block: introduce bio_new()
 2021-01-28 16:47 UTC  (14+ messages)
` [RFC PATCH 02/34] block: introduce and use bio_new
    ` [Ocfs2-devel] "
` [RFC PATCH 19/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmRead
  ` [Ocfs2-devel] "
` [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes
  ` [Ocfs2-devel] "
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io
  ` [Ocfs2-devel] "

add a new dma_alloc_noncontiguous API
 2021-01-28 16:43 UTC  (4+ messages)
` [PATCH 6/6] media: uvcvideo: Use dma_alloc_noncontiguos API

more randconfig failures
 2021-01-28 16:46 UTC  (5+ messages)

[PATCH V4] x86/mm: Tracking linear mapping split events
 2021-01-28 16:41 UTC  (4+ messages)
` [PATCH V5] "

[dpdk-dev] [PATCH 00/20] ensure headers have correct includes
 2021-01-28 16:46 UTC  (7+ messages)
` [dpdk-dev] [PATCH v6 0/8] add checking of header includes
  ` [dpdk-dev] [PATCH v6 4/8] ethdev: make driver-only headers private
` [dpdk-dev] [PATCH v6 2/8] eal: fix error attribute use for clang
    ` [dpdk-dev] [dpdk-techboard] "

[dpdk-dev] [PATCH v1 0/1] distributor test fix
 2021-01-28 16:46 UTC  (3+ messages)
  ` [dpdk-dev] [PATCH v1 1/1] test/distributor: prevent return buffer overload

[Buildroot] [PATCH 1/1] package/xapian: add CPE variables
 2021-01-28 16:45 UTC  (2+ messages)

Fix degraded system performance due to workqueue overload
 2021-01-28 16:41 UTC  (5+ messages)
` [PATCH v2 1/2] Revert "bcache: Kill btree_io_wq"
  ` [PATCH v2 2/2] bcache: Move journal work to new background wq

[Buildroot] [PATCH 1/1] package/x265: add X265_CPE_ID_VENDOR
 2021-01-28 16:45 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wpewebkit: add CPE variables
 2021-01-28 16:45 UTC  (2+ messages)

[Buildroot] [git commit] utils: fix flake8 warning
 2021-01-28 16:44 UTC  (2+ messages)

[kdave-btrfs-devel:dev/raid-policy 77/85] fs/btrfs/inode.c:8052 btrfs_submit_direct() error: uninitialized symbol 'em'
 2021-01-28 16:44 UTC 

[Buildroot] [git commit branch/2020.02.x] utils: fix flake8 warning
 2021-01-28 16:44 UTC 

[Buildroot] [git commit branch/2020.11.x] utils: fix flake8 warning
 2021-01-28 16:43 UTC 

[Intel-gfx] [PATCH v2 1/4] drm/i915: Nuke not needed members of dram_info
 2021-01-28 16:43 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 3/4] drm/i915: Fail driver probe when unable to load DRAM information

[Buildroot] [git commit] package/wpewebkit: add CPE variables
 2021-01-28 16:43 UTC 

[Buildroot] [git commit] package/x265: add X265_CPE_ID_VENDOR
 2021-01-28 16:43 UTC 

[Buildroot] [git commit] package/xapian: add CPE variables
 2021-01-28 16:43 UTC 

[Intel-gfx] [PATCH 01/41] drm/i915/selftests: Check for engine-reset errors in the middle of workarounds
 2021-01-28 16:42 UTC  (5+ messages)
` [Intel-gfx] [PATCH 20/41] drm/i915: Replace priolist rbtree with a skiplist

[RFC PATCH v2 1/2] block: bsg: resume platform device before accessing
 2021-01-28 16:39 UTC  (4+ messages)
` [RFC PATCH v2 2/2] scsi: ufs: Fix deadlock while suspending ufs host

[Intel-gfx] [PATCH CI 1/3] drm/i915: Nuke not needed members of dram_info
 2021-01-28 16:43 UTC  (3+ messages)
` [Intel-gfx] [PATCH CI 2/3] drm/i915/gen11+: Only load DRAM information from pcode
` [Intel-gfx] [PATCH CI 3/3] drm/i915: Rename is_16gb_dimm to wm_lv_0_adjust_needed

[PATCH v6 00/11] hvf: Implement Apple Silicon Support
 2021-01-28 16:40 UTC  (5+ messages)
` [PATCH v6 09/11] arm/hvf: Add a WFI handler
` [PATCH v6 10/11] hvf: arm: Add support for GICv3

[PATCH] misc network patches with Dominick's changes*2
 2021-01-28 16:33 UTC  (2+ messages)

[PATCH 00/23] TCI fixes and cleanups
 2021-01-28 16:39 UTC  (16+ messages)
` [PATCH 13/23] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
` [PATCH 14/23] tcg/tci: Merge INDEX_op_ld16s_{i32,i64}
` [PATCH 15/23] tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
` [PATCH 16/23] tcg/tci: Merge INDEX_op_st8_{i32,i64}
` [PATCH 17/23] tcg/tci: Merge INDEX_op_st16_{i32,i64}
` [PATCH 18/23] tcg/tci: Move stack bounds check to compile-time
` [PATCH 19/23] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}

[PATCH 1/5] drm/i915: Skip vswing programming for TBT
 2021-01-28 16:41 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/5] "

[PATCH] misc services patches with changes Dominick and Chris wanted
 2021-01-28 15:50 UTC  (2+ messages)

[PATCH] misc kernel and system patches with Dominick's changes
 2021-01-28 16:18 UTC  (2+ messages)

[PATCH] iwlwifi: mvm: remove redundant initialization of variable phy_id
 2021-01-28 16:39 UTC 

[PATCH] kernfs: Remove redundant code
 2021-01-28 16:39 UTC  (2+ messages)

[ANNOUNCE] Git Rev News edition 71
 2021-01-28 16:39 UTC 

[PATCH v4 0/6] Add support for ECDSA image signing (with test)
 2021-01-28 16:40 UTC  (2+ messages)

[pull request][net-next 00/14] mlx5 devlink trap support
 2021-01-28 16:38 UTC  (5+ messages)
` [net-next 01/14] devlink: Add DMAC filter generic packet trap

[PATCH net-next] net: dsa: hellcreek: Add missing TAPRIO dependency
 2021-01-28 16:37 UTC  (2+ messages)

[printk] b031a684bf: INFO:rcu_tasks_detected_stalls_on_tasks
 2021-01-28 16:36 UTC  (10+ messages)

[PATCH 1/7] ncurses: Don't put terminfo into the sysroot
 2021-01-28 16:38 UTC  (3+ messages)
` [OE-core] "

[PATCH] drm/msm/kms: Make a lock_class_key for each crtc mutex
 2021-01-28 16:39 UTC  (3+ messages)

linux-next: Tree for Jan 28
 2021-01-28 16:35 UTC  (3+ messages)
` linux-next: Tree for Jan 28 [drivers/net/dsa/hirschmann/hellcreek_sw]

[PATCH 0/3] resolve read hystersis return invalid argument issue for hid sensors
 2021-01-28 16:35 UTC  (5+ messages)
` [PATCH 2/3] hid-sensor-common: Add relative sensitivity check

[PATCH v2 1/2] Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk
 2021-01-28 16:33 UTC  (2+ messages)
` [PATCH v2 2/2] Bluetooth: hci_h5: Disable the hci_suspend_notifier for btrtl devices

[PATCH v5] x86/sgx: Fix use-after-free in sgx_mmu_notifier_release()
 2021-01-28 16:33 UTC  (2+ messages)

[RFC PATCH v3 00/13] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-28 16:32 UTC  (4+ messages)
` [RFC PATCH v3 02/13] af_vsock: prepare 'vsock_connectible_recvmsg()'

[PATCH] spice: delay starting until display are initialized
 2021-01-28 16:34 UTC  (9+ messages)

[PATCH v12 0/8] drm/mediatek: add support for mediatek SOC MT8183
 2021-01-28 16:33 UTC  (11+ messages)
` [PATCH v12 1/8] arm64: dts: mt8183: rename rdma fifo size
` [PATCH v12 2/8] arm64: dts: mt8183: refine gamma compatible name

[Buildroot] [PATCH] package/uboot-tools: drop redundant parentheses
 2021-01-28 16:34 UTC  (2+ messages)

Fwd: VirtioSound device emulation implementation
 2021-01-28 16:30 UTC  (11+ messages)

[PATCH 00/30] test: Refactor tests to have a single test runner
 2021-01-28 16:33 UTC  (5+ messages)
` [PATCH 02/30] doc: Document make tcheck
` [PATCH 05/30] doc: Document how sandbox_spl_tests are run

[PATCH] kvfree_rcu: Release page cache under memory pressure
 2021-01-28 16:31 UTC  (2+ messages)

[PATCH] bitbake: Don't treat mc recipe (Midnight Commander) as a multiconfig target
 2021-01-28 16:34 UTC  (3+ messages)
` [OE-core] "

[PATCH] hw/intc/arm_gic: Allow to use QTest without crashing
 2021-01-28 16:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/poppler: add boost optional dependency
 2021-01-28 16:32 UTC  (2+ messages)

[PATCH v14 00/22] i386 cleanup PART 2
 2021-01-28 16:29 UTC  (6+ messages)
` [PATCH v14 18/22] accel: introduce AccelCPUClass extending CPUClass

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-01-28 16:29 UTC  (10+ messages)

[Buildroot] [git commit] package/uboot-tools: drop redundant parentheses
 2021-01-28 16:31 UTC 

[PATCH v2 00/14] KVM: SVM: Misc SEV cleanups
 2021-01-28 16:29 UTC  (4+ messages)
` [PATCH v2 14/14] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[PATCH] hrtimer: Interrupt storm on clock_settime
 2021-01-28 14:02 UTC 

[Buildroot] [git commit branch/2020.02.x] package/poppler: add boost optional dependency
 2021-01-28 16:28 UTC 

[PATCH v1 1/7] command sf: help text format
 2021-01-28 16:28 UTC  (6+ messages)
` [PATCH v1 3/7] SST26* locking: need to enable write
` [PATCH v1 4/7] write WPEN bit for SST26* devices when locking
` [PATCH v1 5/7] sf protect (un)lock for SST26*: test BPR values
` [PATCH v1 6/7] fix sst26_process_bpr check
` [PATCH v1 7/7] provide "sf protect check" command

[Buildroot] [git commit branch/2020.11.x] package/poppler: add boost optional dependency
 2021-01-28 16:28 UTC 

module loader dead code removal and cleanusp
 2021-01-28 16:24 UTC  (7+ messages)
` [PATCH 03/13] livepatch: refactor klp_init_object

[PATCH] rebase -i: do leave commit message intact in fixup! chains
 2021-01-28 16:24 UTC  (4+ messages)
` [PATCH v2] "

depmod test fails when zstd not available
 2021-01-28 16:25 UTC  (3+ messages)

[PATCH 0/3] Speed up remove_redundant()
 2021-01-28 16:24 UTC  (4+ messages)
` [PATCH 1/3] commit-reach: use one walk in remove_redundant()
` [PATCH 2/3] commit-reach: move compare_commits_by_gen
` [PATCH 3/3] commit-reach: use heuristic in remove_redundant()

[PATCH 0/3] spapr, spapr_numa: fix max-associativity-domains
 2021-01-28 16:21 UTC  (3+ messages)
` [PATCH 3/3] spapr_numa.c: fix ibm, max-associativity-domains calculation
  ` [PATCH 3/3] spapr_numa.c: fix ibm,max-associativity-domains calculation

[PATCH] env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE
 2021-01-28 16:25 UTC  (3+ messages)

[freescale-fslc:pr/78 181/3687] drivers/phy/phy-mixel-lvds-combo.c:227:53: error: use of undeclared identifier 'SZ_256'
 2021-01-28 16:25 UTC 

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-28 16:23 UTC  (14+ messages)
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH] MAINTAINERS: suggest myself as co-maintainer for Block Jobs
 2021-01-28 16:22 UTC  (2+ messages)

[PATCH v3 0/2] J7200: Add support for higher speed modes in MMCSD subsystems
 2021-01-28 16:21 UTC  (7+ messages)
` [PATCH v3 1/2] dts: ti: k3-j7200-main: Add support for zeroth instance of GPIO subsystem

[PATCH] libertas: remove redundant initialization of variable ret
 2021-01-28 16:22 UTC 

[dm-devel] [QUESTION] multipathd crash when stopping
 2021-01-28 16:18 UTC  (6+ messages)

[PATCH net-next] net: proc: speedup /proc/net/netstat
 2021-01-28 16:21 UTC 

[PATCH v2] f2fs: fix to keep isolation of atomic write
 2021-01-28 16:21 UTC  (7+ messages)
          ` [f2fs-dev] "

[PATCH v5 0/3] Add support for Boundary Nitrogen8M Mini SBC
 2021-01-28 16:18 UTC  (3+ messages)
` [PATCH v5 2/3] arm64: dts: imx: Add i.mx8mm nitrogen8mm basic dts support


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.