linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 08:41:36 to 2020-05-26 16:07:18 UTC [more...]

[PATCH 0/1] Document keyctl(KEYCTL_PKEY_QUERY) arguments correctly
 2020-05-26 16:07 UTC  (5+ messages)
` [PATCH 1/1] Documentation: security: core.rst: add missing argument

[PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
 2020-05-26 15:45 UTC  (10+ messages)
` [PATCH v3 1/7] stats_fs API: create, add and remove stats_fs sources and values
` [PATCH v3 2/7] documentation for stats_fs
` [PATCH v3 3/7] kunit: tests for stats_fs API
` [PATCH v3 4/7] stats_fs fs: virtual fs to show stats to the end-user
` [PATCH v3 5/7] kvm_main: replace debugfs with stats_fs
` [PATCH v3 6/7] [not for merge] kvm: example of stats_fs_value show function
` [PATCH v3 7/7] [not for merge] netstats: example use of stats_fs API

[PATCH v5] arch/x86: Update config and kernel doc for MPK feature on AMD
 2020-05-26 15:33 UTC  (3+ messages)

[PATCH v3 0/8] kernel: taint when the driver firmware crashes
 2020-05-26 14:58 UTC  (9+ messages)
` [PATCH v3 1/8] kernel.h: move taint and system state flags to uapi
` [PATCH v3 2/8] panic: add uevent support
` [PATCH v3 3/8] taint: add firmware crash taint support
` [PATCH v3 4/8] panic: make taint data type clearer
` [PATCH v3 5/8] ath10k: use new taint_firmware_crashed()
` [PATCH v3 6/8] bnxt_en: "
` [PATCH v3 7/8] liquidio: "
` [PATCH v3 8/8] qed: "

[PATCH v3 3/3] hwmon: Add Baikal-T1 PVT sensor driver
 2020-05-26 13:38 UTC 

[PATCH] kbuild: doc: remove documentation about copying Module.symvers around
 2020-05-26 10:28 UTC  (2+ messages)

[RFC PATCH v5 0/3] Add scheduler overview documentation
 2020-05-26 10:25 UTC  (4+ messages)
` [RFC PATCH v5 3/3] docs: scheduler: Add introduction to scheduler context-switch

[RFC v9 0/8] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-05-26  8:08 UTC  (9+ messages)
` [RFC v9 1/8] mm/madvise: Export do_madvise() to external GPL modules
` [RFC v9 2/8] mm/damon: Account age of target regions
` [RFC v9 3/8] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v9 4/8] mm/damon/schemes: Implement a debugfs interface
` [RFC v9 5/8] mm/damon/schemes: Implement statistics feature
` [RFC v9 6/8] mm/damon/selftests: Add 'schemes' debugfs tests
` [RFC v9 7/8] damon/tools: Support more human friendly 'schemes' control
` [RFC v9 8/8] Documentation/admin-guide/mm: Document DAMON-based operation schemes

[PATCH] doc: filesystems: format tables in locking properly
 2020-05-26  6:41 UTC 

[PATCH] Replace HTTP links with HTTPS ones: documentation
 2020-05-26  6:05 UTC 

[PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-05-26  2:28 UTC  (12+ messages)
` [PATCH v8 1/5] x86: kdump: move reserve_crashkernel_low() into crash_core.c
` [PATCH v8 2/5] arm64: kdump: reserve crashkenel above 4G for crash dump kernel
` [PATCH v8 3/5] arm64: kdump: add memory for devices by DT property, low-memory-range
` [PATCH v8 4/5] kdump: update Documentation about crashkernel on arm64
` [PATCH v8 5/5] dt-bindings: chosen: Document linux,low-memory-range for arm64 kdump

[PATCH v2 2/2] hwmon: Add Baikal-T1 PVT sensor driver
 2020-05-25 21:26 UTC  (3+ messages)

[PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/zh_CN
 2020-05-25 20:21 UTC 

[PATCH] Replace HTTP links with HTTPS ones: documentation
 2020-05-25 19:41 UTC  (7+ messages)

[PATCH] tracing: Fix events.rst section numbering
 2020-05-25 19:40 UTC  (2+ messages)

reference to Linux Foundation NDA program obsolete?
 2020-05-25 17:46 UTC  (3+ messages)

[PATCH 2/2] docs: acpi: fix old http link and improve document format
 2020-05-25 16:45 UTC  (4+ messages)
` [PATCH v1 1/2] docs: filesystems: add info about efivars content
  ` [PATCH v1 2/2] docs: acpi: fix old http link and improve document format

[PATCH v2] docs: sysctl/kernel: document unaligned controls
 2020-05-25 16:33 UTC  (2+ messages)

[PATCH] Documentation: admin-guide: update bug-hunting.rst
 2020-05-25 16:31 UTC  (2+ messages)

[PATCH v2] docs: sysctl/kernel: document ngroups_max
 2020-05-25 16:30 UTC  (2+ messages)

[PATCH] nvdimm: fixes to maintainter-entry-profile
 2020-05-25 16:19 UTC  (2+ messages)

[PATCH] Documentation/features: Correct RISC-V kprobes support entry
 2020-05-25 16:17 UTC  (2+ messages)

[PATCH] Documentation/features: Refresh the arch support status files
 2020-05-25 16:17 UTC  (2+ messages)

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-05-25 14:07 UTC  (16+ messages)
` [PATCH v1 09/25] Documentation: locking: Describe seqlock design and usage
` [PATCH v1 10/25] seqlock: Add RST directives to kernel-doc code samples and notes
` [PATCH v1 11/25] seqlock: Add missing kernel-doc annotations
` [PATCH v1 12/25] seqlock: Extend seqcount API with associated locks

Building directly with sphinx
 2020-05-25 12:08 UTC  (4+ messages)

[PATCH v13 00/15] Introduce Data Access MONitor (DAMON)
 2020-05-25  9:31 UTC  (15+ messages)
` [PATCH v13 01/15] scripts/spelling: Add a few more typos
` [PATCH v13 02/15] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v13 03/15] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v13 04/15] mm/damon: Implement region based sampling
` [PATCH v13 05/15] mm/damon: Adaptively adjust regions
` [PATCH v13 06/15] mm/damon: Apply dynamic memory mapping changes
` [PATCH v13 07/15] mm/damon: Implement callbacks
` [PATCH v13 08/15] mm/damon: Implement access pattern recording
` [PATCH v13 09/15] mm/damon: Add debugfs interface
` [PATCH v13 10/15] mm/damon: Add tracepoints
` [PATCH v13 11/15] tools: Add a minimal user-space tool for DAMON
` [PATCH v13 13/15] mm/damon: Add kunit tests
` [PATCH v13 14/15] mm/damon: Add user space selftests
` [PATCH v13 15/15] MAINTAINERS: Update for DAMON

WARNING in dlfb_submit_urb/usb_submit_urb
 2020-05-24 21:53 UTC 

[PATCH v4 0/6] allow ramoops to collect all kmesg_dump events
 2020-05-23 11:16 UTC  (7+ messages)
` [PATCH v4 1/6] printk: Collapse shutdown types into a single dump reason
` [PATCH v4 2/6] printk: honor the max_reason field in kmsg_dumper

[PATCH 5.4] KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
 2020-05-23  7:49 UTC  (3+ messages)

[PATCH 00/19] Implement NTB Controller using multiple PCI EP
 2020-05-23  1:47 UTC  (5+ messages)
` [PATCH 01/19] dt-bindings: PCI: Endpoint: Add DT bindings for PCI EPF NTB Device

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-22 18:13 UTC  (10+ messages)
` [PATCH v10 26/26] x86/cet/shstk: Add arch_prctl functions for shadow stack

[PATCH v10 01/26] Documentation/x86: Add CET description
 2020-05-22 17:48 UTC  (12+ messages)

[RFC PATCH 0/5] Update selftests/x86 for CET
 2020-05-22 18:07 UTC  (21+ messages)
` [RFC PATCH 1/5] x86/cet/shstk: Modify ARCH_X86_CET_ALLOC_SHSTK for 32-bit address range
` [RFC PATCH 2/5] selftest/x86: Enable CET for selftests/x86
` [RFC PATCH 3/5] selftest/x86: Fix sigreturn_64 test
` [RFC PATCH 4/5] selftest/x86: Fix sysret_rip with ENDBR
` [RFC PATCH 5/5] selftest/x86: Add CET quick test

[PATCH 1/2] docs: lzo: fix first byte interpretation off-by-one
 2020-05-22 15:22 UTC  (4+ messages)
` [PATCH 2/2] docs: lzo: fix incorrect statement about distance zero for EOS

[PATCH 02/14] docs: add bus-virt-phys-mapping.txt to core-api
 2020-05-22  4:39 UTC  (9+ messages)
` [PATCH 06/14] docs: debugging-via-ohci1394.txt: add it to the core-api book
` [PATCH 10/14] docs: move locking-specific documenta to locking/ directory

[PATCH v3 00/14] remoteproc: Add support for synchronisaton with rproc
 2020-05-21 21:55 UTC  (10+ messages)
` [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

[PATCH v2 7/9] x86: Add support for function granular KASLR
 2020-05-21 21:42 UTC  (3+ messages)

[PATCH 0/2] Control over userfaultfd kernel-fault handling
 2020-05-20 21:16 UTC  (13+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only

[PATCH v7 0/6] gpio: Add GPIO Aggregator
 2020-05-20 12:57 UTC  (6+ messages)

[PATCH v7 0/4] support reserving crashkernel above 4G on arm64 kdump
 2020-05-20  8:32 UTC  (6+ messages)

[PATCH] Replace HTTP links with HTTPS ones: documentation
 2020-05-20  8:25 UTC  (8+ messages)

[PATCH] docs: printk-basics: update the pr_debug() kerneldoc
 2020-05-20  7:22 UTC  (3+ messages)

[PATCH v10 01/26] Documentation/x86: Add CET description
 2020-05-20  1:04 UTC  (3+ messages)

[PATCH v3] admin guide/pm: Admin guide for intel-speed-select
 2020-05-19 18:02 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: hwmon: Add compatible for ti,ina260
 2020-05-19 15:28 UTC  (6+ messages)
` [PATCH 3/3] hwmon: (ina2xx) Add support for ina260

[PATCH v12 10/16] mm/damon: Add debugfs interface
 2020-05-19 14:02 UTC  (2+ messages)

[PATCH v4 00/12] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-05-19 10:37 UTC  (6+ 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).