linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 23:45:40 to 2020-09-29 12:16:35 UTC [more...]

[PATCH 1/2] docs: Clarify abstract scale usage for power values in Energy Model
 2020-09-29 12:16 UTC 

[PATCH v3 0/4] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-29 11:14 UTC  (10+ messages)

[PATCH v3 00/10] gpio: mockup: refactoring + documentation
 2020-09-29 10:53 UTC  (14+ messages)
` [PATCH v3 01/10] lib: string_helpers: provide kfree_strarray()
` [PATCH v3 02/10] Documentation: gpio: add documentation for gpio-mockup
` [PATCH v3 03/10] gpio: mockup: drop unneeded includes
` [PATCH v3 04/10] gpio: mockup: use KBUILD_MODNAME
` [PATCH v3 05/10] gpio: mockup: use pr_fmt()
` [PATCH v3 06/10] gpio: mockup: remove unneeded return statement
` [PATCH v3 07/10] gpio: mockup: increase the number of supported device properties
` [PATCH v3 08/10] gpio: mockup: pass the chip label as device property
` [PATCH v3 09/10] gpio: mockup: use the generic 'gpio-line-names' property
` [PATCH v3 10/10] gpio: mockup: refactor the module init function

[PATCH v2 0/9] gpio: mockup: refactoring + documentation
 2020-09-29  9:42 UTC  (26+ messages)
` [PATCH v2 1/9] lib: string_helpers: provide kfree_strarray()
` [PATCH v2 2/9] Documentation: gpio: add documentation for gpio-mockup
` [PATCH v2 3/9] gpio: mockup: drop unneeded includes
` [PATCH v2 4/9] gpio: mockup: use KBUILD_MODNAME
` [PATCH v2 5/9] gpio: mockup: use pr_fmt()
` [PATCH v2 6/9] gpio: mockup: remove unneeded return statement
` [PATCH v2 7/9] gpio: mockup: pass the chip label as device property
` [PATCH v2 8/9] gpio: mockup: use the generic 'gpio-line-names' property
` [PATCH v2 9/9] gpio: mockup: refactor the module init function

[PATCH v2 0/3] Extract run_kselftest.sh and generate stand-alone test list
 2020-09-29  1:53 UTC  (5+ messages)
` [PATCH v2 1/3] selftests: "
` [PATCH v2 2/3] selftests/run_kselftest.sh: Make each test individually selectable
` [PATCH v2 3/3] doc: dev-tools: kselftest.rst: Update examples and paths

[PATCHv5 kselftest next] selftests/run_kselftest.sh: make each test individually selectable
 2020-09-29  1:27 UTC  (8+ messages)

[PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-09-28 23:13 UTC  (15+ messages)
` [PATCH 01/11] counters: Introduce counter_simple* and counter_atomic* counters

[patch 00/35] net: in_interrupt() cleanup and fixes
 2020-09-28 23:04 UTC  (53+ messages)
` [patch 01/35] net: enic: Cure the enic api locking trainwreck
` [patch 02/35] net: caif: Remove unused caif SPI driver
` [patch 03/35] net: Add netif_rx_any_context()
` [patch 04/35] net: caif: Use netif_rx_any_context()
` [patch 05/35] net: atheros: Remove WARN_ON(in_interrupt())
` [patch 06/35] net: cxgb3: Cleanup in_interrupt() usage
` [patch 07/35] net: cxbg4: Remove pointless in_interrupt() check
` [patch 08/35] net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation
` [patch 09/35] net: fec_mpc52xx: Replace in_interrupt() usage
` [patch 10/35] net: intel: Remove in_interrupt() warnings
` [patch 11/35] net: ionic: Replace in_interrupt() usage
` [patch 12/35] net: ionic: Remove WARN_ON(in_interrupt())
` [patch 13/35] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
` [patch 14/35] net: natsemi: Replace in_interrupt() usage
` [patch 15/35] net: sfc: "
` [patch 16/35] net: sunbmac: "
` [patch 17/35] net: sun3lance: Remove redundant checks in interrupt handler
` [patch 18/35] net: vxge: Remove in_interrupt() conditionals
` [patch 19/35] net: zd1211rw: Remove ZD_ASSERT(in_interrupt())
` [patch 20/35] net: usb: kaweth: Replace kaweth_control() with usb_control_msg()
` [patch 21/35] net: usb: kaweth: Remove last user of kaweth_control()
` [patch 22/35] net: usb: net1080: Remove in_interrupt() comment
` [patch 23/35] net: wan/lmc: Remove lmc_trace()
` [patch 24/35] net: brcmfmac: Replace in_interrupt()
` [patch 25/35] net: brcmfmac: Use netif_rx_any_context()
` [patch 26/35] net: brcmfmac: Convey allocation mode as argument
` [patch 27/35] net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macros
` [patch 28/35] net: iwlwifi: Remove in_interrupt() from tracing macro
` [patch 29/35] net: hostap: Remove in_interrupt() usage
` [patch 30/35] net: mwifiex: Use netif_rx_any_context()
` [patch 31/35] net: libertas libertas_tf: Remove in_interrupt() from debug macro
` [patch 32/35] net: libertas: Use netif_rx_any_context()
` [patch 33/35] net: rtlwifi: Remove void* casts related to delayed work
` [patch 34/35] net: rtlwifi: Remove in_interrupt() from debug macro
` [patch 35/35] net: rtlwifi: Replace in_interrupt() for context detection

[PATCH v3 01/14] docs: Document IO Address Space ID (IOASID) APIs
 2020-09-28 21:38 UTC 

[PATCH v2] Documentation: Chinese translation of Documentation/arm64/amu.rst
 2020-09-28 21:24 UTC  (6+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v4] doc: zh_CN: index files in arm64 subdirectory
 2020-09-28 21:23 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] doc: seq_file: clarify role of *pos in ->next()
 2020-09-28 21:19 UTC  (2+ messages)

