linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 23:04:08 to 2021-02-06 03:18:11 UTC [more...]

[PATCH v4 0/8] Make fw_devlink=on more forgiving
 2021-02-06  2:45 UTC  (9+ messages)
` [PATCH v4 1/8] driver core: fw_devlink: Detect supplier devices that will never be added
` [PATCH v4 2/8] of: property: Don't add links to absent suppliers
` [PATCH v4 3/8] driver core: Add fw_devlink.strict kernel param
` [PATCH v4 4/8] of: property: Add fw_devlink support for optional properties
` [PATCH v4 6/8] irqdomain: Mark fwnodes when their irqdomain is added/removed
` [PATCH v4 7/8] PM: domains: Mark fwnodes when their powerdomain "
` [PATCH v4 8/8] clk: Mark fwnodes when their clock provider "

[PATCH v4 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
 2021-02-06  0:39 UTC  (4+ messages)
` [PATCH v4 2/2] dmabuf: Add dmabuf inode number to /proc/*/fdinfo

[PATCH 0/3] Fix some seq_file users that were recently broken
 2021-02-05 22:35 UTC  (4+ messages)
` [PATCH 1/3] seq_file: document how per-entry resources are managed

[PATCH v3 0/7] Introduce Sequence Number Ops
 2021-02-05 22:16 UTC  (8+ messages)
` [PATCH v3 1/7] seqnum_ops: "
` [PATCH v3 3/7] drivers/acpi: convert seqno to use seqnum_ops

[PATCH v24 00/14] Subject: Introduce Data Access MONitor (DAMON)
 2021-02-05 15:59 UTC  (15+ messages)
` [PATCH v24 01/14] mm: "
` [PATCH v24 02/14] mm/damon/core: Implement region-based sampling
` [PATCH v24 03/14] mm/damon: Adaptively adjust regions
` [PATCH v24 04/14] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v24 05/14] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v24 06/14] mm/damon: Add a tracepoint
` [PATCH v24 07/14] mm/damon: Implement a debugfs-based user space interface
` [PATCH v24 08/14] mm/damon/dbgfs: Implement recording feature
` [PATCH v24 09/14] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v24 12/14] mm/damon: Add kunit tests
` [PATCH v24 13/14] mm/damon: Add user space selftests
` [PATCH v24 14/14] MAINTAINERS: Update for DAMON

[PATCH v14 0/8] Free some vmemmap pages of HugeTLB page
 2021-02-05 16:13 UTC  (28+ messages)
` [PATCH v14 1/8] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v14 2/8] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v14 3/8] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v14 4/8] mm: hugetlb: alloc "
` [PATCH v14 5/8] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v14 6/8] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v14 7/8] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v14 8/8] mm: hugetlb: optimize the code with the help of the compiler
    ` [External] "
  ` [External] Re: [PATCH v14 0/8] Free some vmemmap pages of HugeTLB page

[PATCH v3 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
 2021-02-05 15:13 UTC  (5+ messages)
` [PATCH v3 2/2] dmabuf: Add dmabuf inode number to /proc/*/fdinfo

[PATCH v28 00/12] Landlock LSM
 2021-02-05 16:51 UTC  (14+ messages)
` [PATCH v28 02/12] landlock: Add ruleset and domain management
` [PATCH v28 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v28 04/12] landlock: Add ptrace restrictions
` [PATCH v28 05/12] LSM: Infrastructure management of the superblock
` [PATCH v28 06/12] fs,security: Add sb_delete hook

[PATCH v5 1/3] dt-bindings: hwmon: Add TI TPS23861 bindings
 2021-02-05 21:32 UTC  (2+ messages)

