All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-11 22:01:51 to 2021-05-11 23:03:41 UTC [more...]

[PATCH v4 00/13] virtio-gpu: Add support for Blob resources feature (v4)
 2021-05-11 22:47 UTC  (8+ messages)
` [PATCH v4 01/13] ui: Get the fd associated with udmabuf driver
` [PATCH v4 02/13] headers: Add udmabuf.h
` [PATCH v4 03/13] virtio-gpu: Add udmabuf helpers
` [PATCH v4 04/13] virtio-gpu: Add virtio_gpu_find_check_resource
` [PATCH v4 10/13] virtio-gpu: Add helpers to create and destroy dmabuf objects
` [PATCH v4 12/13] virtio-gpu: Add virtio_gpu_set_scanout_blob
` [PATCH v4 13/13] virtio-gpu: Update cursor data using blob

[PATCH tip/core/rcu 0/10] No-CBs CPU updates for v5.14
 2021-05-11 23:03 UTC  (6+ messages)
` [PATCH tip/core/rcu 01/10] rcu/nocb: Use the rcuog CPU's ->nocb_timer
` [PATCH tip/core/rcu 02/10] timer: Revert "timer: Add timer_curr_running()"
` [PATCH tip/core/rcu 03/10] rcu/nocb: Directly call __wake_nocb_gp() from bypass timer
` [PATCH tip/core/rcu 04/10] rcu/nocb: Allow de-offloading rdp leader
` [PATCH tip/core/rcu 05/10] rcu/nocb: Cancel nocb_timer upon nocb_gp wakeup

[PATCH v4 bpf-next 00/22] bpf: syscall program, FD array, loader program, light skeleton
 2021-05-11 23:02 UTC  (18+ messages)
` [PATCH v4 bpf-next 02/22] bpf: Introduce bpfptr_t user/kernel pointer
` [PATCH v4 bpf-next 03/22] bpf: Prepare bpf syscall to be used from kernel and user space
` [PATCH v4 bpf-next 05/22] selftests/bpf: Test for syscall program type
` [PATCH v4 bpf-next 06/22] bpf: Make btf_load command to be bpfptr_t compatible
` [PATCH v4 bpf-next 07/22] selftests/bpf: Test for btf_load command
` [PATCH v4 bpf-next 08/22] bpf: Introduce fd_idx
` [PATCH v4 bpf-next 09/22] libbpf: Support for fd_idx
` [PATCH v4 bpf-next 10/22] bpf: Add bpf_btf_find_by_name_kind() helper

[PATCH v2 2/2] pci: Support "removable" attribute for PCI devices
 2021-05-11 23:02 UTC  (4+ messages)

[dpdk-dev] [PATCH 1/2] net/ark: fix bug introduced during thread name addition
 2021-05-11 23:01 UTC  (4+ messages)

[PATCH] remote-curl: fix clone on sha256 repos
 2021-05-11 23:01 UTC  (2+ messages)

[PATCH V5 net] net: stmmac: Fix MAC WoL not working if PHY does not support WoL
 2021-05-11 23:00 UTC  (2+ messages)

[PATCH v2] net: phy: add driver for Motorcomm yt8511 phy
 2021-05-11 22:59 UTC  (2+ messages)

[PATCH RFCv2 00/15] xen/arm: mm: Remove open-coding mappings
 2021-05-11 22:58 UTC  (13+ messages)
` [PATCH RFCv2 01/15] xen/arm: lpae: Rename LPAE_ENTRIES_MASK_GS to LPAE_ENTRY_MASK_GS
` [PATCH RFCv2 02/15] xen/arm: lpae: Use the generic helpers to defined the Xen PT helpers
` [PATCH RFCv2 03/15] xen/arm: p2m: Replace level_{orders, masks} arrays with LEVEL_{ORDER, MASK}
` [PATCH RFCv2 04/15] xen/arm: mm: Allow other mapping size in xen_pt_update_entry()
` [PATCH RFCv2 05/15] xen/arm: mm: Avoid flushing the TLBs when mapping are inserted
` [PATCH RFCv2 06/15] xen/arm: mm: Don't open-code Xen PT update in remove_early_mappings()

