linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-28 11:42:50 to 2022-02-03 22:42:40 UTC [more...]

[PATCH 00/35] Shadow stacks for userspace
 2022-02-03 22:42 UTC  (43+ 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 AUTOSEL 5.16 25/52] arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 ranges
 2022-02-03 20:29 UTC  (5+ messages)
` [PATCH AUTOSEL 5.16 47/52] arm64: errata: Add detection for TRBE ignored system register writes
` [PATCH AUTOSEL 5.16 48/52] arm64: errata: Add detection for TRBE invalid prohibited states
` [PATCH AUTOSEL 5.16 49/52] arm64: errata: Add detection for TRBE trace data corruption
` [PATCH AUTOSEL 5.16 50/52] arm64: cpufeature: List early Cortex-A510 parts as having broken dbm

hwmon: (asus-ec-sensors) Add Crosshair VIII Hero WiFi
 2022-02-03 20:30 UTC 

[PATCH v4 1/4] hwmon: (max6639) Update Datasheet URL
 2022-02-03 19:02 UTC  (2+ messages)

[PATCH v5 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2022-02-03 18:57 UTC  (5+ messages)
` [PATCH v5 6/7] thermal: netlink: Add a new event to notify CPU capabilities change

event more eBPF instruction set documentation improvements
 2022-02-03 17:44 UTC  (10+ 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-02-03 15:55 UTC  (8+ messages)

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

[PATCH] linux/const.h: Explain how __is_constexpr() works
 2022-02-03  9:25 UTC  (18+ messages)

[PATCH v3] dma-buf-map: Rename to iosys-map
 2022-02-03  9:15 UTC 

[mchinth:sep_socwatch_linux_5_15 2/2] drivers/platform/x86/socwatch/sw_telem.c:635: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-02-03  6:45 UTC 

[PATCH v32 14/28] LSM: Specify which LSM to display
 2022-02-02 23:53 UTC  (2+ messages)
` [PATCH v32 27/28] LSM: Add /proc attr entry for full LSM context

[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
 2022-02-02 20:25 UTC  (4+ messages)
` [PATCH v2 1/6] "

[PATCH v7 00/13] Introduce PECI subsystem
 2022-02-02 14:48 UTC  (14+ messages)
` [PATCH v7 01/13] dt-bindings: Add generic bindings for PECI
` [PATCH v7 02/13] dt-bindings: Add bindings for peci-aspeed
` [PATCH v7 03/13] ARM: dts: aspeed: Add PECI controller nodes
` [PATCH v7 04/13] peci: Add core infrastructure
` [PATCH v7 05/13] peci: Add peci-aspeed controller driver
` [PATCH v7 06/13] peci: Add device detection
` [PATCH v7 07/13] peci: Add sysfs interface for PECI bus
` [PATCH v7 08/13] peci: Add support for PECI device drivers
` [PATCH v7 09/13] peci: Add peci-cpu driver
` [PATCH v7 10/13] hwmon: peci: Add cputemp driver
` [PATCH v7 11/13] hwmon: peci: Add dimmtemp driver
` [PATCH v7 12/13] docs: hwmon: Document PECI drivers
` [PATCH v7 13/13] docs: Add PECI documentation

[PATCH v3 0/2] docs: add a text about regressions to the Linux kernel's documentation
 2022-02-02 11:46 UTC  (7+ messages)
` [PATCH v3 1/2] docs: add a document about regression handling

[PATCH] docs/memory-barriers.txt: volatile is not a barrier() substitute
 2022-02-02 10:54 UTC  (8+ messages)

[PATCH v4 0/3] docs: add two texts covering regressions
 2022-02-02 10:05 UTC  (10+ 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 00/12] HID: fix for generic input processing
 2022-02-02  9:54 UTC  (3+ messages)
` [PATCH 10/12] HID: input: remove the need for HID_QUIRK_INVERT

[PATCH] docs: scheduler: Fix outdated parameter of rebalance_domains
 2022-02-01 23:30 UTC  (4+ messages)

[PATCH] docs/zh_CN: Add rbtree Chinese translation
 2022-02-01 23:25 UTC  (4+ messages)

[PATCH v4 00/11] Intro to Hardware timestamping engine
 2022-02-01 22:26 UTC  (12+ messages)
` [PATCH v4 01/11] Documentation: Add HTE subsystem guide
` [PATCH v4 02/11] drivers: Add hardware timestamp engine (HTE)
` [PATCH v4 03/11] hte: Add tegra194 HTE kernel provider
` [PATCH v4 04/11] dt-bindings: Add HTE bindings
` [PATCH v4 05/11] hte: Add Tegra194 IRQ HTE test driver
` [PATCH v4 06/11] gpiolib: Add HTE support
` [PATCH v4 07/11] gpio: tegra186: Add HTE in gpio-tegra186 driver
` [PATCH v4 08/11] gpiolib: cdev: Add hardware timestamp clock type
` [PATCH v4 09/11] tools: gpio: Add new hardware "
` [PATCH v4 10/11] hte: Add tegra GPIO HTE test driver
` [PATCH v4 11/11] MAINTAINERS: Added HTE Subsystem

[PATCH v1 1/1] docs: process: submitting-patches: Clarify the Reported-by usage
 2022-02-01  8:51 UTC  (8+ 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)

[RFC PATCH] kdump: Add support for crashkernel=auto
 2022-01-31 10:33 UTC  (5+ 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 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 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  (9+ messages)

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

[PATCH net-next 0/2] ethtool: add header/data split indication
 2022-01-28 15:10 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).