Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 01:50:36 to 2022-02-01 10:26:46 UTC [more...]

[PATCH v4 0/3] docs: add two texts covering regressions
 2022-02-01 10:26 UTC  (4+ messages)
` [PATCH v4 1/3] docs: add two documents about regression handling
` [PATCH v4 2/3] docs: regressions*rst: rules of thumb for handling regressions
` [PATCH v4 3/3] docs: reporting-issues.rst: link new document about regressions

[PATCH] docs/memory-barriers.txt: volatile is not a barrier() substitute
 2022-02-01  9:32 UTC  (4+ messages)

[PATCH v1 1/1] docs: process: submitting-patches: Clarify the Reported-by usage
 2022-02-01  8:51 UTC  (10+ messages)

[PATCH] Docs: ktap: add code-block type
 2022-02-01  3:57 UTC  (3+ messages)

[PATCH 0/5] docs: pdfdocs: Improve LaTeX preamble (TOC, CJK fonts)
 2022-02-01  0:05 UTC  (6+ messages)
` [PATCH 1/5] docs: pdfdocs: Tweak width params of TOC
` [PATCH 2/5] docs: pdfdocs: Switch default CJK font to KR variants
` [PATCH 3/5] docs: pdfdocs: Enable CJKspace in TOC for Korean titles
` [PATCH 4/5] docs/translations: Skip CJK contents if suitable fonts not found
` [PATCH 5/5] docs: pdfdocs: Move CJK monospace font setting to main conf.py

[PATCH] docs: add rtla documentation kernel docs index
 2022-01-31 22:14 UTC  (2+ messages)

[PATCH] docs/kselftest: clarify running mainline tests on stables
 2022-01-31 21:52 UTC  (5+ messages)

