linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 18:47:41 to 2020-03-11 12:11:07 UTC [more...]

[PATCH 1/9] docs: trace: events.rst: convert some new stuff to ReST format
 2020-03-11 12:11 UTC  (17+ messages)
` [PATCH 2/9] docs: watch_queue.rst: supress some Sphinx warnings
` [PATCH 4/9] docs: driver.rst: supress two ReSt warnings
` [PATCH 6/9] docs: translations: it: avoid duplicate refs at programming-language.rst
` [PATCH 7/9] docs: filesystems: fuse.rst: supress a Sphinx warning
` [PATCH 8/9] docs: perf: imx-ddr.rst: get rid of a warning
` [PATCH 9/9] docs: hw-vuln: tsx_async_abort.rst: get rid of an unused ref

[PATCH] docs: fix pointers to io-mapping.rst and io_ordering.rst files
 2020-03-11 12:08 UTC  (2+ messages)

[PATCH] docs: scsi: add NinjaSCSI.rst and ppa.rst
 2020-03-11 11:50 UTC 

[PATCH 00/42] Manually convert SCSI documentation to ReST format
 2020-03-11 11:50 UTC  (6+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-11  6:33 UTC  (107+ messages)
  ` [PATCHv4] "
  ` [PATCHv5] "
          ` [PATCHv6] "
              ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                ` [PATCH 0/5] "
                  ` [PATCH v2 1/5] exec: Only compute current once in flush_old_exec
                  ` [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately
                  ` [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
                              ` [PATCH] pidfd: Stop taking cred_guard_mutex
                  ` [PATCH v2 4/5] exec: Move exec_mmap right after de_thread in flush_old_exec
                  ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                        ` [PATCH 0/4] Use new infrastructure to fix deadlocks in execve
                                            ` [PATCH 0/4] Use new infrastructure in more simple cases
                                            ` [PATCH 1/4] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
                                            ` [PATCH 2/4] proc: "
                                            ` [PATCH 3/4] proc: io_accounting: "
                                            ` [PATCH 4/4] perf: "
                                        ` [PATCH 1/4] exec: Fix a deadlock in ptrace
                                        ` [PATCH 2/4] selftests/ptrace: add test cases for dead-locks
                                        ` [PATCH 3/4] mm: docs: Fix a comment in process_vm_rw_core
                                        ` [PATCH 4/4] kernel: doc: remove outdated comment cred.c

[PATCH v7 0/4] support reserving crashkernel above 4G on arm64 kdump
 2020-03-11  1:44 UTC  (9+ messages)
` [PATCH v7 2/4] arm64: kdump: reserve crashkenel above 4G for crash dump kernel

[PATCH] panic: Add sysctl/cmdline to dump all CPUs backtraces on oops event
 2020-03-11  1:26 UTC  (3+ messages)

[PATCH v3] docs: sysctl/kernel: document BPF entries
 2020-03-10 21:58 UTC 

[PATCH v2] docs: sysctl/kernel: document BPF entries
 2020-03-10 21:57 UTC  (3+ messages)

[PATCH v2] Documentation: Better document the softlockup_panic sysctl
 2020-03-10 19:56 UTC  (2+ messages)

[PATCH v4 0/5] remoteproc: Add elf64 support
 2020-03-10 19:32 UTC  (22+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 2/8] remoteproc: Use size_t instead of int for rproc_mem_entry len
  ` [PATCH v5 3/8] remoteproc: Use u64 type for boot_addr
  ` [PATCH v5 4/8] remoteproc: Add elf helpers to access elf64 and elf32 fields
  ` [PATCH v5 5/8] remoteproc: Rename rproc_elf_sanity_check for elf32
  ` [PATCH v5 8/8] remoteproc: Adapt coredump to generate correct elf type

[PATCH] docs: deprecated.rst: Clean up fall-through details
 2020-03-10 19:22 UTC  (3+ messages)

[PATCH] Documentation: Better document the softlockup_panic sysctl
 2020-03-10 19:04 UTC  (6+ messages)

[PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-10 17:39 UTC  (35+ messages)
` [PATCH v6 01/14] mm: "
    `  "
` [PATCH v6 02/14] mm/damon: Implement region based sampling
    `  "
` [PATCH v6 03/14] mm/damon: Adaptively adjust regions
    `  "
` [PATCH v6 04/14] mm/damon: Apply dynamic memory mapping changes
    `  "
` [PATCH v6 05/14] mm/damon: Implement callbacks
    `  "
` [PATCH v6 06/14] mm/damon: Implement access pattern recording
    `  "
` [PATCH v6 07/14] mm/damon: Implement kernel space API
    `  "
` [PATCH v6 08/14] mm/damon: Add debugfs interface
    `  "
` [PATCH v6 09/14] mm/damon: Add a tracepoint for result writing
    `  "
` [PATCH v6 11/14] Documentation/admin-guide/mm: Add a document for DAMON
    `  "

[PATCH v2 0/2] Documentation: Add files to driver-api manual
 2020-03-10 17:34 UTC  (3+ messages)
` [PATCH v3 0/2] Documentation: Rename two txt files to rst

[PATCH] Documentation: management-style: Fix formatting of emphsized word
 2020-03-10 17:32 UTC  (2+ messages)

[PATCH] docs: dev-tools: kmemleak: Update list of architectures
 2020-03-10 17:32 UTC  (2+ messages)

[PATCH] Documentation: driver-api/usb/writing_usb_driver.rst: Update documentation links
 2020-03-10 17:31 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust to kobject doc ReST conversion
 2020-03-10 17:30 UTC  (2+ messages)

[PATCH v2] docs: deprecated.rst: Add %p to the list
 2020-03-10 17:19 UTC  (2+ messages)

[PATCH] docs: it_IT: netdev-FAQ: Fix link to original document
 2020-03-10 17:17 UTC  (2+ messages)

[PATCH] docs: admin-guide: binfmt-misc: Improve the title
 2020-03-10 17:13 UTC  (2+ messages)

[PATCH v2] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices
 2020-03-10 17:13 UTC  (3+ messages)

[PATCH]Documentation/filesystems/tranlastions : translate debugfs.txt into Chinese
 2020-03-10 17:11 UTC 

[PATCH] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-03-10 16:05 UTC  (2+ messages)

[PATCH v2 00/22] Move media documentation files
 2020-03-10 13:43 UTC  (22+ messages)
` [PATCH v2 01/22] media: docs: avermedia.rst: mark a table as such
` [PATCH v2 02/22] media: docs: move soc-camera.rst to staging
` [PATCH v2 03/22] media: docs: split cpia2.rst on two files
` [PATCH v2 04/22] media: docs: split ci.rst into uAPI and user guide docs
` [PATCH v2 05/22] media: docs: split meye.rst into admin and uAPI docs
` [PATCH v2 06/22] media: docs: split vimc.rst into devel and admin parts
` [PATCH v2 07/22] media: docs: split development info from bttv.rst
` [PATCH v2 08/22] media: docs: split development info from cx88.rst
` [PATCH v2 09/22] media: docs: split cx2341x.rst into different audiences
` [PATCH v2 10/22] media: docs: cx18-streams.c: fix broken references to docs
` [PATCH v2 11/22] media: docs: split uAPI info from davinci-vpbe.rst
` [PATCH v2 12/22] media: docs: split uAPI info from fimc.rst
` [PATCH v2 13/22] media: docs: split uAPI info from saa7134-devel.rst
` [PATCH v2 14/22] media: docs: split uAPI info from omap3isp.rst
` [PATCH v2 15/22] media: docs: split uAPI info from imx.rst
` [PATCH v2 17/22] media: docs: kAPI docs: move them to driver-api
` [PATCH v2 18/22] media: docs: move fourcc file to the uAPI document
` [PATCH v2 19/22] media: docs: move user-facing docs to the admin guide
` [PATCH v2 20/22] media: docs: move driver-specific info to driver-api
` [PATCH v2 21/22] media: docs: add an uAPI chapter for driver-specific stuff
` [PATCH v2 22/22] media: docs: get rid of Documentation/media/

[PATCH] devices.txt: document minor for rfkill
 2020-03-10  6:52 UTC  (2+ messages)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-10  2:13 UTC  (21+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-09 23:44 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).