[PATCH tip/core/rcu 0/2] mem_dump_obj() updates for v5.14
 2021-05-11 22:58 UTC  (3+ messages)
` [PATCH tip/core/rcu 1/2] mm/slub: Fix backtrace of objects to handle redzone adjustment
` [PATCH tip/core/rcu 2/2] mm/slub: Add Support for free path information of an object

[PATCH 2/2] netdev: Pass a reason code with NETDEV_EVENT_DISCONNECT_BY_*
 2021-05-11 22:57 UTC  (3+ messages)

[PATCH] net: packetmmap: fix only tx timestamp on request
 2021-05-11 22:56 UTC  (8+ messages)

[PATCH] net: phy: add driver for Motorcomm yt8511 phy
 2021-05-11 22:56 UTC  (4+ messages)

Syntax for specifying a command in git config
 2021-05-11 22:56 UTC  (3+ messages)

[PATCH tip/core/rcu 0/7] kvfree_rcu() updates for v5.14
 2021-05-11 22:55 UTC  (8+ messages)
` [PATCH tip/core/rcu 1/7] kvfree_rcu: Release a page cache under memory pressure
` [PATCH tip/core/rcu 2/7] kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objs
` [PATCH tip/core/rcu 3/7] kvfree_rcu: Add a bulk-list check when a scheduler is run
` [PATCH tip/core/rcu 4/7] kvfree_rcu: Update "monitor_todo" once a batch is started
` [PATCH tip/core/rcu 5/7] kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variant
` [PATCH tip/core/rcu 6/7] kvfree_rcu: Fix comments according to current code
` [PATCH tip/core/rcu 7/7] kvfree_rcu: Refactor kfree_rcu_monitor()

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-05-11 22:52 UTC  (20+ messages)

[PATCH tip/core/rcu 0/19] Miscellaneous fixes for v5.14
 2021-05-11 22:53 UTC  (20+ messages)
` [PATCH tip/core/rcu 01/19] rcu: Fix typo in comment: kthead -> kthread
` [PATCH tip/core/rcu 02/19] rcu: Remove the unused rcu_irq_exit_preempt() function
` [PATCH tip/core/rcu 03/19] rcu: Improve tree.c comments and add code cleanups
` [PATCH tip/core/rcu 04/19] rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
` [PATCH tip/core/rcu 05/19] rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() output
` [PATCH tip/core/rcu 06/19] rcu: Add ->gp_max "
` [PATCH tip/core/rcu 07/19] lockdep: Explicitly flag likely false-positive report
` [PATCH tip/core/rcu 08/19] rcu: Reject RCU_LOCKDEP_WARN() false positives
` [PATCH tip/core/rcu 09/19] rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() output
` [PATCH tip/core/rcu 10/19] rcu: Make RCU priority boosting work on single-CPU rcu_node structures
` [PATCH tip/core/rcu 11/19] rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GP
` [PATCH tip/core/rcu 12/19] rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUs
` [PATCH tip/core/rcu 13/19] rcu: Make rcu_gp_cleanup() be noinline for tracing
` [PATCH tip/core/rcu 14/19] rcu: Point to documentation of ordering guarantees
` [PATCH tip/core/rcu 15/19] rcu: Create an unrcu_pointer() to remove __rcu from a pointer
` [PATCH tip/core/rcu 16/19] sched/isolation: reconcile rcu_nocbs= and nohz_full=
` [PATCH tip/core/rcu 17/19] rcu: Improve comments describing RCU read-side critical sections
` [PATCH tip/core/rcu 18/19] rcu: Remove obsolete rcu_read_unlock() deadlock commentary
` [PATCH tip/core/rcu 19/19] rcu: Add missing __releases() annotation

[PATCH v10 0/5] USB: misc: Add onboard_usb_hub driver
 2021-05-11 22:52 UTC  (6+ messages)
