linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-02 18:15:05 to 2021-02-04 23:50:10 UTC [more...]

[PATCH 0/2] docs: Add support for relative paths in automarkup
 2021-02-04 23:48 UTC  (3+ messages)

[PATCH v19 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-04 23:41 UTC  (50+ 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 13/25] x86/mm: Shadow Stack page fault error checking
` [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 21/25] x86/cet/shstk: Handle signals for shadow stack
` [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 "
` [PATCH v19 25/25] mm: Introduce PROT_SHSTK "

[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 v24 00/14] Subject: Introduce Data Access MONitor (DAMON)
 2021-02-04 15:31 UTC  (13+ 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] kgdb: rectify kernel-doc for kgdb_unregister_io_module()
 2021-02-04 15:24 UTC  (2+ messages)

[PATCH v3 0/7] Introduce Sequence Number Ops
 2021-02-04 14:01 UTC  (10+ messages)
` [PATCH v3 1/7] seqnum_ops: "
` [PATCH v3 2/7] selftests: lib:test_seqnum_ops: add new test for seqnum_ops
` [PATCH v3 3/7] drivers/acpi: convert seqno to use seqnum_ops
` [PATCH v3 4/7] drivers/acpi/apei: convert seqno to seqnum_ops
` [PATCH v3 5/7] drivers/staging/rtl8723bs: convert event_seq to use seqnum_ops
` [PATCH v3 6/7] drivers/staging/rtl8188eu: "
` [PATCH v3 7/7] kobject: convert uevent_seqnum to seqnum_ops

[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] Documentation: f2fs: fix typo s/automaic/automatic
 2021-02-04 13:25 UTC 

[PATCH v2 0/7] coresight: etm-perf: Fix pid tracing with VHE
 2021-02-04 12:14 UTC  (22+ 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 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 v14 0/8] Free some vmemmap pages of HugeTLB page
 2021-02-04 11:44 UTC  (11+ 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
` [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

[PATCH v4 0/6] block-layer interposer
 2021-02-04 10:06 UTC  (13+ messages)
` [PATCH v4 1/6] docs: device-mapper: add remap_and_filter
` [PATCH v4 2/6] block: add blk_interposer
` [PATCH v4 3/6] block: add blk_mq_is_queue_frozen()
` [PATCH v4 4/6] dm: new ioctl DM_DEV_REMAP_CMD
` [PATCH v4 5/6] dm: add 'noexcl' option for dm-linear
` [PATCH v4 6/6] docs: device-mapper: "

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

[PATCH v28 00/12] Landlock LSM
 2021-02-04  3:46 UTC  (10+ messages)
` [PATCH v28 01/12] landlock: Add object management
` [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 08/12] landlock: Add syscall implementations

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

[RESEND v4 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-03 22:33 UTC  (10+ messages)
` [RESEND v4 1/6] misc: "
` [RESEND v4 2/6] misc: Add Synopsys DesignWare xData IP driver to Makefile
` [RESEND v4 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig
` [RESEND v4 4/6] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [RESEND v4 5/6] MAINTAINERS: Add Synopsys xData IP driver maintainer
` [RESEND v4 6/6] docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver

[PATCH v18 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-03 22:28 UTC  (7+ messages)
` [PATCH v18 24/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

[PATCH v4 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-03 22:09 UTC  (3+ messages)
` [PATCH v4 4/6] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver

[PATCH v8 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-02-03 18:00 UTC  (9+ messages)
` [PATCH v8 02/14] mm/gup: check every subpage of a compound page during isolation

[PATCH v2] mm/page_owner: Record the timestamp of all pages during free
 2021-02-03 17:59 UTC 

[PATCH] procfs/dmabuf: Add /proc/<pid>/task/<tid>/dmabuf_fds
 2021-02-03 10:23 UTC  (6+ messages)

fbcon: remove soft scrollback code (missing Doc. patch)
 2021-02-03  8:03 UTC  (8+ messages)

[PATCH v5 0/2] System Generation ID driver and VMGENID backend
 2021-02-02 22:58 UTC  (3+ messages)
` [PATCH v5 1/2] drivers/misc: sysgenid: add system generation id driver

[PATCH] platform/x86: thinkpad_acpi: rectify length of title underline
 2021-02-02 14:05 UTC  (2+ 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).