[PATCH 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-28 20:45 UTC  (17+ messages)
` [PATCH 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH 2/8] selftests/vm: use a common gup_test.h
` [PATCH 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[PATCH 0/2] selftests: Extract run_kselftest.sh and generate stand-alone test list
 2020-09-28 20:09 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/run_kselftest.sh: Make each test individually selectable

[PATCH v5 0/3] Introduce mini-dump support for remoteproc
 2020-09-28 19:38 UTC  (6+ messages)
` [PATCH v5 2/3] remoteproc: qcom: Add capability to collect minidumps
` [PATCH v5 3/3] remoteproc: qcom: Add minidump id for sm8150 modem remoteproc

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-09-28 19:04 UTC  (5+ messages)

[PATCH v8 0/8] Allow user space to restrict and augment MSR emulation
 2020-09-28 16:10 UTC  (9+ messages)
` [PATCH v8 2/8] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v8 3/8] KVM: x86: Add infrastructure for MSR filtering
` [PATCH v8 7/8] KVM: x86: Introduce "
` [PATCH v8 8/8] KVM: selftests: Add test for user space MSR handling

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-28 11:53 UTC  (4+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[PATCH RFC] kbuild: doc: describe proper script invocation
 2020-09-28 11:28 UTC  (2+ messages)

[RFC PATCH 0/5] DAMON: Make coexistable with Idle Page Tracking
 2020-09-28 10:35 UTC  (5+ messages)
` [RFC PATCH 2/5] mm/damon: Separate DAMON schemes application to primitives
` [RFC PATCH 3/5] mm/damon: Move recording feature from core to dbgfs
` [RFC PATCH 4/5] mm/page_idle: Avoid interferences from concurrent users
` [RFC PATCH 5/5] mm/damon/primitives: Make coexistable with Idle Page Tracking

[PATCH V5] doc: zh_CN: add translatation for btrfs
 2020-09-28  9:59 UTC 

[PATCH 0/9] gpio: mockup: refactoring + documentation
 2020-09-28  9:58 UTC  (8+ messages)
` [PATCH 8/9] gpio: mockup: use the generic 'gpio-line-names' property

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-09-28  9:21 UTC  (5+ messages)

[PATCH] Documentation: Chinese translation of Documentation/arm64/perf.rst
 2020-09-28  6:59 UTC  (5+ messages)
      `  "

[PATCH V4] doc: zh_CN: add translatation for btrfs
 2020-09-28  3:04 UTC  (5+ messages)
    `  "

[PATCH v29 0/6] JTAG driver introduction
 2020-09-28  2:17 UTC  (3+ messages)
` [PATCH v29 3/6] Add Aspeed SoC 24xx and 25xx families JTAG master driver

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2020-09-27 23:59 UTC  (4+ messages)

[PATCH 0/2] Improve Coccinelle Parallelisation
 2020-09-27 20:55 UTC  (5+ messages)
` [PATCH 1/2] scripts: coccicheck: Change default value for parallelism
  ` [Cocci] "
` [PATCH 2/2] Documentation: Coccinelle: Modify parallelisation information in docs
  ` [Cocci] "

a saner API for allocating DMA addressable pages v3
 2020-09-26 15:25 UTC  (5+ messages)
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

[PATCH] Documentation: Chinese translation of Documentation/arm64/hugetlbpage.rst
 2020-09-26 10:18 UTC 

[PATCH V3] doc: zh_CN: add translatation for tmpfs
 2020-09-26  6:30 UTC  (2+ messages)

[PATCH] Documentation/llvm: Fix clang target examples
 2020-09-26  4:55 UTC  (4+ 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).