linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 14:54:31 to 2020-03-23 14:51:14 UTC [more...]

[PATCH 51/51] drm: Add docs for managed resources
 2020-03-23 14:49 UTC 

[PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file
 2020-03-23 14:05 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt

[PATCH] docs: trace: coresight-ect.rst: fix a build warning
 2020-03-23 12:26 UTC 

[PATCH v6 01/16] exec: Only compute current once in flush_old_exec
 2020-03-23 10:51 UTC  (17+ messages)
` [PATCH v6 02/16] exec: Factor unshare_sighand out of de_thread and call it separately
` [PATCH v6 03/16] exec: Move cleanup of posix timers on exec out of de_thread
` [PATCH v6 04/16] exec: Move exec_mmap right after de_thread in flush_old_exec
` [PATCH v6 05/16] exec: Add exec_update_mutex to replace cred_guard_mutex
` [PATCH v6 06/16] exec: Fix a deadlock in strace
` [PATCH v6 07/16] selftests/ptrace: add test cases for dead-locks
` [PATCH v6 08/16] mm: docs: Fix a comment in process_vm_rw_core
` [PATCH v6 09/16] kernel: doc: remove outdated comment cred.c
` [PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
` [PATCH v6 11/16] proc: "
` [PATCH v6 12/16] proc: io_accounting: "
` [PATCH v6 13/16] perf: "
` [PATCH v6 14/16] pidfd: "
` [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
` [PATCH v6 16/16] doc: Update documentation of ->exec_*_mutex

[PATCH v2 1/4] Documentation: LKMM: Move MP+onceassign+derefonce to new litmus-tests/rcu/
 2020-03-23  8:59 UTC  (6+ messages)
` [PATCH v2 2/4] Documentation: LKMM: Add litmus test for RCU GP guarantee where updater frees object
` [PATCH v2 3/4] Documentation: LKMM: Add litmus test for RCU GP guarantee where reader stores
` [PATCH v2 4/4] MAINTAINERS: Update maintainers for new Documentaion/litmus-tests/

[PATCH v4] Translate debugfs.txt into Chinese and link it to the index
 2020-03-23  8:53 UTC 

[PATCH 02/17] docs: arm64: booting.rst: get rid of some warnings
 2020-03-22 16:21 UTC  (34+ messages)
` [PATCH 03/17] docs: pci: boot-interrupts.rst: improve html output
` [PATCH 04/17] kernel: futex.c: get rid of a docs build warning
` [PATCH 05/17] devfreq: devfreq.h: get rid of some doc warnings
` [PATCH 06/17] firewire: firewire-cdev.hL get rid of a docs warning
` [PATCH 07/17] scripts: kernel-doc: proper handle @foo->bar()
` [PATCH 08/17] lib: bitmap.c: get rid of some doc warnings
` [PATCH 09/17] rcu: update.c: "
` [PATCH 10/17] net: phy: sfp-bus.c: get rid of docs warnings
` [PATCH 11/17] net: core: dev.c: fix a documentation warning
` [PATCH 12/17] gpio: gpiolib.c: fix a doc warning
` [PATCH 13/17] i2c: include/linux/i2c.h: "
` [PATCH 14/17] infiniband: pa_vnic_encap.h: get rid of a warning
` [PATCH 15/17] ata: libata-core: fix a doc warning
` [PATCH 16/17] fs: inode.c: get rid of docs warnings
` [PATCH 17/17] regulator: driver.h: fix regulator_map_* function names
  ` Applied "regulator: driver.h: fix regulator_map_* function names" to the regulator tree

[PATCH v2 00/11] pstore: mtd: support crash log to block and mtd device
 2020-03-22 15:59 UTC  (39+ messages)
` [PATCH v2 01/11] pstore/blk: new support logger for block devices
` [PATCH v2 02/11] blkoops: add blkoops, a warpper for pstore/blk
` [PATCH v2 03/11] pstore/blk: blkoops: support pmsg recorder
` [PATCH v2 04/11] pstore/blk: blkoops: support console recorder
` [PATCH v2 05/11] pstore/blk: blkoops: support ftrace recorder
` [PATCH v2 06/11] Documentation: pstore/blk: blkoops: create document for pstore_blk
` [PATCH v2 07/11] pstore/blk: skip broken zone for mtd device
` [PATCH v2 08/11] blkoops: respect for device to pick recorders
` [PATCH v2 09/11] pstore/blk: blkoops: support special removing jobs for dmesg
` [PATCH v2 11/11] mtd: new support oops logger based on pstore/blk

[PATCH] Documentation: Clarify better about the rwsem non-owner release issue
 2020-03-22  6:51 UTC  (2+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-21 22:53 UTC  (27+ messages)
` [PATCHv5] "
      ` [PATCHv6] "
          ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
            ` [PATCH 0/5] "
              ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                            ` [PATCH v3 "
                                        ` [PATCH v4 3/5] "

[PATCH 00/11] fs/dcache: Limit # of negative dentries
 2020-03-21 10:17 UTC  (3+ messages)

[PATCH v2,RESEND] doc: zh_CN: fix style problems for io_ordering.txt
 2020-03-21  7:40 UTC  (3+ messages)
  `  "

[PATCH] coding-style.rst: Add fallthrough as an emacs keyword
 2020-03-20 23:45 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: adjust to filesystem doc ReST conversion
 2020-03-20 23:32 UTC  (2+ messages)

[PATCH] docs: deprecated.rst: Add BUG()-family
 2020-03-20 23:26 UTC  (2+ messages)

[PATCH v2,1/2] doc: zh_CN: index files in filesystems subdirectory
 2020-03-20 23:19 UTC  (3+ messages)
` [PATCH v3,1/2] "

[PATCH v2 0/2] docs: locking: Fix a typo and drop :c:func:
 2020-03-20 23:16 UTC  (4+ messages)
` [PATCH v2 1/2] docs: locking: Add 'need' to hardirq section
` [PATCH v2 2/2] docs: locking: Drop :c:func: throughout

[PATCH v3] Translate Documentation/filesystems/debugfs.txt into Chinese
 2020-03-20 23:15 UTC  (3+ messages)

[PATCH v2 0/2] Don't generate thousands of new warnings when building docs
 2020-03-20 23:10 UTC  (4+ messages)
` [PATCH v2 1/2] docs: prevent warnings due to autosectionlabel
` [PATCH v2 2/2] docs: conf.py: avoid thousands of duplicate label warning on Sphinx

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-20 20:24 UTC 

[PATCH] cgroup-v1: freezer: optionally killable freezer
 2020-03-20 20:10 UTC  (4+ messages)

[PATCH v12 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-03-20 16:41 UTC  (8+ messages)
` [PATCH v12 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS

[PATCH] docs: Prefer 'python3' when building htmldocs
 2020-03-20 16:33 UTC  (3+ messages)

[RFC] memcg: fix default behaviour of non-overridden memcg.swappiness
 2020-03-20 13:44 UTC  (2+ messages)

[PATCH] doc: fix reference to core-api/namespaces.rst
 2020-03-20 13:22 UTC  (8+ messages)
      ` [PATCH] docs: conf.py: avoid thousands of duplicate label warning on Sphinx

[PATCH v6 0/6] KASan for arm
 2020-03-20  9:26 UTC  (11+ messages)

[PATCH v1 0/6] Fix device links functional breakage in 4.19.99
 2020-03-20  5:29 UTC  (4+ messages)

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-19 21:17 UTC  (13+ messages)
` [RFC PATCH v14 06/10] landlock: Add syscall implementation

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

Sphinx Use Of 'autosectionlabel'
 2020-03-19 18:42 UTC  (2+ messages)

[PATCH 0/4] Clean up hugetlb boot command line processing
 2020-03-19 18:17 UTC  (18+ messages)
` [PATCH 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH 4/4] hugetlbfs: clean up command line processing

Re: [PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-19  9:03 UTC  (4+ messages)
`  "
    `  "

[PATCH v2] Translate Documentation/filesystems/debugfs.txt into Chinese
 2020-03-19  6:25 UTC  (2+ messages)

[PATCH v2 00/11] PCI/ATS: Device-tree support and other improvements
 2020-03-18 21:49 UTC  (3+ messages)
` [PATCH v2 07/11] iommu/arm-smmu-v3: Use pci_ats_supported()

[PATCH] docs: locking: Add 'need' to hardirq section
 2020-03-18 17:31 UTC  (3+ messages)

[PATCH] Translate Documentation/filesystems/debugfs.txt into Chinese
 2020-03-18 15:12 UTC  (2+ messages)

Broken wireless documentation urls
 2020-03-18 12:09 UTC 

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

[PATCH] docs: dt: Fix m_can.txt reference in tcan4x5x.txt
 2020-03-18 10:36 UTC  (2+ messages)

[PATCH 05/12] docs: dt: fix references to ap806-system-controller.txt
 2020-03-17 16:12 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).