messages from 2022-09-12 07:04:42 to 2022-09-16 04:53:02 UTC [more...]
[PATCH v2 0/5] KVM: arm64: Enable ring-based dirty memory tracking
2022-09-16 4:51 UTC (6+ messages)
` [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v2 2/5] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v2 3/5] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v2 4/5] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v2 5/5] KVM: selftests: Automate choosing dirty ring size "
[PATCH 00/21] mm: introduce Designated Movable Blocks
2022-09-16 3:40 UTC (47+ messages)
` [PATCH 01/21] mm/page_isolation: protect cma from isolate_single_pageblock
` [PATCH 02/21] mm/hugetlb: correct max_huge_pages accounting on demote
` [PATCH 03/21] mm/hugetlb: correct demote page offset logic
` [PATCH 04/21] mm/hugetlb: refactor alloc_and_dissolve_huge_page
` [PATCH 05/21] mm/hugetlb: allow migrated hugepage to dissolve when freed
` [PATCH 06/21] mm/hugetlb: add hugepage isolation support
` [PATCH 07/21] lib/show_mem.c: display MovableOnly
` [PATCH 08/21] mm/vmstat: show start_pfn when zone spans pages
` [PATCH 09/21] mm/page_alloc: calculate node_spanned_pages from pfns
` [PATCH 10/21] mm/page_alloc.c: allow oversized movablecore
` [PATCH 11/21] mm/page_alloc: introduce init_reserved_pageblock()
` [PATCH 12/21] memblock: introduce MEMBLOCK_MOVABLE flag
` [PATCH 13/21] mm/dmb: Introduce Designated Movable Blocks
` [PATCH 14/21] mm/page_alloc: make alloc_contig_pages DMB aware
` [PATCH 15/21] mm/page_alloc: allow base for movablecore
` [PATCH 16/21] dt-bindings: reserved-memory: introduce designated-movable-block
` [PATCH 17/21] mm/dmb: introduce rmem designated-movable-block
` [PATCH 18/21] mm/cma: support CMA in Designated Movable Blocks
` [PATCH 19/21] dt-bindings: reserved-memory: shared-dma-pool: support DMB
` [PATCH 20/21] mm/cma: introduce rmem shared-dmb-pool
` [PATCH 21/21] mm/hugetlb: introduce hugetlb_dmb
[PATCH 1/5] tty: remove TTY_MAGIC
2022-09-16 1:55 UTC (4+ messages)
` [PATCH 2/5] tty: remove TTY_DRIVER_MAGIC
` [PATCH 3/5] tty: n_hdlc: remove HDLC_MAGIC
` [PATCH 4/5] tty: synclink_gt: remove MGSL_MAGIC
[PATCH] Documentation/process/magic-number.rst: kill
2022-09-15 22:40 UTC (23+ messages)
` [PATCH v2] Documentation: remove magic number doc
` [PATCH v3] "
` [PATCH v4 01/18] Documentation: remove nonexistent magic numbers
` [PATCH v4 02/18] a.out: remove define-only CMAGIC, previously magic number
` [PATCH v4 03/18] Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-number
` [PATCH v4 04/18] MIPS: remove define-only GDA_MAGIC, previously magic number
` [PATCH v4 05/18] Documentation: HFS is not a user of magic numbers
` [PATCH v4 06/18] Documentation: sndmagic.h doesn't exist
` [PATCH v4 07/18] Documentation: zh: remove references to IrDA
` [PATCH v4 08/18] Documentation: zh: remove stale magic numbers
` [PATCH v4 09/18] Documentation: CG_MAGIC isn't a magic number
` [PATCH v4 10/18] Documentation: FULL_DUPLEX_MAGIC "
` [PATCH v4 11/18] Documentation: RIEBL_MAGIC "
` [PATCH v4 12/18] Documentation: SAVEKMSG_MAGIC[12] aren't magic numbers
` [PATCH v4 13/18] Documentation: COW_MAGIC isn't a magic number
` [PATCH v4 14/18] Documentation: EEPROM_MAGIC_VALUE "
` [PATCH v4 15/18] Documentation: FW_HEADER_MAGIC "
` [PATCH v4 16/18] nbd: remove define-only NBD_MAGIC, previously "
` [PATCH v4 17/18] Documentation: NBD_REPLY_MAGIC isn't a "
` [PATCH v4 18/18] Documentation: ENI155_MAGIC "
[PATCH V6 0/6] RISC-V fixups to work with crash tool
2022-09-15 18:57 UTC (3+ messages)
[PATCH] locking/memory-barriers.txt: Improve documentation for writel() usage
2022-09-15 18:38 UTC (8+ messages)
[PATCH v14 00/14] Multi-Gen LRU Framework
2022-09-15 17:56 UTC (3+ messages)
[PATCH v3] docs: x86: replace do_IRQ int the entry_64.rst with common_interrupt()
2022-09-15 17:34 UTC (2+ messages)
[PATCH] Documentation: kprobetrace: Improve readability
2022-09-15 15:37 UTC (4+ messages)
[PATCH RESEND] Documentation: kprobetrace: Improve readability
2022-09-15 15:33 UTC
[PATCH v13 0/3] Add TDX Guest Attestation support
2022-09-15 15:22 UTC (33+ messages)
` [PATCH v13 1/3] x86/tdx: Add TDX Guest attestation interface driver
` [PATCH v13 2/3] selftests: tdx: Test TDX attestation GetReport support
` [PATCH v13 3/3] Documentation/x86: Document TDX attestation process
[PATCH v2] docs: x86: replace do_IRQ int the entry_64.rst with common_interrupt
2022-09-15 14:41 UTC (2+ messages)
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-09-15 14:29 UTC (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v8 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v8 7/8] KVM: Handle page fault for private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
2022-09-15 14:31 UTC (7+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation
[PATCH v7] checkpatch: warn for non-standard fixes tag style
2022-09-15 9:14 UTC (3+ messages)
[PATCH -next 4/5] selftests/memory-hotplug: Restore memory before exit
2022-09-15 9:07 UTC
[PATCH -next v2 0/5] Optimize and bugfix for notifier error
2022-09-15 8:57 UTC (6+ messages)
` [PATCH -next v2 1/5] docs: notifier-error-inject: fix non-working usage of negative values
` [PATCH -next v2 2/5] selftests/memory-hotplug: Use 'printf' instead of 'echo'
` [PATCH -next v2 3/5] selftests/memory-hotplug: Add checking after online or offline
` [PATCH -next v2 4/5] selftests/memory-hotplug: Restore memory before exit
` [PATCH -next v2 5/5] docs: notifier-error-inject: Correct test's name
[RESEND PATCH 1/2] HID: Add driver for RC Simulator Controllers
2022-09-15 7:35 UTC (8+ messages)
[PATCH 0/2] riscv: Support HAVE_ARCH_HUGE_VMAP and HAVE_ARCH_HUGE_VMALLOC
2022-09-15 6:50 UTC (3+ messages)
` [PATCH 1/2] riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT
` [PATCH 2/2] riscv: Enable HAVE_ARCH_HUGE_VMALLOC "
[ammarfaizi2-block:palmer/linux/riscv-hwprobe 2/4] htmldocs: Documentation/riscv/hwprobe.rst:40: WARNING: Unexpected indentation
2022-09-15 4:09 UTC
[RESEND] docs: x86: move do_IRQ to common_interrupt in entry_64.rst
2022-09-15 1:48 UTC (2+ messages)
[PATCH] filemap: Make the accounting of thrashing more consistent
2022-09-14 14:36 UTC (2+ messages)
[PATCH 0/4] Rewrite the top-level index.rst
2022-09-14 14:32 UTC (3+ messages)
[PATCH v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
2022-09-14 13:03 UTC (6+ messages)
[djbw-nvdimm:libnvdimm-pending 16/22] drivers/dax/mapping.c:646: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2022-09-14 10:09 UTC
[PATCH v10 0/2] SPDX: add copyleft-next-0.3.1
2022-09-14 6:01 UTC (3+ messages)
` [PATCH v10 1/2] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v10 2/2] testing: use the copyleft-next-0.3.1 SPDX tag
[ammarfaizi2-block:palmer/linux/riscv-hwprobe 1/4] htmldocs: Documentation/riscv/hwprobe.rst:29: WARNING: Field list ends without a blank line; unexpected unindent
2022-09-14 5:39 UTC
[PATCH v4 0/4] Documentation/x86: Improve the AMX documentation
2022-09-14 5:25 UTC (4+ messages)
` [PATCH v4 1/4] Documentation/x86: Explain the purpose for dynamic features
[PATCH] Documentation: process/submitting-patches: misspelling "mesages"
2022-09-14 2:58 UTC (8+ messages)
` lkp report WARNING: Title underline too short
` [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"
` Re: [PATCH] "
[PATCH v5 0/8] phy: Add support for Lynx 10G SerDes
2022-09-13 17:44 UTC (3+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-09-13 16:12 UTC (13+ messages)
[PATCH] dma-contiguous: add optional cma_name for cma= kernel parameter
2022-09-13 10:45 UTC (2+ messages)
[PATCH v2] mm/memcontrol: use kstrtobool for swapaccount param parsing
2022-09-13 10:34 UTC (2+ messages)
[PATCH -next] Documentation/hw-vuln: Update spectre doc
2022-09-13 9:38 UTC (2+ messages)
[PATCH v6] checkpatch: warn for non-standard fixes tag style
2022-09-13 6:58 UTC (4+ messages)
[PATCH v2] mm/memcontrol: use kstrtobool for swapaccount param parsing
2022-09-13 7:13 UTC (2+ messages)
` [PATCH v3] "
[PATCH v1 0/5] Enhance definition of DFH and use enhancements for uart driver
2022-09-13 2:48 UTC (10+ messages)
` [PATCH v1 5/5] tty: serial: 8250: add DFL bus driver for Altera 16550
[PATCH 0/3] page table check default to warn instead of panic
2022-09-12 20:23 UTC (4+ messages)
` [PATCH 1/3] mm/page_table_check: Check writable zero page in page table check
[PATCH v4 00/13] x86/resctrl: Support for AMD QoS new features and bug fix
2022-09-12 14:54 UTC (4+ messages)
` [PATCH v4 01/13] x86/resctrl: Fix min_cbm_bits for AMD
[RESEND PATCH v5 0/2] add support for PON GEN3 device
2022-09-11 12:18 UTC (2+ messages)
[PATCH] coresight: docs: Fix a broken reference
2022-09-12 9:52 UTC (3+ messages)
[PATCH bpf-next v3 0/2] Add table of BPF program types to docs
2022-09-12 8:44 UTC (10+ messages)
` [PATCH bpf-next v3 1/2] Add subdir support to Documentation makefile
[PATCH 00/13] Fix documentation build warnings against 6.0-rc1
2022-09-12 9:39 UTC (5+ messages)
` [PATCH 05/13] dt-bindings: arm: update arm,coresight-cpu-debug.yaml reference
` [PATCH 06/13] Documentation: coresight: fix a documentation build warning
[PATCH 3/4] net-next: frags: add inetpeer frag_mem tracking
2022-09-11 11:54 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).