` [PATCH v10 1/5] dt-bindings: usb: Add binding for Realtek RTS5411 hub controller
` [PATCH v10 2/5] USB: misc: Add onboard_usb_hub driver
` [PATCH v10 3/5] of/platform: Add stubs for of_platform_device_create/destroy()
` [PATCH v10 4/5] usb: host: xhci-plat: Create platform device for onboard hubs in probe()
` [PATCH v10 5/5] arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub

stable/linux-5.10.y baseline: 177 runs, 1 regressions (v5.10.36)
 2021-05-11 22:52 UTC 

[syzbot] KASAN: out-of-bounds Read in i801_isr
 2021-05-11 22:52 UTC 

[PATCH] can: isotp: prevent race between isotp_bind and isotp_setsockopt
 2021-05-11 22:52 UTC 

Project
 2021-05-11 22:51 UTC  (2+ messages)

[PATCHv4 00/26] J72xx: HSM rearch support series
 2021-05-11 22:44 UTC  (5+ messages)
  ` [PATCHv4 14/26] power: domain: Introduce driver for raw TI K3 PDs
  ` [PATCHv4 15/26] cmd: ti: pd: Add debug command for K3 power domains

[PATCH tip/core/rcu 0/3] Documentation updates for v5.14
 2021-05-11 22:44 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] doc: Fix statement of RCU's memory-ordering requirements
` [PATCH tip/core/rcu 2/3] doc: Fix diagram references in memory-ordering document
` [PATCH tip/core/rcu 3/3] tools/rcu: Add drgn script to dump number of RCU callbacks

[PATCH v3 00/20] virtio-gpu: Add support for Blob resources
 2021-05-11 22:42 UTC  (4+ messages)
` [PATCH v3 12/20] virtio-gpu: Add virtio_gpu_set_scanout_blob

[PATCH v2 0/8] Directory traversal fixes
 2021-05-11 22:43 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/8] [RFC] ls-files: error out on -i unless -o or -c are specified
  ` [PATCH v3 4/8] t7300: add testcase showing unnecessary traversal into ignored directory

[sched/fair] 80cb403876: stress-ng.sockabuse.ops_per_sec -81.3% regression
 2021-05-11 22:43 UTC  (2+ messages)

[PATCH tip/core/rcu 0/2] Add "all" to bitmap ranges
 2021-05-11 22:41 UTC  (3+ messages)
` [PATCH tip/core/rcu 1/2] bitmap_parse: Support 'all' semantics
` [PATCH tip/core/rcu 2/2] rcu/tree_plugin: Don't handle the case of 'all' CPU range

[mm] 09bc0443e9: will-it-scale.per_thread_ops -7.2% regression
 2021-05-11 22:41 UTC  (2+ messages)

[PATCH v2 net] mptcp: fix data stream corruption
 2021-05-11 22:40 UTC  (2+ messages)

[BlueZ PATCH v2 1/2] config: Show error if rst2man not found when manpages are enabled
 2021-05-11 22:40 UTC  (3+ messages)
` [BlueZ,v2,1/2] "

[PATCH net] mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer
 2021-05-11 22:39 UTC  (2+ messages)

Sphinx and the :any: role
 2021-05-11 22:34 UTC  (2+ messages)

[dpdk-dev] [PATCH] examples/rxtx_callbacks: fix port ID format specifier
 2021-05-11 22:34 UTC  (5+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH] Signed-off-by: wenhuizhang <wenhui@gwmail.gwu.edu>
 2021-05-11 22:34 UTC  (2+ messages)
` [PATCH] Deadstore detected by Lukas Bulwahn's CodeChecker Tool (ELISA group)

[PATCH v2 00/50] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-11 22:34 UTC  (4+ messages)
` [PATCH v2 16/50] image: Add Kconfig options for FIT in the host build

+ powerpc-mm-enable-move-pmd-pud.patch added to -mm tree
 2021-05-11 22:34 UTC 

