linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-31 17:47:32 to 2018-09-06 18:19:26 UTC [more...]

[PATCH v2 0/8] fpga: add devm managed create APIs
 2018-09-06 18:19 UTC  (15+ messages)
` [PATCH v2 1/8] fpga: do not access region struct after fpga_region_unregister
` [PATCH v2 2/8] fpga: mgr: add devm_fpga_mgr_create
` [PATCH v2 3/8] fpga: bridge: add devm_fpga_bridge_create
` [PATCH v2 4/8] fpga: add devm_fpga_region_create
` [PATCH v2 5/8] dt-bindings: fpga: fix freeze controller compatible in region doc
` [PATCH v2 6/8] fpga: bridge: fix obvious function documentation error
` [PATCH v2 7/8] docs: fpga: document fpga manager flags
` [PATCH v2 8/8] docs: fpga: document programming fpgas using regions

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-06 16:39 UTC  (6+ messages)

[PATCH v6 00/10] Add the I3C subsystem
 2018-09-06 16:17 UTC  (25+ messages)
  ` [PATCH v6 01/10] i3c: Add core I3C infrastructure

[PATCH v3 0/5] FireWire: clean up kernel-doc, add Documentation chapter
 2018-09-06 15:47 UTC  (7+ messages)
` [PATCH v4 1/5] FireWire: clean up firewire-cdev.h kernel-doc
` [PATCH v4 2/5] FireWire: clean up core-iso.c kernel-doc
` [PATCH v4 3/5] FireWire: clean up core-transaction.c kernel-doc
` [PATCH v4 4/5] FireWire: add a Documentation driver-api chapter
` [PATCH v4 5/5] FireWire: add driver-api Introduction section

[PATCH v7 00/10] Add the I3C subsystem
 2018-09-06 15:15 UTC  (13+ messages)
