All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-11 21:22:19 to 2021-05-11 22:22:44 UTC [more...]

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

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-11 22:06 UTC  (21+ 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 21/21] qapi: [WIP] Enable linters on parser.py

[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 

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

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

[PATCH RFCv2 00/15] xen/arm: mm: Remove open-coding mappings
 2021-05-11 22:12 UTC  (3+ messages)
` [PATCH RFCv2 01/15] xen/arm: lpae: Rename LPAE_ENTRIES_MASK_GS to LPAE_ENTRY_MASK_GS

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

[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  (34+ messages)
` [PATCH v10 01/33] mm: Introduce struct folio
` [PATCH v10 02/33] mm: Add folio_pgdat and folio_zone
` [PATCH v10 03/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v10 04/33] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v10 05/33] mm: Add folio reference count functions
` [PATCH v10 06/33] mm: Add folio_put
` [PATCH v10 07/33] mm: Add folio_get
` [PATCH v10 08/33] mm: Add folio_try_get_rcu
` [PATCH v10 09/33] mm: Add folio flag manipulation functions
` [PATCH v10 10/33] mm: Add folio_young and folio_idle
` [PATCH v10 11/33] mm: Handle per-folio private data
` [PATCH v10 12/33] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v10 13/33] mm/filemap: Add folio_next_index
` [PATCH v10 14/33] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v10 15/33] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v10 16/33] mm: Add folio_mapcount
` [PATCH v10 17/33] mm/memcg: Add folio wrappers for various functions
` [PATCH v10 18/33] mm/filemap: Add folio_unlock
` [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] net: packetmmap: fix only tx timestamp on request
 2021-05-11 22:11 UTC  (7+ messages)

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-11 22:10 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: i2c: mpc: Add fsl, i2c-erratum-a004447 flag
` [PATCH v3 2/4] powerpc/fsl: set fsl, i2c-erratum-a004447 flag for P2041 i2c controllers
` [PATCH v3 3/4] powerpc/fsl: set fsl, i2c-erratum-a004447 flag for P1010 "

[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  (5+ 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 

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

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

[PATCH] pwm: sun4i: Avoid waiting until the next period
 2021-05-11 22:00 UTC  (2+ messages)

[RFC 00/22] xfs: initial agnumber -> perag conversions for shrink
 2021-05-11 22:02 UTC  (13+ messages)
` [PATCH 04/22] xfs: make for_each_perag... a first class citizen
` [PATCH 11/22] xfs: add a perag to the btree cursor
` [PATCH 16/22] xfs: remove agno from "

Linux kernel: net/can/isotp: race condition leads to local privilege escalation
 2021-05-11 22:00 UTC 

+ mm-gup-pack-has_pinned-in-mmf_has_pinned-fix.patch added to -mm tree
 2021-05-11 22:00 UTC 

pull-request: bpf 2021-05-11
 2021-05-11 21:59 UTC 

+ slub-remove-resiliency_test-function.patch added to -mm tree
 2021-05-11 21:59 UTC 

+ mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality.patch added to -mm tree
 2021-05-11 21:59 UTC 

+ kunit-make-test-lock-irq-safe.patch added to -mm tree
 2021-05-11 21:59 UTC 

[PATCH v5 0/3] Use Doxygen and sphinx for html documentation
 2021-05-11 21:58 UTC  (6+ messages)
` [PATCH v5 3/3] docs/doxygen: doxygen documentation for grant_table.h

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

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

[dpdk-dev] [PATCH] net/enic: enable GENEVE offload via VNIC configuration
 2021-05-11 21:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1] "

❌ FAIL: Test report for kernel 5.11.20-rc2 (stable, 60118976)
 2021-05-11 21:52 UTC 

[GIT PULL][PATCH v11 0/4] Update to zstd-1.4.10
 2021-05-11 20:53 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v4 0/5] btrfs: support fsverity
 2021-05-11 21:52 UTC  (4+ messages)
` [PATCH v4 2/5] btrfs: initial fsverity support