[v3 0/2] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-05-11 22:33 UTC  (9+ messages)
` [v3 1/2] dt-bindings: backlight: add DisplayPort aux backlight

[RFC PATCH 0/3] Folio migration
 2021-05-11 22:32 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/migrate: Add folio_migrate_mapping

+ ocfs2-remove-unnecessary-init_list_head.patch added to -mm tree
 2021-05-11 22:32 UTC 

[PATCH] net: mac80211: fix hard-coding of length check on skb->len in ieee80211_scan_rx()
 2021-05-11 22:29 UTC  (2+ messages)

[PATCH] doc: use asciidoctor to build man pages directly
 2021-05-11 22:27 UTC 

linux-next: Fixes tag needs some work in the spi tree
 2021-05-11 22:24 UTC 

Userspace notifications for observing userfaultfd faults
 2021-05-11 22:24 UTC  (4+ messages)

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-11 22:06 UTC  (22+ messages)
` [PATCH v2 01/21] qapi/parser: Don't try to handle file errors
` [PATCH v2 02/21] qapi: Add test for nonexistent schema file
` [PATCH v2 03/21] qapi/source: Remove line number from QAPISourceInfo initializer
` [PATCH v2 04/21] qapi/parser: factor parsing routine into method
` [PATCH v2 05/21] qapi/parser: Assert lexer value is a string
` [PATCH v2 06/21] qapi/parser: enforce all top-level expressions must be dict in _parse()
` [PATCH v2 07/21] qapi/parser: assert object keys are strings
` [PATCH v2 08/21] qapi/parser: Use @staticmethod where appropriate
` [PATCH v2 09/21] qapi: add must_match helper
` [PATCH v2 10/21] qapi/parser: Fix token membership tests when token can be None
` [PATCH v2 11/21] qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard
` [PATCH v2 12/21] qapi/parser: add type hint annotations
` [PATCH v2 13/21] qapi/parser: Remove superfluous list comprehension
` [PATCH v2 14/21] qapi/parser: allow 'ch' variable name
` [PATCH v2 15/21] qapi/parser: add docstrings
` [PATCH v2 16/21] CHECKPOINT
` [PATCH v2 17/21] qapi: [WIP] Rip QAPIDoc out of parser.py
` [PATCH v2 18/21] qapi: [WIP] Add type ignores for qapidoc.py
` [PATCH v2 19/21] qapi: [WIP] Import QAPIDoc from qapidoc Signed-off-by: John Snow <jsnow@redhat.com>
` [PATCH v2 20/21] qapi: [WIP] Add QAPIDocError
` [PATCH v2 21/21] qapi: [WIP] Enable linters on parser.py

mmotm 2021-05-10-21-46 uploaded
 2021-05-11 22:22 UTC  (4+ messages)
` mmotm 2021-05-10-21-46 uploaded (mm/*)

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-11 22:19 UTC  (4+ messages)
` [PATCH v5 9/9] powerpc/mm: Enable move pmd/pud

[PATCH 04/11] ap: Add subnet address selection logic
 2021-05-11 22:20 UTC  (2+ messages)

[PATCH v3] git-send-email: use ! to indicate relative path to command
 2021-05-11 22:19 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the amdgpu tree
 2021-05-11 22:19 UTC 

[PATCH v3] git-send-email: use ! to indicate relative path to command
 2021-05-11 22:18 UTC  (4+ messages)
` [PATCH v4] "

linux-next: Fixes tag needs some work in the amdgpu tree
 2021-05-11 22:17 UTC 

[PATCH] netlink: netlink_sendmsg: memset unused tail bytes in skb
 2021-05-11 22:17 UTC  (3+ messages)

+ mm-mremap-allow-arch-runtime-override.patch added to -mm tree
 2021-05-11 22:17 UTC 

+ mm-mremap-move-tlb-flush-outside-page-table-lock.patch added to -mm tree
 2021-05-11 22:17 UTC 

+ mm-mremap-use-range-flush-that-does-tlb-and-page-walk-cache-flush.patch added to -mm tree
 2021-05-11 22:17 UTC 

+ powerpc-mm-book3s64-update-tlb-flush-routines-to-take-a-page-walk-cache-flush-argument.patch added to -mm tree
 2021-05-11 22:16 UTC 

+ powerpc-mm-book3s64-fix-possible-build-error.patch added to -mm tree
 2021-05-11 22:16 UTC 

+ mm-mremap-use-pmd-pud_poplulate-to-update-page-table-entries.patch added to -mm tree
 2021-05-11 22:16 UTC 

+ selftest-mremap_test-avoid-crash-with-static-build.patch added to -mm tree
 2021-05-11 22:16 UTC 

+ selftest-mremap_test-update-the-test-to-handle-pagesize-other-than-4k.patch added to -mm tree
 2021-05-11 22:16 UTC 

[dpdk-dev] [PATCH 1/2] net/mlx5: fix tunnel offload private items location
 2021-05-11 22:16 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] "

one error down maybe two to go
 2021-05-11 22:16 UTC 

[Intel-gfx] [RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-11 22:11 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH 20/97] drm/i915/guc: Introduce unified HXG messages
      `  "

