messages from 2022-02-21 07:55:01 to 2022-02-24 10:07:28 UTC [more...]
[PATCH] Documentation/process: Add Researcher Guidelines
2022-02-24 9:56 UTC (4+ messages)
[PATCH v2] vsprintf: Fix %pK with kptr_restrict == 0
2022-02-24 9:43 UTC (3+ messages)
[PATCH v1] fpga: dfl: check feature type before parse irq info
2022-02-24 9:22 UTC
[PATCH] sched/numa: add per-process numa_balancing
2022-02-24 7:52 UTC
[PATCH v6 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
2022-02-24 5:57 UTC (10+ messages)
` [PATCH v6 1/5] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v6 2/5] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v6 3/5] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v6 4/5] mm/sparse-vmemmap: improve memory savings for compound devmaps
` [PATCH v6 5/5] mm/page_alloc: reuse tail struct pages "
[PATCH 00/11] Remove remaining parts of congestion tracking code
2022-02-24 5:41 UTC (14+ messages)
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 07/11] Remove inode_congested()
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 11/11] Remove congestion tracking framework
` [PATCH 06/11] ceph: remove reliance on bdi congestion
[PATCH v7 00/12] Multigenerational LRU Framework
2022-02-24 5:35 UTC (23+ messages)
` [PATCH v7 04/12] mm: multigenerational LRU: groundwork
` [PATCH v7 05/12] mm: multigenerational LRU: minimal implementation
` [PATCH v7 12/12] mm: multigenerational LRU: documentation
[PATCH] docs: Remove duplicated words in trace/osnoise-tracer
2022-02-24 3:34 UTC (3+ messages)
[PATCH v3 0/5] docs/zh_CN: add admin-guide damon translation
2022-02-24 2:55 UTC (6+ messages)
` [PATCH v3 1/5] docs/zh_CN: Refactoring the admin-guide directory index
` [PATCH v3 2/5] docs/zh_CN: add admin-guide damon index translation
` [PATCH v3 3/5] docs/zh_CN: add admin-guide damon start translation
` [PATCH v3 4/5] docs/zh_CN: add damon usage translation
` [PATCH v3 5/5] docs/zh_CN: add damon reclaim translation
[PATCH v4 0/3] Add Chinese translations for KSM documents
2022-02-24 2:51 UTC (4+ messages)
` [PATCH v4 1/3] Add Chinese translation for vm/ksm.rst
` [PATCH v4 2/3] zh_CN: Add translations for admin-guide/mm/ksm.rst
` [PATCH v4 3/3] zh_CN: Add translation for admin-guide/mm/index.rst
[linux-next:master 5106/7526] fs/btrfs/tree-log.c:6755: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2022-02-23 23:43 UTC
[PATCH 01/11] docs: gunyah: Introduce Gunyah Hypervisor
2022-02-23 23:37 UTC
[linux-next:master 5106/7526] fs/btrfs/tree-log.c:6755: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2022-02-23 23:32 UTC
[PATCH 00/12] Introduce DAMON sysfs interface
2022-02-23 19:03 UTC (20+ messages)
` [PATCH 01/12] mm/damon/core: Allow non-exclusive DAMON start/stop
` [PATCH 02/12] mm/damon/core: Add number of each enum type values
` [PATCH 03/12] mm/damon: Implement a minimal stub for sysfs-based DAMON interface
` [PATCH 04/12] mm/damon/sysfs: Link DAMON for virtual address spaces monitoring
` [PATCH 05/12] mm/damon/sysfs: Support physical address space monitoring
` [PATCH 06/12] mm/damon/sysfs: Support DAMON-based Operation Schemes
` [PATCH 07/12] mm/damon/sysfs: Support DAMOS quotas
` [PATCH 08/12] mm/damon/sysfs: Support schemes prioritization weights
` [PATCH 09/12] mm/damon/sysfs: Support DAMOS watermarks
` [PATCH 10/12] mm/damon/sysfs: Support DAMOS stats
` [PATCH 11/12] selftests/damon: Add a test for DAMON sysfs interface
` [PATCH 12/12] Docs/admin-guide/mm/damon/usage: Document "
[PATCH v5 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
2022-02-23 17:45 UTC (2+ messages)
[PATCH] Documentation/vm/page_owner.rst: fix commends
2022-02-23 17:16 UTC (2+ messages)
[PATCH v4 00/11] Transform documentation into POD
2022-02-23 15:41 UTC (13+ messages)
` [PATCH v4 01/11] scripts: kernel-doc: Add the basic POD sections
[PATCH] scripts: kernel-doc: Check existence of FILE arg
2022-02-23 14:36 UTC (5+ messages)
[PATCH v7 0/2] System Generation ID driver and VMGENID backend
2022-02-23 13:21 UTC (5+ messages)
` [PATCH v7 2/2] drivers/virt: vmgenid: add vm generation id driver
[RFC PATCH v1 0/3] Rebase DAMON_RECALIM for NUMA system
2022-02-23 7:12 UTC (3+ messages)
[RFC PATCH v1 3/3] mm/damon/reclaim: Add per NUMA node proactive reclamation by DAMON_RECLAIM
2022-02-23 7:12 UTC (3+ messages)
[RFC PATCH v1 2/3] mm/damon/core: Add damon_start_one()
2022-02-23 7:11 UTC (3+ messages)
[RFC PATCH v1 1/3] mm/damon: Rebase damos watermarks for NUMA systems
2022-02-23 7:10 UTC (3+ messages)
[PATCH v13 2/2] leds: Add driver for Qualcomm LPG
2022-02-23 5:28 UTC (2+ messages)
[PATCH v3 00/18] scsi: libsas and users: Factor out LLDD TMF code
2022-02-23 2:20 UTC (20+ messages)
` [PATCH v3 01/18] scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()
` [PATCH v3 02/18] scsi: libsas: Use enum for response frame DATAPRES field
` [PATCH v3 03/18] scsi: libsas: Delete lldd_clear_aca callback
` [PATCH v3 04/18] scsi: libsas: Delete SAS_SG_ERR
` [PATCH v3 05/18] scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUT
` [PATCH v3 06/18] scsi: libsas: Move SMP task handlers to core
` [PATCH v3 07/18] scsi: libsas: Add struct sas_tmf_task
` [PATCH v3 08/18] scsi: libsas: Add sas_task.tmf
` [PATCH v3 09/18] scsi: libsas: Add sas_execute_tmf()
` [PATCH v3 10/18] scsi: libsas: Add sas_execute_ssp_tmf()
` [PATCH v3 11/18] scsi: libsas: Add TMF handler exec complete callback
` [PATCH v3 12/18] scsi: libsas: Add TMF handler aborted callback
` [PATCH v3 13/18] scsi: libsas: Add sas_abort_task_set()
` [PATCH v3 14/18] scsi: libsas: Add sas_clear_task_set()
` [PATCH v3 15/18] scsi: libsas: Add sas_lu_reset()
` [PATCH v3 16/18] scsi: libsas: Add sas_query_task()
` [PATCH v3 17/18] scsi: libsas: Add sas_abort_task()
` [PATCH v3 18/18] scsi: libsas: Add sas_execute_ata_cmd()
[PATCH v1 0/7] Add Intel OFS support for DFL driver
2022-02-23 1:48 UTC (24+ messages)
` [PATCH v1 2/7] fpga: dfl: check feature type before parse irq info
` [PATCH v1 3/7] fpga: dfl: Allow for ports with no local bar space
` [PATCH v1 7/7] fpga: dfl: pci: Add generic OFS PCI PID
[PATCH v5 5/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
2022-02-22 19:58 UTC
[PATCH 2/2] Documentation/vm/page_owner.rst: fix a phrase
2022-02-22 18:59 UTC (2+ messages)
[PATCH v2] scsi: docs: update notes about scsi_times_out
2022-02-22 18:32 UTC (2+ messages)
[PATCH 0/3] Docs/damon: Update documents for better consistency
2022-02-22 17:01 UTC (4+ messages)
` [PATCH 1/3] Docs/vm/damon: Call low level monitoring primitives the operations
` [PATCH 2/3] Docs/vm/damon/design: Update DAMON-Idle Page Tracking interference handling
` [PATCH 3/3] Docs/damon: Update outdated term 'regions update interval'
[PATCH] Documentation: block/diskstats: update function names
2022-02-22 15:10 UTC (5+ messages)
[PATCH v4 5/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
2022-02-22 11:24 UTC (6+ messages)
` [EXT] "
[PATCH v1 00/11] Landlock: file linking and renaming support
2022-02-22 10:18 UTC (14+ messages)
` [PATCH v1 01/11] landlock: Define access_mask_t to enforce a consistent access mask size
` [PATCH v1 02/11] landlock: Reduce the maximum number of layers to 16
` [PATCH v1 03/11] landlock: Create find_rule() from unmask_layers()
` [PATCH v1 04/11] landlock: Fix same-layer rule unions
` [PATCH v1 05/11] landlock: Move filesystem helpers and add a new one
` [PATCH v1 06/11] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
` [PATCH v1 07/11] selftest/landlock: Add 6 new test suites dedicated to file reparenting
` [PATCH v1 08/11] samples/landlock: Add support for "
` [PATCH v1 09/11] landlock: Document LANDLOCK_ACCESS_FS_REFER and ABI versioning
` [PATCH v1 10/11] landlock: Document good practices about filesystem policies
` [PATCH v1 11/11] landlock: Add design choices documentation for filesystem access rights
[PATCH v2 0/5] docs/zh_CN: add admin-guide damon translation
2022-02-22 3:28 UTC (8+ messages)
` [PATCH v2 1/5] docs/zh_CN: Refactoring the admin-guide directory index
` [PATCH v2 2/5] docs/zh_CN: add admin-guide damon index translation
` [PATCH v2 3/5] docs/zh_CN: add admin-guide damon start translation
` [PATCH v2 4/5] docs/zh_CN: add damon usage translation
` [PATCH v2 5/5] docs/zh_CN: add damon reclaim translation
[PATCH V2 00/11] rtla: Improved tracing support
2022-02-21 22:16 UTC (12+ messages)
` [PATCH V2 01/11] rtla/osnoise: Add support to adjust the tracing_thresh
` [PATCH V2 02/11] rtla/osnoise: Add an option to set the threshold
` [PATCH V2 03/11] rtla/osnoise: Add the automatic trace option
` [PATCH V2 04/11] rtla/timerlat: "
` [PATCH V2 05/11] rtla/trace: Add trace events helpers
` [PATCH V2 06/11] rtla: Add -e/--event support
` [PATCH V2 07/11] rtla/trace: Add trace event trigger helpers
` [PATCH V2 08/11] rtla: Add --trigger support
` [PATCH V2 09/11] rtla/trace: Add trace event filter helpers
` [PATCH V2 10/11] rtla: Add --filter support
` [PATCH V2 11/11] rtla/trace: Save event histogram output to a file
[PATCH v5] KEYS: encrypted: Instantiate key with user-provided decrypted data
2022-02-21 20:19 UTC (3+ messages)
[PATCH v4 09/10] KVM: s390: Update api documentation for memop ioctl
2022-02-21 16:06 UTC (3+ messages)
` [PATCH] KVM: s390: Clarify key argument for MEM_OP in api docs
[PATCH v2] Docs: printk: add 'console=null|""' to admin/kernel-parameters
2022-02-21 14:47 UTC (2+ messages)
[RFC] scripts: kernel-doc: Major kernel-doc rework
2022-02-21 12:57 UTC (6+ messages)
[PATCH v2 2/3] hwmon (xdpe12284): Add support for xdpe11280
2022-02-21 12:13 UTC (7+ messages)
[PATCH] hwmon: add driver for Aquacomputer Farbwerk 360
2022-02-21 10:21 UTC
[PATCH v3 0/3] Add Chinese translations for KSM documents
2022-02-21 9:48 UTC (3+ messages)
` [PATCH v3 2/3] zh_CN: Add translations for admin-guide/mm/ksm.rst
[PATCH v4 3/4] pmbus: Add support for pli1209bc
2022-02-21 9:42 UTC
[PATCH v3 3/4] pmbus: Add support for pli1209bc
2022-02-21 9:02 UTC (3+ messages)
[PATCH v2 00/18] scsi: libsas and users: Factor out LLDD TMF code
2022-02-21 8:36 UTC (4+ 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).