linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-11 18:06:56 to 2021-10-14 06:45:32 UTC [more...]

[PATCH 0/7] DAMON: Support Physical Memory Address Space Monitoring
 2021-10-14  6:45 UTC  (10+ messages)
` [PATCH 1/7] mm/damon/dbgfs: Allow users to set initial monitoring target regions
` [PATCH 2/7] mm/damon/dbgfs-test: Add a unit test case for 'init_regions'
` [PATCH 3/7] Docs/admin-guide/mm/damon: Document 'init_regions' feature
` [PATCH 4/7] mm/damon/vaddr: Separate commonly usable functions
` [PATCH 5/7] mm/damon: Implement primitives for physical address space monitoring
` [PATCH 6/7] mm/damon/dbgfs: Support physical memory monitoring
` [PATCH 7/7] Docs/DAMON: Document physical memory monitoring support

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-14  6:32 UTC  (38+ messages)
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()
` [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared

[PATCH v2] hugetlb: Support node specified when using cma for gigantic hugepages
 2021-10-14  6:08 UTC 

[PATCH v6 0/6] Asynchronous notifications from secure world
 2021-10-14  5:42 UTC  (15+ messages)
` [PATCH v6 1/6] docs: staging/tee.rst: add a section on OP-TEE notifications
` [PATCH v6 2/6] dt-bindings: arm: optee: add interrupt property
` [PATCH v6 3/6] tee: fix put order in teedev_close_context()
` [PATCH v6 4/6] tee: export teedev_open() and teedev_close_context()
` [PATCH v6 5/6] optee: separate notification functions
` [PATCH v6 6/6] optee: add asynchronous notifications

[PATCH] iommu/iova: Add support for IOVA max alignment tuning
 2021-10-14  3:18 UTC  (3+ messages)

[PATCH V5 00/22] arch: Add basic LoongArch support
 2021-10-14  3:01 UTC  (25+ messages)
` [PATCH V5 01/22] Documentation: LoongArch: Add basic documentations
` [PATCH V5 02/22] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V5 03/22] LoongArch: Add elf-related definitions
` [PATCH V5 04/22] LoongArch: Add writecombine support for drm
` [PATCH V5 05/22] LoongArch: Add build infrastructure
` [PATCH V5 06/22] LoongArch: Add CPU definition headers
` [PATCH V5 07/22] LoongArch: Add atomic/locking headers
` [PATCH V5 08/22] LoongArch: Add other common headers
` [PATCH V5 09/22] LoongArch: Add boot and setup routines
` [PATCH V5 10/22] LoongArch: Add exception/interrupt handling
` [PATCH V5 11/22] LoongArch: Add process management
` [PATCH V5 12/22] LoongArch: Add memory management
` [PATCH V5 13/22] LoongArch: Add system call support
` [PATCH V5 14/22] LoongArch: Add signal handling support
  ` [PATCH V5 15/22] LoongArch: Add elf and module support
  ` [PATCH V5 16/22] LoongArch: Add misc common routines
  ` [PATCH V5 17/22] LoongArch: Add some library functions
  ` [PATCH V5 18/22] LoongArch: Add PCI controller support
  ` [PATCH V5 19/22] LoongArch: Add VDSO and VSYSCALL support
  ` [PATCH V5 20/22] LoongArch: Add multi-processor (SMP) support
  ` [PATCH V5 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support
  ` [PATCH V5 22/22] LoongArch: Add Loongson-3 default config file

[PATCH] hugetlb: Support node specified when using cma for gigantic hugepages
 2021-10-14  2:39 UTC  (5+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-14  2:11 UTC  (34+ messages)
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v8 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

[RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-10-13 22:54 UTC  (21+ messages)
` [RFC PATCH v7 01/16] security: add ipe lsm & initial context creation
` [RFC PATCH v7 02/16] ipe: add policy parser
` [RFC PATCH v7 03/16] ipe: add evaluation loop
` [RFC PATCH v7 04/16] ipe: add userspace interface
` [RFC PATCH v7 05/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v7 06/16] uapi|audit: add trust audit message definitions
` [RFC PATCH v7 07/16] ipe: add auditing support
` [RFC PATCH v7 08/16] ipe: add permissive toggle
` [RFC PATCH v7 09/16] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v7 10/16] fs|dm-verity: add block_dev LSM blob and submit dm-verity data
` [RFC PATCH v7 11/16] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature
` [RFC PATCH v7 13/16] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v7 14/16] scripts: add boot policy generation program
` [RFC PATCH v7 15/16] ipe: kunit tests
` [RFC PATCH v7 16/16] documentation: add ipe documentation

[PATCH v7 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-10-13 22:11 UTC  (12+ messages)
` [PATCH v7 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v4 00/20] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers
 2021-10-13 20:48 UTC  (21+ messages)
` [PATCH v4 01/20] drm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()
` [PATCH v4 02/20] drm/i915: "
` [PATCH v4 03/20] drm/msm: "
` [PATCH v4 04/20] drm: cleanup: drm_modeset_lock_all() "
` [PATCH v4 05/20] drm/vmwgfx: "
` [PATCH v4 06/20] drm/tegra: "
` [PATCH v4 07/20] drm/shmobile: "
` [PATCH v4 08/20] drm/radeon: "
` [PATCH v4 09/20] drm/omapdrm: "
` [PATCH v4 10/20] drm/nouveau: "
` [PATCH v4 11/20] drm/msm: "
` [PATCH v4 12/20] drm/i915: "
` [PATCH v4 13/20] drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() [part 2]
` [PATCH v4 14/20] drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() [part 3]
` [PATCH v4 15/20] drm/gma500: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
` [PATCH v4 16/20] drm/amd: "
` [PATCH v4 17/20] drm/amd: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() [part 2]
` [PATCH v4 18/20] drm/amd: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() [part 3]
` [PATCH v4 19/20] drm: cleanup: remove drm_modeset_(un)lock_all()
` [PATCH v4 20/20] drm: cleanup: remove acquire_ctx from drm_mode_config

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-10-13 19:43 UTC  (7+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH v3 0/3] Trivial dynamic debug fixups
 2021-10-13 15:40 UTC  (4+ messages)
` [PATCH v3 1/3] dyndbg: make dyndbg a known cli param
` [PATCH v3 2/3] dyndbg: Remove support for ddebug_query param
` [PATCH v3 3/3] Documentation: dyndbg: Improve cli param examples

[PATCH v3 0/3] Trivial dynamic debug fixups
 2021-10-13 13:54 UTC  (6+ messages)

[PATCH v2 4/4] bpf: export bpf_jit_current
 2021-10-13 12:29 UTC  (4+ messages)

[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
 2021-10-13  8:26 UTC  (12+ messages)

[PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning
 2021-10-13  6:59 UTC  (3+ messages)

[PATCH v2 00/15] Introduce PECI subsystem
 2021-10-13  6:42 UTC  (15+ messages)
` [PATCH v2 01/15] x86/cpu: Move intel-family to arch-independent headers
` [PATCH v2 02/15] x86/cpu: Extract cpuid helpers to arch-independent

[PATCH v1 0/2] Prefer lore.kernel.org and explain Link: tags better
 2021-10-13  4:37 UTC  (3+ messages)

[PATCH v10 3/3] mm: add anonymous vma name refcounting
 2021-10-12 20:59 UTC  (23+ messages)

[PATCH] scripts: kernel-doc: Ignore __alloc_size() attribute
 2021-10-12 20:23 UTC  (3+ messages)

[PATCH] docs: pdfdocs: Adjust \headheight for fancyhdr
 2021-10-12 20:09 UTC  (2+ messages)

[PATCH] docs: UML: user_mode_linux_howto_v2 edits
 2021-10-12 20:08 UTC  (2+ messages)

some minor improvements to the mountinfo description
 2021-10-12 19:53 UTC  (2+ messages)

[PATCH] docs: update file link location
 2021-10-12 19:49 UTC  (2+ messages)

[PATCH] Documentation: remove reference to now removed mandatory-locking doc
 2021-10-12 19:42 UTC  (2+ messages)

[PATCH v5] docs: Explain the desired position of function attributes
 2021-10-12 19:35 UTC  (2+ messages)

[PATCH v9 0/2] Add rpmsg tty driver
 2021-10-12 18:07 UTC  (3+ messages)
` [PATCH v9 2/2] tty: add rpmsg driver

[PATCH 0/2] tpm: use SM3 instead of SM3_256
 2021-10-12 15:21 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH 0/2] docs/zh_CN: add core-api assoc_array and xarray translation
 2021-10-12 12:33 UTC  (3+ messages)
` [PATCH 1/2] docs/zh_CN: add core-api assoc_array translation
` [PATCH 2/2] docs/zh_CN: add core-api xarray translation

[PATCH v5 0/2] Update ASUS WMI supported boards
 2021-10-11 21:03 UTC  (5+ messages)
` [PATCH v5 1/2] hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI
` [PATCH v5 2/2] hwmon: (asus_wmi_sensors) Support X370 "

[PATCH 1/4] mm/damon/dbgfs: Implement recording feature
 2021-10-11 21:02 UTC  (3+ messages)

[PATCH v5 2/2] hwmon: (asus_wmi_sensors) Support X370 Asus WMI
 2021-10-11 20:43 UTC 


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).