linux-next: Fixes tag needs some work in the soundwire tree
 2021-05-11 21:51 UTC  (2+ messages)

[f2fs-dev] [PATCH v4] f2fs: compress: avoid unnecessary check in f2fs_prepare_compress_overwrite
 2021-05-11 21:50 UTC  (4+ messages)
  ` [f2fs-dev] 答复: "

[PATCH 0/4] Atomic addfd send and reply
 2021-05-11 21:50 UTC  (3+ messages)
` [PATCH 3/4] seccomp: Support atomic "addfd + send reply"

[PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()
 2021-05-11 21:48 UTC  (18+ messages)
` [Virtio-fs] "
` [PATCH 1/7] virtiofsd: Check for EINTR in preadv() and retry
  ` [Virtio-fs] "
` [PATCH 2/7] virtiofsd: Get rid of unreachable code in read
  ` [Virtio-fs] "
` [PATCH 3/7] virtiofsd: Use iov_discard_front() to skip bytes
  ` [Virtio-fs] "
` [PATCH 4/7] virtiofsd: get rid of in_sg_left variable
  ` [Virtio-fs] "
` [PATCH 5/7] virtiofsd: Simplify skip byte logic
  ` [Virtio-fs] "
` [PATCH 6/7] virtiofsd: Check EOF before short read
  ` [Virtio-fs] "
` [PATCH 7/7] virtiofsd: Set req->reply_sent right after sending reply
  ` [Virtio-fs] "

[PATCH v1 0/1] drm/dp_mst: Use kHz as link rate units when settig source max link caps at init
 2021-05-11 21:49 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v1,1/1] drm/dp_mst: Use kHz as link rate units when settig source max link caps at init (rev4)

[PATCH mvebu + mvebu/dt64 1/4] firmware: turris-mox-rwtm: fix reply status decoding function
 2021-05-11 21:46 UTC  (7+ messages)
` [PATCH v2 mvebu + mvebu/dt64 1/6] "

stable/linux-5.4.y baseline: 173 runs, 6 regressions (v5.4.118)
 2021-05-11 21:47 UTC 

[PATCH] f2fs: set file as cold when file defragmentation
 2021-05-11 21:47 UTC  (11+ messages)
              `  "
                  ` [f2fs-dev] "

Advice on delaying de-asserting PCIe reset
 2021-05-11 21:46 UTC  (2+ messages)

[PATCH 1/3] KVM: PPC: Book3S HV: exit halt polling on need_resched() as well
 2021-05-11 21:44 UTC  (3+ messages)
` [PATCH 2/3] KVM: X86: Bail out of direct yield in case of undercomitted scenarios

[f2fs-dev] [PATCH] f2fs: avoid swapon failure by giving a warning first
 2021-05-11 21:43 UTC  (2+ messages)
`  "

❌ FAIL: Test report for kernel 5.11.19 (stable-queue, beb6df0c)
 2021-05-11 21:43 UTC 

[PATCH V6] perf: Reset the dirty counter to prevent the leak for an RDPMC task
 2021-05-11 21:42 UTC  (6+ messages)

[PATCH 0/9] ASoC: SOF/Intel: fix and remove Sparse warnings
 2021-05-11 21:37 UTC  (10+ messages)
` [PATCH 1/9] ASoC: SOF: Intel: hda: fix index used in inner loop
` [PATCH 2/9] ASoC: Intel: sof_rt5682: shrink platform_id names below 20 characters
` [PATCH 3/9] ASoC: Intel: sof_cs42l42: shrink platform id "
` [PATCH 4/9] ASoC: Intel: bxt_da7219_max98357a: shrink platform_id "
` [PATCH 5/9] ASoC: Intel: glk_rt5682_max98357a: "
` [PATCH 6/9] ASoC: Intel: kbl_da7219_max98357a: "
` [PATCH 7/9] ASoC: Intel: sof_da7219_max98373: "
` [PATCH 8/9] ASoC: Intel: sof_sdw: fix signed/unsigned warning
` [PATCH 9/9] ASoC: Intel: soc-acpi: add ull suffix for SoundWire _ADR values

[dpdk-dev] [PATCH 0/2] Thread termination leak fixes
 2021-05-11 21:41 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "

[PATCH 1/2] station: Fix autoconnect loops
 2021-05-11 21:41 UTC  (2+ messages)

+ init-print-out-unknown-kernel-parameters.patch added to -mm tree
 2021-05-11 21:40 UTC 

[PATCH net-next 0/4] atl1c: support for Mikrotik 10/25G NIC features
 2021-05-11 21:39 UTC  (3+ messages)
` [PATCH net-next 2/4] atl1c: improve performance by avoiding unnecessary pcie writes on xmit

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-05-11 21:38 UTC  (6+ messages)

Why doesn't `git log -m` imply `-p`?
 2021-05-11 21:38 UTC  (9+ messages)
` [PATCH 0/6] diff-merges: let -m imply -p
  ` [PATCH 6/6] "

[PATCH] nvme: allow to re-attach namespaces after all paths are down
 2021-05-11 21:37 UTC  (4+ messages)

Running an active/active firewall/router (xt_cluster?)
 2021-05-11 21:37 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] 1GB PUD THP support (gigantic page allocation, increasing MAX_ORDER, anti-fragmentation and more)
 2021-05-11 21:36 UTC  (2+ messages)

