All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-15 03:12:42 to 2021-07-15 04:37:07 UTC [more...]

[PATCH 0/2] r8152: Fix a couple of PM problems
 2021-07-15  4:36 UTC  (3+ messages)

[PATCH v14 000/138] Memory folios
 2021-07-15  3:36 UTC  (74+ messages)
` [PATCH v14 001/138] mm: Convert get_page_unless_zero() to return bool
` [PATCH v14 002/138] mm: Introduce struct folio
` [PATCH v14 003/138] mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
` [PATCH v14 004/138] mm/vmstat: Add functions to account folio statistics
` [PATCH v14 005/138] mm/debug: Add VM_BUG_ON_FOLIO() and VM_WARN_ON_ONCE_FOLIO()
` [PATCH v14 006/138] mm: Add folio reference count functions
` [PATCH v14 007/138] mm: Add folio_put()
` [PATCH v14 008/138] mm: Add folio_get()
` [PATCH v14 009/138] mm: Add folio_try_get_rcu()
` [PATCH v14 010/138] mm: Add folio flag manipulation functions
` [PATCH v14 011/138] mm/lru: Add folio LRU functions
` [PATCH v14 012/138] mm: Handle per-folio private data
` [PATCH v14 013/138] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
` [PATCH v14 014/138] mm/filemap: Add folio_next_index()
` [PATCH v14 015/138] mm/filemap: Add folio_pos() and folio_file_pos()
` [PATCH v14 016/138] mm/util: Add folio_mapping() and folio_file_mapping()
` [PATCH v14 017/138] mm/filemap: Add folio_unlock()
` [PATCH v14 018/138] mm/filemap: Add folio_lock()
` [PATCH v14 019/138] mm/filemap: Add folio_lock_killable()
` [PATCH v14 020/138] mm/filemap: Add __folio_lock_async()
` [PATCH v14 021/138] mm/filemap: Add folio_wait_locked()
` [PATCH v14 022/138] mm/filemap: Add __folio_lock_or_retry()
` [PATCH v14 023/138] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v14 024/138] mm/filemap: Add folio_end_writeback()
` [PATCH v14 025/138] mm/writeback: Add folio_wait_writeback()
` [PATCH v14 026/138] mm/writeback: Add folio_wait_stable()
` [PATCH v14 027/138] mm/filemap: Add folio_wait_bit()
` [PATCH v14 028/138] mm/filemap: Add folio_wake_bit()
` [PATCH v14 029/138] mm/filemap: Convert page wait queues to be folios
` [PATCH v14 030/138] mm/filemap: Add folio private_2 functions
` [PATCH v14 031/138] fs/netfs: Add folio fscache functions
` [PATCH v14 032/138] mm: Add folio_mapped()
` [PATCH v14 033/138] mm: Add folio_nid()
` [PATCH v14 034/138] mm/memcg: Remove 'page' parameter to mem_cgroup_charge_statistics()
` [PATCH v14 035/138] mm/memcg: Use the node id in mem_cgroup_update_tree()
` [PATCH v14 036/138] mm/memcg: Remove soft_limit_tree_node()
` [PATCH v14 037/138] mm/memcg: Convert memcg_check_events to take a node ID
` [PATCH v14 038/138] mm/memcg: Add folio_memcg() and related functions
` [PATCH v14 039/138] mm/memcg: Convert commit_charge() to take a folio
` [PATCH v14 040/138] mm/memcg: Convert mem_cgroup_charge() "
` [PATCH v14 041/138] mm/memcg: Convert uncharge_page() to uncharge_folio()
` [PATCH v14 042/138] mm/memcg: Convert mem_cgroup_uncharge() to take a folio
` [PATCH v14 043/138] mm/memcg: Convert mem_cgroup_migrate() to take folios
` [PATCH v14 044/138] mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folio
` [PATCH v14 045/138] mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()
` [PATCH v14 046/138] mm/memcg: Convert mem_cgroup_move_account() to use a folio
` [PATCH v14 047/138] mm/memcg: Add folio_lruvec()
` [PATCH v14 048/138] mm/memcg: Add folio_lruvec_lock() and similar functions
` [PATCH v14 049/138] mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
` [PATCH v14 050/138] mm/workingset: Convert workingset_activation to take a folio
` [PATCH v14 051/138] mm: Add folio_pfn()
` [PATCH v14 052/138] mm: Add folio_raw_mapping()
` [PATCH v14 053/138] mm: Add flush_dcache_folio()
` [PATCH v14 054/138] mm: Add kmap_local_folio()
` [PATCH v14 055/138] mm: Add arch_make_folio_accessible()
` [PATCH v14 056/138] mm: Add folio_young and folio_idle
` [PATCH v14 057/138] mm/swap: Add folio_activate()
` [PATCH v14 058/138] mm/swap: Add folio_mark_accessed()
` [PATCH v14 059/138] mm/rmap: Add folio_mkclean()
` [PATCH v14 060/138] mm/migrate: Add folio_migrate_mapping()
` [PATCH v14 061/138] mm/migrate: Add folio_migrate_flags()
` [PATCH v14 062/138] mm/migrate: Add folio_migrate_copy()
` [PATCH v14 063/138] mm/writeback: Rename __add_wb_stat() to wb_stat_mod()
` [PATCH v14 064/138] flex_proportions: Allow N events instead of 1
` [PATCH v14 065/138] mm/writeback: Change __wb_writeout_inc() to __wb_writeout_add()
` [PATCH v14 066/138] mm/writeback: Add __folio_end_writeback()
` [PATCH v14 067/138] mm/writeback: Add folio_start_writeback()
` [PATCH v14 068/138] mm/writeback: Add folio_mark_dirty()
` [PATCH v14 069/138] mm/writeback: Add __folio_mark_dirty()
` [PATCH v14 070/138] mm/writeback: Convert tracing writeback_page_template to folios
` [PATCH v14 071/138] mm/writeback: Add filemap_dirty_folio()
` [PATCH v14 072/138] mm/writeback: Add folio_account_cleaned()
` [PATCH v14 074/138] mm/writeback: Add folio_clear_dirty_for_io()

