messages from 2019-05-13 14:21:11 to 2019-05-21 07:30:38 UTC [more...]
Inquiry 20/May/2019
2019-05-20 13:31 UTC
[PATCH 1/4] evm: check hash algorithm passed to init_desc()
2019-05-21 7:26 UTC (11+ messages)
` [PATCH 2/4] evm: reset status in evm_inode_post_setattr()
` [PATCH 3/4] ima: don't ignore INTEGRITY_UNKNOWN EVM status
` [PATCH 4/4] ima: only audit failed appraisal verifications
[kbuild:kunit 14/17] htmldocs: include/kunit/kunit-stream.h:58: warning: Function parameter or member '2' not described in '__printf'
2019-05-21 4:49 UTC
[PATCH] net-next: net: Fix typos in ip-sysctl.txt
2019-05-21 3:41 UTC
[PATCH] networking: : fix typos in code comments
2019-05-21 0:24 UTC (2+ messages)
[PATCH 00/10] Fix broken documentation references at v5.2-rc1
2019-05-20 23:00 UTC (18+ messages)
` [PATCH 01/10] scripts/documentation-file-ref-check: better handle translations
` [PATCH 02/10] scripts/documentation-file-ref-check: exclude false-positives
` [PATCH 03/10] scripts/documentation-file-ref-check: improve tools ref handling
` [PATCH 04/10] scripts/documentation-file-ref-check: teach about .txt -> .yaml renames
` [PATCH 05/10] ABI: sysfs-devices-system-cpu: point to the right docs
` [PATCH 06/10] isdn: mISDN: remove a bogus reference to a non-existing doc
` [PATCH 07/10] mfd: madera: point to the right pinctrl binding file
` [PATCH 08/10] dt: fix refs that were renamed to json with the same file name
` [PATCH 09/10] dt: fix broken references to nand.txt
` [PATCH 10/10] docs: fix broken documentation links
[PATCH] lib/sort.c: fix kernel-doc notation warnings
2019-05-20 21:20 UTC
[PATCH] Documentation/x86: Fix path to entry_32.S
2019-05-20 20:52 UTC
Print your logo
2019-05-20 15:02 UTC
[PATCH] Documentation: kdump: fix minor typo
2019-05-20 19:27 UTC (2+ messages)
[PATCH -next] counter: fix Documentation build error due to incorrect source file name
2019-05-20 19:20 UTC (3+ messages)
[PATCH] docs: Move kref.txt to core-api/kref.rst
2019-05-20 18:23 UTC (6+ messages)
` [TRIVIA] "
[PATCH v3 0/2] ftpm: a firmware based TPM driver
2019-05-20 15:30 UTC (18+ messages)
` [PATCH v3 1/2] ftpm: firmware TPM running in TEE
` [PATCH v3 2/2] ftpm: add documentation for ftpm driver
[PATCH v2 0/5] stm32-ddr-pmu driver creation
2019-05-20 15:27 UTC (6+ messages)
` [PATCH v2 1/5] Documentation: perf: stm32: ddrperfm support
` [PATCH v2 2/5] dt-bindings: "
` [PATCH v2 4/5] ARM: configs: enable STM32_DDR_PMU
` [PATCH v2 3/5] perf: stm32: ddrperfm driver creation
` [PATCH v2 5/5] ARM: dts: stm32: add ddrperfm on stm32mp157c
[PATCH] kbuild: drop support for cc-ldoption
2019-05-20 15:08 UTC (2+ messages)
[PATCH v6 00/12] Include linux PCI docs into Sphinx TOC tree
2019-05-20 15:05 UTC (16+ messages)
` [PATCH v6 01/12] Documentation: add Linux PCI to "
` [PATCH v6 02/12] Documentation: PCI: convert pci.txt to reST
` [PATCH v6 03/12] Documentation: PCI: convert PCIEBUS-HOWTO.txt "
` [PATCH v6 04/12] Documentation: PCI: convert pci-iov-howto.txt "
` [PATCH v6 05/12] Documentation: PCI: convert MSI-HOWTO.txt "
` [PATCH v6 06/12] Documentation: PCI: convert acpi-info.txt "
` [PATCH v6 07/12] Documentation: PCI: convert pci-error-recovery.txt "
` [PATCH v6 08/12] Documentation: PCI: convert pcieaer-howto.txt "
` [PATCH v6 09/12] Documentation: PCI: convert endpoint/pci-endpoint.txt "
` [PATCH v6 10/12] Documentation: PCI: convert endpoint/pci-endpoint-cfs.txt "
` [PATCH v6 11/12] Documentation: PCI: convert endpoint/pci-test-function.txt "
` [PATCH v6 12/12] Documentation: PCI: convert endpoint/pci-test-howto.txt "
[PATCH v7 0/1] iommu: enhance IOMMU dma mode build options
2019-05-20 13:59 UTC (2+ messages)
` [PATCH v7 1/1] "
Великденски бонуси
2019-05-20 9:05 UTC
[PATCH] doc: ext2: update description of quota options for ext2
2019-05-20 8:49 UTC (2+ messages)
Coccinelle: semantic patch for missing of_node_put
2019-05-18 14:43 UTC
[PATCH] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu slices
2019-05-17 19:30 UTC
[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-05-17 18:53 UTC (26+ messages)
` [PATCH v4 01/18] kunit: test: add KUnit test runner core
` [PATCH v4 02/18] kunit: test: add test resource management API
` [PATCH v4 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v4 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v4 05/18] kunit: test: add the concept of expectations
` [PATCH v4 06/18] kbuild: enable building KUnit
` [PATCH v4 07/18] kunit: test: add initial tests
` [PATCH v4 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v4 09/18] kunit: test: add support for test abort
` [PATCH v4 10/18] kunit: test: add tests for kunit "
` [PATCH v4 11/18] kunit: test: add the concept of assertions
` [PATCH v4 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v4 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v4 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v4 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v4 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v4 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
Великденски бонуси
2019-05-17 7:30 UTC
[PATCH AUTOSEL 5.0 28/34] KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
2019-05-16 11:39 UTC
[PATCH v4 0/2] kheaders fixes for -rc
2019-05-15 21:35 UTC (3+ messages)
` [PATCH v4 1/2] kheaders: Move from proc to sysfs
` [PATCH v4 2/2] kheaders: Do not regenerate archive if config is not changed
[PATCH v3 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-05-15 13:45 UTC (28+ messages)
` [PATCH v3 01/18] kunit: test: add KUnit test runner core
` [PATCH v3 02/18] kunit: test: add test resource management API
` [PATCH v3 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v3 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v3 05/18] kunit: test: add the concept of expectations
` [PATCH v3 06/18] kbuild: enable building KUnit
` [PATCH v3 07/18] kunit: test: add initial tests
` [PATCH v3 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v3 09/18] kunit: test: add support for test abort
` [PATCH v3 10/18] kunit: test: add tests for kunit "
` [PATCH v3 11/18] kunit: test: add the concept of assertions
` [PATCH v3 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v3 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v3 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v3 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v3 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v3 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v3 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
hello
2019-05-15 11:55 UTC
[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-05-15 7:41 UTC (40+ messages)
[PATCH v4 0/9] docs: Convert VFS doc to RST
2019-05-15 0:29 UTC (10+ messages)
` [PATCH v4 1/9] docs: filesystems: vfs: Remove space before tab
` [PATCH v4 2/9] docs: filesystems: vfs: Use uniform space after period
` [PATCH v4 3/9] docs: filesystems: vfs: Use 72 character column width
` [PATCH v4 4/9] docs: filesystems: vfs: Use uniform spacing around headings
` [PATCH v4 5/9] docs: filesystems: vfs: Use correct initial heading
` [PATCH v4 6/9] docs: filesystems: vfs: Use SPDX identifier
` [PATCH v4 7/9] docs: filesystems: vfs: Fix pre-amble indentation
` [PATCH v4 8/9] docs: filesystems: vfs: Convert spaces to tabs
` [PATCH v4 9/9] docs: filesystems: vfs: Convert vfs.txt to RST
[PATCH v9 00/24] ILP32 for ARM64
2019-05-14 23:41 UTC (7+ messages)
` [EXT] "
` [LTP] "
[PATCH 1/2] dt-bindings: hwmon: Add DT bindings for TI ads1000/ads1100 ADCs
2019-05-14 22:58 UTC
[PATCH] doc/rcu: Correct field_count field naming in examples
2019-05-14 22:13 UTC (6+ messages)
[PATCH v2] doc: kernel-parameters.txt: fix documentation of nmi_watchdog parameter
2019-05-14 19:21 UTC (3+ messages)
[PATCH] thermal: make thermal_cooling_device_register accepts const string
2019-05-14 17:33 UTC
[PATCH v5 00/12] Include linux PCI docs into Sphinx TOC tree
2019-05-14 14:44 UTC (15+ messages)
` [PATCH v5 02/12] Documentation: PCI: convert pci.txt to reST
` [PATCH v5 07/12] Documentation: PCI: convert pci-error-recovery.txt "
` [PATCH v5 08/12] Documentation: PCI: convert pcieaer-howto.txt "
` [PATCH v5 09/12] Documentation: PCI: convert endpoint/pci-endpoint.txt "
` [PATCH v5 10/12] Documentation: PCI: convert endpoint/pci-endpoint-cfs.txt "
` [PATCH v5 11/12] Documentation: PCI: convert endpoint/pci-test-function.txt "
` [PATCH v5 12/12] Documentation: PCI: convert endpoint/pci-test-howto.txt "
clarify other licenses in LICENSES/
2019-05-14 14:10 UTC (5+ messages)
` [PATCH 3/3] LICENSES: Rename other to deprecated
[PATCH v10 00/12] Appended signatures support for IMA appraisal
2019-05-14 12:09 UTC (3+ messages)
` [PATCH v10 09/12] ima: Implement support for module-style appended signatures
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
2019-05-14 9:16 UTC
[PATCH] docs: reorder memory-hotplug documentation
2019-05-14 8:23 UTC
[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-05-14 8:22 UTC (6+ messages)
[PATCH 01/19] x86 topology: Add CPUID.1F multi-die/package support
2019-05-13 17:58 UTC (2+ messages)
` [PATCH 03/19] cpu topology: Export die_id
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).