[PATCH v2 1/2] driver core: Move the "removable" attribute from USB to core
 2021-05-11 21:36 UTC  (3+ messages)

[PATCH] OEToolchainConfig.cmake: Remove CMAKE_FIND_ROOT_PATH
 2021-05-11 21:36 UTC 

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device
 2021-05-11 21:35 UTC  (10+ messages)
` [patch 4/4] KVM: VMX: update vcpu posted-interrupt "

[PATCH V2 0/3] nvemt: demote high frequency err msg to debug
 2021-05-11 21:32 UTC  (3+ messages)

[PATCH] Fix -Wmaybe-uninitialized warnings under -O0
 2021-05-11 21:33 UTC  (11+ messages)
` [PATCH] trace2: refactor to avoid gcc warning under -O3

[PATCH] misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge
 2021-05-11 21:32 UTC  (8+ messages)
          ` [PATCH v2] "

[PATCH 0/2] x86/e820: Use pr_debug to avoid spamming dmesg log with debug messages
 2021-05-11 21:31 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH] tr2: log parent process name
 2021-05-11 21:31 UTC  (3+ messages)

[PATCH v4 1/2] gpio: Add support for IDT 79RC3243x GPIO controller
 2021-05-11 21:13 UTC  (4+ messages)
` [PATCH v4 2/2] dt-bindings: gpio: Add devicetree binding for IDT 79RC32434 "

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-05-11 21:29 UTC  (16+ messages)

[PATCH bpf] bpf: Limit static tcp-cc functions in the .BTF_ids list to x86
 2021-05-11 21:30 UTC  (2+ messages)

[PATCH bpf v3] selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
 2021-05-11 21:30 UTC  (2+ messages)

stable-rc/queue/5.10 baseline: 182 runs, 3 regressions (v5.10.35-299-gb60c63dd73a02)
 2021-05-11 21:29 UTC 

[PATCH RESEND] Enable full width counting for KVM: x86/pmu
 2021-05-11 21:27 UTC  (3+ messages)
` [kvm-unit-tests PATCH] x86: pmu: Test full-width counter writes support

Disconnect race in Gadget core
 2021-05-11 21:26 UTC  (5+ messages)

[dpdk-dev] [PATCH] doc: remove PDF requirements
 2021-05-11 21:25 UTC 

Phosphor-host-check failing when running sdbus commands
 2021-05-11 21:21 UTC  (2+ messages)

[PATCH] remote-curl: fix clone on sha256 repos
 2021-05-11 21:23 UTC  (4+ 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.