[PATCH v2] net: ipv6: remove unused local variable
 2021-07-15  4:20 UTC 

[Bug 1924914] [NEW] Running sway in a QEMU VM results in a GPU hang of the guest (virtio-gpu driver)
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1924914] "

[Bug 1924987] [NEW] Storage | Two decimal digits precision
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1924987] "

[Bug 1925094] [NEW] DISCARD support for Crypto Block Devices
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1925094] "

[Bug 1920934] [NEW] Heap-use-after-free in io_writex / cputlb.c results in Linux kernel crashes
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1920934] "

[Bug 1926202] [NEW] qemu-user can't run some ppc binaries
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1926202] "

[Bug 1925109] [NEW] usbredirparser: bulk transfer length exceeds limits
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1925109] "

[tegra-drm:drm/tegra/for-next 9/14] drivers/gpu/drm/tegra/uapi.c:278:5: warning: no previous prototype for function 'tegra_drm_ioctl_gem_create'
 2021-07-15  4:28 UTC  (3+ messages)

[Bug 1925966] [NEW] Win10 guest freezes randomly
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1925966] "

[Bug 1926596] [NEW] qemu-monitor-event command stukcs randomly
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1926596] Re: qemu-monitor-event command gets stuck randomly

[Bug 1922773] [NEW] RISCV32 illegal instruction exception
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1922773] "

[Bug 1926231] [NEW] SCSI passthrough of SATA cdrom -> errors & performance issues
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1926231] "

Fix: Please help to cherry-pick patch "bdi: Do not use freezable workqueue" to stable tree
 2021-07-15  4:28 UTC 

