messages from 2018-09-10 12:22:55 to 2018-09-18 18:42:59 UTC [more...]
[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
2018-09-18 18:42 UTC (41+ messages)
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 14/18] khwasan: add hooks implementation
` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v6 17/18] khwasan: update kasan documentation
[PATCH] docs: fix some broken documentation references
2018-09-18 14:39 UTC (3+ messages)
[PATCH 0/3] ttp_port: Clean up kernel-docs
2018-09-18 13:38 UTC (8+ 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
[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
2018-09-18 13:03 UTC (25+ messages)
[PATCH v1 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
2018-09-18 11:48 UTC (7+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v1 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v1 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v1 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v1 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages()
` [PATCH v1 6/6] memory-hotplug.txt: Add some details about locking internals
[PATCH v7 00/10] Add the I3C subsystem
2018-09-18 7:00 UTC (3+ messages)
` [PATCH v7 01/10] i3c: Add core I3C infrastructure
[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
2018-09-17 17:01 UTC (8+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse
[PATCH] Documentation: soundwire: fix stream.rst markup warnings
2018-09-17 16:13 UTC (3+ messages)
[PATCH] doc: Fix acronym "FEKEK" in ecryptfs
2018-09-17 9:34 UTC
[PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)
2018-09-17 8:29 UTC (3+ messages)
[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
2018-09-17 7:32 UTC (3+ messages)
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix "
[PATCH v2] kconfig: add hardened defconfig helpers
2018-09-16 17:44 UTC (7+ messages)
[PATCH v4 00/22] nvmem: rework of the subsystem for non-DT users
2018-09-16 14:08 UTC (24+ messages)
` [PATCH v4 01/22] nvmem: provide nvmem_dev_name()
` [PATCH v4 02/22] nvmem: remove the name field from struct nvmem_device
` [PATCH v4 03/22] nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
` [PATCH v4 04/22] nvmem: remove a stray newline
` [PATCH v4 05/22] nvmem: check the return value of nvmem_add_cells()
` [PATCH v4 06/22] nvmem: use kref
` [PATCH v4 07/22] nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails
` [PATCH v4 08/22] nvmem: sunxi_sid: use devm_nvmem_register()
` [PATCH v4 09/22] nvmem: lpc18xx_eeprom: "
` [PATCH v4 10/22] nvmem: mxs-ocotp: "
` [PATCH v4 11/22] nvmem: change the signature of nvmem_unregister()
` [PATCH v4 12/22] nvmem: remove the global cell list
` [PATCH v4 13/22] nvmem: add support for cell info
` [PATCH v4 14/22] nvmem: resolve cells from DT at registration time
` [PATCH v4 15/22] nvmem: add support for cell lookups from machine code
` [PATCH v4 16/22] Documentation: nvmem: document cell tables and lookup entries
` [PATCH v4 17/22] nvmem: add a notifier chain
` [PATCH v4 18/22] nvmem: use SPDX license identifiers
` [PATCH v4 19/22] nvmem: make the naming of arguments in nvmem_cell_get() consistent
` [PATCH v4 20/22] nvmem: use EOPNOTSUPP instead of ENOSYS
` [PATCH v4 21/22] nvmem: fix commenting style
` [PATCH v4 22/22] nvmem: use octal permissions instead of constants
[PATCH v3 0/5] FireWire: clean up kernel-doc, add Documentation chapter
2018-09-15 14:59 UTC (3+ messages)
[RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
2018-09-14 21:33 UTC (15+ messages)
[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
2018-09-14 21:17 UTC (11+ messages)
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction
[RESEND PATCH v5 0/9] extend PWM framework to support PWM modes
2018-09-14 16:20 UTC (2+ messages)
[PATCH v3 00/21] nvmem: rework of the subsystem for non-DT users
2018-09-14 14:43 UTC (28+ 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 v4 0/3] docs/core-api: add memory allocation guide
2018-09-14 9:27 UTC (4+ messages)
` [PATCH v4 1/3] docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing
` [PATCH v4 2/3] docs: core-api/mm-api: add a lable for GFP flags section
` [PATCH v4 3/3] docs: core-api: add memory allocation guide
[PATCH] Documentation: fix image_size default value
2018-09-14 8:30 UTC (3+ messages)
[PATCH v3 0/3] docs/core-api: add memory allocation guide
2018-09-13 22:41 UTC (6+ messages)
` [PATCH v3 3/3] docs: core-api: "
[PATCH v7 0/4] gpiolib: speed up GPIO array processing
2018-09-13 9:22 UTC (3+ messages)
` [PATCH v8 "
[PATCH] docs: Fix filename for serial reference implementation
2018-09-13 6:23 UTC
[PATCH] docs: net: Remove TCP congestion document
2018-09-13 3:43 UTC (2+ messages)
[PATCH v4 0/3] fs/dcache: Track # of negative dentries
2018-09-12 17:35 UTC (4+ messages)
` [PATCH v4 1/3] fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
` [PATCH v4 2/3] fs: Don't need to put list_lru into its own cacheline
` [PATCH v4 3/3] fs/dcache: Track & report number of negative dentries
[PATCH v3 1/3] udmabuf: add documentation
2018-09-12 16:40 UTC (2+ messages)
[PATCH v3 0/4] fs/dcache: Track # of negative dentries
2018-09-12 16:11 UTC (16+ 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] NTB: ntb_hw_switchtec: add pre-requisites for NTB driver and misc updates
2018-09-12 15:53 UTC (3+ messages)
[PATCH] Documentation: filesystems: remove reminiscences of POHMELFS
2018-09-12 12:44 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 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] "
[Xen-devel] [PATCH v2] xen/balloon: add runtime control for scrubbing ballooned out pages
2018-09-11 19:37 UTC (3+ messages)
` [PATCH v3] "
nodocs in 4.19-rcX
2018-09-11 17:53 UTC (5+ messages)
[PATCH v2 13/13] udmabuf: add documentation
2018-09-11 15:40 UTC (2+ messages)
[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 (2+ messages)
[PATCH v6 00/10] Add the I3C subsystem
2018-09-10 16:16 UTC (21+ 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 (16+ messages)
` [PATCH v2 01/16] nvmem: remove unused APIs
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).