[PATCH v19 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-05 18:58 UTC  (57+ messages)
` [PATCH v19 01/25] Documentation/x86: Add CET description
` [PATCH v19 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v19 03/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v19 04/25] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v19 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v19 06/25] x86/cet: Add control-protection fault handler
` [PATCH v19 07/25] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v19 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v19 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v19 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v19 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v19 12/25] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v19 14/25] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v19 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v19 16/25] mm: Add guard pages around a shadow stack
` [PATCH v19 17/25] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v19 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v19 19/25] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v19 20/25] x86/cet/shstk: User-mode shadow stack support
` [PATCH v19 22/25] ELF: Introduce arch_setup_elf_property()
` [PATCH v19 23/25] x86/cet/shstk: Handle thread shadow stack
` [PATCH v19 24/25] x86/cet/shstk: Add arch_prctl functions for "

[RESEND PATCH v18 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-02-05 18:01 UTC  (5+ messages)
` [RESEND PATCH v18 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method

[PATCH v2 0/7] coresight: etm-perf: Fix pid tracing with VHE
 2021-02-05 13:48 UTC  (28+ messages)
` [PATCH v2 1/7] coresight: etm-perf: Clarify comment on perf options
` [PATCH v2 2/7] coresight: etm-perf: Support PID tracing for kernel at EL2
` [PATCH v2 3/7] perf cs-etm: Fix bitmap for option
` [PATCH v2 4/7] perf cs-etm: Support PID tracing in config
` [PATCH v2 5/7] perf cs-etm: Add helper cs_etm__get_pid_fmt()
` [PATCH v2 6/7] perf cs-etm: Detect pid in VMID for kernel running at EL2
` [PATCH v2 7/7] Documentation: coresight: Add PID tracing description

[PATCH] net/mlx5: docs: correct section reference in table of contents
 2021-02-05 12:04 UTC  (2+ messages)

[PATCH v2] mm/page_owner: Record the timestamp of all pages during free
 2021-02-05 12:02 UTC  (2+ messages)

[PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)
 2021-02-05 11:59 UTC 

Patches for a Documentation quick-fix pull request to Linus
 2021-02-05 11:30 UTC 

[PATCH] Documentation: f2fs: fix typo s/automaic/automatic
 2021-02-05  3:40 UTC  (2+ messages)

[PATCH 0/2] docs: Add support for relative paths in automarkup
 2021-02-05  1:07 UTC  (5+ messages)

[PATCH v3 0/4] Make fw_devlink=on more forgiving
 2021-02-04 22:39 UTC  (5+ messages)
` [PATCH v3 1/4] driver core: fw_devlink: Detect supplier devices that will never be added
` [PATCH v3 2/4] of: property: Don't add links to absent suppliers
` [PATCH v3 3/4] driver core: Add fw_devlink.strict kernel param
` [PATCH v3 4/4] of: property: Add fw_devlink support for optional properties

[PATCH v2 0/5] docs: arm: Improvements to Marvell SoC documentation
 2021-02-04 21:57 UTC  (10+ messages)
` [PATCH v2 1/5] docs: arm: marvell: drop some dead links
` [PATCH v2 2/5] docs: arm: marvell: fix 38x functional spec link
` [PATCH v2 3/5] docs: arm: marvell: replace stale links with archive links
` [PATCH v2 4/5] docs: arm: marvell: clarify some unimportant Armada 6x0 details
` [PATCH v2 5/5] docs: arm: marvell: rename marvel.rst to marvell.rst

[PATCH] docs: thermal: fix spelling mistakes
 2021-02-04 21:51 UTC 

[PATCH 1/2] docs: Make syscalls' helpers naming consistent
 2021-02-04 21:48 UTC  (2+ messages)

[PATCH 00/29] treewide: Convert comma separated statements
 2021-02-04 21:41 UTC  (4+ messages)
` [PATCH 01/29] coding-style.rst: Avoid comma statements

[PATCH] Documentation: /proc/loadavg: add 3 more field descriptions
 2021-02-04 21:35 UTC  (2+ messages)

[PATCH v19 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2021-02-04 19:50 UTC  (15+ messages)
` [PATCH v19 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v19 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v19 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v19 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v19 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v19 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v19 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH 0/5] kernel-doc fixes to latest fs changes
 2021-02-04 18:00 UTC  (6+ messages)
` [PATCH 1/5] fs: turn some comments into kernel-doc
` [PATCH 2/5] fs: update kernel-doc for vfs_rename()
` [PATCH 3/5] fs: update kernel-doc for may_create_in_sticky()
` [PATCH 4/5] fs: update kernel-doc for vfs_tmpfile()
` [PATCH 5/5] fs: update kernel-doc for new mnt_userns argument

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-02-04 16:27 UTC  (7+ messages)
` [PATCH v14 07/11] arm64: kdump: introduce some macroes for crash kernel reservation
` [PATCH v14 11/11] kdump: update Documentation about crashkernel

[PATCH] kgdb: rectify kernel-doc for kgdb_unregister_io_module()
 2021-02-04 15:24 UTC  (2+ messages)

[PATCH v2 0/2] hwmon: (pmbus) Add ST STPDDC60 pmbus driver
 2021-02-04 13:20 UTC  (3+ messages)
` [PATCH v2 1/2] hwmon: (pmbus) Add pmbus_set_update() function to set update flag
` [PATCH V2 2/2] hwmon: (pmbus/stpddc60) Add ST STPDDC60 pmbus driver

[PATCH v4 0/6] block-layer interposer
 2021-02-04 10:06 UTC  (7+ messages)
` [PATCH v4 1/6] docs: device-mapper: add remap_and_filter
` [PATCH v4 2/6] block: add blk_interposer

[PATCH] fscache: rectify minor kernel-doc issues
 2021-02-04  7:56 UTC 

[PATCH v2 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-02-04  0:43 UTC 

[PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
 2021-02-04  0:05 UTC  (9+ messages)


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