[Patch net-next v2] net_sched: introduce tracepoint trace_qdisc_enqueue()
 2021-07-15  4:28 UTC  (15+ messages)

incoming
 2021-07-15  4:27 UTC  (14+ messages)
` [patch 01/13] mm: move helper to check slub_debug_enabled
` [patch 02/13] kasan: add memzero init for unaligned size at DEBUG
` [patch 03/13] kasan: fix build by including kernel.h
` [patch 04/13] Revert "mm/page_alloc: make should_fail_alloc_page() static"
` [patch 05/13] mm/page_alloc: avoid page allocator recursion with pagesets.lock held
` [patch 06/13] mm/page_alloc: correct return value when failing at preparing
` [patch 07/13] mm/page_alloc: further fix __alloc_pages_bulk() return value
` [patch 08/13] mm: fix the try_to_unmap prototype for !CONFIG_MMU
` [patch 09/13] lib/test_hmm: remove set but unused page variable
` [patch 10/13] hfs: add missing clean-up in hfs_fill_super
` [patch 11/13] hfs: fix high memory mapping in hfs_bnode_read
` [patch 12/13] hfs: add lock nesting notation to hfs_find_init
` [patch 13/13] mm/hugetlb: fix refs calculation from unaligned @vaddr

[Bug 1926174] [NEW] Laggy and/or displaced mouse input on CloudReady (Chrome OS) VM
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1926174] "

[Bug 1926497] [NEW] dp83932 stops working after a short while
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1926497] "

[Bug 1926952] [NEW] SPICE support broken with 6.0
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1926952] "

[Bug 1926782] [NEW] configure script --extra-cflags not passed to config-meson.cross
 2021-07-15  4:17 UTC  (2+ messages)
` [Bug 1926782] "

[PATCH V2 00/18] vhost-vDPA multiqueue
 2021-07-15  4:24 UTC  (3+ messages)

[net-next 1/2] qdisc: add tracepoint qdisc:qdisc_enqueue for enqueued SKBs
 2021-07-15  4:24 UTC  (6+ messages)
` [net-next 2/2] qdisc: add tracepoint qdisc:qdisc_requeue for requeued SKBs

[dpdk-dev] [PATCH] net/bnxt: fix to clear cached value of stats in clear stats
 2021-07-15  4:23 UTC  (2+ messages)

[PATCH 0/2] net: Use nlmsg_{multicast, unicast} that contain if statement
 2021-07-15  4:21 UTC  (3+ messages)
` [PATCH 1/2] rtnetlink: use nlmsg_{multicast, unicast} instead of netlink_{broadcast,unicast}

[PULL V2 0/6] COLO-Proxy patches for 2021-06-25
 2021-07-15  4:20 UTC  (5+ messages)
` [PULL V2 3/6] hmp-commands: Add new HMP command for filter passthrough

[PATCH v2] btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items
 2021-07-15  4:19 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the drm-intel tree
 2021-07-15  4:18 UTC  (3+ messages)
` [Intel-gfx] "

5.13-rt1 + KVM = WARNING: at fs/eventfd.c:74 eventfd_signal()
 2021-07-15  4:14 UTC  (5+ messages)

[PATCH] drm/amdgpu: update golden setting for sienna_cichlid
 2021-07-15  4:13 UTC  (2+ messages)

stable-rc/linux-5.4.y baseline: 173 runs, 8 regressions (v5.4.132)
 2021-07-15  4:13 UTC 

[PATCH 0/8] Due to changes in hardware design, add patch to
 2021-07-15  4:09 UTC  (5+ messages)
` [PATCH 1/8] dt-bindings: i2c: update bindings for MT8195 SoC

modified BPF backend, a request for consideration
 2021-07-15  4:08 UTC 

[dpdk-dev] [PATCH v2] app/testpmd: fix testpmd doesn't show RSS hash offload
 2021-07-15 11:57 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "
  ` [dpdk-dev] [PATCH v4] "

