linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-14 22:39:01 to 2018-11-19 18:31:11 UTC [more...]

[PATCH] hwmon (ina3221) Add single-shot mode support
 2018-11-19 17:45 UTC  (8+ messages)

[PATCH v3 7/7] cgroup: document cgroup v2 freezer interface
 2018-11-19 17:42 UTC  (3+ messages)

[PATCH v11 00/24] kasan: add software tag-based mode for arm64
 2018-11-19 17:32 UTC  (27+ messages)
` [PATCH v11 01/24] kasan, mm: change hooks signatures
` [PATCH v11 02/24] kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
` [PATCH v11 03/24] kasan: move common generic and tag-based code to common.c
` [PATCH v11 04/24] kasan: rename source files to reflect the new naming scheme
` [PATCH v11 05/24] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v11 06/24] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v11 07/24] kasan: rename kasan_zero_page to kasan_early_shadow_page
` [PATCH v11 08/24] kasan: initialize shadow to 0xff for tag-based mode
` [PATCH v11 09/24] arm64: move untagged_addr macro from uaccess.h to memory.h
` [PATCH v11 10/24] kasan: add tag related helper functions
` [PATCH v11 11/24] kasan, arm64: untag address in _virt_addr_is_linear
` [PATCH v11 12/24] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v11 13/24] kasan, arm64: fix up fault handling logic
` [PATCH v11 14/24] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v11 15/24] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v11 16/24] kasan: split out generic_report.c from report.c
` [PATCH v11 17/24] kasan: add bug reporting routines for tag-based mode
` [PATCH v11 18/24] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v11 19/24] kasan: add hooks implementation for tag-based mode
` [PATCH v11 20/24] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v11 21/24] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v11 22/24] kasan: add __must_check annotations to kasan hooks
` [PATCH v11 23/24] kasan: update documentation
` [PATCH v11 24/24] kasan: add SPDX-License-Identifier mark to source files

[PATCH v5 0/3] x86: make rsdp address accessible via boot params
 2018-11-19 16:48 UTC  (10+ messages)
` [PATCH v5 2/3] x86/boot: add acpi rsdp address to setup_header
  ` PLEASE REVERT URGENTLY: "

[RFCv3 PATCH 0/6] A General Accelerator Framework, WarpDrive
 2018-11-19 16:48 UTC  (11+ messages)
` [RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce

[PATCH] Link the memory allocation guide from the MM docs
 2018-11-19 16:34 UTC  (2+ messages)

[PATCH v2] Document /proc/pid PID reuse behavior
 2018-11-19 16:24 UTC  (7+ messages)

[PATCH v1 1/8] mm: balloon: update comment about isolation/migration/compaction
 2018-11-19 16:06 UTC  (15+ messages)
` [PATCH v1 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v1 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v1 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v1 5/8] hv_balloon: "
` [PATCH v1 6/8] vmw_balloon: "
` [PATCH v1 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v1 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v1] makedumpfile: exclude pages that are logically offline

[PATCH v1 0/2]: Documentation/admin-guide: introduce perf-security.rst file and extend perf_event_paranoid documentation
 2018-11-19 15:19 UTC  (11+ messages)
` [PATCH v1 1/2]: Documentation/admin-guide: update admin-guide index.rst
` [PATCH v1 2/2]: Documentation/admin-guide: introduce perf-security.rst file

[LKP] dad4f140ed [ 7.709376] WARNING:suspicious_RCU_usage
 2018-11-19 14:39 UTC  (2+ messages)

[PATCH v10 0/9] Add the I3C subsystem
 2018-11-19 12:46 UTC  (19+ messages)

[PATCH 0/9] drm: remove deprecated functions
 2018-11-19 12:13 UTC  (17+ messages)
