linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-01 17:53:02 to 2021-10-05 20:43:57 UTC [more...]

[PATCH v10 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-05 20:43 UTC  (13+ messages)
` [PATCH v10 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v10 3/3] mm: add anonymous vma name refcounting

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-05 19:59 UTC  (18+ messages)
` [PATCH v8 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v8 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal

[PATCH] Introduce the pkill_on_warn boot parameter
 2021-10-05 19:48 UTC  (13+ messages)

[PATCH v5] docs: Explain the desired position of function attributes
 2021-10-05 19:15 UTC  (4+ messages)

[GIT PULL] fscache, 9p, afs, nfs: Fix kerneldoc warnings and one unused variable
 2021-10-05 17:56 UTC  (2+ messages)

[PATCH] zram: Allow backing device to be assigned after init
 2021-10-05 17:08 UTC  (10+ messages)

[PATCH] dma-mapping: fix the kerneldoc for dma_map_sgtable()
 2021-10-05 16:48 UTC 

[PATCH v8 0/2] Add rpmsg tty driver
 2021-10-05 16:27 UTC  (10+ messages)
` [PATCH v8 1/2] rpmsg: core: add API to get MTU
` [PATCH v8 2/2] tty: add rpmsg driver

[PATCH -rcu/kcsan 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-10-05 15:13 UTC  (34+ messages)
` [PATCH -rcu/kcsan 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH -rcu/kcsan 02/23] kcsan: Remove redundant zero-initialization of globals
` [PATCH -rcu/kcsan 03/23] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH -rcu/kcsan 04/23] kcsan: Add core support for a subset of weak memory modeling
` [PATCH -rcu/kcsan 05/23] kcsan: Add core memory barrier instrumentation functions
` [PATCH -rcu/kcsan 06/23] kcsan, kbuild: Add option for barrier instrumentation only
` [PATCH -rcu/kcsan 07/23] kcsan: Call scoped accesses reordered in reports
` [PATCH -rcu/kcsan 08/23] kcsan: Show location access was reordered to
` [PATCH -rcu/kcsan 09/23] kcsan: Document modeling of weak memory
` [PATCH -rcu/kcsan 10/23] kcsan: test: Match reordered or normal accesses
` [PATCH -rcu/kcsan 11/23] kcsan: test: Add test cases for memory barrier instrumentation
` [PATCH -rcu/kcsan 12/23] kcsan: Ignore GCC 11+ warnings about TSan runtime support
` [PATCH -rcu/kcsan 13/23] kcsan: selftest: Add test case to check memory barrier instrumentation
` [PATCH -rcu/kcsan 14/23] locking/barriers, kcsan: Add instrumentation for barriers
` [PATCH -rcu/kcsan 15/23] locking/barriers, kcsan: Support generic instrumentation
` [PATCH -rcu/kcsan 16/23] locking/atomics, kcsan: Add instrumentation for barriers
` [PATCH -rcu/kcsan 17/23] asm-generic/bitops, "
` [PATCH -rcu/kcsan 18/23] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
` [PATCH -rcu/kcsan 19/23] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
` [PATCH -rcu/kcsan 20/23] mm, kcsan: Enable barrier instrumentation
` [PATCH -rcu/kcsan 21/23] sched, kcsan: Enable memory "
` [PATCH -rcu/kcsan 22/23] objtool, kcsan: Add memory barrier instrumentation to whitelist
` [PATCH -rcu/kcsan 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

[PATCH v30 00/32] Control-flow Enforcement: Shadow Stack
 2021-10-05 14:26 UTC  (3+ messages)
` [PATCH v30 01/32] Documentation/x86: Add CET description

[PATCH v4] docs: Explain the desired position of function attributes
 2021-10-05 14:58 UTC  (15+ messages)

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-10-05 14:22 UTC  (4+ messages)
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-05 12:27 UTC  (8+ messages)
` [PATCH 1/6] MM: Support __GFP_NOFAIL in alloc_pages_bulk_*() and improve doco
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCH] Documentation: remove reference to now removed mandatory-locking doc
 2021-10-05 10:02 UTC 

[v3 00/10] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-10-05  9:17 UTC  (3+ messages)

[PATCH v3 0/5] fscache, afs, 9p, nfs: Warning fixes
 2021-10-05  8:51 UTC  (6+ messages)
` [PATCH v3 1/5] nfs: Fix kerneldoc warning shown up by W=1
` [PATCH v3 2/5] afs: "
` [PATCH v3 3/5] 9p: Fix a bunch of kerneldoc warnings "
` [PATCH v3 4/5] fscache: Fix some "
` [PATCH v3 5/5] fscache: Remove an unused static variable

[PATCH] DRM: delete DRM IRQ legacy midlayer docs
 2021-10-05  6:47 UTC  (2+ messages)

[PATCH -next] counter: fix docum. build problems after filename change
 2021-10-05  6:02 UTC  (2+ messages)

[PATCH v8] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-10-05  5:47 UTC 

[PATCH v3 3/5] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
 2021-10-05  4:24 UTC  (11+ messages)

[PATCH v2 0/7] ABI: add additional sysfs docs and update some other ABI files
 2021-10-04 23:19 UTC  (3+ messages)
` [PATCH v2 4/7] ABI: sysfs-mce: add a new ABI file

[PATCH] drm/i915/guc, docs: Fix pdfdocs build error by removing nested grid
 2021-10-04 23:14 UTC  (4+ messages)

[PATCH 0/4] Add lan966 documentation and remove lan966x.c file
 2021-10-04 20:58 UTC  (8+ messages)
` [PATCH 1/4] ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options
` [PATCH 2/4] ARM: at91: Documentation: add lan966 family
` [PATCH 3/4] dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards
` [PATCH 4/4] ARM: at91: remove lan966x file

[PATCH v2 00/15] Introduce PECI subsystem
 2021-10-04 19:08 UTC  (5+ messages)
` [PATCH v2 01/15] x86/cpu: Move intel-family to arch-independent headers
` [PATCH v2 02/15] x86/cpu: Extract cpuid helpers to arch-independent

[PATCH v7] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-10-04 17:34 UTC  (4+ messages)

[PATCH v6 0/8] gpio: implement the configfs testing module
 2021-10-04 17:15 UTC  (2+ messages)

Do you want warning quashing patches at this point in the cycle?
 2021-10-04 16:38 UTC  (2+ messages)

[PATCH v2 00/17] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers where possible
 2021-10-04  8:39 UTC  (12+ messages)
        ` [Intel-gfx] "

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-10-04  7:31 UTC  (4+ messages)
` [PATCH v2 04/10] riscv: Implement sv48 support

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

[PATCH] docs: update file link location
 2021-10-03 22:07 UTC 

[PATCH V4 00/22] arch: Add basic LoongArch support
 2021-10-03  9:10 UTC  (23+ messages)
` [PATCH V4 06/22] LoongArch: Add CPU definition headers
` [PATCH V4 07/22] LoongArch: Add atomic/locking headers
` [PATCH V4 11/22] LoongArch: Add process management
` [PATCH V4 14/22] LoongArch: Add signal handling support
` [PATCH V4 16/22] LoongArch: Add misc common routines
` [PATCH V4 19/22] LoongArch: Add VDSO and VSYSCALL support

[PATCH] docs: checkpatch: add UNNECESSARY_ELSE message
 2021-10-03  5:31 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/5] tracing: Extend histogram triggers expression parsing
 2021-10-02  0:54 UTC  (4+ messages)

[PATCH 0/5] Move intel_pm from MFD to Auxiliary bus
 2021-10-01 20:43 UTC  (6+ messages)
` [PATCH 5/5] platform/x86: Add Intel Software Defined Silicon driver

[PATCH] Documentation: checkpatch: Document some more message types
 2021-10-01 19:09 UTC  (4+ messages)

[PATCH v3 00/10] Move vfio_ccw to the new mdev API
 2021-10-01 17:52 UTC  (9+ messages)
` [PATCH v3 02/10] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
` [PATCH v3 04/10] vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
` [PATCH v3 05/10] vfio/ccw: Make the FSM complete and synchronize it to the mdev
` [PATCH v3 06/10] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v3 07/10] vfio/mdev: Add mdev available instance checking to the core
` [PATCH v3 08/10] vfio/ccw: Remove private->mdev
` [PATCH v3 09/10] vfio: Export vfio_device_try_get()
` [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev


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