messages from 2018-09-06 18:36:54 to 2018-09-12 10:33:33 UTC [more...]
[PATCH v3 0/3] docs/core-api: add memory allocation guide
2018-09-12 10:33 UTC (5+ messages)
` [PATCH v3 3/3] docs: core-api: "
[PATCH v3 00/21] nvmem: rework of the subsystem for non-DT users
2018-09-12 9:33 UTC (23+ messages)
` [PATCH v3 01/21] nvmem: provide nvmem_dev_name()
` [PATCH v3 02/21] nvmem: remove the name field from struct nvmem_device
` [PATCH v3 03/21] nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
` [PATCH v3 04/21] nvmem: remove a stray newline
` [PATCH v3 05/21] nvmem: check the return value of nvmem_add_cells()
` [PATCH v3 06/21] nvmem: use kref
` [PATCH v3 07/21] nvmem: lpc18xx_eeprom: use devm_nvmem_register()
` [PATCH v3 08/21] nvmem: sunxi_sid: "
` [PATCH v3 09/21] nvmem: mxs-ocotp: "
` [PATCH v3 10/21] nvmem: change the signature of nvmem_unregister()
` [PATCH v3 11/21] nvmem: remove the global cell list
` [PATCH v3 12/21] nvmem: add support for cell info
` [PATCH v3 13/21] nvmem: resolve cells from DT at registration time
` [PATCH v3 14/21] nvmem: add support for cell lookups from machine code
` [PATCH v3 15/21] Documentation: nvmem: document cell tables and lookup entries
` [PATCH v3 16/21] nvmem: add a notifier chain
` [PATCH v3 17/21] nvmem: use SPDX license identifiers
` [PATCH v3 18/21] nvmem: make the naming of arguments in nvmem_cell_get() consistent
` [PATCH v3 19/21] nvmem: use EOPNOTSUPP instead of ENOSYS
` [PATCH v3 20/21] nvmem: fix commenting style
` [PATCH v3 21/21] nvmem: use octal permissions instead of constants
[PATCH 0/3] ttp_port: Clean up kernel-docs
2018-09-12 9:31 UTC (5+ messages)
` [PATCH 1/3] tty_port: Remove incorrect whitespace after comments
` [PATCH 2/3] tty_port: Fix function name and brief desc
` [PATCH 3/3] tty_port: Fix kernel-docs warnings
[PATCH] NTB: ntb_hw_switchtec: add pre-requisites for NTB driver and misc updates
2018-09-12 8:55 UTC
[PATCH] docs: net: Remove TCP congestion document
2018-09-12 8:14 UTC
[PATCH v5 00/10] hwmon and fsi: Add On-Chip Controller Driver
2018-09-12 7:56 UTC (4+ messages)
` [PATCH v5 01/10] dt-bindings: fsi: Add P9 OCC device documentation
[PATCH v3 1/3] udmabuf: add documentation
2018-09-12 6:33 UTC
[PATCH v3 0/4] fs/dcache: Track # of negative dentries
2018-09-12 2:36 UTC (10+ messages)
` [PATCH v3 1/4] fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
` [PATCH v3 2/4] fs: Don't need to put list_lru into its own cacheline
` [PATCH v3 3/4] fs/dcache: Track & report number of negative dentries
` [PATCH v3 4/4] fs/dcache: Eliminate branches in nr_dentry_negative accounting
[PATCH RESEND net-next] docs: net: Convert tcp.txt to RST format
2018-09-11 22:25 UTC (3+ messages)
[PATCH v7] Add udmabuf misc device
2018-09-11 20:47 UTC (7+ messages)
` [v7] "
[PATCH v2] xen/balloon: add runtime control for scrubbing ballooned out pages
2018-09-11 19:37 UTC (5+ messages)
` [Xen-devel] "
` [PATCH v3] "
nodocs in 4.19-rcX
2018-09-11 17:53 UTC (5+ messages)
[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
2018-09-11 16:41 UTC (17+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse
[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
2018-09-11 16:10 UTC (5+ messages)
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
[PATCH v2 13/13] udmabuf: add documentation
2018-09-11 15:40 UTC (2+ messages)
[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
2018-09-11 13:40 UTC (18+ messages)
` [PATCH 1/7] vfio/sdmdev: Add documents for WarpDrive framework
[PATCH v7 00/10] Add the I3C subsystem
2018-09-11 10:04 UTC (2+ messages)
` [PATCH v7 01/10] i3c: Add core I3C infrastructure
[PATCH] Generic radix tree: add kernel-doc chapter
2018-09-10 23:18 UTC
[PATCH v4 00/13] Compiler Attributes
2018-09-10 17:17 UTC (8+ messages)
` [PATCH v4 12/13] Compiler Attributes: add Doc/process/programming-language.rst
[PATCH v6 00/10] Add the I3C subsystem
2018-09-10 16:16 UTC (22+ messages)
` [PATCH v6 01/10] i3c: Add core I3C infrastructure
[PATCH v7 00/24] TCU patchset v7
2018-09-10 14:58 UTC (3+ messages)
` [PATCH v7 01/24] mfd: Add ingenic-tcu.h header
[PATCH v2 00/16] nvmem: rework of the subsystem for non-DT users
2018-09-10 14:58 UTC (43+ messages)
` [PATCH v2 01/16] nvmem: remove unused APIs
` [PATCH v2 02/16] nvmem: remove the global cell list
` [PATCH v2 03/16] nvmem: use kref
` [PATCH v2 04/16] nvmem: lpc18xx_eeprom: use devm_nvmem_register()
` [PATCH v2 05/16] nvmem: sunxi_sid: "
` [PATCH v2 06/16] nvmem: mxs-ocotp: "
` [PATCH v2 07/16] nvmem: change the signature of nvmem_unregister()
` [PATCH v2 08/16] nvmem: provide nvmem_dev_name()
` [PATCH v2 09/16] nvmem: remove the name field from struct nvmem_device
` [PATCH v2 10/16] nvmem: add a notifier chain
` [PATCH v2 11/16] nvmem: add support for cell info
` [PATCH v2 12/16] nvmem: resolve cells from DT at registration time
` [PATCH v2 13/16] nvmem: add support for cell lookups from machine code
` [PATCH v2 14/16] Documentation: nvmem: document cell tables and lookup entries
` [PATCH v2 15/16] nvmem: use SPDX license identifiers
` [PATCH v2 16/16] nvmem: make the naming of arguments in nvmem_cell_get() consistent
[PATCH v2] kconfig: add hardened defconfig helpers
2018-09-10 1:21 UTC (4+ messages)
[PATCH 1/2] MAINTAINERS: sort excludes for Documentation
2018-09-09 20:49 UTC (3+ messages)
` [PATCH 2/2] MAINTAINERS: add i2c to the "
[PATCH] linux-next :cfg80211: Fix warnings while make xmldocs
2018-09-09 13:55 UTC
[RFC PATCH 0/3] kbuild: support syncing .config non-interactively and record ARCH in spec file
2018-09-07 22:05 UTC (2+ messages)
[PATCH v9 0/4] ipc: IPCMNI limit check for *mni & increase that limit
2018-09-07 20:28 UTC (5+ messages)
` [PATCH v9 1/4] ipc: IPCMNI limit check for msgmni and shmmni
` [PATCH v9 2/4] ipc: IPCMNI limit check for semmni
` [PATCH v9 3/4] ipc: Allow boot time extension of IPCMNI from 32k to 8M
` [PATCH v9 4/4] ipc: Conserve sequence numbers in extended IPCMNI mode
[PATCH] drm/amdgpu: Fix wornings while make xmldocs
2018-09-07 16:47 UTC (2+ messages)
[PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)
2018-09-07 9:13 UTC (22+ messages)
` [PATCH 01/19] mtd: rawnand: Leave chip->IO_ADDR_{R,W} to NULL when unused
` [PATCH 02/19] mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R,W} there
` [PATCH 03/19] mtd: rawnand: Deprecate ->{read,write}_{byte,buf}() hooks
` [PATCH 04/19] mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
` [PATCH 05/19] mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
` [PATCH 06/19] mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
` [PATCH 07/19] mtd: rawnand: Deprecate ->erase()
` [PATCH 08/19] mtd: rawnand: Deprecate ->{set,get}_features() hooks
` [PATCH 09/19] mtd: rawnand: Deprecate ->chip_delay
` [PATCH 10/19] mtd: rawnand: Move function prototypes after struct declarations
` [PATCH 11/19] mtd: rawnand: Get rid of nand_flash_dev forward declation
` [PATCH 12/19] mtd: rawnand: Get rid of the duplicate nand_chip forward declaration
` [PATCH 13/19] mtd: rawnand: Get rid of a few unused definitions
` [PATCH 14/19] mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h
` [PATCH 15/19] mtd: rawnand: Inline onfi_get_async_timing_mode()
` [PATCH 16/19] mtd: rawnand: Keep all internal stuff private
` [PATCH 17/19] mtd: rawnand: Move legacy code to nand_legacy.c
` [PATCH 18/19] mtd: rawnand: Move ONFI code to nand_onfi.c
` [PATCH 19/19] mtd: rawnand: Move JEDEC code to nand_jedec.c
[PATCH 08/13] nvmem: add a notifier chain
2018-09-07 5:11 UTC (2+ messages)
[PATCH 05/13] nvmem: change the signature of nvmem_unregister()
2018-09-07 4:57 UTC (3+ messages)
[PATCH v8 0/5] ipc: IPCMNI limit check for *mni & increase that limit
2018-09-06 22:24 UTC (3+ messages)
[PATCH v2 0/8] fpga: add devm managed create APIs
2018-09-06 21:28 UTC (11+ messages)
` [PATCH v2 3/8] fpga: bridge: add devm_fpga_bridge_create
` [PATCH v2 6/8] fpga: bridge: fix obvious function documentation error
` [PATCH v2 7/8] docs: fpga: document fpga manager flags
[PATCH v12 0/9] cpuset: Enable cpuset controller in default hierarchy
2018-09-06 21:20 UTC (5+ messages)
` [PATCH v12 9/9] cpuset: Support forced turning off of partition flag
[PATCHv9 0/8] Add Intel Stratix10 FPGA manager and service layer
2018-09-06 19:25 UTC (9+ messages)
` [PATCHv9 1/8] dt-bindings, firmware: add Intel Stratix10 service layer binding
` [PATCHv9 2/8] arm64: dts: stratix10: add stratix10 service driver binding to base dtsi
` [PATCHv9 3/8] misc: add Intel Stratix10 service layer driver
` [PATCHv9 4/8] dt-bindings: fpga: add Stratix10 SoC FPGA manager binding
` [PATCHv9 5/8] arm64: dts: stratix10: add fpga manager and region
` [PATCHv9 6/8] fpga: add intel stratix10 soc fpga manager driver
` [PATCHv9 7/8] Documentation: driver-api: add stratix10 service layer
` [PATCHv9 8/8] misc: add remote status update client support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).