linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-05 14:03:01 to 2019-11-13 03:43:44 UTC [more...]

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-13  3:43 UTC 

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13  2:09 UTC  (42+ messages)
` [PATCH v3 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v3 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v3 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v3 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v3 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v3 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v3 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v3 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v3 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v3 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v3 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v3 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v3 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v3 15/23] net/xdp: "
` [PATCH v3 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v3 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v3 18/23] vfio, mm: "
` [PATCH v3 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v3 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v3 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v3 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v3 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH AUTOSEL 4.4 11/48] mei: samples: fix a signedness bug in amt_host_if_call()
 2019-11-13  2:00 UTC 

[PATCH linux-kselftest/test v1] Documentation: kunit: add documentation for kunit_tool
 2019-11-13  1:27 UTC 

[PATCH v8 0/2] hwmon: Add driver for Texas Instruments TMP512/513 sensor chips
 2019-11-12 22:30 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: hwmon: Add TMP512/513
` [PATCH v8 2/2] hwmon: Add driver for Texas Instruments TMP512/513 sensor chips

[tip: x86/boot] x86/boot: Introduce setup_indirect
 2019-11-12 17:53 UTC 

[tip: x86/boot] x86/boot: Introduce kernel_info
 2019-11-12 17:53 UTC 

[tip: x86/boot] x86/boot: Introduce kernel_info.setup_type_max
 2019-11-12 17:53 UTC 

[PATCH][RESEND] docs: filesystems: sysfs: convert sysfs.txt to reST
 2019-11-12 17:04 UTC  (4+ messages)

[RFC PATCH] Documentation: perf: fix kernel-doc warnings in imx-ddr.rst
 2019-11-12 16:46 UTC  (2+ messages)

[PATCH] Documentation: admin-guide: add earlycon documentation for RISC-V
 2019-11-12 16:44 UTC  (6+ messages)

[RFC PATCH] Documentation: filesystems: convert vfat.txt to RST
 2019-11-12 16:11 UTC  (2+ messages)

On global citations, URLs and translations
 2019-11-12 15:59 UTC  (4+ messages)

[RFC PATCH] Documentation: filesystems: convert fuse to RST
 2019-11-12 15:55 UTC  (2+ messages)

[PATCH] Documentation/process: Add AMD contact for embargoed hardware issues
 2019-11-12 15:46 UTC  (2+ messages)

[PATCH v7 0/2] hwmon: Add driver for Texas Instruments TMP512/513 sensor chips
 2019-11-12 15:01 UTC  (8+ messages)
` [PATCH v7 1/2] dt-bindings: hwmon: Add TMP512/513
` [PATCH v7 2/2] hwmon: Add driver for Texas Instruments TMP512/513 sensor chips