[PATCH v9 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-07-15  4:03 UTC  (7+ messages)
` [PATCH v9 16/17] vduse: "

[RFC v4 0/7] PCI: hv: Support host bridge probing on ARM64
 2021-07-15  3:59 UTC  (5+ messages)
` [RFC v4 5/7] PCI: hv: Use pci_host_bridge::domain_nr for PCI domain
  ` [EXTERNAL] "

[PATCH] tracing: Do no reference char * as a string in histograms
 2021-07-15  4:02 UTC 

[PATCH 1/1 v2] skbuff: Fix a potential race while recycling page_pool packets
 2021-07-15  4:00 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/kms_dither: New IGT to validate crtc Dithering
 2021-07-15  4:00 UTC  (5+ messages)

[PATCH 00/24] rtw89: add Realtek 802.11ax driver
 2021-07-15  3:59 UTC  (5+ messages)
` [PATCH 14/24] rtw89: 8852a: add 8852a RFK files

[PATCH 0/5] coresight: TRBE and Self-Hosted trace fixes
 2021-07-15  3:54 UTC  (7+ messages)
` [PATCH 3/5] coresight: trbe: Keep TRBE disabled on overflow irq
` [PATCH 4/5] coresight: trbe: Move irq_work queue processing

[RFC v2] /dev/iommu uAPI proposal
 2021-07-15  3:55 UTC  (5+ messages)

Patch 'writeback, cgroup: release dying cgwbs by switching attached inodes' leads to kernel crash
 2021-07-15  3:51 UTC  (7+ messages)

[PATCH] RCU: Fix macro name CONFIG_TASKS_RCU_TRACE
 2021-07-15  3:51 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_plane_alpha_blend: Fix a check in is_6bpc function
 2021-07-15  3:50 UTC  (9+ messages)

[PATCH rfc v5 0/4] add frag page support in page pool
 2021-07-15  3:49 UTC  (5+ messages)
` [PATCH rfc v5 2/4] page_pool: add interface to manipulate frag count "

[PATCH 00/13] Provide core infrastructure for managing open/release
 2021-07-15  3:49 UTC  (3+ messages)
` [PATCH 02/13] vfio: Introduce a vfio_uninit_group_dev() API call

[PATCH bpf v2] bpf, sockmap, udp: sk_prot needs inuse_idx set for proc stats
 2021-07-15  3:48 UTC  (2+ messages)

linux-next: Tree for Jul 15
 2021-07-15  3:47 UTC 

[PATCH v2 2/6] KVM: stats: Support linear and logarithmic histogram statistics
 2021-07-15  3:46 UTC 

[MPTCP][PATCH v2 mptcp-next] Squash to "mptcp: fix ADD_ADDR and RM_ADDR maybe flush addr_signal each other"
 2021-07-15  3:45 UTC  (10+ messages)
` [MPTCP][PATCH v2 mptcp-next] Squash to "mptcp: build ADD_ADDR/echo-ADD_ADDR option according pm.add_signal"
` [MPTCP][PATCH mptcp-next] Squash to "mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORT"

cron job: media_tree daily build: ERRORS
 2021-07-15  3:44 UTC 

[PATCH 0/2] ALSA: compress: Cleanup and a potential fix
 2021-07-15  3:39 UTC  (2+ messages)

[PATCH] ndctl: Avoid confusing error message when operating on all the namespaces
 2021-07-15  3:39 UTC  (4+ messages)

drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c:#include "crypto/internal/rng.h":1: iwyu: warning: superfluous #include "crypto/internal/rng.h"
 2021-07-15  3:32 UTC 

[PATCH V2 00/46] imx: add i.MX8ULP support
 2021-07-15  3:29 UTC  (2+ messages)

stable-rc/queue/4.9 baseline: 129 runs, 4 regressions (v4.9.275-157-gc4d57648b4f5b)
 2021-07-15  3:24 UTC 

[PATCH v2] scsi: fdomain: Fix error return code in fdomain_probe()
 2021-07-15  3:26 UTC 

stable-rc/linux-4.14.y build: 193 builds: 0 failed, 193 passed, 64 warnings (v4.14.239)
 2021-07-15  3:23 UTC 

[tegra-drm:drm/tegra/for-next 1/14] drivers/gpu/host1x/fence.c:168:5: warning: no previous prototype for function 'host1x_fence_create_fd'
 2021-07-15  3:21 UTC  (3+ messages)

[syzbot] INFO: task hung in io_sq_thread_park (2)
 2021-07-15  3:19 UTC 

[PATCH] ANDROID: binderfs: add capabilities support
 2021-07-15  3:18 UTC  (4+ messages)
` [PATCH v2 1/3] binderfs: add support for feature files
  ` [PATCH v2 2/3] docs: binderfs: add section about "
  ` [PATCH v2 3/3] selftests/binderfs: add test for "

[PATCH RFC 00/13] Simplify the print format string with new '%pD'
 2021-07-15  3:15 UTC  (14+ messages)
` [PATCH RFC 01/13] s390/hmcdrv: remove the redundant directory path in format string
` [PATCH RFC 02/13] afs: Remove the number postfix of '%pD' "
` [PATCH RFC 03/13] fs: "
` [PATCH RFC 04/13] NFS: "
` [PATCH RFC 05/13] NFSD: "
` [PATCH RFC 06/13] ovl: remove "
` [PATCH RFC 07/13] iomap: simplify iomap_swapfile_fail() with '%pD' specifier
` [PATCH RFC 08/13] fs/coredump: simplify the printing with '%pD' and '%pd' specifier
` [PATCH RFC 09/13] mm/filemap: simplify the printing with '%pD' specifier
` [PATCH RFC 10/13] usb: gadget: "
` [PATCH RFC 11/13] md/bitmap: "
` [PATCH RFC 12/13] mm: simplify the printing with '%pd' specifier
` [PATCH RFC 13/13] ext4: simplify the printing with '%pD' specifier

stable-rc/queue/5.12 baseline: 178 runs, 7 regressions (v5.12.17-153-ga65b3f168efa)
 2021-07-15  3:16 UTC 

[PATCH 0/3] hugetlb: fix potential ref counting races
 2021-07-15  3:14 UTC  (6+ messages)
` [PATCH 3/3] hugetlb: before freeing hugetlb page set dtor to appropriate value
  ` [External] "

[Buildroot] [PATCH v2 1/3] package/nfs-utils: enable nfsv4/nfsv4.1 support
 2021-07-15  3:13 UTC  (3+ messages)
` [Buildroot] [PATCH v2 2/3] package/libtirpc: Add optional GSSAPI support
` [Buildroot] [PATCH v2 3/3] package/nfs-utils: Add optional GSS support

[PATCH v5 00/10] iio: afe: add temperature rescaling support
 2021-07-15  3:12 UTC  (11+ messages)
` [PATCH v5 01/10] iio: inkern: apply consumer scale on IIO_VAL_INT cases
` [PATCH v5 02/10] iio: inkern: apply consumer scale when no channel scale is available
` [PATCH v5 03/10] iio: inkern: make a best effort on offset calculation
` [PATCH v5 04/10] iio: afe: rescale: reduce risk of integer overflow
` [PATCH v5 05/10] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
` [PATCH v5 06/10] iio: afe: rescale: add offset support
` [PATCH v5 07/10] iio: afe: rescale: add RTD temperature sensor support
` [PATCH v5 08/10] iio: afe: rescale: add temperature transducers
` [PATCH v5 09/10] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
` [PATCH v5 10/10] dt-bindings: iio: afe: add bindings for temperature transducers


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.