linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 19:06:14 to 2019-11-18 06:54:22 UTC [more...]

[PATCH v5 00/16] Support ROHM BD71828 PMIC
 2019-11-18  6:53 UTC  (2+ messages)
` [PATCH v5 01/16] dt-bindings: regulator: Document ROHM BD71282 regulator bindings

[PATCH v4 00/16] Support ROHM BD71828 PMIC
 2019-11-18  6:34 UTC  (19+ messages)
` [PATCH v4 01/16] dt-bindings: regulator: Document ROHM BD71282 regulator bindings
` [PATCH v4 02/16] dt-bindings: leds: ROHM BD71282 PMIC LED driver
` [PATCH v4 03/16] dt-bindings: mfd: Document ROHM BD71828 bindings
` [PATCH v4 04/16] mfd: rohm PMICs - use platform_device_id to match MFD sub-devices
` [PATCH v4 05/16] mfd: bd71828: Support ROHM BD71828 PMIC - core
` [PATCH v4 06/16] mfd: input: bd71828: Add power-key support
` [PATCH v4 07/16] clk: bd718x7: Support ROHM BD71828 clk block
` [PATCH v4 08/16] regulator: bd718x7: Split driver to common and bd718x7 specific parts
` [PATCH v4 09/16] regulator: bd71828: Basic support for ROHM bd71828 PMIC regulators
` [PATCH v4 10/16] gpio: devres: Add devm_gpiod_get_parent_array
` [PATCH v4 11/16] docs: driver-model: Add missing managed GPIO array get functions
` [PATCH v4 12/16] regulator: bd71828: Add GPIO based run-level control for regulators
` [PATCH v4 13/16] rtc: bd70528 add BD71828 support
` [PATCH v4 14/16] gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs
` [PATCH v4 15/16] leds: Add common LED binding parsing support to LED class/core
` [PATCH v4 16/16] led: bd71828: Support LED outputs on ROHM BD71828 PMIC

[PATCH v2 0/3] docs: filesystems: convert autofs.txt to reST
 2019-11-17 23:50 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] docs: filesystems: Update code snippets in autofs.rst
` [PATCH v2 3/3] docs: filesystems: Add mount map description in Content

[RFC PATCH 00/21] Implement NTB Controller using multiple PCI
 2019-11-17 23:43 UTC  (8+ messages)
` [RFC PATCH 04/21] Documentation: PCI: Add specification for the *PCI NTB* function device
` [RFC PATCH 05/21] PCI: endpoint: Add API to get reference to EPC from device-tree
` [RFC PATCH 20/21] NTB: Add support for EPF PCI-Express Non-Transparent Bridge

[PATCH v4 0/3] KASAN support for RISC-V
 2019-11-17  4:57 UTC  (3+ messages)
` [PATCH v4 1/3] kasan: No KASAN's memmove check if archs don't have it

[PATCH v4 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-11-17  1:36 UTC  (9+ messages)
` [PATCH v4 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
` [PATCH v4 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v4 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v4 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
` [PATCH v4 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
` [PATCH v4 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-17  1:28 UTC  (14+ messages)
` [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v17 04/13] namei: allow set_root() "
` [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v17 11/13] open: introduce openat2(2) syscall
` [PATCH v17 12/13] selftests: add openat2(2) selftests
` [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags

possible deadlock in neigh_change_state
 2019-11-16 21:58 UTC 

[PATCH v2] ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100
 2019-11-16 20:05 UTC  (3+ messages)

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

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-16 18:28 UTC  (23+ 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 v3 0/4] reorganize and add FADump sysfs files
 2019-11-16 14:37 UTC  (4+ messages)
` [PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* "

[tip: x86/pti] x86/speculation: Fix incorrect MDS/TAA mitigation status
 2019-11-16 12:25 UTC 

[PATCH] Documentation: Document how to get links with git am
 2019-11-15 23:32 UTC  (4+ messages)

[PATCH net] bpf: doc: change right arguments for JIT example code
 2019-11-15 22:27 UTC  (2+ messages)

[PATCH] Mention PowerPC in the L1TF documentation
 2019-11-15 21:13 UTC  (5+ messages)

[PATCH] admin guide/pm: Admin guide for intel-speed-select
 2019-11-15 20:49 UTC 

[PATCH 0/2] Improvements to the genericirq documentation
 2019-11-15 18:23 UTC  (3+ messages)
` [PATCH 2/2] docs: Add request_irq() documentation

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

[PATCH linux-kselftest/test v2] Documentation: kunit: add documentation for kunit_tool
 2019-11-15 18:04 UTC  (2+ messages)

[RFC 0/2] docs: ftrace: Clarify the RAM impact of buffer_size_kb
 2019-11-15 16:03 UTC  (9+ messages)
` [RFC 1/2] "

Goodnews, I have deposited your transfer total amount US$4.8million Dollars with Money Gram this morning. we agreed you will be receiving it $5000.00 daily
 2019-11-15 15:49 UTC 

[PATCH v8 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-11-15 15:35 UTC  (9+ messages)
` [PATCH v8 1/8] efi: Export boot-services code and data as debugfs-blobs
` [PATCH v8 2/8] efi: Add embedded peripheral firmware support
` [PATCH v8 3/8] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
` [PATCH v8 4/8] firmware: Add new platform fallback mechanism and firmware_request_platform()
` [PATCH v8 5/8] Input: silead - Switch to firmware_request_platform for retreiving the fw
` [PATCH v8 6/8] Input: icn8505 "
` [PATCH v8 7/8] platform/x86: touchscreen_dmi: Add EFI embedded firmware info support
` [PATCH v8 8/8] platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tablet

[PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-11-15 12:09 UTC  (18+ 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()

Investment opportunity
 2019-11-15 11:50 UTC 

[PATCH v6 0/6] KASan for arm
 2019-11-15 11:44 UTC  (5+ messages)

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-15  2:29 UTC  (7+ messages)
` [PATCH 3/3] sched/numa: documentation for per-cgroup numa stat
  ` [PATCH v2 "

[RFC PATCH] docs: filesystems: convert autofs.txt to reST
 2019-11-15  0:16 UTC  (3+ messages)

[PATCH v5] drivers: ipmi: Support raw i2c packet in IPMB
 2019-11-14 22:16 UTC  (2+ messages)

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

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

On global citations, URLs and translations
 2019-11-14 13:22 UTC  (12+ 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  (27+ messages)
` [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [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 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)

Investment opportunity
 2019-11-14  2:24 UTC 

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