[PATCH] Documentation: RCU: whatisRCU: Updated full list of RCU API
 2019-11-12 13:36 UTC  (5+ messages)
  ` [Linux-kernel-mentees] "

[PATCH net-next 0/2] dpaa_eth documentation updates
 2019-11-12  6:03 UTC  (4+ messages)
` [PATCH net-next 1/2] Documentation: networking: dpaa_eth: adjust buffer pool info
` [PATCH net-next 2/2] Documentation: networking: dpaa_eth: adjust sysfs paths

[PATCH v2 0/1] counter: cros_ec: Add sync sensor driver
 2019-11-12  1:16 UTC  (8+ messages)
` [PATCH v2 1/1] counter: cros_ec: Add synchronization sensor

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-11 21:46 UTC  (16+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion

[PATCH v3 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-11-11 21:41 UTC  (14+ messages)
` [PATCH v3 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit/string-stream-impl.h
` [PATCH v3 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v3 linux-kselftest-test 3/6] kunit: add kunit_find_symbol() function for symbol lookup
` [PATCH v3 linux-kselftest-test 4/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit "

[PATCH v7] coccicheck: Support search for SmPL scripts within selected directory hierarchy
 2019-11-11 18:45 UTC  (2+ messages)
` [v7] "

[PATCH v4 3/3] Documentation/arm64: Fix a simple typo in memory.rst
 2019-11-11  8:04 UTC 

[PATCH v4 0/3] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-11  8:01 UTC 

[PATCH v3 0/4] reorganize and add FADump sysfs files
 2019-11-09 12:59 UTC  (6+ messages)
` [PATCH v3 1/4] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*
` [PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
` [PATCH v3 3/4] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated
` [PATCH v3 4/4] powerpc/fadump: sysfs for fadump memory reservation

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-08 18:09 UTC  (4+ messages)
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-08 14:23 UTC  (16+ messages)
` [PATCH v3 1/9] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH v8 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-11-08 13:19 UTC  (3+ messages)
` [PATCH v8 07/14] x86/cet/ibt: Add ENDBR to op-code-map

[PATCH 0/2] Workaround for ThunderX2 erratum 221
 2019-11-07 23:17 UTC  (14+ messages)
` [PATCH 1/2] perf/core: Adding capability to disable PMUs event multiplexing
` [PATCH 2/2] Thunderx2, uncore: Add workaround for ThunderX2 erratum 221

[PATCH] docs: printk-formats: add ptrdiff_t type to printk-formats
 2019-11-07 20:10 UTC  (2+ messages)

[PATCH 0/4] coresight: Documentation: next v5.4-rc5
 2019-11-07 20:08 UTC  (2+ messages)

[PATCH] Documentation: atomic_open called with shared lock on non-O_CREAT open
 2019-11-07 20:03 UTC  (2+ messages)

[PATCH] docs: process: Add base-commit trailer usage
 2019-11-07 20:05 UTC  (3+ messages)

[PATCH v3] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-11-07 19:55 UTC  (2+ messages)

[PATCH 1/2] docs: admin-guide: Fix min value of threads-max in kernel.rst
 2019-11-07 19:43 UTC  (2+ messages)

[PATCH] scripts/sphinx-pre-install: fix Arch latexmk dependency
 2019-11-07 19:39 UTC  (2+ messages)

[PATCH] docs: driver-api: make interconnect title quieter
 2019-11-07 19:36 UTC  (2+ messages)

[PATCH] scripts/kernel-doc: Add support for named variable macro arguments
 2019-11-07 18:45 UTC  (3+ messages)

Investment opportunity
 2019-11-07 15:08 UTC 

[PATCH v2] Documentation: RCU: rcubarrier: Convert to reST
 2019-11-07 14:29 UTC  (3+ messages)

[PATCH] Documentation: RCU: rcubarrier: Convert to reST
 2019-11-07  9:55 UTC  (5+ messages)
` [Linux-kernel-mentees] "

[PATCH v2 16/19] soundwire: stream: update state machine and add state checks
 2019-11-06 19:22 UTC 

[PATCH] Doc: Improve format for whatisRCU.rst
 2019-11-06 16:59 UTC  (10+ messages)
` [Linux-kernel-mentees] "
  ` [PATCH] Doc: whatisRCU: Add more Markup
      ` [PATCH] doc: Convert whatisRCU.txt to .rst
      ` Re: [Linux-kernel-mentees] [PATCH] Doc: whatisRCU: Add more Markup

[PATCH 0/4] More nsdeps improvements
 2019-11-06 16:12 UTC  (7+ messages)
` [PATCH 2/4] modpost: dump missing namespaces into a single modules.nsdeps file
` [PATCH 3/4] scripts/nsdeps: support nsdeps for external module builds

[PATCH] modpost: add an option to suppress 'exported twice' warnings
 2019-11-06 14:34 UTC  (2+ messages)

[PATCH v2 13/20] EDAC, Documentation: Describe CPER module definition and DIMM ranks
 2019-11-06  9:33 UTC 

[PATCH 2/2] Documentation: RCU: arrayRCU: Improve format for arrayRCU.rst
 2019-11-06  8:50 UTC  (2+ messages)

[PATCH 0/3] docs: ioctl: Update ioctl-number.rst
 2019-11-06  6:22 UTC  (5+ messages)
` [PATCH 1/3] docs: ioctl: Update ioctl-number.rst ioctl ranges table
` [PATCH 2/3] docs: ioctl: Update ioctl-number.rst ioctl ranges table preamble
` [PATCH 3/3] docs: ioctl: Update ioctl-number.rst 'last updated' date

[PATCH v2 0/4] reorganize and add FADump sysfs files
 2019-11-06  5:29 UTC  (6+ messages)
` [PATCH v2 3/4] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated

[PATCH v15 0/4] overlayfs override_creds=off & nested get xattr fix
 2019-11-05 19:25 UTC  (4+ messages)

[PATCH v2] Documentation: RCU: whatisRCU: Fix formatting for section 2
 2019-11-05 18:51 UTC  (2+ messages)

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05 18:16 UTC  (7+ messages)
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()

[RESEND PATCH v3 0/8] drivers: add new variants of devm_platform_ioremap_resource()
 2019-11-05 17:33 UTC  (2+ messages)

[PATCH] Documentation: RCU: whatisRCU: Fix formatting for section 2
 2019-11-05 16:20 UTC  (6+ messages)

[PATCH v3 5/9] seqlock, kcsan: Add annotations for KCSAN
 2019-11-05 15:22 UTC  (3+ messages)

[PATCH] Documentation: RCU: arrayRCU: Converted arrayRCU.txt to arrayRCU.rst
 2019-11-05 14:45 UTC  (5+ messages)
` [Linux-kernel-mentees] "

[PATCH] ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100
 2019-11-05 14:35 UTC 

[PATCH] Documentation: RCU: NMI-RCU: Converted NMI-RCU.txt to NMI-RCU.rst
 2019-11-05 14:05 UTC  (5+ messages)
` [Linux-kernel-mentees] "


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