messages from 2019-07-12 02:20:48 to 2019-07-16 16:56:44 UTC [more...]
[RFC v1 0/4] arm64: MMU enabled kexec kernel relocation
2019-07-16 16:56 UTC
[PATCH 00/14] pending doc patches for 5.3-rc
2019-07-16 16:18 UTC (12+ messages)
` [PATCH 01/14] docs: powerpc: convert docs to ReST and rename to *.rst
` [PATCH 02/14] docs: power: add it to to the main documentation index
` [PATCH 03/14] docs: fix broken doc references due to renames
` [PATCH 04/14] docs: pdf: add all Documentation/*/index.rst to PDF output
` [PATCH 05/14] docs: conf.py: add CJK package needed by translations
` [PATCH 06/14] docs: conf.py: only use CJK if the font is available
` [PATCH 12/14] docs: load_config.py: avoid needing a conf.py just due to LaTeX docs
` [PATCH 13/14] docs: remove extra conf.py files
` [PATCH 14/14] docs: virtual: add it to the documentation body
[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-16 15:33 UTC (35+ messages)
` [PATCH v9 01/18] kunit: test: add KUnit test runner core
` [PATCH v9 02/18] kunit: test: add test resource management API
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v9 05/18] kunit: test: add the concept of expectations
` [PATCH v9 06/18] kbuild: enable building KUnit
` [PATCH v9 07/18] kunit: test: add initial tests
` [PATCH v9 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v9 09/18] kunit: test: add support for test abort
` [PATCH v9 10/18] kunit: test: add tests for kunit "
` [PATCH v9 11/18] kunit: test: add the concept of assertions
` [PATCH v9 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v9 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v9 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v9 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v9 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v9 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v9 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH] tracing/fgraph: support recording function return values
2019-07-16 15:24 UTC (6+ messages)
[PATCH 01/12] Documentation: move architectures together
2019-07-16 14:51 UTC (14+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm
` [PATCH 04/12] Documentation/m68k: repointer docs to Documentation/arch/
` [PATCH 05/12] Documentation/s390: "
` [PATCH 06/12] Documentation/mips: "
` [PATCH 07/12] Documentation/parisc: "
` [PATCH 08/12] Dcumentation/powerpc: "
` [PATCH 09/12] Dcumentation/sh: "
` [PATCH 10/12] Documentation/sparc: "
` [PATCH 11/12] Documentation/x86: "
` [PATCH 12/12] Documentation/xtensa: "
[PATCH] docs/vm: transhuge: fix typo in madvise reference
2019-07-16 14:49 UTC
[GIT PULL for v5.3-rc1] docs: addition of a large set of files to the documentation body
2019-07-16 11:01 UTC
[PATCH 00/10] cpufreq: Migrate users of policy notifiers to QoS requests
2019-07-16 10:27 UTC (4+ messages)
[PATCH 10/10] Documentation: cpufreq: Update policy notifier documentation
2019-07-16 9:54 UTC
[PATCH v10 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-16 9:43 UTC (19+ messages)
` [PATCH v10 01/18] kunit: test: add KUnit test runner core
` [PATCH v10 02/18] kunit: test: add test resource management API
` [PATCH v10 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v10 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v10 05/18] kunit: test: add the concept of expectations
` [PATCH v10 06/18] kbuild: enable building KUnit
` [PATCH v10 07/18] kunit: test: add initial tests
` [PATCH v10 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v10 09/18] kunit: test: add support for test abort
` [PATCH v10 10/18] kunit: test: add tests for kunit "
` [PATCH v10 11/18] kunit: test: add the concept of assertions
` [PATCH v10 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v10 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v10 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v10 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v10 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v10 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v10 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH] rculist: Add build check for single optional list argument
2019-07-16 4:07 UTC
[PATCH 0/9] Harden list_for_each_entry_rcu() and family
2019-07-16 4:03 UTC (13+ messages)
` [PATCH 1/9] rcu/update: Remove useless check for debug_locks (v1)
` [PATCH 2/9] rcu: Add support for consolidated-RCU reader checking (v3)
` [PATCH 3/9] rcu/sync: Remove custom check for reader-section (v2)
` [PATCH 4/9] ipv4: add lockdep condition to fix for_each_entry (v1)
` [PATCH 5/9] driver/core: Convert to use built-in RCU list checking (v1)
` [PATCH 6/9] workqueue: Convert for_each_wq to use built-in list check (v2)
` [PATCH 7/9] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator (v1)
` [PATCH 8/9] acpi: Use built-in RCU list checking for acpi_ioremaps list (v1)
` [PATCH 9/9] doc: Update documentation about list_for_each_entry_rcu (v1)
[PATCH v9] Documentation: filesystem: Convert xfs.txt to ReST
2019-07-15 22:39 UTC
[PATCH v8] Documentation: filesystem: Convert xfs.txt to ReST
2019-07-15 22:34 UTC (5+ messages)
[PATCH] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu slices
2019-07-15 15:44 UTC (9+ messages)
` [PATCH v5 0/1] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices
` [PATCH v5 1/1] "
[PATCH AUTOSEL 5.1 099/219] sched/fair: Fix "runnable_avg_yN_inv" not used warnings
2019-07-15 14:01 UTC (2+ messages)
` [PATCH AUTOSEL 5.1 103/219] x86/atomic: Fix smp_mb__{before,after}_atomic()
[PATCH AUTOSEL 4.19 075/158] sched/fair: Fix "runnable_avg_yN_inv" not used warnings
2019-07-15 14:16 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 077/158] x86/atomic: Fix smp_mb__{before,after}_atomic()
[PATCH AUTOSEL 4.14 053/105] sched/fair: Fix "runnable_avg_yN_inv" not used warnings
2019-07-15 14:27 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 054/105] x86/atomic: Fix smp_mb__{before,after}_atomic()
[PATCH AUTOSEL 5.2 113/249] sched/fair: Fix "runnable_avg_yN_inv" not used warnings
2019-07-15 13:44 UTC (2+ messages)
` [PATCH AUTOSEL 5.2 117/249] x86/atomic: Fix smp_mb__{before,after}_atomic()
Kindly Respond
2019-07-15 11:03 UTC
[PATCH] docs: fix broken doc links due to renames
2019-07-15 9:12 UTC
[PATCH v8 0/2] fTPM: firmware TPM running in TEE
2019-07-15 9:05 UTC (5+ messages)
Loan offer !!
2019-07-15 8:11 UTC
[PATCH 0/8] docs: some improvements when producing PDF files
2019-07-15 8:01 UTC (12+ messages)
` [PATCH 1/8] docs: conf.py: only use CJK if the font is available
` [PATCH 2/8] scripts/sphinx-pre-install: fix script for RHEL/CentOS
` [PATCH 3/8] scripts/sphinx-pre-install: don't use LaTeX with CentOS 7
` [PATCH 4/8] scripts/sphinx-pre-install: fix latexmk dependencies
` [PATCH 5/8] scripts/sphinx-pre-install: cleanup Gentoo checks
` [PATCH 6/8] scripts/sphinx-pre-install: seek for Noto CJK fonts for pdf output
` [PATCH 7/8] docs: load_config.py: avoid needing a conf.py just due to LaTeX docs
` [PATCH v2 "
` [PATCH 8/8] docs: remove extra conf.py files
[PATCH v2 0/9] Harden list_for_each_entry_rcu() and family
2019-07-15 7:26 UTC (25+ messages)
` [PATCH v2 1/9] rcu/update: Remove useless check for debug_locks
` [PATCH v2 2/9] rcu: Add support for consolidated-RCU reader checking
` [PATCH v2 3/9] rcu/sync: Remove custom check for reader-section
` [PATCH v2 4/9] ipv4: add lockdep condition to fix for_each_entry
` [PATCH v2 5/9] driver/core: Convert to use built-in RCU list checking
` [PATCH v2 6/9] workqueue: Convert for_each_wq to use built-in list check
` [PATCH v2 7/9] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [PATCH v2 8/9] acpi: Use built-in RCU list checking for acpi_ioremaps list
` [PATCH v2 9/9] doc: Update documentation about list_for_each_entry_rcu
[PATCH] Documentation/security-bugs: provide more information about linux-distros
2019-07-14 18:05 UTC (5+ messages)
[PATCH 0/5] Convert misc-devices, i2c, w1, spi and some markdown files to ReST
2019-07-14 16:24 UTC (3+ messages)
` [PATCH 5/5] docs: spi: convert to ReST and add it to the kABI bookset
[PATCH 0/4] Remove elevator kernel parameter
2019-07-14 5:34 UTC (5+ messages)
` [PATCH 1/4] block: elevator.c: Remove now unused elevator= argument
` [PATCH 2/4] kernel-parameters.txt: Remove elevator argument
` [PATCH 3/4] Documenation: switching-sched: Remove notes about "
` [PATCH 4/4] Documentation:kernel-per-CPU-kthreads.txt: Remove reference to elevator=
[PATCH] scripts/sphinx-pre-install: fix script for RHEL/CentOS
2019-07-13 11:53 UTC
[PATCH v3] kbuild: get rid of misleading $(AS) from documents
2019-07-13 3:42 UTC (2+ messages)
[PATCH 0/5] PDF output fixes
2019-07-13 3:41 UTC (7+ messages)
` [PATCH 5/5] docs: conf.py: add CJK package needed by translations
[PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings
2019-07-12 23:52 UTC
[PATCH v2 0/3] x86/boot: Introduce the kernel_info et consortes
2019-07-12 16:04 UTC (8+ messages)
` [PATCH v2 1/3] x86/boot: Introduce the kernel_info
` [PATCH v2 2/3] x86/boot: Introduce the setup_indirect
` [PATCH v2 3/3] x86/boot: Introduce the kernel_info.setup_type_max
[PATCH v4] tpm: Document UEFI event log quirks
2019-07-12 15:44 UTC
[PATCH v3] tpm: Document UEFI event log quirks
2019-07-12 15:45 UTC (3+ messages)
[PATCH] treewide: Rename rcu_dereference_raw_notrace to _check
2019-07-12 15:34 UTC (3+ messages)
[PATCH v2] tpm: Document UEFI event log quirks
2019-07-12 12:43 UTC
[PATCH] tpm: Document UEFI event log quirks
2019-07-12 12:41 UTC (3+ messages)
[PATCH v7] Documentation: filesystem: Convert xfs.txt to ReST
2019-07-12 11:51 UTC
[PATCH v2 0/5] stm32-ddr-pmu driver creation
2019-07-12 10:00 UTC (4+ messages)
` [PATCH v2 3/5] perf: stm32: ddrperfm "
[PATCH] doc:it_IT: translations in process/
2019-07-12 9:48 UTC
[PATCH] Documentation: proc.txt: emphasize that iowait cannot be relied on
2019-07-12 8:22 UTC
Здравствуйте! Вас интересуют клиентские базы данных?
2019-07-12 4:09 UTC
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).