messages from 2022-09-13 20:00:03 to 2022-09-18 23:47:59 UTC [more...]
[PATCH v14 00/14] Multi-Gen LRU Framework
2022-09-18 23:47 UTC (5+ messages)
[PATCH 00/21] mm: introduce Designated Movable Blocks
2022-09-18 23:12 UTC (39+ 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 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 RESEND] Add sicode to /proc/<PID>/stat
2022-09-18 22:04 UTC (4+ messages)
[linux-stable-rc:linux-5.15.y 9206/9999] htmldocs: Documentation/tty/device_drivers/oxsemi-tornado.rst:41: WARNING: Inline interpreted text or phrase reference start-string without end-string
2022-09-18 20:25 UTC
[PATCH v2 0/5] KVM: arm64: Enable ring-based dirty memory tracking
2022-09-18 9:00 UTC (9+ 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 mm-unstable v15 00/14] Multi-Gen LRU Framework
2022-09-18 8:26 UTC (17+ messages)
` [PATCH mm-unstable v15 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH mm-unstable v15 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH mm-unstable v15 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH mm-unstable v15 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH mm-unstable v15 05/14] mm: multi-gen LRU: groundwork
` [PATCH mm-unstable v15 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH mm-unstable v15 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH mm-unstable v15 08/14] mm: multi-gen LRU: support page table walks
` [PATCH mm-unstable v15 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH mm-unstable v15 10/14] mm: multi-gen LRU: kill switch
` [PATCH mm-unstable v15 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH mm-unstable v15 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH mm-unstable v15 13/14] mm: multi-gen LRU: admin guide
` [PATCH mm-unstable v15 14/14] mm: multi-gen LRU: design doc
[PATCH -next] Documentation: devres: add missing SPI helper
2022-09-17 12:26 UTC
[PATCH -v2] lib/notifier-error-inject: fix error when writing errno to debugfs file
2022-09-17 7:14 UTC
[PATCH] lib/notifier-error-inject: fix error when writing errno to debugfs file
2022-09-17 7:06 UTC
[PATCH -next v2 0/5] Optimize and bugfix for notifier error
2022-09-17 5:39 UTC (7+ 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
[PATCH v4 00/13] x86/resctrl: Support for AMD QoS new features and bug fix
2022-09-16 21:23 UTC (35+ messages)
` [PATCH v4 01/13] x86/resctrl: Fix min_cbm_bits for AMD
` [PATCH v4 02/13] x86/resctrl: Remove arch_has_empty_bitmaps
` [PATCH v4 03/13] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v4 04/13] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
` [PATCH v4 05/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
` [PATCH v4 06/13] x86/resctrl: Include new features in command line options
` [PATCH v4 08/13] x86/resctrl : Introduce data structure to support monitor configuration
` [PATCH v4 09/13] x86/resctrl: Add sysfs interface files to read/write event configuration
` [PATCH v4 10/13] x86/resctrl: Add the sysfs interface to read the "
` [PATCH v4 11/13] x86/resctrl: Add sysfs interface to write "
` [PATCH v4 12/13] x86/resctrl: Replace smp_call_function_many with on_each_cpu_mask
[PATCH v2] docs/mm: Improve grammar on mmu_notifier documentation
2022-09-16 15:35 UTC
[PATCH v3] docs: x86: replace do_IRQ int the entry_64.rst with common_interrupt()
2022-09-16 14:50 UTC (3+ messages)
[PATCH] docs/doc-guide: Add documentation on SPHINX_IMGMATH
2022-09-16 10:08 UTC
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-09-16 9:54 UTC (13+ 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] docs, kprobes: Fix the wrong location of Kprobes
2022-09-16 9:55 UTC
[PATCH 1/5] tty: remove TTY_MAGIC
2022-09-16 8:45 UTC (10+ 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 v13 0/3] Add TDX Guest Attestation support
2022-09-16 8:12 UTC (16+ messages)
` [PATCH v13 1/3] x86/tdx: Add TDX Guest attestation interface driver
` [PATCH v13 3/3] Documentation/x86: Document TDX attestation process
[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] 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 v2] docs: x86: replace do_IRQ int the entry_64.rst with common_interrupt
2022-09-15 14:41 UTC (2+ messages)
[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
[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
lkp report WARNING: Title underline too short
2022-09-14 2:58 UTC (3+ messages)
` [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"
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).