linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-11 21:41:54 to 2019-11-14 22:16:04 UTC [more...]

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-14 22:15 UTC  (14+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro
` [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools
` [PATCH v4 04/10] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions
` [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86

[PATCH linux-kselftest/test v1] Documentation: kunit: add documentation for kunit_tool
 2019-11-14 22:05 UTC  (3+ messages)

[PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-11-14 21:50 UTC  (17+ messages)
` [PATCH v7 1/8] efi: Export boot-services code and data as debugfs-blobs
` [PATCH v7 2/8] efi: Add embedded peripheral firmware support
` [PATCH v7 3/8] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
` [PATCH v7 4/8] firmware: Add new platform fallback mechanism and firmware_request_platform()

[PATCH v5] drivers: ipmi: Support raw i2c packet in IPMB
 2019-11-14 21:41 UTC 

[RFC 0/2] docs: ftrace: Clarify the RAM impact of buffer_size_kb
 2019-11-14 21:36 UTC  (6+ messages)
` [RFC 1/2] "
` [RFC 2/2] ** do not apply this patch ** Just for illustration purposes

[PATCH v3 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-11-14 21:31 UTC  (6+ messages)
` [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module

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

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-14 19:48 UTC  (9+ messages)

[PATCH v3 18/22] soundwire: stream: update state machine and add state checks
 2019-11-14 18:16 UTC 

[PATCH v6 0/6] KASan for arm
 2019-11-14 18:12 UTC  (2+ messages)

[PATCH RFC] interconnect: Add interconnect_graph file to debugfs
 2019-11-14 17:20 UTC 

One question about trusted key of keyring in Linux kernel
 2019-11-14 17:01 UTC  (2+ messages)

[RFC PATCH] docs: filesystems: convert autofs.txt to reST
 2019-11-14 16:38 UTC  (2+ messages)

On global citations, URLs and translations
 2019-11-14 13:22 UTC  (12+ messages)

[PATCH v2] ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100
 2019-11-14  8:49 UTC  (2+ messages)

[PATCH] ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100
 2019-11-14  6:45 UTC  (3+ messages)

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

[PATCH net] bpf: doc: change right arguments for JIT example code
 2019-11-14  3:43 UTC 

Investment opportunity
 2019-11-14  2:24 UTC 

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-14  2:22 UTC  (8+ messages)
` [PATCH 1/3] sched/numa: advanced per-cgroup "
` [PATCH 2/3] sched/numa: expose per-task pages-migration-failure
` [PATCH 3/3] sched/numa: documentation for per-cgroup numa stat

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13 20:28 UTC  (47+ 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)

[RFC PATCH] convert autofs.txt to reST
 2019-11-13  7:38 UTC  (2+ messages)

[PATCH][RESEND] docs: filesystems: sysfs: convert sysfs.txt to reST
 2019-11-13  7:30 UTC  (5+ messages)

[PATCH 0/2] SG_NONE fix and cleanup
 2019-11-13  3:12 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 11/48] mei: samples: fix a signedness bug in amt_host_if_call()
 2019-11-13  2:00 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 

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

[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  (2+ messages)

[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  (4+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers


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