[PATCH v6 00/11] evm: Improve usability of portable signatures
 2021-05-11 22:12 UTC  (3+ messages)
` [PATCH v6 10/11] ima: Introduce template field evmsig and write to field sig as fallback

[PATCH v10 00/33] Memory folios
 2021-05-11 21:47 UTC  (16+ messages)
` [PATCH v10 19/33] mm/filemap: Add folio_lock
` [PATCH v10 20/33] mm/filemap: Add folio_lock_killable
` [PATCH v10 21/33] mm/filemap: Add __folio_lock_async
` [PATCH v10 22/33] mm/filemap: Add __folio_lock_or_retry
` [PATCH v10 23/33] mm/filemap: Add folio_wait_locked
` [PATCH v10 24/33] mm/swap: Add folio_rotate_reclaimable
` [PATCH v10 25/33] mm/filemap: Add folio_end_writeback
` [PATCH v10 26/33] mm/writeback: Add folio_wait_writeback
` [PATCH v10 27/33] mm/writeback: Add folio_wait_stable
` [PATCH v10 28/33] mm/filemap: Add folio_wait_bit
` [PATCH v10 29/33] mm/filemap: Add folio_wake_bit
` [PATCH v10 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v10 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v10 32/33] fs/netfs: Add folio fscache functions
` [PATCH v10 33/33] mm: Add folio_mapped

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-11 22:10 UTC  (3+ messages)

[linux-5.4 test] 161905: trouble: blocked/broken/fail/pass
 2021-05-11 22:10 UTC 

[kvm-unit-tests PATCH] x86: Convert vmx_tests.c comments to ASCII
 2021-05-11 22:09 UTC 

[PATCH] Revert "mmc: sdhci: set to INT_DATA_END when there are data"
 2021-05-11 22:09 UTC  (9+ messages)

mtools bitbake failure
 2021-05-11 22:07 UTC  (2+ messages)

efivarfs fails with `No such device` when EFI runtime is missing
 2021-05-11 22:06 UTC  (3+ messages)

[PATCH v2] lib/test: convert test_overflow.c to use KUnit
 2021-05-11 22:05 UTC 

+ mm-huge_memoryc-dont-discard-hugepage-if-other-processes-are-mapping-it.patch added to -mm tree
 2021-05-11 22:05 UTC 

+ mm-huge_memoryc-remove-unnecessary-tlb_remove_page_size-for-huge-zero-pmd.patch added to -mm tree
 2021-05-11 22:05 UTC 

+ mm-huge_memoryc-add-missing-read-only-thp-checking-in-transparent_hugepage_enabled.patch added to -mm tree
 2021-05-11 22:05 UTC 

+ mm-huge_memoryc-use-page-deferred_list.patch added to -mm tree
 2021-05-11 22:05 UTC 

+ mm-huge_memoryc-remove-dedicated-macro-hpage_cache_index_mask.patch added to -mm tree
 2021-05-11 22:05 UTC 

latency test crashing
 2021-05-11 22:04 UTC 

[PATCH] pwm: sun4i: Avoid waiting until the next period
 2021-05-11 22:00 UTC 

[RFC 00/22] xfs: initial agnumber -> perag conversions for shrink
 2021-05-11 22:02 UTC  (4+ messages)
` [PATCH 16/22] xfs: remove agno from btree cursor


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.