` [PATCH 1/9] drm: replace "drm_gem_object_unreference_unlocked" function with "*put_unlocked"
` [PATCH 2/9] drm: remove deprecated "[__]drm_gem_object_[un]reference[_locked]" functions
` [PATCH 3/9] drm: replace "drm_dev_unref" function with "drm_dev_put"
` [PATCH 4/9] drm: remove deprecated "drm_dev_unref" function
` [PATCH 5/9] drm: replace "drm_connector_unreference" with "drm_connector_put"
` [PATCH 6/9] drm: remove deprecated "drm_connector_[un]reference" functions
` [PATCH 7/9] drm: remove deprecated "drm_framebuffer_[un]reference" functions
` [PATCH 8/9] drm: remove no longer needed drm-get-put coccinelle script
` [PATCH 9/9] docs: drm: remove no longer relevant TODO entry

[PATCH] Documentation: Use "while" instead of "whilst"
 2018-11-19 11:02 UTC 

[PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
 2018-11-19 10:34 UTC  (11+ messages)
` [PATCH V2 01/10] cgroup: add hook seq_show_cft with also the owning cftype as parameter
` [PATCH V2 02/10] block, cgroup: pass cftype to functions that need to use it
` [PATCH V2 03/10] cgroup: link cftypes of the same subsystem with the same name
` [PATCH V2 04/10] cgroup: add owner name to cftypes
` [PATCH V2 05/10] block, bfq: align min and default weights with the old cfq default
` [PATCH V2 06/10] cgroup: make all functions of all cftypes be invoked
` [PATCH V2 07/10] block, bfq: use standard file names for the proportional-share policy
` [PATCH V2 08/10] block, throttle: allow sharing cgroup statistic files
` [PATCH V2 09/10] doc, bfq-iosched: fix a few clerical errors
` [PATCH V2 10/10] doc, bfq-iosched: make it consistent with the new cgroup interface

[PATCH 00/12] unify the interface of the proportional-share policy in blkio/io
 2018-11-19  9:46 UTC  (8+ messages)

[PATCH] Documentation: update path-lookup.md for parallel lookups
 2018-11-19  0:55 UTC 

[PATCH v8 00/13] arch/resctrl: AMD QoS support
 2018-11-18 14:07 UTC  (17+ messages)
` [PATCH v8 01/13] arch/resctrl: Start renaming the rdt files to more generic names
` [PATCH v8 02/13] arch/resctrl: Rename the RDT functions and definitions
` [PATCH v8 03/13] arch/resctrl: Re-arrange RDT init code
` [PATCH v8 04/13] arch/resctrl: Bring all the macros to resctrl.h
` [PATCH v8 05/13] arch/resctrl: Rename config parameter INTEL_RDT to RESCTRL
` [PATCH v8 06/13] arch/resctrl: Initialize the resource functions that are different
` [PATCH v8 07/13] arch/resctrl: Bring cbm_validate function into the resource structure
` [PATCH v8 08/13] arch/resctrl: Add vendor check for MBA software controller
` [PATCH v8 09/13] arch/resctrl: Update the RESCTRL config parameter
` [PATCH v8 10/13] arch/resctrl: Add AMD feature bit X86_FEATURE_MBA in cpuid bits array
` [PATCH v8 11/13] arch/resctrl: Introduce QOS feature for AMD
` [PATCH v8 12/13] Documentation: Rename and update intel_rdt_ui.txt to resctrl_ui.txt
` [PATCH v8 13/13] MAINTAINERS: Update the file and documentation names in arch/x86

[PATCH 1/2] cpufreq: intel_pstate: Force HWP min perf before offline
 2018-11-16 22:24 UTC  (2+ messages)
` [PATCH 2/2] Documentation: intel_pstate: Clarify coordination of P-State limits

[PATCH v8 00/14] Appended signatures support for IMA appraisal
 2018-11-16 20:07 UTC  (15+ messages)
` [PATCH v8 01/14] MODSIGN: Export module signature definitions
` [PATCH v8 02/14] PKCS#7: Refactor verify_pkcs7_signature() and add pkcs7_get_message_sig()
` [PATCH v8 03/14] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v8 04/14] integrity: Introduce struct evm_xattr
` [PATCH v8 05/14] integrity: Introduce integrity_keyring_from_id()
` [PATCH v8 06/14] integrity: Introduce asymmetric_sig_has_known_key()
` [PATCH v8 07/14] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v8 08/14] ima: Introduce is_signed()
` [PATCH v8 09/14] ima: Export func_tokens
` [PATCH v8 10/14] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v8 11/14] ima: Implement support "
` [PATCH v8 12/14] ima: Add new "d-sig" template field
` [PATCH v8 13/14] ima: Write modsig to the measurement list
` [PATCH v8 14/14] ima: Store the measurement again when appraising a modsig

[PATCH RFC 0/6] mm/kdump: allow to exclude pages that are logically offline
 2018-11-16 18:23 UTC  (26+ messages)
` [PATCH RFC 2/6] mm: convert PG_balloon to PG_offline
` [PATCH RFC 3/6] kexec: export PG_offline to VMCOREINFO
` [PATCH RFC 6/6] PM / Hibernate: exclude all PageOffline() pages

[PATCH v17 22/23] x86/sgx: SGX documentation
 2018-11-16 11:17 UTC  (2+ messages)
` [PATCH v17 00/23] Intel SGX1 support

[Ksummit-discuss] [RFC PATCH 2/3] MAINTAINERS, Handbook: Subsystem Profile
 2018-11-15 23:56 UTC  (3+ messages)

[RFC] dm-bow working prototype
 2018-11-15 23:15 UTC  (8+ messages)
    ` [dm-devel] "

[PATCH v7 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
 2018-11-15 22:45 UTC  (3+ messages)
` [PATCH v7 2/2] ThunderX2, perf : Add Cavium ThunderX2 SoC UNCORE PMU driver

[PATCH v4 0/3] Add driver for Synopsys DesignWare I3C master IP
 2018-11-15 19:29 UTC  (2+ messages)

[PATCH v2] arm64: Make kpti command line options x86 compatible
 2018-11-15 16:49 UTC  (3+ messages)

[PATCH v0 0/2] Initial Allwinner T3 support
 2018-11-15 15:31 UTC  (3+ messages)

[PATCH v10 00/22] kasan: add software tag-based mode for arm64
 2018-11-15 13:43 UTC  (12+ messages)
` [PATCH v10 08/22] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v10 12/22] kasan, arm64: fix up fault handling logic

[PATCH] arm64: Make kpti command line options x86 compatible
 2018-11-15  9:46 UTC  (3+ messages)

Re-run features-refresh.sh
 2018-11-15  9:12 UTC  (2+ messages)

[PATCH 0/2] Docs/EDID: Fixed and improved EDID documentation
 2018-11-15  9:02 UTC  (5+ messages)

[GIT PULL] Power management updates for v4.20-rc3
 2018-11-14 22:55 UTC  (2+ messages)

[PATCH v8 1/2] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
 2018-11-14 22:00 UTC  (3+ messages)
` [PATCH v8 2/2] overlayfs: override_creds=off option bypass creator_cred


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