[PATCH] linux/const.h: Explain how __is_constexpr() works
 2022-01-31 21:26 UTC  (2+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-01-31 18:45 UTC  (39+ messages)
` [PATCH 01/35] Documentation/x86: Add CET description
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH 08/35] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH 09/35] x86/mm: Introduce _PAGE_COW
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH 13/35] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 24/35] mm: Re-introduce vm_flags to do_mmap()
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH 27/35] x86/fpu: Add unsafe xsave buffer helpers
` [PATCH 28/35] x86/cet/shstk: Handle thread shadow stack
` [PATCH 29/35] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH 30/35] x86/cet/shstk: Handle signals for shadow stack
` [PATCH 31/35] x86/cet/shstk: Add arch_prctl elf feature functions
` [PATCH 32/35] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH 33/35] selftests/x86: Add map_shadow_stack syscall test
` [PATCH 34/35] x86/cet/shstk: Support wrss for userspace
` [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs

event more eBPF instruction set documentation improvements
 2022-01-31 18:36 UTC  (6+ messages)
` [PATCH 1/5] bpf, docs: Document the byte swapping instructions
` [PATCH 2/5] bpf, docs: Better document the regular load and store instructions
` [PATCH 3/5] bpf, docs: Better document the legacy packet access instruction
` [PATCH 4/5] bpf, docs: Better document the extended instruction format
` [PATCH 5/5] bpf, docs: Better document the atomic instructions

[PATCH 00/16] scsi: libsas and users: Factor out LLDD TMF code
 2022-01-31 15:58 UTC  (46+ messages)
` [PATCH 01/16] scsi: libsas: Use enum for response frame DATAPRES field
` [PATCH 02/16] scsi: libsas: Delete lldd_clear_aca callback
` [PATCH 04/16] scsi: libsas: Move SMP task handlers to core
` [PATCH 05/16] scsi: libsas: Add struct sas_tmf_task
` [PATCH 06/16] scsi: libsas: Add sas_task.tmf
` [PATCH 07/16] scsi: libsas: Add sas_execute_tmf()
` [PATCH 08/16] scsi: libsas: Add sas_execute_ssp_tmf()
` [PATCH 09/16] scsi: libsas: Add TMF handler exec complete callback
` [PATCH 10/16] scsi: libsas: Add TMF handler aborted callback
` [PATCH 11/16] scsi: libsas: Add sas_abort_task_set()
` [PATCH 12/16] scsi: libsas: Add sas_clear_task_set()
` [PATCH 13/16] scsi: libsas: Add sas_lu_reset()
` [PATCH 14/16] scsi: libsas: Add sas_query_task()
` [PATCH 15/16] scsi: libsas: Add sas_abort_task()
` [PATCH 16/16] scsi: libsas: Add sas_execute_ata_cmd()

[PATCH v3 0/2] docs: add a text about regressions to the Linux kernel's documentation
 2022-01-31 14:22 UTC  (5+ messages)
` [PATCH v3 1/2] docs: add a document about regression handling

[RFC PATCH] kdump: Add support for crashkernel=auto
 2022-01-31 10:33 UTC  (6+ messages)

[PATCH v2 1/2] cpufreq: Reintroduce ready() callback
 2022-01-31  8:59 UTC  (7+ messages)
` [PATCH v2 2/2] cpufreq: qcom-hw: Delay enabling throttle_irq

[PATCH v5 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2022-01-30 15:23 UTC  (10+ messages)
` [PATCH v5 1/7] x86/Documentation: Describe the Intel Hardware Feedback Interface
` [PATCH v5 2/7] x86/cpu: Add definitions for "
` [PATCH v5 3/7] thermal: intel: hfi: Minimally initialize the "
` [PATCH v5 4/7] thermal: intel: hfi: Handle CPU hotplug events
` [PATCH v5 5/7] thermal: intel: hfi: Enable notification interrupt
` [PATCH v5 6/7] thermal: netlink: Add a new event to notify CPU capabilities change
` [PATCH v5 7/7] thermal: intel: hfi: Notify user space for HFI events

[PATCH V4] notifier/panic: Introduce panic_notifier_filter
 2022-01-30  8:50 UTC  (15+ messages)

[PATCH 0/5] Update doc and fix some issues about kdump
 2022-01-30  2:46 UTC  (10+ messages)
` [PATCH 1/5] docs: kdump: update description about sysfs file system support
` [PATCH 2/5] docs: kdump: add scp sample to write out the dump file
` [PATCH 3/5] kcsan: unset panic_on_warn before calling panic()
` [PATCH 4/5] sched: "
` [PATCH 5/5] kfence: "

[GIT PULL] Documentation fixes for 5.17
 2022-01-29 12:51 UTC  (2+ messages)

[PATCH] docs/zh_CN: Add rbtree Chinese translation
 2022-01-29  9:05 UTC  (3+ messages)

[PATCH] docs: scheduler: Fix outdated parameter of rebalance_domains
 2022-01-29  8:51 UTC  (3+ messages)

[PATCH v2] scripts/get_abi.pl: Ignore hidden files
 2022-01-29  0:50 UTC 

[PATCH] scripts/get_abi.pl: Ignore hidden files
 2022-01-28 21:00 UTC  (3+ messages)

[RESEND][PATCH] Documentation: added order requirement for ima_hash=
 2022-01-28 16:01 UTC  (15+ messages)

[PATCH V3 RESEND 0/7] coresight: trbe: Workaround Cortex-A510 erratas
 2022-01-28 15:29 UTC  (5+ messages)

[PATCH net-next 0/2] ethtool: add header/data split indication
 2022-01-28 15:10 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] bnxt: report header-data split state

[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
 2022-01-28 11:26 UTC  (10+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] coresight: Fail to open with return stacks if they are unavailable
` [PATCH v2 3/6] perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcast
` [PATCH v2 4/6] Documentation: coresight: Turn numbered subsections into real subsections

[PATCH v2] kfence: Make test case compatible with run time set sample interval
 2022-01-28  9:49 UTC  (2+ messages)

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-28  8:54 UTC  (4+ messages)

[PATCH v2 1/1] docs: process: submitting-patches: Clarify the Reported-by usage
 2022-01-27 18:54 UTC  (4+ messages)

[PATCH 0/2] docs/zh_CN: add free_page_reporting and highmem translation
 2022-01-27 18:53 UTC  (6+ messages)
` [PATCH 1/2] docs/zh_CN: add free_page_reporting translation
` [PATCH 2/2] docs/zh_CN: add highmem translation

[PATCH v2 0/3] Add Chinese translations for KSM documents
 2022-01-27 18:45 UTC  (2+ messages)

[PATCH v2 0/4] docs/zh_CN: add vm damon translation
 2022-01-27 18:41 UTC  (2+ messages)

[PATCH] docs/zh_CN: Update zh_CN/accounting/delay-accounting.rst
 2022-01-27 18:38 UTC  (7+ messages)

[PATCH v3 0/3] docs/zh_CN: add active_mm and balance translation
 2022-01-27 18:36 UTC  (2+ messages)

[PATCH v3 0/3] Translate opp into Chinese
 2022-01-27 18:29 UTC  (2+ messages)

[PATCH 0/3] Some improvements on panic_print
 2022-01-27 16:53 UTC  (4+ messages)
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH v4 1/4] hwmon: (max6639) Update Datasheet URL
 2022-01-27 16:17 UTC 

[PATCH] drm/doc: Add section in the introduction page about learning material
 2022-01-27 13:08 UTC  (8+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).