` [PATCH v7 02/10] docs: driver-api: Add I3C documentation
` [PATCH v7 03/10] i3c: Add sysfs ABI spec
` [PATCH v7 04/10] dt-bindings: i3c: Document core bindings
` [PATCH v7 05/10] dt-bindings: i3c: Add macros to help fill I3C/I2C device's reg property
` [PATCH v7 06/10] MAINTAINERS: Add myself as the I3C subsystem maintainer
` [PATCH v7 07/10] i3c: master: Add driver for Cadence IP
` [PATCH v7 08/10] dt-bindings: i3c: Document Cadence I3C master bindings
` [PATCH v7 09/10] gpio: Add a driver for Cadence I3C GPIO expander
` [PATCH v7 10/10] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander
  ` [PATCH v7 01/10] i3c: Add core I3C infrastructure

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-09-06 14:13 UTC  (11+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-06 13:31 UTC  (28+ messages)
` [PATCH 1/7] vfio/sdmdev: Add documents for WarpDrive framework
` [PATCH 2/7] iommu: Add share domain interface in iommu for sdmdev
` [PATCH 3/7] vfio: add sdmdev support
  ` [RFC PATCH] vfio: vfio_sdmdev_groups[] can be static
` [PATCH 4/7] crypto: add hisilicon Queue Manager driver
` [PATCH 5/7] crypto: Add Hisilicon Zip driver
` [PATCH 6/7] crypto: add sdmdev support to Hisilicon QM
` [PATCH 7/7] vfio/sdmdev: add user sample

[PATCH 0/3] gpio: Fix VLA removal fallout
 2018-09-06 13:13 UTC  (6+ messages)
` [PATCH 1/3] Documentation: gpio: Fix return type of gpiod_set_raw_array_value*()
` [PATCH 2/3] gpio: Propagate errors from gpiod_set_array_value_complex()
` [PATCH 3/3] gpio: Restore indentation of continued lines

[PATCH] drm/amdgpu: Fix wornings while make xmldocs
 2018-09-06  2:10 UTC 

[PATH v5 0/4] gpiolib: speed up GPIO array processing
 2018-09-05 21:50 UTC  (29+ messages)
` [PATH v6 "
  ` [PATCH v6 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
  ` [PATCH v6 2/4] gpiolib: Identify arrays matching GPIO hardware
  ` [PATCH v6 3/4] gpiolib: Pass array info to get/set array functions
  ` [PATCH v6 4/4] gpiolib: Implement fast processing path in get/set array
  ` [PATCH v7 0/4] gpiolib: speed up GPIO array processing
    ` [PATCH v7 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
    ` [PATCH v7 2/4] gpiolib: Identify arrays matching GPIO hardware
    ` [PATCH v7 3/4] gpiolib: Pass array info to get/set array functions
    ` [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array
    ` [PATCH v8 0/4] gpiolib: speed up GPIO array processing
      ` [PATCH v8 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
      ` [PATCH v8 2/4] gpiolib: Identify arrays matching GPIO hardware
      ` [PATCH v8 3/4] gpiolib: Pass array info to get/set array functions
      ` [PATCH v8 4/4] gpiolib: Implement fast processing path in get/set array

[PATCH 00/13] nvmem: rework of the subsystem for non-DT users
 2018-09-05 14:59 UTC  (19+ messages)
` [PATCH 01/13] nvmem: remove unused APIs
` [PATCH 02/13] nvmem: remove the global cell list
` [PATCH 03/13] nvmem: use kref
` [PATCH 04/13] nvmem: lpc18xx_eeprom: use devm_nvmem_register()
` [PATCH 05/13] nvmem: change the signature of nvmem_unregister()
` [PATCH 06/13] nvmem: provide nvmem_dev_name()
` [PATCH 07/13] nvmem: remove the name field from struct nvmem_device
` [PATCH 08/13] nvmem: add a notifier chain
` [PATCH 09/13] nvmem: add support for cell info
` [PATCH 10/13] nvmem: resolve cells from DT at registration time
` [PATCH 11/13] nvmem: add support for cell lookups from machine code
` [PATCH 12/13] Documentation: nvmem: document cell tables and lookup entries
` [PATCH 13/13] nvmem: use SPDX license identifiers

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-05 11:42 UTC  (2+ messages)

[PATCH v2 0/5] Add support for high-resolution scrolling on Logitech mice
 2018-09-05  8:13 UTC  (7+ messages)
` [PATCH v2 1/5] Add the `REL_WHEEL_HI_RES` event code

[PATCH] input: keyboard: gpio-keys: Fixed a documentation index issue
 2018-09-05  4:13 UTC 

[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
 2018-09-04 14:47 UTC  (20+ messages)
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction

[PATCH] Document/gpu: Use new vm_fault_t type
 2018-09-04 13:07 UTC  (2+ messages)

[PATCH 1/1] docs: kernel-doc: fix parsing of function pointers
 2018-09-03 22:54 UTC  (6+ messages)

[PATCH v3 00/12] Compiler Attributes
 2018-09-03 20:33 UTC  (2+ messages)
` [PATCH 12/12] Compiler Attributes: add Doc/process/programming-language.rst

[PATCH] [RFC] Drop all 00-INDEX files from Documentation/
 2018-09-03 20:32 UTC  (5+ messages)

due to kconfig changes kernel config file is no longer sufficient for configuring the kernel
 2018-09-03 10:23 UTC  (10+ messages)

[RFC PATCH 0/3] kbuild: support syncing .config non-interactively and record ARCH in spec file
 2018-09-03 10:01 UTC  (2+ messages)
` [RFC PATCH 1/3] kconfig: support an environment variable for non-interactive syncconfig

[PATCH 2/2] clk: bd718x7: Initial support for ROHM bd71837/bd71847 PMIC clock
 2018-09-03  6:38 UTC  (6+ messages)

[PATCH v3 0/3] docs/core-api: add memory allocation guide
 2018-09-03  5:12 UTC  (2+ messages)

[PATCH] kconfig: do not require pkg-config on make {menu,n}config
 2018-09-03  0:37 UTC  (3+ messages)

[RFC RFT PATCH 0/4] gpiolib: speed up GPIO array processing
 2018-09-02 10:19 UTC  (4+ messages)
` [PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array

[PATCH v5 05/10] hwmon: Add On-Chip Controller (OCC) hwmon driver
 2018-09-01 12:06 UTC  (2+ messages)

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-01 14:03 UTC  (3+ messages)

[PATCH v2 00/29] at24: remove at24_platform_data
 2018-09-01 13:11 UTC  (7+ messages)
` [PATCH v2 02/29] Documentation: nvmem: document lookup entries
` [PATCH v2 15/29] net: split eth_platform_get_mac_address() into subroutines

[PATCH] docs: tidy up TOCs and refs to license-rules.rst
 2018-09-01  7:32 UTC  (3+ messages)

[PATCH] Documentation: fix image_size default value
 2018-09-01  4:51 UTC 

[PATCH v5 00/10] hwmon and fsi: Add On-Chip Controller Driver
 2018-08-31 23:01 UTC  (3+ messages)
` [PATCH v5 03/10] Documentation: hwmon: Add OCC documentation

[PATCH v2] docs: dev-tools: coccinelle: Update documentation
 2018-08-31 22:52 UTC  (2+ messages)

[PATCH] Documentation/l1tf: Fix small spelling typo
 2018-08-31 22:37 UTC  (2+ messages)

[PATCH 1/2] docs: tracing: Add stacktrace filter command
 2018-08-31 22:35 UTC  (3+ messages)

[PATCH] Documentation/fb/vesafb.txt: "inverse" option corrections
 2018-08-31 22:32 UTC  (2+ messages)

[PATCH] doc: dev-tools: kselftest.rst: update config file location
 2018-08-31 22:26 UTC  (3+ messages)

[PATCH] docs/vm/hmm.rst: Add missed space
 2018-08-31 22:23 UTC  (2+ 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).