linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-06 17:33:50 to 2019-12-11 19:46:30 UTC [more...]

[PATCH v11 00/14] PECI device driver introduction
 2019-12-11 19:46 UTC  (2+ messages)
` [PATCH v11 01/14] dt-bindings: Add PECI subsystem document

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

[PATCH v5 0/6] Fix nits in the kunit
 2019-12-11 17:45 UTC  (5+ messages)

[PATCH v6 0/6] reorganize and add FADump sysfs files
 2019-12-11 16:09 UTC  (7+ messages)
` [PATCH v6 1/6] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*
` [PATCH v6 2/6] sysfs: wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name
` [PATCH v6 3/6] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
` [PATCH v6 4/6] powerpc/powernv: move core and fadump_release_opalcore under new kobject
` [PATCH v6 5/6] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated
` [PATCH v6 6/6] powerpc/fadump: sysfs for fadump memory reservation

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

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

[PATCH v2 0/5] padata lockdep, cpumask, and doc fixes
 2019-12-11  9:45 UTC  (5+ messages)
` [PATCH v2 5/5] padata: update documentation

[PATCH 0/1] Summary: hwmon driver for temperature sensors on SATA drives
 2019-12-11  5:57 UTC  (9+ messages)
` [PATCH 1/1] hwmon: Driver "

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

[PATCH 2/2] isdn: capi: dead code removal
 2019-12-10 20:59 UTC 

[PATCH] RISC-V: Typo fixes in image header and documentation
 2019-12-10 14:29 UTC  (3+ messages)

[RFC PATCH v4 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2019-12-10 14:15 UTC  (6+ messages)
` [RFC PATCH v4 01/22] bootconfig: Add Extra Boot Config support

[PATCH v5 00/16] Support ROHM BD71828 PMIC
 2019-12-10 13:24 UTC  (23+ messages)
` [PATCH v5 01/16] dt-bindings: regulator: Document ROHM BD71282 regulator bindings
` [PATCH v5 13/16] rtc: bd70528 add BD71828 support

[PATCH v10 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-12-10 11:51 UTC  (11+ messages)
` [PATCH v10 01/10] efi: Export boot-services code and data as debugfs-blobs
` [PATCH v10 02/10] efi: Add embedded peripheral firmware support
` [PATCH v10 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
` [PATCH v10 04/10] firmware: Add new platform fallback mechanism and firmware_request_platform()
` [PATCH v10 05/10] test_firmware: add support for firmware_request_platform
` [PATCH v10 06/10] selftests: firmware: Add firmware_request_platform tests
` [PATCH v10 07/10] Input: silead - Switch to firmware_request_platform for retreiving the fw
` [PATCH v10 08/10] Input: icn8505 "
` [PATCH v10 09/10] platform/x86: touchscreen_dmi: Add EFI embedded firmware info support
` [PATCH v10 10/10] platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tablet

[PATCH v4 01/16] dyndbg-docs: eschew file /full/path query in docs
 2019-12-10  2:27 UTC  (5+ messages)
` [PATCH v4 08/16] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
` [PATCH v4 12/16] dyndbg: extend ddebug_parse_flags to accept optional filter-flags
` [PATCH v4 14/16] dyndbg: add user-flag, negating-flags, and filtering on flags
` [PATCH v4 15/16] dyndbg: allow negating flag-chars in modflags

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-12-10  2:19 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "

[PATCH v5 0/6] reorganize and add FADump sysfs files
 2019-12-10  1:42 UTC  (9+ messages)
` [PATCH v5 1/6] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*
` [PATCH v5 2/6] sysfs: wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name
` [PATCH v5 3/6] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
` [PATCH v5 4/6] powerpc/powernv: move core and fadump_release_opalcore under new kobject
` [PATCH v5 5/6] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated
` [PATCH v5 6/6] powerpc/fadump: sysfs for fadump memory reservation

BUG: unable to handle kernel NULL pointer dereference in mem16_serial_out
 2019-12-10  1:38 UTC 

[PATCH v4 0/1] tpm/tpm_ftpm_tee: add shutdown call back
 2019-12-09 19:51 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH] Process: provide hardware-security list details
 2019-12-09 19:35 UTC  (2+ messages)

[PATCH v2] Documentation/barriers/kokr: Remove references to [smp_]read_barrier_depends()
 2019-12-09 17:43 UTC  (11+ messages)
                    `  "

[PATCH] Documentation: x86: fix boot.rst warning and format
 2019-12-09 16:58 UTC  (4+ messages)

[PATCH] xfs: fix Sphinx documentation warning
 2019-12-09 14:49 UTC  (2+ messages)

[PATCH 00/41] fs/adfs updates for 5.6
 2019-12-09 11:11 UTC  (2+ messages)
` [PATCH 41/41] Documentation: update adfs filesystem documentation

[PATCH] Documentation: fix Sphinx warning in xilinx_sdfec.rst
 2019-12-09 10:54 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: misc: Add dt bindings for traffic generator
 2019-12-09  8:07 UTC  (5+ messages)
` [PATCH v2 2/3] trafgen: xilinx: add axi traffic generator driver
` [PATCH v2 3/3] trafgen: Document sysfs entries

[PATCH 1/3] dt-bindings: misc: Add dt bindings for traffic generator
 2019-12-09  5:55 UTC  (3+ messages)
` [PATCH 2/3] trafgen: xilinx: add axi traffic generator driver
` [PATCH 3/3] trafgen: Document sysfs entries

[PATCH 1/3] dt-bindings: misc: Add dt bindings for traffic generator
 2019-12-09  5:53 UTC  (2+ messages)
` [PATCH 2/3] trafgen: xilinx: add axi traffic generator driver

[PATCH] hwmon: Driver for MAX31730
 2019-12-08 22:57 UTC 

[PATCH v4 0/6] reorganize and add FADump sysfs files
 2019-12-07  3:21 UTC  (15+ messages)
` [PATCH v4 2/6] sysfs: wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name
` [PATCH v4 3/6] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
` [PATCH v4 4/6] powerpc/powernv: move core and fadump_release_opalcore under new kobject
` [PATCH v4 6/6] powerpc/fadump: sysfs for fadump memory reservation

[PATCH] erofs: update documentation
 2019-12-07  2:55 UTC  (2+ messages)
  ` [PATCH v2] "

One question about trusted key of keyring in Linux kernel
 2019-12-06 21:20 UTC  (6+ messages)

[PATCH v5 00/14] CoreSight CTI Driver
 2019-12-06 17:39 UTC  (4+ messages)
` [PATCH v5 13/14] docs: coresight: Update documentation for CoreSight to cover CTI

[PATCH 17/18] dyndbg: rename dynamic_debug to dyndbg
 2019-12-06 17:33 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).