linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-26 13:20:17 to 2022-01-31 18:27:27 UTC [more...]

[PATCH 00/35] Shadow stacks for userspace
 2022-01-31 18:26 UTC  (38+ 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

[PATCH v1 1/1] docs: process: submitting-patches: Clarify the Reported-by usage
 2022-01-31 18:16 UTC  (9+ messages)

[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  (7+ 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] Docs: ktap: add code-block type
 2022-01-31  0:36 UTC 

[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  (16+ 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)

[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-01-26 20:56 UTC  (4+ messages)

[PATCH] docs/kselftest: clarify running mainline tests on stables
 2022-01-26 20:13 UTC 

[PATCH 00/12] HID: fix for generic input processing
 2022-01-26 16:18 UTC  (13+ messages)
` [PATCH 01/12] HID: core: statically allocate read buffers
` [PATCH 02/12] HID: core: de-duplicate some code in hid_input_field()
` [PATCH 03/12] HID: core: split data fetching from processing "
` [PATCH 04/12] HID: input: tag touchscreens as such if the physical is not there
` [PATCH 05/12] HID: input: rework spaghetti code with switch statements
` [PATCH 06/12] HID: input: move up out-of-range processing of input values
` [PATCH 07/12] HID: compute an ordered list of input fields to process
` [PATCH 08/12] HID: core: for input reports, process the usages by priority list
` [PATCH 09/12] HID: input: enforce Invert usage to be processed before InRange
` [PATCH 10/12] HID: input: remove the need for HID_QUIRK_INVERT
` [PATCH 11/12] HID: input: accommodate priorities for slotted devices
` [PATCH 12/12] Input: docs: add more details on the use of BTN_TOOL

[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-01-26 15:19 UTC  (11+ messages)
` [PATCH v20 1/5] arm64: Use insert_resource() to simplify code
` [PATCH v20 2/5] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v20 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v20 4/5] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v20 5/5] kdump: update Documentation about crashkernel


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