messages from 2019-10-11 13:00:39 to 2019-10-18 04:55:46 UTC [more...]
[PATCH v3 0/3] KASAN support for RISC-V
2019-10-18 2:58 UTC (5+ messages)
` [PATCH v3 1/3] kasan: Archs don't check memmove if not support it
[PATCH v3 00/11] coresight: etm4x: Fixes and updates for sysfs API
2019-10-17 20:17 UTC (17+ messages)
` [PATCH v3 01/11] coresight: etm4x: Fixes for ETM v4.4 architecture updates
` [PATCH v3 02/11] coresight: etm4x: Fix input validation for sysfs
` [PATCH v3 03/11] coresight: etm4x: Add missing API to set EL match on address filters
` [PATCH v3 04/11] coresight: etm4x: Fix issues with start-stop logic
` [PATCH v3 05/11] coresight: etm4x: Improve usability of sysfs - include/exclude addr
` [PATCH v3 06/11] coresight: etm4x: Improve usability of sysfs - CID and VMID masks
` [PATCH v3 07/11] coresight: etm4x: Add view comparator settings API to sysfs
` [PATCH v3 08/11] coresight: etm4x: Add missing single-shot control "
` [PATCH v3 09/11] coresight: etm4x: docs: Update ABI doc for sysfs features added
` [PATCH v3 10/11] coresight: docs: Create common sub-directory for coresight trace
` [PATCH v3 11/11] coresight: etm4x: docs: Adds detailed document for programming etm4x
[PATCH v3 linux-kselftest-test 0/6] kunit: support building core/tests as modules
2019-10-17 18:07 UTC (7+ messages)
` [PATCH v3 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit/string-stream-impl.h
` [PATCH v3 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v3 linux-kselftest-test 3/6] kunit: add kunit_find_symbol() function for symbol lookup
` [PATCH v3 linux-kselftest-test 4/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit "
` [PATCH v3 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build
[PATCH v3] tpm/tpm_ftpm_tee: add shutdown call back
2019-10-17 18:06 UTC (3+ messages)
[PATCH] Documentation: admin-guide: add earlycon documentation for RISC-V
2019-10-17 16:10 UTC (2+ messages)
[PATCH v6 0/2] Add CCPI2 PMU support
2019-10-17 15:47 UTC (6+ messages)
` [PATCH v6 1/2] Documentation: perf: Update documentation for ThunderX2 PMU uncore driver
` [PATCH v6 2/2] drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver
[PATCH v5] printf: add support for printing symbolic error names
2019-10-17 15:02 UTC (5+ messages)
[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
2019-10-17 14:15 UTC (25+ messages)
` [PATCH 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH 8/8] x86, kcsan: Enable KCSAN for x86
[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
2019-10-17 14:13 UTC (9+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v2 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v2 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH v2 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v2 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v2 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v2 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v2 8/8] x86, kcsan: Enable KCSAN for x86
[PATCH v3 0/6] Initialise thermal framework and cpufreq earlier during boot
2019-10-17 12:27 UTC (2+ messages)
` [PATCH v3 1/6] thermal: Remove netlink support
[PATCH v10 0/6] Use MFD framework for SGI IOC3 drivers
2019-10-17 10:19 UTC (13+ messages)
` [PATCH v10 1/6] nvmem: core: add nvmem_device_find
` [PATCH v10 2/6] MIPS: PCI: use information from 1-wire PROM for IOC3 detection
` [PATCH v10 3/6] MIPS: PCI: Fix fake subdevice ID for IOC3
` [PATCH v10 4/6] mfd: ioc3: Add driver for SGI IOC3 chip
` [PATCH v10 5/6] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v10 6/6] MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module
[PATCH v6 00/10] arm64: Stolen time support
2019-10-17 9:40 UTC (8+ messages)
` [PATCH v6 01/10] KVM: arm64: Document PV-time interface
` [PATCH v6 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v6 06/10] KVM: Allow kvm_device_ops to be const
` [PATCH v6 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v6 10/10] arm64: Retrieve stolen time as paravirtualized guest
[PATCH v3 0/1] DRM fbconv helpers for converting fbdev drivers
2019-10-17 8:21 UTC (3+ messages)
` [PATCH v3 1/1] drm: Add TODO item for fbdev driver conversion
[PATCH 26/34] Documentation/RCU: Use CONFIG_PREEMPTION where appropriate
2019-10-17 3:06 UTC (4+ messages)
[PATCH] hwmon: (ina3221) Add summation feature support
2019-10-16 23:57 UTC
[PATCH v11 0/6] Solve postboot supplier cleanup and optimize probe ordering
2019-10-16 20:15 UTC (7+ messages)
` [PATCH v11 3/6] of: property: Add functional dependency link from DT bindings
[PATCH] Updated iostats docs
2019-10-16 20:13 UTC
[PATCH v3 1/3] Move *_ucounts functions above
2019-10-16 18:47 UTC (5+ messages)
` [PATCH v3 2/3] kernel/ucounts: expose count of inotify watches in use
[PATCH v7 0/5] Add initial support for S32V234-EVB
2019-10-16 16:54 UTC (8+ messages)
` [PATCH v7 1/5] dt-bindings: arm: fsl: Add the S32V234-EVB board
` [PATCH v7 2/5] arm64: Introduce config for S32
` [PATCH v7 3/5] serial: fsl_linflexuart: Be consistent with the name
` [PATCH v7 4/5] arm64: dts: fsl: Add device tree for S32V234-EVB
` [PATCH v7 5/5] arm64: defconfig: Enable configs for S32V234
[PATCH] thermal: update header and documentation
2019-10-16 16:40 UTC
[PATCH v2] tpm/tpm_ftpm_tee: add shutdown call back
2019-10-16 16:31 UTC (3+ messages)
[PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
2019-10-16 12:45 UTC (20+ messages)
` [PATCH v7 1/8] efi: Export boot-services code and data as debugfs-blobs
` [PATCH v7 2/8] efi: Add embedded peripheral firmware support
` [PATCH v7 3/8] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
` [PATCH v7 4/8] firmware: Add new platform fallback mechanism and firmware_request_platform()
[PATCH v6 0/5] Add initial support for S32V234-EVB
2019-10-16 11:01 UTC (4+ messages)
` [PATCH v6 3/5] serial: fsl_linflexuart: Be consistent with the name
[RFC PATCH 00/21] Implement NTB Controller using multiple PCI
2019-10-16 4:45 UTC (4+ messages)
` [RFC PATCH 02/21] dt-bindings: PCI: Endpoint: Add DT bindings for PCI EPF Device
[PATCH 0/2] misc: add support for the cc1101 RF transceiver chip from TI
2019-10-16 4:44 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'
2019-10-16 0:48 UTC (13+ messages)
[PATCH] docs: admin-guide: Extend short title underline in sysctl
2019-10-15 21:48 UTC (5+ messages)
[PATCH v3] docs: Use make invocation's -j argument for parallelism
2019-10-15 20:55 UTC (5+ messages)
[PATCH RFC 1/4] docs: admin-guide: Sort the "unordered guides" to avoid merge conflicts
2019-10-15 18:38 UTC (6+ messages)
` [PATCH 2/4] docs: admin-guide: Move Dell RBU document from driver-api
` [PATCH 3/4] docs: admin-guide: dell_rbu: Rework the title
` [PATCH 4/4] docs: admin-guide: dell_rbu: Improve formatting and spelling
[PATCH v1 0/3] Documentation/minor coding style fix ups
2019-10-15 12:04 UTC (7+ messages)
` [PATCH v1 1/3] of: property: Minor code formatting/style clean ups
` [PATCH v1 2/3] driver: core: Improve documentation for fwnode_operations.add_links()
` [PATCH v1 3/3] docs: driver-model: Add documentation for sync_state
[PATCH v5 0/2] Add CCPI2 PMU support
2019-10-15 9:36 UTC (3+ messages)
Documentation/, SPDX tags, and checkpatch.pl
2019-10-14 21:02 UTC (3+ messages)
[PATCH] ftpm: add shutdown call back
2019-10-14 20:17 UTC (3+ messages)
[PATCH v2 1/2] hwmon: Add support for ltc2947
2019-10-14 18:14 UTC (4+ messages)
` [PATCH v2 2/2] dt-bindings: hwmon: Add ltc2947 documentation
[PATCH] docs: Add reference in binfmt-misc.rst
2019-10-14 15:59 UTC
[PATCH] docs: block: Remove blk_init_queue related description
2019-10-14 13:50 UTC
[PATCH bpf] xsk: improve documentation for AF_XDP
2019-10-14 8:03 UTC (3+ messages)
[PATCH 0/4] treewide: Add 'fallthrough' pseudo-keyword
2019-10-12 2:14 UTC (8+ messages)
[RFC][PATCH] docs: process: Submitting a patch for a single git commit
2019-10-11 19:37 UTC (3+ messages)
[TYPO] SafeSetID.rst: Remove spurious '???' characters
2019-10-11 16:23 UTC (3+ messages)
[PATCH] docs: misc: xilinx_sdfec: Actually add documentation
2019-10-11 16:16 UTC (6+ messages)
[PATCH 0/4] arm64: ARMv8.4 Activity Monitors support
2019-10-11 14:31 UTC (5+ messages)
` [PATCH 1/4] arm64: add support for the AMU extension v1
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).