linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-17 01:32:11 to 2019-11-20 22:39:35 UTC [more...]

[PATCH v5 00/14] CoreSight CTI Driver
 2019-11-20 22:39 UTC  (17+ messages)
` [PATCH v5 01/14] coresight: cti: Initial "
` [PATCH v5 02/14] coresight: cti: Add sysfs coresight mgmt reg access
` [PATCH v5 03/14] coresight: cti: Add sysfs access to program function regs
` [PATCH v5 04/14] coresight: cti: Add sysfs trigger / channel programming API
` [PATCH v5 05/14] dt-bindings: arm: Adds CoreSight CTI hardware definitions
` [PATCH v5 06/14] coresight: cti: Add device tree support for v8 arch CTI
` [PATCH v5 07/14] coresight: cti: Add device tree support for custom CTI
` [PATCH v5 08/14] coresight: cti: Enable CTI associated with devices
` [PATCH v5 09/14] coresight: cti: Add connection information to sysfs
` [PATCH v5 10/14] dt-bindings: qcom: Add CTI options for qcom msm8916
` [PATCH v5 11/14] dt-bindings: arm: Juno platform - add CTI entries to device tree
` [PATCH v5 12/14] dt-bindings: hisilicon: Add CTI bindings for hi-6220
` [PATCH v5 13/14] docs: coresight: Update documentation for CoreSight to cover CTI
` [PATCH v5 14/14] docs: sysfs: coresight: Add sysfs ABI documentation for CTI

INFO: task hung in __do_page_fault (2)
 2019-11-20 19:52 UTC 

[PATCH v2] Documentation: filesystems: convert fuse to RST
 2019-11-20 19:26 UTC 

[PATCH 1/4] padata: update documentation
 2019-11-20 19:16 UTC  (3+ messages)
` [PATCH 4/4] padata: remove cpumask change notifier

[PATCH linux-kselftest/test v3] Documentation: kunit: add documentation for kunit_tool
 2019-11-20 16:19 UTC  (6+ messages)

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-20 15:54 UTC  (10+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH v4 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-11-20 13:56 UTC  (22+ 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 0/3] sched/numa: introduce advanced numa statistic
 2019-11-20  9:45 UTC  (2+ messages)

[PATCH net-next] net: ipconfig: Make device wait timeout configurable
 2019-11-20  7:39 UTC  (3+ messages)

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

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

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

[PATCH linux-kselftest/test v4] Documentation: kunit: add documentation for kunit_tool
 2019-11-20  1:43 UTC  (2+ messages)

[PATCH linux-kselftest/test v2] Documentation: kunit: fix typos and gramatical errors
 2019-11-20  0:23 UTC  (2+ messages)

[PATCH linux-kselftest/test v1] Documentation: kunit: fix typos and gramatical errors
 2019-11-19 23:30 UTC  (2+ messages)

[PATCH] docs: Add initial documentation for devfreq
 2019-11-19 20:22 UTC  (2+ messages)

[PATCH v2] Documentation: Document how to get links with git am
 2019-11-19 20:15 UTC  (2+ messages)

[PATCH v8 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-11-19 19:36 UTC  (7+ messages)
` [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 v5 1/2] dell-smm-hwmon: Add support for disabling automatic BIOS fan control
 2019-11-19 14:28 UTC  (3+ messages)
` [PATCH v5 2/2] dell-smm-hwmon: Add documentation

[PATCH v2] ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100
 2019-11-19  8:43 UTC  (7+ messages)

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

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  7:00 UTC  (20+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [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 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 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages

[PATCH v6 0/6] KASan for arm
 2019-11-19  0:13 UTC  (6+ messages)

[PATCH] admin guide/pm: Admin guide for intel-speed-select
 2019-11-18 22:55 UTC  (6+ messages)

[PATCH v2] interconnect: Add interconnect_graph file to debugfs
 2019-11-18 22:34 UTC 

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

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

[PATCH v2 0/3] docs: filesystems: convert autofs.txt to reST
 2019-11-18 19:21 UTC  (6+ 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

[PATCH] Documentation: Document how to get links with git am
 2019-11-18 18:52 UTC  (6+ messages)

[PATCH v4 1/2] dell-smm-hwmon: Add support for disabling automatic BIOS fan control
 2019-11-18 17:56 UTC  (4+ messages)
` [PATCH v4 2/2] dell-smm-hwmon: Add documentation

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

[PATCH v4 15/16] leds: Add common LED binding parsing support to LED class/core
 2019-11-18  6:34 UTC  (3+ messages)

[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 v17 00/13] open: introduce openat2(2) syscall
 2019-11-17  1:17 UTC  (3+ messages)
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution


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